diff --git a/src/aks-preview/HISTORY.rst b/src/aks-preview/HISTORY.rst index 0ea7f5df143..c3eb46effbf 100644 --- a/src/aks-preview/HISTORY.rst +++ b/src/aks-preview/HISTORY.rst @@ -12,6 +12,10 @@ To release a new version, please select a new version number (usually plus 1 to Pending +++++++ +18.0.0b6 ++++++++ +* Quality improvements for `az aks extension` and `az aks extension type` command groups + 18.0.0b5 +++++++ * Add option `Ubuntu2204` and `Ubuntu2404` to `--os-sku` for `az aks nodepool add` and `az aks nodepool update`. diff --git a/src/aks-preview/azext_aks_preview/_help.py b/src/aks-preview/azext_aks_preview/_help.py index 981ab6ac691..4426cca599a 100644 --- a/src/aks-preview/azext_aks_preview/_help.py +++ b/src/aks-preview/azext_aks_preview/_help.py @@ -3432,17 +3432,17 @@ short-summary: JSON file path for configuration-protected-settings long-summary: JSON file path for configuration-protected-settings. If not specified, default value is None examples: - - name: Install K8s extension on AKS cluster with required parameters + - name: Install Cluster extension on AKS cluster with required parameters text: az aks extension create --resource-group my-resource-group \ --cluster-name mycluster --name myextension --extension-type microsoft.flux - - name: Install K8s extension with optional parameter configuration settings + - name: Install Cluster extension with optional parameter configuration settings text: az aks extension create --resource-group abc --cluster-name test --name flux \ --extension-type microsoft.flux --config useKubeletIdentity=true """ helps['aks extension delete'] = """ type: command - short-summary: Delete a Kubernetes Extension. + short-summary: Delete a Cluster Extension. parameters: - name: --resource-group -g type: string @@ -3463,18 +3463,18 @@ long-summary: Specify whether to force delete the extension from the cluster \ If not specified, default value is false examples: - - name: Delete an existing Kubernetes extension on AKS cluster + - name: Delete an existing Cluster extension on AKS cluster text: az aks extension delete --resource-group resource-group --cluster-name cluster --name ext - - name: Delete an existing Kubernetes extension on AKS cluster with optional parameters + - name: Delete an existing Cluster extension on AKS cluster with optional parameters text: az aks extension delete --resource-group resource-group --cluster-name cluster --name ext \ --yes --force """ helps['aks extension update'] = """ type: command - short-summary: Update mutable properties of a Kubernetes Extension. + short-summary: Update mutable properties of a Cluster Extension. long-summary: For update to ConfigSettings and ConfigProtectedSettings, please \ -refer to documentation of the cluster extension service to check update to these \ +refer to documentation of the Cluster extension service to check update to these \ properties is supported before updating these properties. \ The output includes secrets that you must protect. Be sure that you do not include these secrets in your \ source control. Also verify that no secrets are present in the logs of your command or script. \ @@ -3512,10 +3512,10 @@ short-summary: Ignores confirmation prompt. long-summary: Ignores confirmation prompt. If not specified, default value is false examples: - - name: Update K8s extension on AKS cluster + - name: Update Cluster extension on AKS cluster text: az aks extension update --resource-group my-resource-group \ --cluster-name mycluster --name myextension - - name: Update K8s extension on AKS cluster with optional parameters included + - name: Update Cluster extension on AKS cluster with optional parameters included text: az aks extension update --resource-group my-resource-group \ --cluster-name mycluster --name myextension \ --configuration-settings settings-key=settings-value \ @@ -3526,8 +3526,8 @@ helps['aks extension list'] = """ type: command - short-summary: List Kubernetes Extensions - long-summary: List all Kubernetes Extensions in a cluster, including their properties. \ + short-summary: List Cluster Extensions + long-summary: List all Cluster Extensions in a cluster, including their properties. \ The output includes secrets that you must protect. Be sure that you do not include these secrets in your \ source control. Also verify that no secrets are present in the logs of your command or script. \ For additional information, see http://aka.ms/clisecrets. @@ -3539,14 +3539,14 @@ type: string short-summary: Name of the AKS cluster examples: - - name: List all Kubernetes Extensions on a cluster + - name: List all Cluster Extensions on a cluster text: az aks extension list --resource-group --cluster-name """ helps['aks extension show'] = """ type: command - short-summary: Show a Kubernetes Extension - long-summary: Show a Kubernetes Extension including its properties. \ + short-summary: Show a Cluster Extension + long-summary: Show a Cluster Extension including its properties. \ The output includes secrets that you must protect. Be sure that you do not include these secrets in your \ source control. Also verify that no secrets are present in the logs of your command or script. \ For additional information, see http://aka.ms/clisecrets. @@ -3561,7 +3561,7 @@ type: string short-summary: Name of the extension instance examples: - - name: Show details of a Kubernetes Extension + - name: Show details of a Cluster Extension text: az aks extension show --resource-group my-resource-group \ --cluster-name mycluster --name myextension """ @@ -3574,7 +3574,7 @@ helps['aks extension type show'] = """ type: command - short-summary: Show properties for a K8s Extension Type. The properties used for filtering include kubernetes version, location of the cluster. + short-summary: Show properties for a Cluster Extension Type. The properties used for filtering include kubernetes version, location of the cluster. parameters: - name: --extension-type -t type: string @@ -3593,16 +3593,16 @@ long-summary: Location of where we want to retrieve the extension type. If not specified, default value is None examples: - - name: Show properties for a K8s Extension Type for an existing cluster by cluster + - name: Show properties for a Cluster Extension Type for an existing cluster by cluster text: az aks extension type show --resource-group my-resource-group\ --cluster-name mycluster --extension-type - - name: Show properties for a K8s Extension Type in a location + - name: Show properties for a Cluster Extension Type in a location text: az aks extension type show --location eastus --extension-type type """ helps['aks extension type list'] = """ type: command - short-summary: List available K8s Extension Types. The properties used for filtering include kubernetes version, location of the cluster. + short-summary: List available Cluster Extension Types. The properties used for filtering include kubernetes version, location of the cluster. parameters: - name: --resource-group -g type: string @@ -3620,10 +3620,10 @@ type: string short-summary: Specify the release train for the K8s extension type examples: - - name: List available K8s Extension Types for an existing cluster + - name: List available Cluster Extension Types for an existing cluster text: az aks extension type list --resource-group my-resource-group \ --cluster-name mycluster - - name: List available K8s Extension Types in a region + - name: List available Cluster Extension Types in a region text: az aks extension type list --location eastus """ @@ -3635,7 +3635,7 @@ helps['aks extension type version show'] = """ type: command - short-summary: Show properties associated with a K8s Extension Type version. The properties used for filtering include kubernetes version, location of the cluster. + short-summary: Show properties associated with a Cluster Extension Type version. The properties used for filtering include kubernetes version, location of the cluster. parameters: - name: --resource-group -g type: string @@ -3656,16 +3656,16 @@ short-summary: Location of where we want to retrieve the extension type long-summary: Location of where we want to retrieve the extension type. If not specified, default value is None examples: - - name: Show properties for a K8s Extension Type version for an existing cluster + - name: Show properties for a Cluster Extension Type version for an existing cluster text: az aks extension type version show --resource-group my-resource-group \ --cluster-name mycluster --extension-type type --version 1.0.0 - - name: Show properties for a K8s Extension Type version for a location + - name: Show properties for a Cluster Extension Type version for a location text: az aks extension type version show --location eastus --extension-type --version 1.0.0 """ helps['aks extension type version list'] = """ type: command - short-summary: List available K8s Extension Type versions. The properties used for filtering include kubernetes version, location of the cluster. + short-summary: List available Cluster Extension Type versions. The properties used for filtering include kubernetes version, location of the cluster. parameters: - name: --resource-group -g type: string @@ -3683,10 +3683,10 @@ short-summary: Location of where we want to retrieve the extension type long-summary: Location of where we want to retrieve the extension type. If not specified, default value is None examples: - - name: List available K8s Extension Types for an existing cluster + - name: List available Cluster Extension Types for an existing cluster text: az aks extension type version list --resource-group my-resource-group \ --cluster-name mycluster --extension-type - - name: List available K8s Extension Types in a region + - name: List available Cluster Extension Types in a region text: az aks extension type version list --location eastus --extension-type """ diff --git a/src/aks-preview/azext_aks_preview/_helpers.py b/src/aks-preview/azext_aks_preview/_helpers.py index 205db27e81d..0e791b4aecf 100644 --- a/src/aks-preview/azext_aks_preview/_helpers.py +++ b/src/aks-preview/azext_aks_preview/_helpers.py @@ -403,8 +403,8 @@ def _check_if_extension_type_is_in_allow_list(extension_type_name): def raise_validation_error_if_extension_type_not_in_allow_list(extension_type_name): if not _check_if_extension_type_is_in_allow_list(extension_type_name): - raise ValidationError(f"Failed to get extension type version by cluster for {extension_type_name.lower()} " + - f"as it is not in allowed list of extension types {allowed_extensions}") + raise ValidationError(f"Operation failed as extension type {extension_type_name.lower()} " + + f"is not in allowed list of extension types {allowed_extensions}") def filter_hard_taints(node_initialization_taints: List[str]) -> List[str]: @@ -442,3 +442,9 @@ def get_all_extensions_in_allow_list(result): if _check_if_extension_type_is_in_allow_list(obj.extension_type.lower()): output.append(obj) return output + + +def get_extension_in_allow_list(result): + if _check_if_extension_type_is_in_allow_list(result.extension_type.lower()): + return result + return None diff --git a/src/aks-preview/azext_aks_preview/_params.py b/src/aks-preview/azext_aks_preview/_params.py index d7f60cc177a..4dec5129a67 100644 --- a/src/aks-preview/azext_aks_preview/_params.py +++ b/src/aks-preview/azext_aks_preview/_params.py @@ -215,8 +215,8 @@ validate_bootstrap_container_registry_resource_id, validate_gateway_prefix_size, validate_max_unavailable, - validate_location_cluster_name_resource_group_mutually_exclusive, validate_resource_group_parameter, + validate_location_resource_group_cluster_parameters, ) from azext_aks_preview.azurecontainerstorage._consts import ( CONST_ACSTOR_ALL, @@ -2491,14 +2491,14 @@ def load_arguments(self, _): help='Name of resource group.') c.argument('cluster_name', options_list=['--cluster-name', '-c'], - validator=validate_location_cluster_name_resource_group_mutually_exclusive, + validator=validate_location_resource_group_cluster_parameters, help='Name of the Kubernetes cluster') c.argument('extension_type', options_list=['--extension-type', '-t'], help='Name of the extension type.') c.argument('location', options_list=['--location', '-l'], - validator=validate_location_cluster_name_resource_group_mutually_exclusive, + validator=validate_location_resource_group_cluster_parameters, help='Name of the location. Values from: `az account list-locations`') # Reference: https://learn.microsoft.com/en-us/cli/azure/k8s-extension/extension-types?view=azure-cli-latest @@ -2509,14 +2509,14 @@ def load_arguments(self, _): help='Name of resource group.') c.argument('cluster_name', options_list=['--cluster-name', '-c'], - validator=validate_location_cluster_name_resource_group_mutually_exclusive, + validator=validate_location_resource_group_cluster_parameters, help='Name of the Kubernetes cluster') c.argument('extension_type', options_list=['--extension-type', '-t'], help='Name of the extension type.') c.argument('location', options_list=['--location', '-l'], - validator=validate_location_cluster_name_resource_group_mutually_exclusive, + validator=validate_location_resource_group_cluster_parameters, help='Name of the location. Values from: `az account list-locations`') c.argument('version', help='Version for the extension type.') diff --git a/src/aks-preview/azext_aks_preview/_validators.py b/src/aks-preview/azext_aks_preview/_validators.py index 8e7c6c07c4d..55de0354bcf 100644 --- a/src/aks-preview/azext_aks_preview/_validators.py +++ b/src/aks-preview/azext_aks_preview/_validators.py @@ -935,19 +935,25 @@ def validate_gateway_prefix_size(namespace): raise CLIError("--gateway-prefix-size must be in the range [28, 31]") -def validate_location_cluster_name_resource_group_mutually_exclusive(namespace): - """Validates that location, cluster name, and resource group name are not specified at the same time""" +def validate_resource_group_parameter(namespace): + """Validates that if the user specified the cluster name, resource group name is also specified and vice versa""" + if namespace.resource_group_name and not namespace.cluster_name: + raise RequiredArgumentMissingError("Please specify --cluster") + if not namespace.resource_group_name and namespace.cluster_name: + raise RequiredArgumentMissingError("Please specify --resource-group") + + +def validate_location_resource_group_cluster_parameters(namespace): + """Validates location or cluster details are specified and not mutually exclusive""" location = namespace.location resource_group_name = namespace.resource_group_name cluster_name = namespace.cluster_name + if location and (resource_group_name or cluster_name): + raise RequiredArgumentMissingError( + "You must specify --location or --resource-group and --cluster." + ) + if location and resource_group_name and cluster_name: raise MutuallyExclusiveArgumentError( "Cannot specify --location and --resource-group and --cluster at the same time." ) - - -def validate_resource_group_parameter(namespace): - if namespace.resource_group_name and not namespace.cluster_name: - raise RequiredArgumentMissingError("Please specify --cluster") - if not namespace.resource_group_name and namespace.cluster_name: - raise RequiredArgumentMissingError("Please specify --resource-group") diff --git a/src/aks-preview/azext_aks_preview/custom.py b/src/aks-preview/azext_aks_preview/custom.py index ab02f3017ed..5cdd04b99dd 100644 --- a/src/aks-preview/azext_aks_preview/custom.py +++ b/src/aks-preview/azext_aks_preview/custom.py @@ -71,6 +71,7 @@ get_all_extension_types_in_allow_list, get_all_extensions_in_allow_list, raise_validation_error_if_extension_type_not_in_allow_list, + get_extension_in_allow_list, ) from azext_aks_preview._podidentity import ( _ensure_managed_identity_operator_permission, @@ -3987,7 +3988,7 @@ def show_k8s_extension(cmd, client, resource_group_name, cluster_name, name): name, "managedClusters", ) - return result + return get_extension_in_allow_list(result) except Exception as ex: logger.error("Failed to get K8s extension.\nError: %s", ex) 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 fe28efcc60b..64f8e5b763e 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 @@ -64,7 +64,7 @@ interactions: User-Agent: - AZURECLI/2.58.0 azsdk-python-core/1.28.0 Python/3.10.13 (Linux-6.2.0-1019-azure-x86_64-with-glibc2.31) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cliakstest000003?api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cliakstest000003?api-version=2024-07-01 response: body: string: '{"name":"cliakstest000003","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cliakstest000003","etag":"W/\"7127d835-9718-4371-90ff-92fc1b94ff90\"","location":"westus2","properties":{"provisioningState":"Updating","resourceGuid":"e4b75712-afae-49a4-a9a5-383357645a73","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Static","idleTimeoutInMinutes":4,"ipTags":[],"ddosSettings":{"protectionMode":"VirtualNetworkInherited"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Standard","tier":"Regional"}}' @@ -162,7 +162,7 @@ interactions: User-Agent: - AZURECLI/2.58.0 azsdk-python-core/1.28.0 Python/3.10.13 (Linux-6.2.0-1019-azure-x86_64-with-glibc2.31) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cliakstest000003?api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cliakstest000003?api-version=2024-07-01 response: body: string: '{"name":"cliakstest000003","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cliakstest000003","etag":"W/\"47ad53ef-d340-4086-aff6-c14189acdd40\"","location":"westus2","properties":{"provisioningState":"Succeeded","resourceGuid":"e4b75712-afae-49a4-a9a5-383357645a73","ipAddress":"20.36.22.30","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Static","idleTimeoutInMinutes":4,"ipTags":[],"ddosSettings":{"protectionMode":"VirtualNetworkInherited"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Standard","tier":"Regional"}}' @@ -210,7 +210,7 @@ interactions: User-Agent: - AZURECLI/2.58.0 azsdk-python-core/1.28.0 Python/3.10.13 (Linux-6.2.0-1019-azure-x86_64-with-glibc2.31) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cliakstest000003?api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cliakstest000003?api-version=2024-07-01 response: body: string: '{"name":"cliakstest000003","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cliakstest000003","etag":"W/\"47ad53ef-d340-4086-aff6-c14189acdd40\"","location":"westus2","properties":{"provisioningState":"Succeeded","resourceGuid":"e4b75712-afae-49a4-a9a5-383357645a73","ipAddress":"20.36.22.30","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Static","idleTimeoutInMinutes":4,"ipTags":[],"ddosSettings":{"protectionMode":"VirtualNetworkInherited"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Standard","tier":"Regional"}}' @@ -307,7 +307,7 @@ interactions: User-Agent: - AZURECLI/2.58.0 azsdk-python-core/1.28.0 Python/3.10.13 (Linux-6.2.0-1019-azure-x86_64-with-glibc2.31) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cliakstest000004?api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cliakstest000004?api-version=2024-07-01 response: body: string: '{"name":"cliakstest000004","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cliakstest000004","etag":"W/\"9638a254-b6f4-41a3-943e-4f705b6689e7\"","location":"westus2","properties":{"provisioningState":"Updating","resourceGuid":"1cf6849c-74ad-4031-9177-32451323a7f3","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Static","idleTimeoutInMinutes":4,"ipTags":[],"ddosSettings":{"protectionMode":"VirtualNetworkInherited"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Standard","tier":"Regional"}}' @@ -405,7 +405,7 @@ interactions: User-Agent: - AZURECLI/2.58.0 azsdk-python-core/1.28.0 Python/3.10.13 (Linux-6.2.0-1019-azure-x86_64-with-glibc2.31) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cliakstest000004?api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cliakstest000004?api-version=2024-07-01 response: body: string: '{"name":"cliakstest000004","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cliakstest000004","etag":"W/\"868d30d1-c1f4-49ba-86ef-04263cda6575\"","location":"westus2","properties":{"provisioningState":"Succeeded","resourceGuid":"1cf6849c-74ad-4031-9177-32451323a7f3","ipAddress":"20.36.15.82","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Static","idleTimeoutInMinutes":4,"ipTags":[],"ddosSettings":{"protectionMode":"VirtualNetworkInherited"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Standard","tier":"Regional"}}' @@ -453,7 +453,7 @@ interactions: User-Agent: - AZURECLI/2.58.0 azsdk-python-core/1.28.0 Python/3.10.13 (Linux-6.2.0-1019-azure-x86_64-with-glibc2.31) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cliakstest000004?api-version=2022-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cliakstest000004?api-version=2024-07-01 response: body: string: '{"name":"cliakstest000004","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Network/publicIPAddresses/cliakstest000004","etag":"W/\"868d30d1-c1f4-49ba-86ef-04263cda6575\"","location":"westus2","properties":{"provisioningState":"Succeeded","resourceGuid":"1cf6849c-74ad-4031-9177-32451323a7f3","ipAddress":"20.36.15.82","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Static","idleTimeoutInMinutes":4,"ipTags":[],"ddosSettings":{"protectionMode":"VirtualNetworkInherited"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Standard","tier":"Regional"}}' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_extension_backup.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_extension_backup.yaml index 0d3c5cec1cd..fb2a1f55245 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_extension_backup.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_extension_backup.yaml @@ -1,4 +1,61980 @@ interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.32.3 + method: GET + uri: https://aka.ms/azure-cli-extension-index-v1 + response: + body: + string: '' + headers: + cache-control: + - max-age=0, no-cache, no-store + connection: + - keep-alive + content-length: + - '0' + date: + - Wed, 28 May 2025 23:29:05 GMT + expires: + - Wed, 28 May 2025 23:29:05 GMT + location: + - https://azcliextensionsync.blob.core.windows.net/index1/index.json + pragma: + - no-cache + request-context: + - appId=cid-v1:d94c0f68-64bf-4036-8409-a0e761bb7ee1 + server: + - Kestrel + strict-transport-security: + - max-age=31536000 ; includeSubDomains + x-response-cache-status: + - 'True' + status: + code: 301 + message: Moved Permanently +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.32.3 + method: GET + uri: https://azcliextensionsync.blob.core.windows.net/index1/index.json + response: + body: + string: "{\n \"extensions\": {\n \"acat\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/acat-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"acat-1.0.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/acat\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"acat\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Acat Extension.\",\n \"version\": \"1.0.0b1\"\n },\n + \ \"sha256Digest\": \"9c228e93fdda531137ba6e5abad2b48577cf58512e4be0dee51cef111267327a\"\n + \ }\n ],\n \"account\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/account-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"account-0.1.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"account\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SubscriptionClient Extension\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"badd35099d52efc5d8c337eee3ce3958005e6bfbb0c83798a74458b90ea6046b\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/account-0.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"account-0.2.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"account\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SubscriptionClient Extension\",\n \"version\": \"0.2.0\"\n + \ },\n \"sha256Digest\": \"a5613056e59cccaf4de58d9b108b0103f1b5a698345e6261b5bf83b3ff7637cf\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/account-0.2.1-py3-none-any.whl\",\n + \ \"filename\": \"account-0.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/account\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"account\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SubscriptionClient Extension\",\n \"version\": \"0.2.1\"\n + \ },\n \"sha256Digest\": \"aba36f7a6f109d2bd1b1624ebcfdfd07a97e9a0b05b051d0af7d2ddb4d2f3c89\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/account-0.2.4-py3-none-any.whl\",\n + \ \"filename\": \"account-0.2.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/account\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"account\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SubscriptionClient Extension\",\n \"version\": \"0.2.4\"\n + \ },\n \"sha256Digest\": \"3bbf45c0e82cf5f76f62beee08b2df8c01dc6a5863d887814e791af69c6f715b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/account-0.2.5-py3-none-any.whl\",\n + \ \"filename\": \"account-0.2.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/account\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"account\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SubscriptionClient Extension\",\n \"version\": \"0.2.5\"\n + \ },\n \"sha256Digest\": \"0b94df323acfc48ea3141904649106bb85695187dbf63aa3b8448ec12bc00c23\"\n + \ }\n ],\n \"acrcssc\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/acrcssc-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"acrcssc-1.0.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.60.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.9\",\n \"Programming Language :: Python + :: 3.10\",\n \"Programming Language :: Python :: 3.11\",\n + \ \"Programming Language :: Python :: 3.12\",\n \"License + :: OSI Approved :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kraterdev@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/acrcssc\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"acrcssc\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"croniter (~=3.0.0)\",\n \"croniter~=3.0.0\",\n + \ \"oras (==0.2.25)\",\n \"oras==0.2.25\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Container Registry Container + Secure Supply Chain (CSSC) Extension\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"cbe058908e339b5827b9da0f2daaa5813fe4914746fb558e903fd4fd8274f1ff\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/acrcssc-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"acrcssc-1.0.0b2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.60.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.9\",\n \"Programming Language :: Python + :: 3.10\",\n \"Programming Language :: Python :: 3.11\",\n + \ \"Programming Language :: Python :: 3.12\",\n \"License + :: OSI Approved :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kraterdev@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/acrcssc\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"acrcssc\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"croniter (~=3.0.0)\",\n \"croniter~=3.0.0\",\n + \ \"oras (==0.2.25)\",\n \"oras==0.2.25\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Container Registry Container + Secure Supply Chain (CSSC) Extension\",\n \"version\": + \"1.0.0b2\"\n },\n \"sha256Digest\": \"5057fe9fef53206895717df777642bf05d891bb2f4e6cece10ac594c5644f1e3\"\n + \ }\n ],\n \"acrquery\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/acrquery-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"acrquery-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"KraterDev@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/acrquery\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"acrquery\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AcrQuery Extension\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"07f5f253de7e3eb8b2ec2726e3b899474f71ebef9ba2d3c0acbca7a1a0a05c54\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/acrquery-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"acrquery-1.0.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"KraterDev@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/acrquery\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"acrquery\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AcrQuery Extension\",\n \"version\": \"1.0.1\"\n + \ },\n \"sha256Digest\": \"9094137a4d08f2ede7b662c99df0665f338aae7bcaf4976bed5d42df754571f1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/acrquery-1.0.1b2-py3-none-any.whl\",\n + \ \"filename\": \"acrquery-1.0.1b2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"KraterDev@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/acrquery\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"acrquery\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AcrQuery Extension\",\n \"version\": \"1.0.1b2\"\n + \ },\n \"sha256Digest\": \"b5a329f3631a966b449b224c3b7b9b846938e00db8dabba6b5fac210480ee5ee\"\n + \ }\n ],\n \"acrtransfer\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/acrtransfer-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"acrtransfer-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"KraterDev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/acrtransfer\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"acrtransfer\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Acrtransfer Extension\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"8fadff19781b34ab246a15a5c222fd6af53ea93f7778fbf933d1ccd082f3e362\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/acrtransfer-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"acrtransfer-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"KraterDev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/acrtransfer\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"acrtransfer\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Acrtransfer Extension\",\n \"version\": \"1.1.0\"\n + \ },\n \"sha256Digest\": \"668b94d0341b663a610212f318b899a53be60ae0eb59c47e162f5dabd3483551\"\n + \ }\n ],\n \"ad\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/ad-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"ad-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/ad\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"ad\",\n \"summary\": \"Microsoft Azure Command-Line Tools + DomainServicesResourceProvider Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"61df234e10759e9916c1d447ab02b82637de10fd97c31a17252e1f5183853883\"\n + \ }\n ],\n \"aem\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/aem-0.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aem-0.1.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.0.30\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"yugangw@microsoft.com\",\n + \ \"name\": \"Yugang Wang\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.29.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aem\",\n \"summary\": \"Manage Azure Enhanced Monitoring + Extensions for SAP\",\n \"version\": \"0.1.1\"\n },\n + \ \"sha256Digest\": \"4ac7b8a4a89eda68d9d1a07cc5edd9b1a2b88421e2aa9a9e5b86a241f127775f\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aem-0.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"aem-0.2.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.0.30\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"yugangw@microsoft.com\",\n + \ \"name\": \"Yugang Wang\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aem\",\n \"summary\": \"Manage Azure Enhanced Monitoring + Extensions for SAP\",\n \"version\": \"0.2.0\"\n },\n + \ \"sha256Digest\": \"3ae49bb9f6b07cdaae840079c95e3d30c7e8bc27ba68d542e8e122cf4c14ce00\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aem-0.2.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aem-0.2.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.19.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"yugangw@microsoft.com\",\n \"name\": + \"Yugang Wang\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aem\",\n \"summary\": \"Manage Azure Enhanced Monitoring + Extensions for SAP\",\n \"version\": \"0.2.1\"\n },\n + \ \"sha256Digest\": \"fb11a2b2b46c5bae831216969bc333a74c7f2a1f77fb8fae7427b911d27bdd41\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aem-0.2.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"aem-0.2.2-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.19.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"yugangw@microsoft.com\",\n \"name\": + \"Yugang Wang\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aem\",\n \"summary\": \"Manage Azure Enhanced Monitoring + Extensions for SAP\",\n \"version\": \"0.2.2\"\n },\n + \ \"sha256Digest\": \"4019ccd9d3bfef853bbe31bc178e07ea1d132a8dea6e6931f917c0d4b0130d13\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aem-0.3.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"aem-0.3.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.19.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"yugangw@microsoft.com\",\n \"name\": + \"Yugang Wang\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aem\",\n \"summary\": \"Manage Azure Enhanced Monitoring + Extensions for SAP\",\n \"version\": \"0.3.0\"\n },\n + \ \"sha256Digest\": \"25aaf9006ab1d115d7c484cfda1c9ad0e3617af6d2140db87499aaea81b67ff8\"\n + \ }\n ],\n \"ai-examples\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/ai_examples-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"ai_examples-0.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.81\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.5\",\n \"Programming Language :: Python + :: 3.6\",\n \"Programming Language :: Python :: 3.7\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"License + :: OSI Approved :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"mabooe@microsoft.com\",\n \"name\": \"Matthew + Booe\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/ai-examples\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"ai-examples\",\n \"summary\": \"Add AI powered examples + to help content.\",\n \"version\": \"0.1.0\"\n },\n + \ \"sha256Digest\": \"3bf63937122345abe28f6d6ddcac8c76491ae992910a6516bcb506e099e59f8b\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/ai_examples-0.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"ai_examples-0.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.2.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.5\",\n \"Programming Language :: Python + :: 3.6\",\n \"Programming Language :: Python :: 3.7\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"License + :: OSI Approved :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"mabooe@microsoft.com\",\n \"name\": \"Matthew + Booe\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/ai-examples\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"ai-examples\",\n \"summary\": \"Add AI powered examples + to help content.\",\n \"version\": \"0.2.0\"\n },\n + \ \"sha256Digest\": \"1e976b938f377e35618525154b46725fa66f17883a6fb233fb2f9d427a34421b\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/ai_examples-0.2.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"ai_examples-0.2.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.2.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.5\",\n \"Programming Language :: Python + :: 3.6\",\n \"Programming Language :: Python :: 3.7\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"License + :: OSI Approved :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"mabooe@microsoft.com\",\n \"name\": \"Matthew + Booe\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/ai-examples\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"ai-examples\",\n \"summary\": \"Add AI powered examples + to help content.\",\n \"version\": \"0.2.1\"\n },\n + \ \"sha256Digest\": \"f45d5a3726924c8a7ae03f2fce1ea4c0221291cf5c815dd54bbc7cd867f1edc2\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/ai_examples-0.2.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"ai_examples-0.2.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.2.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.5\",\n \"Programming Language :: Python + :: 3.6\",\n \"Programming Language :: Python :: 3.7\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"License + :: OSI Approved :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"mabooe@microsoft.com\",\n \"name\": \"Matthew + Booe\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/ai-examples\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"ai-examples\",\n \"summary\": \"Add AI powered examples + to help content.\",\n \"version\": \"0.2.2\"\n },\n + \ \"sha256Digest\": \"6f5da7c8783d6c295b0bc290284609d2e4d60618e208529ec224cde6137254e7\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/ai_examples-0.2.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"ai_examples-0.2.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.2.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.5\",\n \"Programming Language :: Python + :: 3.6\",\n \"Programming Language :: Python :: 3.7\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"License + :: OSI Approved :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"mabooe@microsoft.com\",\n \"name\": \"Matthew + Booe\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/ai-examples\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"ai-examples\",\n \"summary\": \"Add AI powered examples + to help content.\",\n \"version\": \"0.2.3\"\n },\n + \ \"sha256Digest\": \"b4e02c629f2d5613553460c0c1923d638753b355cda5cd7e6ed11b573eaf6d01\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/ai_examples-0.2.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"ai_examples-0.2.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.2.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.5\",\n \"Programming Language :: Python + :: 3.6\",\n \"Programming Language :: Python :: 3.7\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"License + :: OSI Approved :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"mabooe@microsoft.com\",\n \"name\": \"Matthew + Booe\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/ai-examples\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"ai-examples\",\n \"summary\": \"Add AI powered examples + to help content.\",\n \"version\": \"0.2.4\"\n },\n + \ \"sha256Digest\": \"acb73b45ea35b909a0e25ca8757a1434d9ba109ebb3d54698850f5258e76132c\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/ai_examples-0.2.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"ai_examples-0.2.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.2.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.5\",\n \"Programming Language :: Python + :: 3.6\",\n \"Programming Language :: Python :: 3.7\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"License + :: OSI Approved :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"mabooe@microsoft.com\",\n \"name\": \"Matthew + Booe\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/ai-examples\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"ai-examples\",\n \"summary\": \"Add AI powered examples + to help content.\",\n \"version\": \"0.2.5\"\n },\n + \ \"sha256Digest\": \"badbdf5fc2e0b4a85c4124d3fc92859b582adf8f30f5727440ce81942140099a\"\n + \ }\n ],\n \"aks-preview\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.36-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.36-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.36\"\n },\n + \ \"sha256Digest\": \"ea288c9a118ff077caba6110c395864f5c569d87ab395f02a1b11eefd00d3db6\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.37-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.37-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.37\"\n },\n + \ \"sha256Digest\": \"80d04f0d477b987dd462e6c1fb3fdbe7441c7ea1e3c75fb8593847d43b4a1e3b\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.38-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.38-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.38\"\n },\n + \ \"sha256Digest\": \"1ded28b781b6be42b7006fa1a9784d33a90cef43690034dfd22f890519737570\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.39-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.39-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.39\"\n },\n + \ \"sha256Digest\": \"0fdcf5377dcd987221405a3cce324cf823d6f22f0cedd0ea6dc7e3b357be50c4\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.40-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.40-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.40\"\n },\n + \ \"sha256Digest\": \"ea0e3e82ed682134734460b8a6489c4e586cfca97706cc2037d9ace16491c286\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.41-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.41-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.41\"\n },\n + \ \"sha256Digest\": \"f2c6b7d062f3798400b274926e70123fe02ea8bd6a94f645bbf5c1474ce42e33\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.42-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.42-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.42\"\n },\n + \ \"sha256Digest\": \"8b7b592b640b4e46410cf97600106c277506403487e083a3496c33c634e63a06\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.43-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.43-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.43\"\n },\n + \ \"sha256Digest\": \"d351dc69bac520400beffaa571dccdd1fd37534c28309fa703ae59802d25cad5\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.44-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.44-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.44\"\n },\n + \ \"sha256Digest\": \"544d8dbab694fd5a2e04a1cac310e36881682e309c5df772f037451e3d7da51c\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.45-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.45-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.45\"\n },\n + \ \"sha256Digest\": \"78b8536cf5b4349d47a3d1742d36514f99780ef8eff31336d8cb5dfc2e5c6080\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.47-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.47-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.47\"\n },\n + \ \"sha256Digest\": \"042b4acfecdc98059907abce1224c0865f1a61abd566fdc00e09a61436a52e27\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.49-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.49-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.49\"\n },\n + \ \"sha256Digest\": \"ccd0ec11a5fe08427547eb65111ab5c4bab5a59d2eb8d90173d3afa242260518\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.50-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.50-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.50\"\n },\n + \ \"sha256Digest\": \"4c00426e0e993c1a1205a9e09500025cadf287b5ba9c7248027bd91922a94688\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.51-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.51-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.51\"\n },\n + \ \"sha256Digest\": \"60db16bbf0149d80545044dbcb6a353822f867876b2a2547e584432775bd2bf7\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.52-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.52-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.52\"\n },\n + \ \"sha256Digest\": \"7ca39f7f93274649857adc648ae2c7f971d846a99917e6c42b514075d19eb93f\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.53-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.53-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.53\"\n },\n + \ \"sha256Digest\": \"8a71bf3f14338831750c4d086be49b09dbc65e40aedbbc9bc8c558ca8dcb1b21\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.54-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.54-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.54\"\n },\n + \ \"sha256Digest\": \"a12d1907641e8212e0fb4e5f2a6eb85154252a2cd92a1539bf7b809c3b3aa840\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.55-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.55-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.55\"\n },\n + \ \"sha256Digest\": \"d6fa0ec6dfffa82941d9b93415b317f5aee42191c3f6193fbc5842f36822cc48\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.56-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.56-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.56\"\n },\n + \ \"sha256Digest\": \"b03984389a701e3bdfd0327a5428e2b73394daadca15c072173efd367cc7350e\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.57-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.57-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.57\"\n },\n + \ \"sha256Digest\": \"2f80ce7345874f6dc791c25b59bfccdd8d1df2fc5a58eee89c12d5bee36e09f2\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.58-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.58-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.58\"\n },\n + \ \"sha256Digest\": \"6c0e9eeff259f87d5db5deab028bd0c875103d4f94af3b4f872167330de14c2d\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.59-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.59-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.59\"\n },\n + \ \"sha256Digest\": \"33f4caf55366ac68d8b914bf0d06b695ea90d37ea1a26752c5c4ce7345f60b7d\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.60-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.60-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.60\"\n },\n + \ \"sha256Digest\": \"5baa213387c341a054dd8bc8a610f6f4ce0507d5fb1b96b13b0025c1cffb32a3\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.61-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.61-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.61\"\n },\n + \ \"sha256Digest\": \"e40833b2de89ae4884d0d88741ed6949d6a3b8e970c946e1ff4aed1ca5215b57\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.62-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.62-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.62\"\n },\n + \ \"sha256Digest\": \"41538793759b3aae977c3c0e6263a271b20ea130467d89c0dee19877198f0703\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.63-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.63-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.63\"\n },\n + \ \"sha256Digest\": \"ad7e574b1728797189c3e7185ff56e09e835086bd8876c4ef8cbdc54ffe1bc77\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.64-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.64-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.64\"\n },\n + \ \"sha256Digest\": \"507a299bddcb9199f589be12ad0761e03c8386ed2b4ca26782199e9c1f18bf49\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.65-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.65-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.65\"\n },\n + \ \"sha256Digest\": \"3c1d2f8daedab5d6e6adea1ee1f0222be411f64b2b960ce270feb2aa5955145f\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.66-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.66-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.66\"\n },\n + \ \"sha256Digest\": \"ff66452ee3ea3bd31da976107f59006a11ada4e565328fdd56c36c876680b826\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.67-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.67-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.67\"\n },\n + \ \"sha256Digest\": \"1ae0b48d36ea387f25311bbd24f3170c98ed2e3fd1d2a8d07ed32759f0d92828\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.68-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.68-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.68\"\n },\n + \ \"sha256Digest\": \"a281f668a6a9aca42b30fe81914621cce0b7ed8b5dc6c011d299f81ab7c213aa\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.69-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.69-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.69\"\n },\n + \ \"sha256Digest\": \"d670fa4333caf852f4fb298cac96617f24101af8a01af505eb6730936280598a\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.70-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.70-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.70\"\n },\n + \ \"sha256Digest\": \"ae85aefb746698433f3175f87ab8f53c866aafd5f4d68d7277336e6bedeaffd8\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.71-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.71-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.71\"\n },\n + \ \"sha256Digest\": \"a122cfbcc9eb43d3e89e4a19e7f7641e95d6c3184e486bf790b6cdd088c98c79\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.72-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.72-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.72\"\n },\n + \ \"sha256Digest\": \"5d8ec45db6137170926753fe13f7afa8bc66b7b2d8e1af420bb4615b20b471bf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.73-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.73-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.73\"\n },\n + \ \"sha256Digest\": \"d5cd928c82d0f65dbdefc651b2925bfba8710d14d9ecb2aab50ce3b6b461a3c5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.0\"\n },\n + \ \"sha256Digest\": \"abb67e21afe5760a77dc90832ff3790da7041e19240b5e16829b27562b538917\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.1\"\n },\n + \ \"sha256Digest\": \"18a96ea0a9a7402715bd8896901e9b9b1a69ae40f8791755337178fdb3d2dd8b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.2\"\n },\n + \ \"sha256Digest\": \"8a0d406acb640b0f9e2a5c2aba6ec1038aa14178e28cacb07f213127da4c7d4a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.3\"\n },\n + \ \"sha256Digest\": \"a5ee5bd051e5e3909dd84593ff6c5ae9aa37eb4fd68ffa23db1011894c15ba9d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.4\"\n },\n + \ \"sha256Digest\": \"9d917bb16488f2e0c07b8448675105ce726e836f3070cb1669394ce174893ec4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.5\"\n },\n + \ \"sha256Digest\": \"17a72fbfd8ddafbe11cedadb5f2fd9b514d700ecc3854ece5c257c5c7e443182\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.6\"\n },\n + \ \"sha256Digest\": \"70552c8f2eb4c60d7de4f2ed9225c16757c6f1978fa0a091d83ab74a748155a5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.7\"\n },\n + \ \"sha256Digest\": \"3721871ac87368c30bd8dfbcd6ff745bb4254f9b2daff651ba3de892dfd15067\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.8\"\n },\n + \ \"sha256Digest\": \"c32a30d83efeee2cdb23e5dccf1d86788835bcb8947d6ba838fab63d97409bd5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.9-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.9-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.9\"\n },\n + \ \"sha256Digest\": \"8e9f36f5ee8f07e3d7f24de3ffe11aa82ba1af4b135286cf3e463d8d6d7e5ab3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.10-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.10-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.10\"\n },\n + \ \"sha256Digest\": \"2dc5f15206e44d509d1a6738ee7b24bd3bba20d2a184d9fd93423affb346abdc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.11-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.11-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.11\"\n },\n + \ \"sha256Digest\": \"9eeda4d792219e1745948103bd6f0677a724553708ba1ccf49ca484181939f07\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.12-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.12-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.12\"\n },\n + \ \"sha256Digest\": \"9d7f0941b2e1e765cd48cee7b7502a035d65385ddce9d210ccdf6ef68519b4e4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.13-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.13-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.13\"\n },\n + \ \"sha256Digest\": \"54409bfe6bc1b8c34183eea46624973cb6c53acf6b11b5665cc21b229da17156\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.14-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.14-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.14\"\n },\n + \ \"sha256Digest\": \"635f9a1ed5cd480da0e730ddd3116bc352997120aa1feff1b3972067460bbc9f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.15-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.15-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.15\"\n },\n + \ \"sha256Digest\": \"c5bc6296b75fcdaf2a499d34dfa184d6cdeda7a8abaf1306fd758dd04804e621\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.17-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.17-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.17\"\n },\n + \ \"sha256Digest\": \"add861fdea86d7789a0680a3db61fbc32736849c137eb043cb4496f1ee07b742\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.18-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.18-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.18\"\n },\n + \ \"sha256Digest\": \"5cdb117cd30f743c092131bf77e8a699ba4e62bdf7f60a987b5e04387a57ccec\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.19-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.19-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.19\"\n },\n + \ \"sha256Digest\": \"ea42777c9a90295667bc3dc2154f3f3c9f122f884fd7dea661d4948d81dc0b63\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.21-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.21-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.21\"\n },\n + \ \"sha256Digest\": \"8035103b7eb04451b596d70d03f7b1685418e6679c143db5cf6ca70d91e65848\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.22-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.22-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.22\"\n },\n + \ \"sha256Digest\": \"d9673c7d1496e2d85d2b15ad1fc7b2e24101517d8714c4a1cc9f86175cf395a2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.23-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.23-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.23\"\n },\n + \ \"sha256Digest\": \"1d5ad0d8d49f0cf13ffb65cbb3a60651dfa87a8b8b9537f7d9574d4bdc68c1d6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.24-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.24-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.24\"\n },\n + \ \"sha256Digest\": \"4f2e624cc8e1a9ef653295b563d883f2fe58016ca1ba5b45485f17d60d410de7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.25-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.25-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.25\"\n },\n + \ \"sha256Digest\": \"67e35a0b44ffa2c73c98e0ef8604705302707a383b1ffe37a5a9368f2d2a24bb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.26-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.26-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.26\"\n },\n + \ \"sha256Digest\": \"b0653d61f1b26184f2439bef551fb42055f9509ec4f4a3e805d20bce2f382cf8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.27-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.27-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.27\"\n },\n + \ \"sha256Digest\": \"327010762d4953215b870434fafd0f64f7c46bf6d41eafe147a7de202331e3d3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.28-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.28-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.28\"\n },\n + \ \"sha256Digest\": \"6242d3de31d9fb51d7385e4b8b4880806a6df7057d552914ae114d6445440b9e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.29-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.29-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.29\"\n },\n + \ \"sha256Digest\": \"4b433b98716ceb98545a1031ac06284ed06cdb454af009e486a30b32ec07b176\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.30-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.30-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.30\"\n },\n + \ \"sha256Digest\": \"c7a0e4838eebb2a6ee5fafa97c361b73ccb66440e1e27f8d10b241de36c82afd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.31-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.31-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.31\"\n },\n + \ \"sha256Digest\": \"fed778a52ba3233267c1a957e59d6b62f40dfaac4483c3285fb1747659a180e1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.32-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.32-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.32\"\n },\n + \ \"sha256Digest\": \"d2267981145c8c7494d0b74ed6e0629ebff46e44b632d5936c01eee885c0f9a3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.33-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.33-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.33\"\n },\n + \ \"sha256Digest\": \"a087c366a73df27aa0950067649a75cfb08432e331f95d497915e62c5291f59e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.34-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.34-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.34\"\n },\n + \ \"sha256Digest\": \"32a00c0a498ca140540ffd4a33685cbf9f188bee23c9b75d47a12ca342420102\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.35-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.35-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.35\"\n },\n + \ \"sha256Digest\": \"ae1c4eb5688de501f34a1125495f012ddd6445aea1f4da3ac9b81d52c019a309\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.37-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.37-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.37\"\n },\n + \ \"sha256Digest\": \"9f5cd1a94360c156d4baef8a7c8c6230f291807caa4857528ba57ff99ff5772d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.38-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.38-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.38\"\n },\n + \ \"sha256Digest\": \"8f3711491f7f6952e6cf50f517de94a0a3380c906f8e3a1c67e917c3ec63b7ad\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.39-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.39-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.39\"\n },\n + \ \"sha256Digest\": \"249d7eacc77ec774ab656b4cc8bda7e0d9a1790ff7ec9851a3869f3dc3357869\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.40-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.40-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.40\"\n },\n + \ \"sha256Digest\": \"6fb60461a49eb3534343eab73a665edf0dc3fa38f6e77972a15442fe35ef7ef5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.41-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.41-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.41\"\n },\n + \ \"sha256Digest\": \"031601c9ef162925ab378ba7e86b843f258b8feddfe8e52bb8d4d6896d7504d8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.42-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.42-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.27.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.42\"\n },\n + \ \"sha256Digest\": \"70b557f454023cd8300da0081f34c97f8ab142d2a867507cc356d5d45e2f6585\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.44-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.44-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.27.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.44\"\n },\n + \ \"sha256Digest\": \"bf9b38c16159417372b85e10874554ccc08b3a1d545ac098d864d88c832293e8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.45-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.45-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.30.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.45\"\n },\n + \ \"sha256Digest\": \"dce3edd35e9467e64db64ea6fe69a3360f51be02fcf273126c77bd2a79bc43c7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.46-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.46-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.30.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.46\"\n },\n + \ \"sha256Digest\": \"9f811e0176fb309f40c0a6a2cfbd50c27aa4c19a80f518ad100e232c382da336\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.47-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.47-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.30.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.47\"\n },\n + \ \"sha256Digest\": \"a3d03b2ad7ae74468556b8142252e9e51f70e50ce5b1685c8188930b1e43a4ef\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.48-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.48-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.30.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.48\"\n },\n + \ \"sha256Digest\": \"f253e1df741ca7a9b22fef56a362606f9cd7f9e79d52d25fe36a8f76a2c0b52f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.49-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.49-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.31.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.49\"\n },\n + \ \"sha256Digest\": \"8ee88b5673e5d0b69176f8e6b1b5402854b6b28b763e749251414d3801650259\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.50-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.50-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.31.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.50\"\n },\n + \ \"sha256Digest\": \"1ee3571431ef61e5c66bc92ca9927b97d0eaf37e0c9290e55744fcf8bd8cf552\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.51-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.51-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.31.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.51\"\n },\n + \ \"sha256Digest\": \"9908869553f8438a8f184586396e2f2013871bbf49063b95a2ee4d354c539912\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.52-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.52-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.31.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.52\"\n },\n + \ \"sha256Digest\": \"9446d0056caeabbfbac6a47ac88fdb67757db285c7063b5e8074befbc56338d0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.53-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.53-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.53\"\n },\n + \ \"sha256Digest\": \"d8e85ba210d276b5caee4d8049b1e0e3ea5b55d6b319a630cf2e523305e6e6cc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.54-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.54-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.54\"\n },\n + \ \"sha256Digest\": \"957461fa774e2f4a041464a1c82b77edd6b380c6e77ae7a4ae84fba6402380a3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.55-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.55-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.55\"\n },\n + \ \"sha256Digest\": \"6dffcadb2091abab3e6c682dcac05a8149f6887e04550342e1ae33109fd4266f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.56-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.56-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.56\"\n },\n + \ \"sha256Digest\": \"113eca94a2bda03fea6810bffbed83c1e1c5ab91d38b40001e8bab320d6449e2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.57-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.57-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.57\"\n },\n + \ \"sha256Digest\": \"ef52483bd0f162fcc1fc0cced91a5804956c202bf0d3559e48f76a26241ace36\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.58-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.58-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.58\"\n },\n + \ \"sha256Digest\": \"9ad0566d2719940ac927723e65fd79586eae3ce86190b52cfcda3286c98ee30d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.59-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.59-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.59\"\n },\n + \ \"sha256Digest\": \"24253eef69ebb4622873771959e33b25d9612f3303cc924c84f8d6e175420f69\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.60-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.60-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.60\"\n },\n + \ \"sha256Digest\": \"c3d1861f4bfa276d714448198b71f482b26538162f0724bb5686343a084a0de6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.61-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.61-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.61\"\n },\n + \ \"sha256Digest\": \"98f1c161076a1b17889069fd8b654c4be14b5778088cf46a834d6be2a580dca7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.62-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.62-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.62\"\n },\n + \ \"sha256Digest\": \"d1c27a01a402f252e01016181cf988a6da125d120bff168c4b4e85f994215d56\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.63-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.63-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.63\"\n },\n + \ \"sha256Digest\": \"cb5ca46f649303009a52c84ec1a9e8efc788e6e80989e07541f03c4edf02cc93\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.64-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.64-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.64\"\n },\n + \ \"sha256Digest\": \"377db46a822434677059bae8f8584e408d42ba951a7e8b688e50579236864faf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.65-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.65-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.65\"\n },\n + \ \"sha256Digest\": \"df53989fd97f37b5feb6bd54dca9c11308cd8ac6c77e012efccfb4c0111c2f18\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.66-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.66-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.66\"\n },\n + \ \"sha256Digest\": \"82026c5aafd8f0c7f5e72524e708a4ed5c6485b574686d0cdded1104f20a82b3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.67-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.67-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.67\"\n },\n + \ \"sha256Digest\": \"5bedccad76afa1af2196feea59de05fce27d6e917bd6580793ea553399bc2cd5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.68-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.68-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.68\"\n },\n + \ \"sha256Digest\": \"0501655b210d9b4d8812c9b1820f4860c9e26aa839652c6265ab201dbcfb46d6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.69-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.69-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.69\"\n },\n + \ \"sha256Digest\": \"371eec5e3dda3fd7b6ade5274603887bb2113c8e1833a30d49b08a413f3dede4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.70-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.70-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.70\"\n },\n + \ \"sha256Digest\": \"b209c35cf11c76b71a751d727d05cd29b9c4d946bf3ff61d1c51284c83292f9b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.71-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.71-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.35.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.71\"\n },\n + \ \"sha256Digest\": \"7d9550c43140a2eb110addfea27ff8a37d08e1f007a439e77e76ba93110ea38c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.73-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.73-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.35.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.73\"\n },\n + \ \"sha256Digest\": \"aea0f83dbc8a9aa258a1a64446118919d629d66a0836d3fc800a0f726dda65a2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.74-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.74-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.35.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.74\"\n },\n + \ \"sha256Digest\": \"2e6afcc3ababf020e0d4debe8c21334f91f52e8ada3b76261c3a5cda3a7c4462\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.75-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.75-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.35.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.75\"\n },\n + \ \"sha256Digest\": \"3e6ec892b290606c3c7d504883e5bac1a29cdfd3bb98ba95ac2575dd2f3b81b2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.76-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.76-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.35.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.76\"\n },\n + \ \"sha256Digest\": \"daeef61715beb0aad8387286c324dd6450d3ab6cc731476b182a8a70c1d5997a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.77-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.77-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.35.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.77\"\n },\n + \ \"sha256Digest\": \"35008db1e3d6e9ae6c409ed0749a37f6fddec6223aa8cefa0e7245af5f81c95a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.78-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.78-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.35.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.78\"\n },\n + \ \"sha256Digest\": \"a98ecf3b74dae40025d90c8fa152341897682b3647964fd4876545c71b1aa186\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.79-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.79-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.35.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.79\"\n },\n + \ \"sha256Digest\": \"e00adb76107a1daf813b7469392cc42f54dfe37a13f300e0e3f5fb59604a1a7a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.80-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.80-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.35.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.80\"\n },\n + \ \"sha256Digest\": \"b2b6b10bea7eb3e667b6d3377be2c901c8a707de4a29fea5b5e4e2c5a79ea465\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.81-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.81-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.35.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.81\"\n },\n + \ \"sha256Digest\": \"cd513d21399b00621fe54b3cef4e5736b521d89f4233d01020efe8a1fb2a029d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.82-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.82-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.35.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.82\"\n },\n + \ \"sha256Digest\": \"0d92faa3baf8df81f784efe3c719f915fc846e0f5a1b5884477b28bc19a3dc5e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.83-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.83-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.83\"\n },\n + \ \"sha256Digest\": \"01a9cba4d6553f8dc21a8bc837db19761a61c683ddbd72383071030edb5fa806\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.85-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.85-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.85\"\n },\n + \ \"sha256Digest\": \"1b67fa76d283eee75bb135dc4e4efd9640364a84cd9c0786d6311090b8d9b8fd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.86-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.86-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.86\"\n },\n + \ \"sha256Digest\": \"6d35edb29885d02dce1c27d3fc16280239b288151984ac9b84f7d0de8ba44b61\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.87-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.87-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.87\"\n },\n + \ \"sha256Digest\": \"74b0bdfee2818757cafb88edec216446e71bf0f56c9365a387966ef0490bcbfc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.88-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.88-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.88\"\n },\n + \ \"sha256Digest\": \"6794b2151eae3176e8db725a786201606afb4d2e94a76201e21652f2a19d0a4c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.89-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.89-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.89\"\n },\n + \ \"sha256Digest\": \"e7f1b203399906812680aaed0e3f6e21000967e0699482d97e1c449035a8bc6a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.91-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.91-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.91\"\n },\n + \ \"sha256Digest\": \"08de921452dc174603c794405373819a7bda972c8a3307f81e17e9ad4f369f80\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.92-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.92-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.92\"\n },\n + \ \"sha256Digest\": \"6855d7fcdfce7119d799a010f9c50e5aa0132b06581ef84e6d3cf43871691abe\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.93-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.93-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.93\"\n },\n + \ \"sha256Digest\": \"3a49835718b33330fb33256a4dfbfe49bc6b507fb37c48e51d20a7588753f2cf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.94-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.94-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.94\"\n },\n + \ \"sha256Digest\": \"2dd0f45bcb79b72eaf418577a927331db48bb15a1743cb9f66fd0642960b9e8d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.95-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.95-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.95\"\n },\n + \ \"sha256Digest\": \"6f6a946f84e00dfe9d4625ec0e7d927be93ed6ecf5b99ba7c4b146c946ec4672\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.96-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.96-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.96\"\n },\n + \ \"sha256Digest\": \"908a79b3da57b3615f45cc9e201249942894d32983b9b94f1a5996e3b25d2e6b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.97-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.97-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.97\"\n },\n + \ \"sha256Digest\": \"c0a5a5a605cbf1fa158aab8566f8fbb51879a9ee0465ffc40f164040c37cebcd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.98-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.98-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.98\"\n },\n + \ \"sha256Digest\": \"0299269b7b1c9646d2ceafd2b29eeefb371fe1d4f15d55078afd4830d019c7d8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.99-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.99-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.99\"\n },\n + \ \"sha256Digest\": \"d6f0130ea6949e312cdf19c6f628847734bc14817a731e228015979afeda20ec\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.100-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.100-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.100\"\n },\n + \ \"sha256Digest\": \"1bf97307cd519f0d00a457242e1d610ea018d19480a5d2d4ed0ef73b8e179169\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.101-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.101-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.101\"\n },\n + \ \"sha256Digest\": \"1e5144540998b973acbb75a2c68896681b1a2b094216e6316391a1d6bea3103e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.102-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.102-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.102\"\n },\n + \ \"sha256Digest\": \"da3db3c239bc960a536b79bf4797b75ba765da31e066ad56dbedff00aab22172\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.103-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.103-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.103\"\n },\n + \ \"sha256Digest\": \"c0ca8f11a7bd40fe6793c85c571bc0bacb76645f8f0a73967173b14f4be2463b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.104-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.104-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.104\"\n },\n + \ \"sha256Digest\": \"a1eea0c50c624f45143aa55b26934af0d9a5f7a19ac9b26942deb13515fe6ab8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.105-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.105-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.105\"\n },\n + \ \"sha256Digest\": \"27191e8cf1baa2349028e693b4df3f78fec190da0e84ccbf7bc1efeffaa57c6d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.106-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.106-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.106\"\n },\n + \ \"sha256Digest\": \"782279fdb8f799d8e1220f878692875320af639942023c0b03dfdfd5d80added\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.107-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.107-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.107\"\n },\n + \ \"sha256Digest\": \"ba55241d5566bd0a888e6c01466a57bdf8f413e5c51456db2cd7ffddf163ef8f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.108-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.108-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.108\"\n },\n + \ \"sha256Digest\": \"e2d2b9d407cfb3ce44c5565ac9ce20ced6edf25075c31d9f8a2658993b158510\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.109-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.109-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.109\"\n },\n + \ \"sha256Digest\": \"b17d2536b555d6f6f3381a11003d284aa4cd29906975ab3fe47d40dc39b8aaa0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.110-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.110-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.110\"\n },\n + \ \"sha256Digest\": \"eb0922cd4f404db8fc064c315ee86bdb750b9389e0a2513d04fa535855b410bb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.111-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.111-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.111\"\n },\n + \ \"sha256Digest\": \"7da4a7815d1f192f1e5c1172e732956ddfaa9d218856188b9ce5906040b21fbe\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.112-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.112-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.112\"\n },\n + \ \"sha256Digest\": \"b33d01bc5ba13d5932951e577ede76d97aa6d3fad88dcabe1b786b3f12476eff\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.113-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.113-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.113\"\n },\n + \ \"sha256Digest\": \"033c6189f4ce704653e4f9ef880ccbedecd478d652922cdb16a604f0fcdd6cc2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.114-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.114-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.114\"\n },\n + \ \"sha256Digest\": \"364f6267114f199a6c1f9b5362826f6f14c924c21b9587e4dc5ca90c49ec3d6e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.115-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.115-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.115\"\n },\n + \ \"sha256Digest\": \"9e439856742f46e8a8c5b3943f6b777ee88f57d17328fb5e4b1fe3c3fd21c090\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.116-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.116-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.116\"\n },\n + \ \"sha256Digest\": \"45abf043ba212a690a6c4aff76e9ade1a1837ce68f1bb580967b96dbe2e9aeca\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.117-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.117-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.117\"\n },\n + \ \"sha256Digest\": \"ba691e46614a854c4f3a9d899354f845d0e858b1be364f33c8317b0f46b34c3f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.118-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.118-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.118\"\n },\n + \ \"sha256Digest\": \"009365c9ec95eb5a43097855d97d3a14e90653d9c76c268dd17da226f7f70c2e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.119-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.119-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.43.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.119\"\n },\n + \ \"sha256Digest\": \"c8b50ac78a54a293caf2065a64b309f14934f2f953b50b2606670865942b6a8d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.120-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.120-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.43.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.120\"\n },\n + \ \"sha256Digest\": \"80fa490cd015d3393cab6edfc6e6a7aa1f00648b3f0f9274f7c1c1f989042e0f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.121-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.121-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.43.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.121\"\n },\n + \ \"sha256Digest\": \"ebbf8d856bcb1fc9029473015665258d9e1732f3d05aa28c6dd07a0d5810af84\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.122-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.122-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.43.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.122\"\n },\n + \ \"sha256Digest\": \"8c986496fe32418802a134cd844b4a6414f52cbe60270d08d9dc3d44be64c598\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.123-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.123-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.43.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.123\"\n },\n + \ \"sha256Digest\": \"b27f427aa2af44805a108af291a0c87db6caae2fd1206743f5005cf89fa7b858\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.125-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.125-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.125\"\n },\n + \ \"sha256Digest\": \"5965b8105fc2ad546961ef02136422e1dbc399755f371d005e145615dba61649\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.126-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.126-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.126\"\n },\n + \ \"sha256Digest\": \"bd8b6ac2ab0800a0ecff4f06b8afec19cc3b463dc951b1f02a06449585b78a9a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.127-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.127-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.127\"\n },\n + \ \"sha256Digest\": \"2d38c18442369e6295f14e68d12eadfc24deb6d9458b735accc623c447fd52ed\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.128-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.128-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.128\"\n },\n + \ \"sha256Digest\": \"1156f159e8c1b16284b930487a1284aca1ded1dbc8d21a6cbf5cddcdc625767a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.129-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.129-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.129\"\n },\n + \ \"sha256Digest\": \"49e50e7fd43b285880af9c6b17d1c3bddd316fdecf555eb473388c200423970e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.130-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.130-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.130\"\n },\n + \ \"sha256Digest\": \"6e224106eb13daaea1336044f07b03fd8ef10bb42b9b21c11818dda148b2ab43\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.131-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.131-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.131\"\n },\n + \ \"sha256Digest\": \"e8667cb199cb25394d237b3ced6c36195b67c00481a2145e2220878cb616c7bb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.132-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.132-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.132\"\n },\n + \ \"sha256Digest\": \"2d3329d0ba04aa1c68a952b29c54f90e9cf1abed85c0f1a51a6eb302c87fc187\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.133-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.133-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.133\"\n },\n + \ \"sha256Digest\": \"eaee3b3ca9f13d4153597476f9a45ca5fd00d8b4e02e01ca1cc07c937525a41b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.134-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.134-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.134\"\n },\n + \ \"sha256Digest\": \"3fa34226198f09bc38d36248893f08662d183c8106006ffae912dbf1d4b351ee\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.135-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.135-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.135\"\n },\n + \ \"sha256Digest\": \"eb0b780c84f51cbbe48f037e388b2be95692bd2d5c36daf53faa8f5251ec7ae5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.136-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.136-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.136\"\n },\n + \ \"sha256Digest\": \"3901766ce0200e6dfed5d1f877a27036b57732caf2f0a3955a7aeb7c5183dac6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.137-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.137-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.137\"\n },\n + \ \"sha256Digest\": \"37c4ca90690b6e48c1ae52e7e0912eee4cbb1a10c9953e2de2fc3a9926186294\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.138-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.138-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.138\"\n },\n + \ \"sha256Digest\": \"344a05b128c2dc402e4307843c8f67bb3101a207088eab66128a570684658a29\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.139-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.139-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.139\"\n },\n + \ \"sha256Digest\": \"7a79b661d0aab0a89b4ca8a4c9677f14bb5bf57b89850b6256cc6c120a2775ca\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.140-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.140-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.140\"\n },\n + \ \"sha256Digest\": \"89da9b212c448cf7161dad3abacfcd79c0a93a5e105713655f473f1c99be6184\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.141-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.141-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.141\"\n },\n + \ \"sha256Digest\": \"0b26ee8a6e84d1e546bdab8be66a809febef53c55d61084cb096c1493281fb82\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.142-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.142-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.142\"\n },\n + \ \"sha256Digest\": \"003c5a3fec5d73fa1ae557cce51b16d19950026a4fc7a16365c382ae7e400dbd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.143-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.143-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.143\"\n },\n + \ \"sha256Digest\": \"0babf8e7e8f77960cf7c7d97204e4ac521ceff58a1e46d15c2f8e9d80d114676\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.144-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.144-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.144\"\n },\n + \ \"sha256Digest\": \"15e12e2e4c345d92a5eecc6da160a1c766674a0ec322b865428fdbeb0483e2db\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.145-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.145-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.145\"\n },\n + \ \"sha256Digest\": \"f367662b934cf1a086ae81a5494146c0b408a321509561ca2be093688d2da3c8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.146-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.146-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.146\"\n },\n + \ \"sha256Digest\": \"e369e9c478b91ddd72bd9ac801a9acaca111f7add363c1e0691abc4aca91bb87\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.147-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.147-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.147\"\n },\n + \ \"sha256Digest\": \"75c40934415a76a71bac2680c80271c5a5a89aa5036e2c647925829055e15c83\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.148-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.148-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.148\"\n },\n + \ \"sha256Digest\": \"4ff9ebd66e8a51bb781fb9e76100b9bf510cc4a13cdee314ef8f63052674e897\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.149-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.149-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.149\"\n },\n + \ \"sha256Digest\": \"c1a7eb356edab7f496e6672f9516a3360303899dd479586458c37886a6c00b76\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.150-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.150-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.150\"\n },\n + \ \"sha256Digest\": \"19e2fdf3642656d05a470bb95370af5d72b9c6f8e11bbfa0ea7a5fb8702671ba\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.151-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.151-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.151\"\n },\n + \ \"sha256Digest\": \"839516b3d8e97525d13c594cce398e76848914a195cd351e6ac75c86dd07c4e6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.152-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.152-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.152\"\n },\n + \ \"sha256Digest\": \"d56a40e70dd03cf6b0b5ab548c2cd16b2fbd5340a4f37a232c0268be97b46786\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.153-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.153-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.153\"\n },\n + \ \"sha256Digest\": \"a4ed80aa9635ffc7672e9d7566915eeab873d7d038949437a2305bd1d5a26252\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.154-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.154-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.154\"\n },\n + \ \"sha256Digest\": \"fdff64768b5e34947cc304ad0a3d5436d63b984372c17c767be0ccf8edcc4dec\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.155-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.155-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.155\"\n },\n + \ \"sha256Digest\": \"be425161a4acfb0d24cc5f873bb5f4a03b486034a343e5d4516b714f0a19727b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.156-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.156-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aks-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"openai (~=0.27.8)\"\n ]\n + \ }\n ],\n \"summary\": + \"Provides a preview for upcoming AKS features\",\n \"version\": + \"0.5.156\"\n },\n \"sha256Digest\": \"6039b99d31538b915d96f811d4a4583fb6240e5f314d581a46021a281784d245\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.157-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.157-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aks-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"openai (~=0.27.8)\",\n \"openai~=0.27.8\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Provides a preview for upcoming AKS features\",\n + \ \"version\": \"0.5.157\"\n },\n \"sha256Digest\": + \"f8ef4d008ef13cfdb804fb9916c934753757348bc9fade4e02f0d7fa0bf1ba53\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.158-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.158-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aks-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"openai (~=0.27.8)\",\n \"openai~=0.27.8\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Provides a preview for upcoming AKS features\",\n + \ \"version\": \"0.5.158\"\n },\n \"sha256Digest\": + \"e13d6eff3b0e74e96fce741c000d69fbea124a9b4febd6f0e34494fe86a4e99e\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.159-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.159-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.159\"\n },\n + \ \"sha256Digest\": \"5b3d055cadd3a0fb5623f7d6e04b1553761fae63413fded4e7c029d3c6bf72a4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.160-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.160-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.160\"\n },\n + \ \"sha256Digest\": \"32e84b12b661eee0f1b15433e9a1dc38009ece9faacc2f201c9f02d3cfc8a928\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.161-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.161-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.161\"\n },\n + \ \"sha256Digest\": \"7da4ad6cad48c5ecbab100827b634ee69dfee3a8f8918ddcf4258dbd6ff1207b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.162-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.162-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.162\"\n },\n + \ \"sha256Digest\": \"a7690e9a3b5fd0dd27e86ab029fd87e40073eec7ff4900c2d32a4a63b9e3a758\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.163-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.163-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.163\"\n },\n + \ \"sha256Digest\": \"c7569a43928962e7f71493e4bda8e0d86bda99a08c407b588d4f89d0c0bcb981\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.164-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.164-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.164\"\n },\n + \ \"sha256Digest\": \"5032d903c07476e91393c010b88eadd1d90328662f05403b1ba4a7f6a26e5a5a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.165-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.165-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.165\"\n },\n + \ \"sha256Digest\": \"7087be67431b8210e79c7fa795a0eecb4fb2f17fa47e3bd2dd6986a7fde2e298\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.166-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.166-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.166\"\n },\n + \ \"sha256Digest\": \"97ae1cdaec30d9e3c2bb55485776683ddc188883dd7a1ba0be576f6a763bfe0a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.167-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.167-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.167\"\n },\n + \ \"sha256Digest\": \"f45779ff6462c382842ceb936c0e2145ced9220b24fa20e7104d6312f2795908\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.168-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.168-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.168\"\n },\n + \ \"sha256Digest\": \"432ce3214cbf8521a4174ac7c327823c941e1dc01630391825eec4badd29b969\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.169-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.169-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.169\"\n },\n + \ \"sha256Digest\": \"67277604a05d72c5bf385e5c446850a42e61b3d9fb4502d2e1810e1b79f33348\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.170-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.170-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.170\"\n },\n + \ \"sha256Digest\": \"87e7aa897db9d90178a9066bf95291123fd856be246172807b0fefd0c14daee1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.171-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.171-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.171\"\n },\n + \ \"sha256Digest\": \"8f7565022cc1fe7303dffd1c45bd9d43089b0a07d3f93fbb497f1dda22b49760\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.172-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.172-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.172\"\n },\n + \ \"sha256Digest\": \"a80a939563355331e53c54297710ec3198de460d04d357351a6decee5e6a64d1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.173-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.173-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.173\"\n },\n + \ \"sha256Digest\": \"e81597d02ccbd2856b7fd9631e3414d63be64221d71c60dc6e1548c95487d6ee\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.174-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.174-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.174\"\n },\n + \ \"sha256Digest\": \"b3d5716a53bd13ac59226cd0f7758cc11f535d5044fb026f71d3f5eb269cb87c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"1.0.0b1\"\n },\n + \ \"sha256Digest\": \"ee4bbc8d3c175d3aeea67506646d57860f2bd54ea049cf60c7e0e455bda6b283\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-1.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-1.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"1.0.0b2\"\n },\n + \ \"sha256Digest\": \"50e8b8f4b2fd02c2085d410efee7558a10a5399aa6d8e2b5def62fdc2d860b16\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-1.0.0b3-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-1.0.0b3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"1.0.0b3\"\n },\n + \ \"sha256Digest\": \"b5823a278d7b7ab787e8469b6e5f4ce1e7983aac2e6ac79ba38a998da0f5d994\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-1.0.0b4-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-1.0.0b4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"1.0.0b4\"\n },\n + \ \"sha256Digest\": \"dd01c61e5fd22df8845159781a89f783a45e102a9a97acae5bed4a735a2dec6c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-1.0.0b5-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-1.0.0b5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"1.0.0b5\"\n },\n + \ \"sha256Digest\": \"75378ea07dea6fdadb115e41e8394003fd63282560648fa92d8f055f1e2536eb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-1.0.0b6-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-1.0.0b6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"1.0.0b6\"\n },\n + \ \"sha256Digest\": \"2d535ccdce575a5c3c4bd2aa9be1646d6227339d8142de593e5ab31b9d5018e0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-2.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-2.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"2.0.0b1\"\n },\n + \ \"sha256Digest\": \"099ed6855de6571395b7c5531cfbed6537d98dfdc2570ec31acf8f5958f53956\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-2.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-2.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"2.0.0b2\"\n },\n + \ \"sha256Digest\": \"48ca4edfa81686a283930f58a43c459c3b18e7bd4dfc4782ab75659ec711f549\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-2.0.0b3-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-2.0.0b3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"2.0.0b3\"\n },\n + \ \"sha256Digest\": \"59fdd960108b7dbbae8d0d417adaf29a764ddab19c0c34c710be13b063d77214\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-2.0.0b4-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-2.0.0b4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"2.0.0b4\"\n },\n + \ \"sha256Digest\": \"1b5f13ef657dc05525ebcb1000340295a4453c6baeedbfca97ce5ba799486ff7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-2.0.0b5-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-2.0.0b5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"2.0.0b5\"\n },\n + \ \"sha256Digest\": \"de0ff3c4929fe33f9a1be37bbc3718493c57606088cee0a7acc3165ecf4c286e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-2.0.0b6-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-2.0.0b6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"2.0.0b6\"\n },\n + \ \"sha256Digest\": \"f99e03a78728eab8ee6fc6f3944d35719876baa4cce0d8642e6935bc6e127083\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-2.0.0b7-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-2.0.0b7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"2.0.0b7\"\n },\n + \ \"sha256Digest\": \"aeffac4ded4de3f4f0673c90c407ece117138da1e470da54759aa838624a2fe4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-2.0.0b8-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-2.0.0b8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"2.0.0b8\"\n },\n + \ \"sha256Digest\": \"a9896e58511fef1aa889316350c9a7b84176185fbdd7783bf43db401851096b4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-3.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-3.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"3.0.0b1\"\n },\n + \ \"sha256Digest\": \"2bec826c57c59f6b84e298118500006f2ec150d9c3d38b8f9fe3f7a75985a9ce\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-3.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-3.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"3.0.0b2\"\n },\n + \ \"sha256Digest\": \"4930d07a7d69a83867c57c7328f87750534d92e9f9e53afc3cd768108fa722c8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-3.0.0b3-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-3.0.0b3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"3.0.0b3\"\n },\n + \ \"sha256Digest\": \"85c7f1a79fee3797933f6c18d89cb7f0e287b9678bc903c00db5f3456a04ef58\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-3.0.0b4-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-3.0.0b4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"3.0.0b4\"\n },\n + \ \"sha256Digest\": \"5d04fb35d81280a56ee96083ea18a04378b51df0d2b0b37ad0b22c842020b2e6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-3.0.0b5-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-3.0.0b5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"3.0.0b5\"\n },\n + \ \"sha256Digest\": \"6a91566e4fd41fa24805b4db78205923a5f36ac2e09b5eba773b648fcfafe879\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-3.0.0b6-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-3.0.0b6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"3.0.0b6\"\n },\n + \ \"sha256Digest\": \"afd115977bc8b4a46661772f290eea84ecfeae7df8663b0798e57d278b676a83\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-3.0.0b7-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-3.0.0b7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"3.0.0b7\"\n },\n + \ \"sha256Digest\": \"404cb196e85565eb99e79de72d608da60c1771db59ce3a3df4942625ea1d138b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-3.0.0b8-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-3.0.0b8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"3.0.0b8\"\n },\n + \ \"sha256Digest\": \"ea2ee7cabcd6a02a3d457b18e55d8cd8e2ee00675101be376471850873b46236\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-3.0.0b9-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-3.0.0b9-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"3.0.0b9\"\n },\n + \ \"sha256Digest\": \"3d5e43cd1b92ef9abe959fd2aea3e3c66dbebe2cd22df6fdb8abcf7b6682bbd9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-3.0.0b10-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-3.0.0b10-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"3.0.0b10\"\n + \ },\n \"sha256Digest\": \"b5e406bb246012463c9d468f5ca7d9f16758a47d042dea9070ef397354f87beb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-3.0.0b11-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-3.0.0b11-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"3.0.0b11\"\n + \ },\n \"sha256Digest\": \"143ce75380ca2defa2f1bf241802747e3509509a50580e328c3b07fb1cb1fc77\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-3.0.0b12-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-3.0.0b12-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"3.0.0b12\"\n + \ },\n \"sha256Digest\": \"22b2aab02d7dc90b57bf51008e087c84c4f22372e425c750e52116462cca200c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-3.0.0b13-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-3.0.0b13-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"3.0.0b13\"\n + \ },\n \"sha256Digest\": \"a3e8c70bd56e2b31fc174ec7c24cf36995eb5597fcdae2722c3281aab7fde044\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-4.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-4.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"4.0.0b1\"\n },\n + \ \"sha256Digest\": \"27fdb9f6bf411cebc30281bdc578d12658db7c65055e5e598b88b58d3abb3ac7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-4.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-4.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"4.0.0b2\"\n },\n + \ \"sha256Digest\": \"377d01c2e2099d60ec05a25b0458c41e97dfaa81adf3ada19207e78f572aaac4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-4.0.0b3-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-4.0.0b3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"4.0.0b3\"\n },\n + \ \"sha256Digest\": \"ee79134d705d6ebe661653bab44870f1bd307e0a194dbe911b43975c2f4b8458\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-4.0.0b4-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-4.0.0b4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"4.0.0b4\"\n },\n + \ \"sha256Digest\": \"2f6a8ec56fd48237ebf9d48cc5a63507d7360492d72deeb42f62c8acd8527b6b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-4.0.0b5-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-4.0.0b5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"4.0.0b5\"\n },\n + \ \"sha256Digest\": \"fff8b68a7a332789345947796cb5014ca2dd8781c38d49c7bdceaf9912490d10\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-5.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-5.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"5.0.0b1\"\n },\n + \ \"sha256Digest\": \"2c0a6b1a952b30f10f36f744e214a03774016fe7834038b917b8bc0ef03ce0c9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-5.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-5.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"5.0.0b2\"\n },\n + \ \"sha256Digest\": \"e110ba66f4375b28e7bca9e7a91e31288454907165274a84a62625a2a047c338\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-5.0.0b3-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-5.0.0b3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"5.0.0b3\"\n },\n + \ \"sha256Digest\": \"ff3f4cb237c87040662306e3b46bfaabde9ea4e7d3c23be55f3a829baf8404d0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-6.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-6.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"6.0.0b1\"\n },\n + \ \"sha256Digest\": \"2e04cfef1cb404760006d73786c57259f8e5c92bc42b9eaca7314301ce0ba1a4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-7.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-7.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"7.0.0b1\"\n },\n + \ \"sha256Digest\": \"202443c5f559b7b57362479118a836d54d7eb2194d56e5eb31a15bea3bf35811\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-7.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-7.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"7.0.0b2\"\n },\n + \ \"sha256Digest\": \"f2f8aba2abf4252b3e77c2d4245320c025e111d5374bb6c1a57631cd72c42e39\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-7.0.0b3-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-7.0.0b3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"7.0.0b3\"\n },\n + \ \"sha256Digest\": \"04067e9050de7b3560030613232bf51d9ada4b91885285954afe77b3e40ad90a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-7.0.0b4-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-7.0.0b4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"7.0.0b4\"\n },\n + \ \"sha256Digest\": \"1a8b9f22e0c36242a575434e5b25ed43e82fd9db5ad7f8b3d187b75ec4e4f879\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-7.0.0b5-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-7.0.0b5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"7.0.0b5\"\n },\n + \ \"sha256Digest\": \"9e46b526cf60b24af2a14ddba903f4695b1e3bf0eda9f0445438e8ae91079b52\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-7.0.0b6-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-7.0.0b6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"7.0.0b6\"\n },\n + \ \"sha256Digest\": \"268457ea6463d03775caa822b4b7a70749c503b47cb2aa9c898e1186cfb423f6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-7.0.0b7-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-7.0.0b7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"7.0.0b7\"\n },\n + \ \"sha256Digest\": \"4b554bfbdf16f0ffc5619ca627e686efd7bee0607da4c2ede39fd76cd1f1f9f8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-7.0.0b8-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-7.0.0b8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"7.0.0b8\"\n },\n + \ \"sha256Digest\": \"d0adea44ecf78c5b49d7e921fb8cb35fd5aa5f83ae7772f9b1d32b34c618eccd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-8.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-8.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"8.0.0b1\"\n },\n + \ \"sha256Digest\": \"500a670e0f4cd8ef9399a0928fbcef6440a68cdc2978c62db911d1585f351b75\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-9.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-9.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"9.0.0b1\"\n },\n + \ \"sha256Digest\": \"10c39ae052f5d76c4cf7584a404f6acac732af40dd58726365fdaeceb4eb2390\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-9.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-9.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"9.0.0b2\"\n },\n + \ \"sha256Digest\": \"ad108c241c92d4228b8da42222b614eae665adea268e8a868b9d8a38ccddeab5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-9.0.0b3-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-9.0.0b3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"9.0.0b3\"\n },\n + \ \"sha256Digest\": \"810d53ed0e6743acb4d886bdb852a000e430f61cbbc0374523f07d638fdc77f1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-9.0.0b4-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-9.0.0b4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"9.0.0b4\"\n },\n + \ \"sha256Digest\": \"5d5ce9940eee897e0af79bdc5631debee33fe80a43385aa81b45257e15eb565f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-9.0.0b5-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-9.0.0b5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"9.0.0b5\"\n },\n + \ \"sha256Digest\": \"891fc0b5b47120e4f229bb0e75aae8b18ec833a5f8661c29da11f18c4e562ba6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-9.0.0b6-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-9.0.0b6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"9.0.0b6\"\n },\n + \ \"sha256Digest\": \"36a215d3a2fdb54b8a977ecab330c3f73c32746368c977364e11fd5cb8e089a4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-9.0.0b7-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-9.0.0b7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"9.0.0b7\"\n },\n + \ \"sha256Digest\": \"2939aadd8022141b95d83dae59f43f55b6385236c8bf6bb0ae94c7b5f3eb6591\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-9.0.0b8-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-9.0.0b8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"9.0.0b8\"\n },\n + \ \"sha256Digest\": \"09844ae02ba0d58f9368ae3738f3d4311f5ca721edcc1cf70886fcf8a80cbfb8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-10.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-10.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"10.0.0b1\"\n + \ },\n \"sha256Digest\": \"6ce59739284300195a2b71bfddc2ca16d23dfc6b2d8afddd88b4e380a2b3f499\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-11.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-11.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"11.0.0b1\"\n + \ },\n \"sha256Digest\": \"f267f16a97d3cb002e8005d563deabd861bede7a887f63e4734b78adabd7c75c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-12.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-12.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"12.0.0b1\"\n + \ },\n \"sha256Digest\": \"2f83b9343a42efa4c7dac6adfe53d3015d34dec223df8aaa3764cabcaf9d6793\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-12.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-12.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"12.0.0b2\"\n + \ },\n \"sha256Digest\": \"e4ce8c4fd9be1bba37239a0673f0c59ab63cd3266439597067b83b1aba5a5a5a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-13.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-13.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"13.0.0b1\"\n + \ },\n \"sha256Digest\": \"57d2e5f3cd1e73de502a857a1393fa4d0015a6cac955a29916467be3dfb952cb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-13.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-13.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"13.0.0b2\"\n + \ },\n \"sha256Digest\": \"955384b3df956e0eef62de63855f1a81516f7dbaa9c5da85e7c6f4e99bfd7ab6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-13.0.0b3-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-13.0.0b3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"13.0.0b3\"\n + \ },\n \"sha256Digest\": \"17b8204a6fb454412d23898487a8e468aa3142958076185d7618b6c792d7880b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-13.0.0b4-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-13.0.0b4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"13.0.0b4\"\n + \ },\n \"sha256Digest\": \"68f799322e3996165451f666d990d7ea9f9f5607d36772f19bf19a596239f809\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-13.0.0b5-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-13.0.0b5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"13.0.0b5\"\n + \ },\n \"sha256Digest\": \"b81f95cfb3c49b6f08b7a0f2384a162497d6bfac1f2c2d7a495fe9a0615be133\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-13.0.0b6-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-13.0.0b6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"13.0.0b6\"\n + \ },\n \"sha256Digest\": \"7519938cf065c9eb0828b1d5c9f89f59ddb34277565f5483ee2adc87fe38dab5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-13.0.0b7-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-13.0.0b7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"13.0.0b7\"\n + \ },\n \"sha256Digest\": \"a4a151c1c264e67bb64d28ca8f1172e8db8522a60979a431e7612c56f437785f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-13.0.0b8-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-13.0.0b8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"13.0.0b8\"\n + \ },\n \"sha256Digest\": \"bc5f4a233c9da20eb64bc22c5d1798520ff65a32640869904ca73771def160bd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-13.0.0b9-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-13.0.0b9-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"13.0.0b9\"\n + \ },\n \"sha256Digest\": \"30e93f136c64872c9a4222faa3f92fbd5c3f778366e1b97b1ccb22aec3fe8d4b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-14.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-14.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"14.0.0b1\"\n + \ },\n \"sha256Digest\": \"21b8217a9a5c2af243968efff655131b446d57e3dfc0aaeb15ce5c3823bb417c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-14.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-14.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"14.0.0b2\"\n + \ },\n \"sha256Digest\": \"d4942783d3f9a20c818959e2d1720bd92e088aeda62932b577710c4b8836520b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-14.0.0b3-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-14.0.0b3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"14.0.0b3\"\n + \ },\n \"sha256Digest\": \"374ec57133071b2c09474661eb771840c04b6c602e5a83eda4a712fe57c748b9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-14.0.0b4-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-14.0.0b4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aks-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-core (>=1.5.0)\",\n \"azure-mgmt-core>=1.5.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Provides a preview for upcoming AKS features\",\n + \ \"version\": \"14.0.0b4\"\n },\n \"sha256Digest\": + \"9aeb0e32cc4e33345d8828e34547e6e12af8eb1b131660c9a106623fef99f70c\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-14.0.0b5-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-14.0.0b5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"14.0.0b5\"\n + \ },\n \"sha256Digest\": \"2f8870caafd2b01147a38335da8ba4878292b95a3135e24e4da669db0c21ac14\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-14.0.0b6-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-14.0.0b6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"14.0.0b6\"\n + \ },\n \"sha256Digest\": \"7d1f570eb541a1bbde143d88814c4a680791a3f95600f6bf35d1f5acd2b07cd9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-14.0.0b7-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-14.0.0b7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"14.0.0b7\"\n + \ },\n \"sha256Digest\": \"7379f1c7b48ca84f4d838df58d0f1cf33c688f24f483809d76dde2cba9e9c85e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-15.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-15.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"15.0.0b1\"\n + \ },\n \"sha256Digest\": \"66ff0be778f0bc230c57daf9be3596252c07a2432f3eee38c6103e7c08b49be8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-15.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-15.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"15.0.0b2\"\n + \ },\n \"sha256Digest\": \"deaf7e88b6e6483a36d66b74f181b5d774fbf776e19d5ee183c1c317e481690b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-16.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-16.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"16.0.0b1\"\n + \ },\n \"sha256Digest\": \"9f6665c9c295a8d331d78e29d8fdcb113d2465c6b015543de4b0596e0721407f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-17.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-17.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"17.0.0b1\"\n + \ },\n \"sha256Digest\": \"f15cccdf423a6021a023af6ef8c3cf4ccb60c826b3520468e472d4e7b0c03067\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-17.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-17.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"17.0.0b2\"\n + \ },\n \"sha256Digest\": \"e5895d3f1dd3b2158d93b3f95a12b92381bfbc92a74628f483bf4ce21d6ad5be\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-17.0.0b3-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-17.0.0b3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"17.0.0b3\"\n + \ },\n \"sha256Digest\": \"dabb7e0d6ce910b6c9568428a65cb1d5b4f1e48f3bf133f22d00a5d332b1484f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-17.0.0b4-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-17.0.0b4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"17.0.0b4\"\n + \ },\n \"sha256Digest\": \"299e23d4ebd8ff3895667bf59c09e8c160feba362b3983317ce987ea4ac70e32\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-18.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-18.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"18.0.0b1\"\n + \ },\n \"sha256Digest\": \"e3712575ccf57bddbaefa392e9d894666b2157c95aded9ad26b27a371260f09a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-18.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-18.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"18.0.0b2\"\n + \ },\n \"sha256Digest\": \"3316c2adb6f2e7c88764b980d7ccb0d695d68d723ad0ab826a254aa3fe21927d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-18.0.0b3-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-18.0.0b3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"18.0.0b3\"\n + \ },\n \"sha256Digest\": \"4ffd461ea874eeb1567d8307a25d65b96aa612a891dc0987e44ce288a9b7f3a8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-18.0.0b4-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-18.0.0b4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"18.0.0b4\"\n + \ },\n \"sha256Digest\": \"e94028121c941c5eac0fa3fd3b5f6ef3616901802197036fa6fe60b940e1e442\"\n + \ }\n ],\n \"aksarc\": [\n {\n \"downloadUrl\": + \"https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/aksarc-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"aksarc-1.0.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"Programming Language :: Python + :: 3.9\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://dev.azure.com/msazure/msk8s/_git/hybridaks-utils/azcli/aksarc\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aksarc\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (>=24.0.0)\",\n \"kubernetes>=24.0.0\",\n + \ \"paramiko (<4.0.0,>=2.0.8)\",\n \"paramiko<4.0.0,>=2.0.8\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools HybridContainerService + Extension\",\n \"version\": \"1.0.0b1\"\n },\n + \ \"sha256Digest\": \"292e44e40560c00c13e9ac9e113e2526943aac58fde3cc13d8ec5e14a463f05c\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/aksarc-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"aksarc-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"Programming Language :: Python + :: 3.9\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://dev.azure.com/msazure/msk8s/_git/hybridaks-utils/azcli/aksarc\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aksarc\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (>=24.0.0)\",\n \"kubernetes>=24.0.0\",\n + \ \"paramiko (>=3.3.1)\",\n \"paramiko>=3.3.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools HybridContainerService + Extension\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"e214f2e51d336069bbfd97f7d2ee31f467669e60f1920cee5f73ae2098f12a08\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/aksarc-1.0.2-py3-none-any.whl\",\n + \ \"filename\": \"aksarc-1.0.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"Programming Language :: Python + :: 3.9\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://dev.azure.com/msazure/msk8s/_git/hybridaks-utils/azcli/aksarc\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aksarc\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (>=24.0.0)\",\n \"kubernetes>=24.0.0\",\n + \ \"paramiko (>=3.3.1)\",\n \"paramiko>=3.3.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools HybridContainerService + Extension\",\n \"version\": \"1.0.2\"\n },\n + \ \"sha256Digest\": \"62c4ff20ce9d669ee4063a5bd4f03a7f7b591d2cf9fe74a3719b6be5586a937c\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/aksarc-1.0.3-py3-none-any.whl\",\n + \ \"filename\": \"aksarc-1.0.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"Programming Language :: Python + :: 3.9\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://dev.azure.com/msazure/msk8s/_git/hybridaks-utils/azcli/aksarc\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aksarc\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (>=24.0.0)\",\n \"kubernetes>=24.0.0\",\n + \ \"paramiko (>=3.3.1)\",\n \"paramiko>=3.3.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools HybridContainerService + Extension\",\n \"version\": \"1.0.3\"\n },\n + \ \"sha256Digest\": \"192197cf011658d2ed9ff2c98dcc469a4d8119d7988e902437071e9b83d113bf\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/aksarc-1.0.4-py3-none-any.whl\",\n + \ \"filename\": \"aksarc-1.0.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"Programming Language :: Python + :: 3.9\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://dev.azure.com/msazure/msk8s/_git/hybridaks-utils/azcli/aksarc\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aksarc\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (>=24.0.0)\",\n \"kubernetes>=24.0.0\",\n + \ \"paramiko (<4.0.0,>=2.0.8)\",\n \"paramiko<4.0.0,>=2.0.8\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools HybridContainerService + Extension\",\n \"version\": \"1.0.4\"\n },\n + \ \"sha256Digest\": \"3059bea235a1108cb9d22e9bd2f04d00293647abd53cacce454d3a23b4206887\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/aksarc-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"aksarc-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"Programming Language :: Python + :: 3.9\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://dev.azure.com/msazure/msk8s/_git/hybridaks-utils/azcli/aksarc\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aksarc\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (>=24.0.0)\",\n \"kubernetes>=24.0.0\",\n + \ \"paramiko (<4.0.0,>=2.0.8)\",\n \"paramiko<4.0.0,>=2.0.8\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools HybridContainerService + Extension\",\n \"version\": \"1.1.0\"\n },\n + \ \"sha256Digest\": \"c81f724aa3e55a864b8952c77f8d7413c1df79ce29331d550be8a310c74a9181\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/aksarc-1.1.1-py3-none-any.whl\",\n + \ \"filename\": \"aksarc-1.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"Programming Language :: Python + :: 3.9\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://dev.azure.com/msazure/msk8s/_git/hybridaks-utils/azcli/aksarc\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aksarc\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (>=24.0.0)\",\n \"kubernetes>=24.0.0\",\n + \ \"paramiko (<4.0.0,>=2.0.8)\",\n \"paramiko<4.0.0,>=2.0.8\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools HybridContainerService + Extension\",\n \"version\": \"1.1.1\"\n },\n + \ \"sha256Digest\": \"44151263f259c0b737319a355daef40fac9656342dfc1ea9a33a8c869f676fc5\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/aksarc-1.1.2-py3-none-any.whl\",\n + \ \"filename\": \"aksarc-1.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"Programming Language :: Python + :: 3.9\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://dev.azure.com/msazure/msk8s/_git/hybridaks-utils/azcli/aksarc\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aksarc\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (>=24.0.0)\",\n \"kubernetes>=24.0.0\",\n + \ \"paramiko (<4.0.0,>=2.0.8)\",\n \"paramiko<4.0.0,>=2.0.8\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools HybridContainerService + Extension\",\n \"version\": \"1.1.2\"\n },\n + \ \"sha256Digest\": \"3bdff388c2adc6df95b225d52b7af9197fa24ebfc02654451f127a6dbbc913ba\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/aksarc-1.2.20-py3-none-any.whl\",\n + \ \"filename\": \"aksarc-1.2.20-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"Programming Language :: Python + :: 3.9\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://learn.microsoft.com/en-us/azure/aks/hybrid/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aksarc\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (>=24.0.0)\",\n \"kubernetes>=24.0.0\",\n + \ \"paramiko (<4.0.0,>=2.0.8)\",\n \"paramiko<4.0.0,>=2.0.8\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools HybridContainerService + Extension\",\n \"version\": \"1.2.20\"\n },\n + \ \"sha256Digest\": \"bf55c6a31c8c9eb876e5f65260b134dd1820ed76bd9f838ebb9c3e30635faa04\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/aksarc-1.2.23-py3-none-any.whl\",\n + \ \"filename\": \"aksarc-1.2.23-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"Programming Language :: Python + :: 3.9\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://learn.microsoft.com/en-us/azure/aks/hybrid/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aksarc\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (>=24.0.0)\",\n \"kubernetes>=24.0.0\",\n + \ \"paramiko (<4.0.0,>=2.0.8)\",\n \"paramiko<4.0.0,>=2.0.8\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools HybridContainerService + Extension\",\n \"version\": \"1.2.23\"\n },\n + \ \"sha256Digest\": \"9a02fe5a42e135787b91feb950db74a318b6922d768b5c00327621951b9d6fdd\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/aksarc-1.4.23-py3-none-any.whl\",\n + \ \"filename\": \"aksarc-1.4.23-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"Programming Language :: Python + :: 3.9\",\n \"Programming Language :: Python :: 3.12\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://learn.microsoft.com/en-us/azure/aks/hybrid/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aksarc\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (>=24.0.0)\",\n \"kubernetes>=24.0.0\",\n + \ \"paramiko (<4.0.0,>=2.0.8)\",\n \"paramiko<4.0.0,>=2.0.8\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools HybridContainerService + Extension\",\n \"version\": \"1.4.23\"\n },\n + \ \"sha256Digest\": \"508a5b5546083f92545b721d2b4760a93f3a73abfe0aa5f6b6bc232ef092ee93\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/aksarc-1.5.37-py3-none-any.whl\",\n + \ \"filename\": \"aksarc-1.5.37-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"Programming Language :: Python + :: 3.9\",\n \"Programming Language :: Python :: 3.12\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://learn.microsoft.com/en-us/azure/aks/hybrid/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aksarc\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (>=24.0.0)\",\n \"kubernetes>=24.0.0\",\n + \ \"paramiko (<4.0.0,>=2.0.8)\",\n \"paramiko<4.0.0,>=2.0.8\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools HybridContainerService + Extension\",\n \"version\": \"1.5.37\"\n },\n + \ \"sha256Digest\": \"3cbb137f3d9135bacdff0fe12b7a044f10873269d5ce60471901015b538bcd63\"\n + \ }\n ],\n \"akshybrid\": [\n {\n \"downloadUrl\": + \"https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/akshybrid-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"akshybrid-0.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.32.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"Programming Language :: Python :: 3.9\",\n \"License + :: OSI Approved :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://dev.azure.com/msazure/msk8s/_git/hybridaks-utils/azcli/akshybrid\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"akshybrid\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"kubernetes==11.0.0\",\n + \ \"pycryptodome (==3.12.0)\",\n \"pycryptodome==3.12.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools HybridContainerService + Extension\",\n \"version\": \"0.1.1\"\n },\n + \ \"sha256Digest\": \"2ec4c1150f24ff806dccb4ecefe2f96c736276a9aef725c6988abfcc0adb3546\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/akshybrid-0.1.2-py3-none-any.whl\",\n + \ \"filename\": \"akshybrid-0.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.32.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"Programming Language :: Python :: 3.9\",\n \"License + :: OSI Approved :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://dev.azure.com/msazure/msk8s/_git/hybridaks-utils/azcli/akshybrid\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"akshybrid\",\n \"summary\": \"Microsoft Azure Command-Line + Tools HybridContainerService Extension\",\n \"version\": + \"0.1.2\"\n },\n \"sha256Digest\": \"9767cda444c421573bc220e01cd58a67c30a36175cedba68b0454a3c6e983a8e\"\n + \ }\n ],\n \"alb\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/alb-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"alb-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/alb\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"alb\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ALB Extension.\",\n \"version\": \"0.2.0\"\n },\n + \ \"sha256Digest\": \"d88930eedb6164a3ac71ff42ab5f8e3b21edb5f95d01274f35fc7f91bbf70378\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/alb-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"alb-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/alb\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"alb\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ALB Extension.\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"b020cd8cd3da6299dc978499dae452768b7651c3ed8e05f2f0b321bd9b8354d4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/alb-2.0.0-py3-none-any.whl\",\n + \ \"filename\": \"alb-2.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.67.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/alb\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"alb\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ALB Extension.\",\n \"version\": \"2.0.0\"\n },\n + \ \"sha256Digest\": \"67d3db93676402a4b2143969bb20fb8ec6227624ec5149d317a191b57d16a9c3\"\n + \ }\n ],\n \"alertsmanagement\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/alertsmanagement-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"alertsmanagement-0.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"fey@microsoft.com\",\n \"name\": \"Github:qwordy\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"alertsmanagement\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Alerts Extension\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"80ab78574debff9d8a9106bac3929cb552adea1371ea24f06073669fef708fcd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/alertsmanagement-0.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"alertsmanagement-0.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"fey@microsoft.com\",\n \"name\": \"Github:qwordy\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/alertsmanagement\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"alertsmanagement\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Alerts Extension\",\n \"version\": \"0.1.1\"\n + \ },\n \"sha256Digest\": \"319f2855f71de21b22b721b4b02d50faf858a71c04ced52a4f4c1e4e114dffa6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/alertsmanagement-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"alertsmanagement-0.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/alertsmanagement\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"alertsmanagement\",\n \"summary\": \"Microsoft Azure + Command-Line Tools AlertsManagementClient Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"1881c770fca969d269840923f1a6332602ec0a031c7402aaefa3ac6babadf70c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/alertsmanagement-0.2.1-py3-none-any.whl\",\n + \ \"filename\": \"alertsmanagement-0.2.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/alertsmanagement\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"alertsmanagement\",\n \"summary\": \"Microsoft Azure + Command-Line Tools AlertsManagementClient Extension\",\n \"version\": + \"0.2.1\"\n },\n \"sha256Digest\": \"4ad81bafbcf4d0cc813918d3a370eda0ff4d7e8d410cadb1adee353e300d58ef\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/alertsmanagement-0.2.2-py3-none-any.whl\",\n + \ \"filename\": \"alertsmanagement-0.2.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/alertsmanagement\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"alertsmanagement\",\n \"summary\": \"Microsoft Azure + Command-Line Tools AlertsManagementClient Extension\",\n \"version\": + \"0.2.2\"\n },\n \"sha256Digest\": \"2221f34f874532e4c5324f821a40a49f6cecca70b72e594144e6baf60b08508e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/alertsmanagement-0.2.3-py3-none-any.whl\",\n + \ \"filename\": \"alertsmanagement-0.2.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/alertsmanagement\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"alertsmanagement\",\n \"summary\": \"Microsoft Azure + Command-Line Tools AlertsManagementClient Extension\",\n \"version\": + \"0.2.3\"\n },\n \"sha256Digest\": \"b45a5752924ab1205ff5862f03a4a465eccb4dd8e79900023498d674aa68665b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/alertsmanagement-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"alertsmanagement-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/alertsmanagement\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"alertsmanagement\",\n \"summary\": \"Microsoft Azure + Command-Line Tools AlertsManagementClient Extension\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"e1e15aeff1ab9b25fb820b914e602ce84a7d00e5382eb07d413f1492d90b09d1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/alertsmanagement-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"alertsmanagement-1.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/alertsmanagement\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"alertsmanagement\",\n \"summary\": \"Microsoft Azure + Command-Line Tools AlertsManagementClient Extension\",\n \"version\": + \"1.0.0b2\"\n },\n \"sha256Digest\": \"37f376234f8047df93d7c5355cc864f35ec195f6c7babe148f57349303af6696\"\n + \ }\n ],\n \"alias\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/alias-0.5.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"alias-0.5.2-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.50.dev0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"t-chwong@microsoft.com\",\n \"name\": + \"Ernest Wong\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.29.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"alias\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"jinja2 (~=2.10)\"\n ]\n + \ }\n ],\n \"summary\": + \"Support for command aliases\",\n \"version\": \"0.5.2\"\n + \ },\n \"sha256Digest\": \"05f82d75026e780d27bd34a1be57f4ec0f425500d8ab4ee7e92fee07b944da33\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/alias-0.5.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"alias-0.5.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.31.dev0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"t-chwong@microsoft.com\",\n \"name\": + \"Ernest Wong\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"alias\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"jinja2 (~=2.10)\"\n ]\n + \ }\n ],\n \"summary\": + \"Support for command aliases\",\n \"version\": \"0.5.1\"\n + \ },\n \"sha256Digest\": \"81b9a7f1824bffcbd6e72680891476151dde868e030cdbf1bfd9135e1a8f3447\"\n + \ }\n ],\n \"amg\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"amg-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.30.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"2770ea61e30390300de97c4a76424febfc46a24a62f250b0fd3625017cf133f3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"amg-0.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.30.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"267cb352947fc4d0991d6d36b5a5ab86604c95a66acfb030212653ae4ada0fc6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-0.1.2-py3-none-any.whl\",\n + \ \"filename\": \"amg-0.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.30.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"0.1.2\"\n },\n \"sha256Digest\": \"f6e7b4cbe3fed90f9683ef96280612e2646286ca8028f4061013a0c6255c7208\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-0.1.3-py3-none-any.whl\",\n + \ \"filename\": \"amg-0.1.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.30.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"0.1.3\"\n },\n \"sha256Digest\": \"81e5bffefbb991136eaa19ab5175ff33ca8edec31b38c615ef2ffcaee80f5725\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"amg-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"05b53c3e894a7f776251d2e5854c16e30cb6f5755d1e67e52fbcc5815f428d61\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"amg-0.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"0.3.0\"\n },\n \"sha256Digest\": \"c3db4f061746fe2dc656a00084069d2905eb2f95e35f8beafe2900add16d8089\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-0.3.1-py3-none-any.whl\",\n + \ \"filename\": \"amg-0.3.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"0.3.1\"\n },\n \"sha256Digest\": \"64f1ebcebdd06cc0277a3cfe26b29b150135ce5b092296b8975ec56732a60729\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"dbb9572514ce2151900b38b9c30af7459f8ae35f8b052d0e7800894b50cc482e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"1.1.0\"\n },\n \"sha256Digest\": \"9d6e10ce78bcdeca062ab790a80d62ca1ccaabdb27fca8db891cbf3cec2835a0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.2.0-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"1.2.0\"\n },\n \"sha256Digest\": \"167bb7b5f668900d7d053d7b41a54ff89c5e5b89f723f4bb9c19d1e069a8d6e1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.2.1-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"1.2.1\"\n },\n \"sha256Digest\": \"0e182a9545c7b5ffc9d1ca04a08a508b7edd1428b5f9f90b408f912dce3205c0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.2.2-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.2.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"1.2.2\"\n },\n \"sha256Digest\": \"65903b31502c1405bbc0c0cedce6939e039825522ee2a0f85f3e4d8cb154531c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.2.3-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.2.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"1.2.3\"\n },\n \"sha256Digest\": \"ecc4dc8bf92c722de40390ba8cbf90c45ea80d0bbb44596c80efb157f2d330b2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.2.4-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.2.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"1.2.4\"\n },\n \"sha256Digest\": \"bc09a29642566d51b5a479ff3d9a62328ef84ad624c81c6e9eac9970c1fa3f02\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.2.5-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.2.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"1.2.5\"\n },\n \"sha256Digest\": \"82c34f845b70bfcaa717a0f9c12b08f461a6513bfb6c8d1331353297f769036a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.2.6-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.2.6-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"1.2.6\"\n },\n \"sha256Digest\": \"79540160025c90fe10595dc54560fb8a4025bb52cc78ca317351676e8a7b5aab\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.2.7-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.2.7-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"1.2.7\"\n },\n \"sha256Digest\": \"1f2fc11c645cb9df353b783e0ca8f037fafd863615963364c842d62c2d2d9cb5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.2.8-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.2.8-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"1.2.8\"\n },\n \"sha256Digest\": \"c51dc555e3c8b142bff445fe9f6d7b7c8614591093cd0d7f4dc02c12dede1fba\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.2.9-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.2.9-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"1.2.9\"\n },\n \"sha256Digest\": \"dbea8dd0e85dd2f30f30cb66f0dd7f9d0314a7ff9765a4d074622b75aeccad2f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.2.10-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.2.10-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"1.2.10\"\n },\n \"sha256Digest\": \"a19d60a2e1d3562cf9434bb7817b85f8ccca1472c6622921b83db9e1a85a98b7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.3.0-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"amg\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-dashboard (>=1.1.0)\",\n \"azure-mgmt-dashboard>=1.1.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Azure + Managed Grafana Extension\",\n \"version\": \"1.3.0\"\n + \ },\n \"sha256Digest\": \"c644207517d21641677fe5a1644271d5f751f1493e0dc8e1cded6645ac096a91\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.3.1-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.3.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"amg\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-dashboard (>=1.1.0)\",\n \"azure-mgmt-dashboard>=1.1.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Azure + Managed Grafana Extension\",\n \"version\": \"1.3.1\"\n + \ },\n \"sha256Digest\": \"7c7f452e18b92934d4f4ccc23ef2984ac0078397ca85b60bb287bf4f89c925f5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.3.2-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.3.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"1.3.2\"\n },\n \"sha256Digest\": \"cf31e9336e8b8bf63b7a1362ea05871f65493cfd49fd4a2cb73c1cb63c81f91a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.3.3-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.3.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"1.3.3\"\n },\n \"sha256Digest\": \"73914977612839d541cb356f3fccd0381d1126b20fdb6cab29a99fd81da974c0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.3.4-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.3.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"1.3.4\"\n },\n \"sha256Digest\": \"cf665da8629edfef5189eb2dd57d849d458f841cff83d2cad2a1b61104febf22\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.3.5-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.3.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"1.3.5\"\n },\n \"sha256Digest\": \"5eb4615d05dd85021d7d00311fdc25645535fe69e07cea1eca68d58cfb7bd44e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.3.6-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.3.6-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"1.3.6\"\n },\n \"sha256Digest\": \"52fbff96d56e381e636f6b2e9f8be80ac7eef766153ba8225a183b73d2972f25\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-2.0.0-py3-none-any.whl\",\n + \ \"filename\": \"amg-2.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.61.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"2.0.0\"\n },\n \"sha256Digest\": \"f6d05f59e995cdfb99d3f465b827c8989f76564cb6e0933cc8ffc7f82a46d427\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-2.1.0-py3-none-any.whl\",\n + \ \"filename\": \"amg-2.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.61.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"2.1.0\"\n },\n \"sha256Digest\": \"b28952d967b9a1e0d81dac280bdff23b44fdbb06dedd66cdf99477bdd7541d6c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-2.2.0-py3-none-any.whl\",\n + \ \"filename\": \"amg-2.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.61.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"2.2.0\"\n },\n \"sha256Digest\": \"8d832463a35329e61840bce5fe2c3ba214f8e800cc38140fe58dc2bf13ffeb90\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-2.3.0-py3-none-any.whl\",\n + \ \"filename\": \"amg-2.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.61.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"2.3.0\"\n },\n \"sha256Digest\": \"8384502d50e6984ff286c0222686079a3fabfbdc6588e862d2af2d8967cebec7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-2.3.1-py3-none-any.whl\",\n + \ \"filename\": \"amg-2.3.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.61.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"2.3.1\"\n },\n \"sha256Digest\": \"a85cb7aeb31878ea3be76df39f140d10c459cbf8d78971198decd58d8bdb355c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-2.4.0-py3-none-any.whl\",\n + \ \"filename\": \"amg-2.4.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.61.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"2.4.0\"\n },\n \"sha256Digest\": \"624ca8c847ce93ecc839ee428115d09b263c4ece7c52da0abef38893645111d6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-2.5.0-py3-none-any.whl\",\n + \ \"filename\": \"amg-2.5.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.61.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"2.5.0\"\n },\n \"sha256Digest\": \"c9002d8c653f56a8b1086bf33e918f3ba6f327cc84006be7594078421887f41d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-2.5.1-py3-none-any.whl\",\n + \ \"filename\": \"amg-2.5.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.61.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"2.5.1\"\n },\n \"sha256Digest\": \"ee1220bba50ecf4462226d41f3d922227546304276c28457c6c9f4151fc46d97\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-2.5.2-py3-none-any.whl\",\n + \ \"filename\": \"amg-2.5.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.61.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"2.5.2\"\n },\n \"sha256Digest\": \"4fff3fce2446883fb53037695330621f3faae10eff8b6006fb1ffa33ae12c54e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-2.5.3-py3-none-any.whl\",\n + \ \"filename\": \"amg-2.5.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.61.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"2.5.3\"\n },\n \"sha256Digest\": \"c6b252e3ae1d68a5a2c3b41e5f3ce2726f565a5efed06562ecdd46576d3720c9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-2.5.4-py3-none-any.whl\",\n + \ \"filename\": \"amg-2.5.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.61.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"2.5.4\"\n },\n \"sha256Digest\": \"e2c35275926579473e333bf380b5b9ef3ae1b062dc188a41cf11d7f80ec93348\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-2.5.5-py3-none-any.whl\",\n + \ \"filename\": \"amg-2.5.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.61.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"2.5.5\"\n },\n \"sha256Digest\": \"b8282fe78082d84779728331c566d7d4e40b6c5358221f2046760cf3b53ff565\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-2.6.0-py3-none-any.whl\",\n + \ \"filename\": \"amg-2.6.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.61.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"2.6.0\"\n },\n \"sha256Digest\": \"23c591ae1b3655dab0a48b93e5fa8f7884f0bdfcb5e17de15992c5379204cfcd\"\n + \ }\n ],\n \"amlfs\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/amlfs-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"amlfs-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/amlfs\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amlfs\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Amlfs Extension.\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"21b5a12943e727315288aa0ca1c49a25803a656b7f388c3c637596cfdf67bd1d\"\n + \ }\n ],\n \"aosm\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/aosm-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aosm-1.0.0b1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aosm\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aosm\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-storage-blob (>=12.15.0)\",\n \"azure-storage-blob>=12.15.0\",\n + \ \"jinja2 (>=3.1.2)\",\n \"jinja2>=3.1.2\",\n + \ \"oras (~=0.1.19)\",\n \"oras~=0.1.19\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Aosm + Extension\",\n \"version\": \"1.0.0b1\"\n },\n + \ \"sha256Digest\": \"410758efacaaecd1d3567c47a1385fab3c0dfaa9438abb6e7a75ad52bc8b3f6f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aosm-1.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"aosm-1.0.0b2-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aosm\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aosm\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-storage-blob (>=12.15.0)\",\n \"azure-storage-blob>=12.15.0\",\n + \ \"jinja2 (>=3.1.2)\",\n \"jinja2>=3.1.2\",\n + \ \"oras (~=0.1.19)\",\n \"oras~=0.1.19\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Aosm + Extension\",\n \"version\": \"1.0.0b2\"\n },\n + \ \"sha256Digest\": \"c6f7296d1b3a49e41a77d09efe18477c582e7a2b6724e6443a45f84214b47c37\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aosm-1.0.0b3-py2.py3-none-any.whl\",\n + \ \"filename\": \"aosm-1.0.0b3-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aosm\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aosm\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"jinja2 (>=3.1.2)\",\n \"jinja2>=3.1.2\",\n + \ \"oras (~=0.1.19)\",\n \"oras~=0.1.19\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Aosm + Extension\",\n \"version\": \"1.0.0b3\"\n },\n + \ \"sha256Digest\": \"ae22e195764dac210d058b111a1bf96fe322f7dc09b2d00a19d85ce28ef9cd12\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aosm-2.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aosm-2.0.0b1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.54.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aosm\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aosm\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"genson (>=1.2.2)\",\n \"genson>=1.2.2\",\n + \ \"jinja2 (>=3.1.4)\",\n \"jinja2>=3.1.4\",\n + \ \"oras (~=0.1.19)\",\n \"oras~=0.1.19\",\n + \ \"ruamel.yaml (>=0.17.4)\",\n \"ruamel.yaml>=0.17.4\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Aosm + Extension\",\n \"version\": \"2.0.0b1\"\n },\n + \ \"sha256Digest\": \"5c08be674f1aacdaeaef2ddc3561b3b2d09658c446afd33ba9d25ca3785181dc\"\n + \ }\n ],\n \"apic-extension\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/apic_extension-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"apic_extension-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/apic-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"apic-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ApicExtension Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"03e8e9ec1ae46e6f4963ddf2fd3d8e7d642dd8b6403c0b19385aa4c4a3d06e7a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/apic_extension-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"apic_extension-1.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/apic-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"apic-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ApicExtension Extension.\",\n \"version\": \"1.0.0b2\"\n + \ },\n \"sha256Digest\": \"2147104b9118759826c2bf3e6289869c91c1baf5b10006f17731dea3716782ed\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/apic_extension-1.0.0b3-py3-none-any.whl\",\n + \ \"filename\": \"apic_extension-1.0.0b3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/apic-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"apic-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ApicExtension Extension.\",\n \"version\": \"1.0.0b3\"\n + \ },\n \"sha256Digest\": \"a102a46dafd78613c7225251bd8535003fbcd33a2dba93f98862821ee0b04298\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/apic_extension-1.0.0b4-py3-none-any.whl\",\n + \ \"filename\": \"apic_extension-1.0.0b4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/apic-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"apic-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ApicExtension Extension.\",\n \"version\": \"1.0.0b4\"\n + \ },\n \"sha256Digest\": \"67294fd30190b66b339c8d550e58e1401117b313bea638fb0c126dec26249408\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/apic_extension-1.0.0b5-py3-none-any.whl\",\n + \ \"filename\": \"apic_extension-1.0.0b5-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/apic-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"apic-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ApicExtension Extension.\",\n \"version\": \"1.0.0b5\"\n + \ },\n \"sha256Digest\": \"fbca1f8446013142d676159b8292fd7c2d3175f39e1baeb5c4d13f9637003254\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/apic_extension-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"apic_extension-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/apic-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"apic-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ApicExtension Extension.\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"4bcaebfa5e9b112673f49fdee28c0690823e52a86e0ad4e5329634f4d195d425\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/apic_extension-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"apic_extension-1.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/apic-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"apic-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ApicExtension Extension.\",\n \"version\": \"1.1.0\"\n + \ },\n \"sha256Digest\": \"01e5eb422e84268396ddb0251230bdd3b9d475f463e8133f0415fb0f0e03240b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/apic_extension-1.2.0b1-py3-none-any.whl\",\n + \ \"filename\": \"apic_extension-1.2.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/apic-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"apic-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ApicExtension Extension.\",\n \"version\": \"1.2.0b1\"\n + \ },\n \"sha256Digest\": \"bfccba26083d75808efc6b8b125e388a5efb582f67b8a4fd7119cc238df065a3\"\n + \ }\n ],\n \"application-insights\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/application_insights-0.1.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-0.1.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.79\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"aleldeib@microsoft.com\",\n \"name\": + \"Ace Eldeib\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/application-insights\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"application-insights\",\n \"summary\": \"Support for + managing Application Insights components and querying metrics, events, and + logs from such components.\",\n \"version\": \"0.1.3\"\n + \ },\n \"sha256Digest\": \"e5b8104da5d9f241a0599adeb3b1d2f910f00991f47d4f4c4095285de3a82f00\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/application_insights-0.1.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-0.1.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.79\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"aleldeib@microsoft.com\",\n \"name\": + \"Ace Eldeib\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/application-insights\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"application-insights\",\n \"summary\": \"Support for + managing Application Insights components and querying metrics, events, and + logs from such components.\",\n \"version\": \"0.1.4\"\n + \ },\n \"sha256Digest\": \"8b4ef4870b16a15fd81af385c3dff762e7af52333e212a68b5ec5f42663a6078\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/application_insights-0.1.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-0.1.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.79\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/application-insights\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"application-insights\",\n \"summary\": \"Support for + managing Application Insights components and querying metrics, events, and + logs from such components.\",\n \"version\": \"0.1.5\"\n + \ },\n \"sha256Digest\": \"effa0a37f1e8b2506d4849a2208d69f06a6683809e5da809bea63bd0f940da2f\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/application_insights-0.1.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-0.1.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.79\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/application-insights\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"application-insights\",\n \"summary\": \"Support for + managing Application Insights components and querying metrics, events, and + logs from such components.\",\n \"version\": \"0.1.6\"\n + \ },\n \"sha256Digest\": \"271db7f2036eb245d3d00d5010468330e4ed97e7ed9756598e61a1960d37ac44\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/application_insights-0.1.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-0.1.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.79\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/application-insights\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"application-insights\",\n \"summary\": \"Support for + managing Application Insights components and querying metrics, events, and + logs from such components.\",\n \"version\": \"0.1.7\"\n + \ },\n \"sha256Digest\": \"6cb8c879d0960e6f41e1273c309253d7d7ca42089694fcf5e500d0a27ae89b59\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/application_insights-0.1.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-0.1.8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.79\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/application-insights\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"application-insights\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"isodate (~=0.6.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Support for managing Application Insights components and querying metrics, + events, and logs from such components.\",\n \"version\": + \"0.1.8\"\n },\n \"sha256Digest\": \"f2f041e166f0b587e7c92252ef59e3bcecb8721f15c5e96f4496871a85a81f61\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/application_insights-0.1.9-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-0.1.9-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.79\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/application-insights\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"application-insights\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"isodate (~=0.6.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Support for managing Application Insights components and querying metrics, + events, and logs from such components.\",\n \"version\": + \"0.1.9\"\n },\n \"sha256Digest\": \"4ed371e2e02a31133bec6d416dd98c0de3e1ffbf56089e034abc36609c9dfa97\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/application_insights-0.1.10-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-0.1.10-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.79\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/application-insights\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"application-insights\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"isodate (~=0.6.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Support for managing Application Insights components and querying metrics, + events, and logs from such components.\",\n \"version\": + \"0.1.10\"\n },\n \"sha256Digest\": \"4f6ef254677ae32523f44af0f6b99bbdf6e5a8d1c894c7d2d72f4c8f8f359fb0\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/application_insights-0.1.11-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-0.1.11-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.79\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/application-insights\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"application-insights\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"isodate (~=0.6.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Support for managing Application Insights components and querying metrics, + events, and logs from such components.\",\n \"version\": + \"0.1.11\"\n },\n \"sha256Digest\": \"ffb9b4daf395966226786cc55bce2beff7d9a22ccec739cb21910ff03f582e90\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/application_insights-0.1.12-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-0.1.12-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.79\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/application-insights\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"application-insights\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"isodate (~=0.6.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Support for managing Application Insights components and querying metrics, + events, and logs from such components.\",\n \"version\": + \"0.1.12\"\n },\n \"sha256Digest\": \"94ecdd71a1007df791a193e9273e902c39caa53dc965823c019d41cd679ee27c\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/application_insights-0.1.13-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-0.1.13-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.79\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/application-insights\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"application-insights\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"isodate (~=0.6.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Support for managing Application Insights components and querying metrics, + events, and logs from such components.\",\n \"version\": + \"0.1.13\"\n },\n \"sha256Digest\": \"b1d5d31cfbd8a75595943d7248e585d63d0a1c6b43c69febbd7162239af98933\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/application_insights-0.1.14-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-0.1.14-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.79\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/application-insights\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"application-insights\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"isodate (~=0.6.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Support for managing Application Insights components and querying metrics, + events, and logs from such components.\",\n \"version\": + \"0.1.14\"\n },\n \"sha256Digest\": \"9e20c68a41b089691881813fa67596ee96141dda0575f57651417a5dc361d807\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/application_insights-0.1.15-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-0.1.15-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.79\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/application-insights\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"application-insights\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"isodate (~=0.6.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Support for managing Application Insights components and querying metrics, + events, and logs from such components.\",\n \"version\": + \"0.1.15\"\n },\n \"sha256Digest\": \"2173bccb328f61ebdb2ce1a3018856a4a6d2d179fe8d6b665e996203b0ac13a5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/application_insights-0.1.16-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-0.1.16-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.79\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/application-insights\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"application-insights\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"isodate (~=0.6.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Support for managing Application Insights components and querying metrics, + events, and logs from such components.\",\n \"version\": + \"0.1.16\"\n },\n \"sha256Digest\": \"6b13261d341818e8e491506265ff86b5a4517149e92a462de2ac05102afc923a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/application_insights-0.1.17-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-0.1.17-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.79\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/application-insights\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"application-insights\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"isodate (~=0.6.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Support for managing Application Insights components and querying metrics, + events, and logs from such components.\",\n \"version\": + \"0.1.17\"\n },\n \"sha256Digest\": \"e43ed9edb7a60a3144f43859c69caa868af41ed31145cf8f7da677da29211682\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/application_insights-0.1.18-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-0.1.18-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"aleldeib@microsoft.com\",\n \"name\": + \"Ace Eldeib\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/application-insights\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"application-insights\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"isodate (~=0.6.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Support for managing Application Insights components and querying metrics, + events, and logs from such components.\",\n \"version\": + \"0.1.18\"\n },\n \"sha256Digest\": \"fd77fff1b394b9924365823c3236ebd234c80c20eecebeef24a3629faf220407\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/application_insights-0.1.19-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-0.1.19-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"aleldeib@microsoft.com\",\n \"name\": + \"Ace Eldeib\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/application-insights\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"application-insights\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"isodate (~=0.6.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Support for managing Application Insights components and querying metrics, + events, and logs from such components.\",\n \"version\": + \"0.1.19\"\n },\n \"sha256Digest\": \"38d7a81da141502533e250dd99f5b91b152464f0af99e0b71f1478f2ff63e930\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/application_insights-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-1.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.50.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/application-insights\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"application-insights\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"isodate (~=0.6.0)\",\n \"isodate~=0.6.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Support for managing Application Insights + components and querying metrics, events, and logs from such components.\",\n + \ \"version\": \"1.0.0\"\n },\n \"sha256Digest\": + \"f474e3ff345f026f9283077ef0a906c3c9e51746d6c3530d1e425f4e35d24227\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/application_insights-1.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-1.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/application-insights\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"application-insights\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"isodate (~=0.6.0)\",\n \"isodate~=0.6.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Support for managing Application Insights + components and querying metrics, events, and logs from such components.\",\n + \ \"version\": \"1.2.0\"\n },\n \"sha256Digest\": + \"a58d0e878691601fc41f68881203d33c4bf28abd1f0c58c695080a35d6a988cb\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/application_insights-1.2.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-1.2.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/application-insights\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"application-insights\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"isodate (~=0.6.0)\",\n \"isodate~=0.6.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Support for managing Application Insights + components and querying metrics, events, and logs from such components.\",\n + \ \"version\": \"1.2.1\"\n },\n \"sha256Digest\": + \"e1fa824eb587e2bec7f4cb4d1c4ce1033ab3d3fac65af42dd6218f673b019cee\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/application_insights-1.2.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-1.2.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/application-insights\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"application-insights\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"isodate (~=0.6.0)\",\n \"isodate~=0.6.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Support for managing Application Insights + components and querying metrics, events, and logs from such components.\",\n + \ \"version\": \"1.2.2\"\n },\n \"sha256Digest\": + \"8a398f8fc8c6facfbce798e5cb79b9c04cf99b24bca7153f49c7fb9513f656f2\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/application_insights-1.2.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-1.2.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/application-insights\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"application-insights\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"isodate (~=0.6.0)\",\n \"isodate~=0.6.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Support for managing Application Insights + components and querying metrics, events, and logs from such components.\",\n + \ \"version\": \"1.2.3\"\n },\n \"sha256Digest\": + \"c941c232d04366636e1354cfe00708521013f88a5b1e74740d8047ec46d90599\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/application_insights-2.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-2.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.71.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"aleldeib@microsoft.com\",\n \"name\": + \"Ace Eldeib\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/application-insights\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"application-insights\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"isodate (~=0.6.0)\",\n \"isodate~=0.6.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Support for managing Application Insights + components and querying metrics, events, and logs from such components.\",\n + \ \"version\": \"2.0.0b1\"\n },\n \"sha256Digest\": + \"e1a912fb36da2b116bb34c74b8a3ffc57dbc5b22b928b76e3a481968161e00d3\"\n }\n + \ ],\n \"appservice-kube\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/appservice_kube-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"appservice_kube-0.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.26.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"appservice-kube\",\n \"summary\": \"Microsoft Azure Command-Line + Tools App Service on Kubernetes Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"20f01eb95b1daadf21f589d3d953a756cb61259f279973880b4c0acbd4e05e27\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/appservice_kube-0.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"appservice_kube-0.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.26.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"appservice-kube\",\n \"summary\": \"Microsoft Azure Command-Line + Tools App Service on Kubernetes Extension\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"4b1b59fbac8dc68f390c48e9e8fa32676c041b857d2bf5f425bc8815e69b8708\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/appservice_kube-0.1.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"appservice_kube-0.1.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.26.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"appservice-kube\",\n \"summary\": \"Microsoft Azure Command-Line + Tools App Service on Kubernetes Extension\",\n \"version\": + \"0.1.2\"\n },\n \"sha256Digest\": \"aa67ced7e361002bf8bec125540c4f9eb216ba0ad7342336285b8bdd17f1ece0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/appservice_kube-0.1.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"appservice_kube-0.1.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"2.33.1\",\n \"azext.minCliCoreVersion\": + \"2.33.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/appservice-kube\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"appservice-kube\",\n \"summary\": \"Microsoft Azure Command-Line + Tools App Service on Kubernetes Extension\",\n \"version\": + \"0.1.3\"\n },\n \"sha256Digest\": \"e972d2e31eacf83f8ceddc7a4db88e72af71238cdfe6cb6772742be163a9230f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/appservice_kube-0.1.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"appservice_kube-0.1.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.34.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/appservice-kube\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"appservice-kube\",\n \"summary\": \"Microsoft Azure Command-Line + Tools App Service on Kubernetes Extension\",\n \"version\": + \"0.1.4\"\n },\n \"sha256Digest\": \"96156079aa1128cd5819d353aa27434b4c028f6b525275a136092c5c2b02af4f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/appservice_kube-0.1.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"appservice_kube-0.1.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.34.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/appservice-kube\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"appservice-kube\",\n \"summary\": \"Microsoft Azure Command-Line + Tools App Service on Kubernetes Extension\",\n \"version\": + \"0.1.5\"\n },\n \"sha256Digest\": \"d380339170ffdfcdd1e26336da8a3586761b0268f959476f0ecdc50a6365160d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/appservice_kube-0.1.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"appservice_kube-0.1.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.34.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/appservice-kube\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"appservice-kube\",\n \"summary\": \"Microsoft Azure Command-Line + Tools App Service on Kubernetes Extension\",\n \"version\": + \"0.1.6\"\n },\n \"sha256Digest\": \"8bf69f06efb9f47aad181f1917f9148c10ab3df6ae1de5b584482a8141727b05\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/appservice_kube-0.1.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"appservice_kube-0.1.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.34.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/appservice-kube\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"appservice-kube\",\n \"summary\": \"Microsoft Azure Command-Line + Tools App Service on Kubernetes Extension\",\n \"version\": + \"0.1.7\"\n },\n \"sha256Digest\": \"0d0f1e3aa1540e204ffcfb5fb00ebf0ae7d6de693d73d5a94821679f81f75263\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/appservice_kube-0.1.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"appservice_kube-0.1.8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.34.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/appservice-kube\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"appservice-kube\",\n \"summary\": \"Microsoft Azure Command-Line + Tools App Service on Kubernetes Extension\",\n \"version\": + \"0.1.8\"\n },\n \"sha256Digest\": \"71340c2f45b58add8c9aa7b2d0c4ac338ae124cf6f35af61e5560e079d2c2ba5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/appservice_kube-0.1.9-py2.py3-none-any.whl\",\n + \ \"filename\": \"appservice_kube-0.1.9-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.34.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/appservice-kube\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"appservice-kube\",\n \"summary\": \"Microsoft Azure Command-Line + Tools App Service on Kubernetes Extension\",\n \"version\": + \"0.1.9\"\n },\n \"sha256Digest\": \"9107762296c67ef4035256a9790b075040f263804116a3f9a6866227ff6019ed\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/appservice_kube-0.1.10-py2.py3-none-any.whl\",\n + \ \"filename\": \"appservice_kube-0.1.10-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.34.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/appservice-kube\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"appservice-kube\",\n \"summary\": \"Microsoft Azure Command-Line + Tools App Service on Kubernetes Extension\",\n \"version\": + \"0.1.10\"\n },\n \"sha256Digest\": \"7fd72d27e4b0eceda3b2b4f301c7a0c3068fea8b96d70f9fcaad142240de7d0d\"\n + \ }\n ],\n \"arcappliance\": [\n {\n \"downloadUrl\": + \"https://arcplatformcliextprod.z13.web.core.windows.net/arcappliance-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcappliance-1.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"appliance@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://msazure.visualstudio.com/AzureArcPlatform/_git/arcappliance-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"arcappliance\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"jsonschema (==4.17.3)\",\n \"kubernetes + (==26.1.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Arcappliance + Extension\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"f14025a79087bc6e56963e3a0fa226b6727f46d660dc1d684c02fd037080e833\"\n + \ },\n {\n \"downloadUrl\": \"https://arcplatformcliextprod.z13.web.core.windows.net/arcappliance-1.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcappliance-1.0.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"appliance@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://msazure.visualstudio.com/AzureArcPlatform/_git/arcappliance-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"arcappliance\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"jsonschema (==4.17.3)\",\n \"kubernetes + (==28.1.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Arcappliance + Extension\",\n \"version\": \"1.0.1\"\n },\n + \ \"sha256Digest\": \"2d4ca1b6902890f12ae0179519ed9177a9b22b44f4386f064b912eed1af4b02b\"\n + \ },\n {\n \"downloadUrl\": \"https://arcplatformcliextprod.z13.web.core.windows.net/arcappliance-1.0.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcappliance-1.0.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"appliance@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://msazure.visualstudio.com/AzureArcPlatform/_git/arcappliance-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"arcappliance\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"jsonschema (==4.17.3)\",\n \"kubernetes + (==28.1.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Arcappliance + Extension\",\n \"version\": \"1.0.2\"\n },\n + \ \"sha256Digest\": \"bc0b0e46b135ec874fa06debc3eb50ae9d27b3b296bcf0cdace815490827cfbf\"\n + \ },\n {\n \"downloadUrl\": \"https://arcplatformcliextprod.z13.web.core.windows.net/arcappliance-1.0.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcappliance-1.0.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"appliance@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://msazure.visualstudio.com/AzureArcPlatform/_git/arcappliance-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"arcappliance\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"jsonschema (==4.17.3)\",\n \"kubernetes + (==28.1.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Arcappliance + Extension\",\n \"version\": \"1.0.3\"\n },\n + \ \"sha256Digest\": \"15c83d845ee7bc580ee163786c38ba29958a37b11abeb5e7fd1503d07e030c09\"\n + \ },\n {\n \"downloadUrl\": \"https://arcplatformcliextprod.z13.web.core.windows.net/arcappliance-1.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcappliance-1.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"appliance@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://msazure.visualstudio.com/AzureArcPlatform/_git/arcappliance-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"arcappliance\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"jsonschema (==4.17.3)\",\n \"kubernetes + (==28.1.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Arcappliance + Extension\",\n \"version\": \"1.1.0\"\n },\n + \ \"sha256Digest\": \"fe7ac7344d9e6c4866d7d155a7167cd89e7c17618e18c4871222b04a31daa5cd\"\n + \ },\n {\n \"downloadUrl\": \"https://arcplatformcliextprod.z13.web.core.windows.net/arcappliance-1.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcappliance-1.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"appliance@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://msazure.visualstudio.com/AzureArcPlatform/_git/arcappliance-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"arcappliance\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"jsonschema (==4.17.3)\",\n \"kubernetes + (==28.1.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Arcappliance + Extension\",\n \"version\": \"1.1.1\"\n },\n + \ \"sha256Digest\": \"fc32b32be734782c31c54449a1658fe87845bb4aaa515a8ebb1db4c25cfc8658\"\n + \ },\n {\n \"downloadUrl\": \"https://arcplatformcliextprod.z13.web.core.windows.net/arcappliance-1.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcappliance-1.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"appliance@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://msazure.visualstudio.com/AzureArcPlatform/_git/arcappliance-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"arcappliance\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"jsonschema (==4.17.3)\",\n \"kubernetes + (==28.1.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Arcappliance + Extension\",\n \"version\": \"1.2.0\"\n },\n + \ \"sha256Digest\": \"5ec3f8a22f90cbf3d344a3960d5bc6f76b05ec90a33f48da22d98329fff9b076\"\n + \ },\n {\n \"downloadUrl\": \"https://arcplatformcliextprod.z13.web.core.windows.net/arcappliance-1.3.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcappliance-1.3.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"appliance@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://msazure.visualstudio.com/AzureArcPlatform/_git/arcappliance-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"arcappliance\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"jsonschema (==4.17.3)\",\n \"kubernetes + (==28.1.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Arcappliance + Extension\",\n \"version\": \"1.3.0\"\n },\n + \ \"sha256Digest\": \"82030aee437c1bbe53257713e3ccda23c5ade36b45313d895e8caa20b78b038c\"\n + \ },\n {\n \"downloadUrl\": \"https://arcplatformcliextprod.z13.web.core.windows.net/arcappliance-1.3.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcappliance-1.3.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"appliance@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://msazure.visualstudio.com/AzureArcPlatform/_git/arcappliance-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"arcappliance\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"jsonschema (==4.17.3)\",\n \"kubernetes + (==28.1.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Arcappliance + Extension\",\n \"version\": \"1.3.1\"\n },\n + \ \"sha256Digest\": \"7615302a7dcc3f1c06fe111a23259cd97699ab4549d9b38219760718877e97d9\"\n + \ },\n {\n \"downloadUrl\": \"https://arcplatformcliextprod.z13.web.core.windows.net/arcappliance-1.4.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcappliance-1.4.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"appliance@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://msazure.visualstudio.com/AzureArcPlatform/_git/arcappliance-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"arcappliance\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"jsonschema (==4.17.3)\",\n \"kubernetes + (==28.1.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Arcappliance + Extension\",\n \"version\": \"1.4.0\"\n },\n + \ \"sha256Digest\": \"9dad1079b0938c3163b75d1ecdaa9cb1026ee05f750cee881e93e0022a18544f\"\n + \ },\n {\n \"downloadUrl\": \"https://arcplatformcliextprod.z13.web.core.windows.net/arcappliance-1.4.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcappliance-1.4.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.70.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"appliance@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://msazure.visualstudio.com/AzureArcPlatform/_git/arcappliance-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"arcappliance\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"jsonschema (==4.17.3)\",\n \"kubernetes + (==28.1.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Arcappliance + Extension\",\n \"version\": \"1.4.1\"\n },\n + \ \"sha256Digest\": \"59c8e8edf68ad91f9875f3f0f9d26044ed9cfa1ab1726667e6696925e839cc5f\"\n + \ }\n ],\n \"arcdata\": [\n {\n \"downloadUrl\": + \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.23-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.23-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"colorama==0.4.4\",\n \"jinja2 + (==3.1.4)\",\n \"jinja2==3.1.4\",\n \"jsonpatch + (==1.24)\",\n \"jsonpatch==1.24\",\n \"jsonpath-ng + (==1.4.3)\",\n \"jsonpath_ng==1.4.3\",\n \"jsonschema + (==3.2.0)\",\n \"jsonschema==3.2.0\",\n \"kubernetes + (==31.0.0)\",\n \"kubernetes==31.0.0\",\n \"ndjson + (==0.3.1)\",\n \"ndjson==0.3.1\",\n \"pem + (==21.2.0)\",\n \"pem==21.2.0\",\n \"pydash + (==7.0.6)\",\n \"pydash==7.0.6\",\n \"regex + (==2023.10.3)\",\n \"regex==2023.10.3\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.5.23\"\n + \ },\n \"sha256Digest\": \"4462562a3826db444d636d7f137e238cadf1e921da56cd207cb3b45085869a77\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.22-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.22-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"colorama==0.4.4\",\n \"jinja2 + (==3.1.4)\",\n \"jinja2==3.1.4\",\n \"jsonpatch + (==1.24)\",\n \"jsonpatch==1.24\",\n \"jsonpath-ng + (==1.4.3)\",\n \"jsonpath_ng==1.4.3\",\n \"jsonschema + (==3.2.0)\",\n \"jsonschema==3.2.0\",\n \"kubernetes + (==31.0.0)\",\n \"kubernetes==31.0.0\",\n \"ndjson + (==0.3.1)\",\n \"ndjson==0.3.1\",\n \"pem + (==21.2.0)\",\n \"pem==21.2.0\",\n \"pydash + (==7.0.6)\",\n \"pydash==7.0.6\",\n \"regex + (==2023.10.3)\",\n \"regex==2023.10.3\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.5.22\"\n + \ },\n \"sha256Digest\": \"3202ecb1866e1584ff1ad05fd8db2b0eb8158e666e50a1229556aac577b0ca39\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.21-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.21-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"colorama==0.4.4\",\n \"jinja2 + (==3.1.4)\",\n \"jinja2==3.1.4\",\n \"jsonpatch + (==1.24)\",\n \"jsonpatch==1.24\",\n \"jsonpath-ng + (==1.4.3)\",\n \"jsonpath_ng==1.4.3\",\n \"jsonschema + (==3.2.0)\",\n \"jsonschema==3.2.0\",\n \"kubernetes + (==31.0.0)\",\n \"kubernetes==31.0.0\",\n \"ndjson + (==0.3.1)\",\n \"ndjson==0.3.1\",\n \"pem + (==21.2.0)\",\n \"pem==21.2.0\",\n \"pydash + (==7.0.6)\",\n \"pydash==7.0.6\",\n \"regex + (==2023.10.3)\",\n \"regex==2023.10.3\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.5.21\"\n + \ },\n \"sha256Digest\": \"bf3988c2a319381293ca2d4fa03b67c9549cfe6bb570ca6f71c00a03f0f88e7f\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.20-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.20-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"colorama==0.4.4\",\n \"jinja2 + (==3.1.4)\",\n \"jinja2==3.1.4\",\n \"jsonpatch + (==1.24)\",\n \"jsonpatch==1.24\",\n \"jsonpath-ng + (==1.4.3)\",\n \"jsonpath_ng==1.4.3\",\n \"jsonschema + (==3.2.0)\",\n \"jsonschema==3.2.0\",\n \"kubernetes + (==31.0.0)\",\n \"kubernetes==31.0.0\",\n \"ndjson + (==0.3.1)\",\n \"ndjson==0.3.1\",\n \"pem + (==21.2.0)\",\n \"pem==21.2.0\",\n \"pydash + (==7.0.6)\",\n \"pydash==7.0.6\",\n \"regex + (==2023.10.3)\",\n \"regex==2023.10.3\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.5.20\"\n + \ },\n \"sha256Digest\": \"55051f2e77475ab54ede36e2a04121e82caf2e68d27ac9d607be0a5f106b98d1\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.19-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.19-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"colorama==0.4.4\",\n \"jinja2 + (==3.1.4)\",\n \"jinja2==3.1.4\",\n \"jsonpatch + (==1.24)\",\n \"jsonpatch==1.24\",\n \"jsonpath-ng + (==1.4.3)\",\n \"jsonpath_ng==1.4.3\",\n \"jsonschema + (==3.2.0)\",\n \"jsonschema==3.2.0\",\n \"kubernetes + (==23.3.0)\",\n \"kubernetes==23.3.0\",\n \"ndjson + (==0.3.1)\",\n \"ndjson==0.3.1\",\n \"pem + (==21.2.0)\",\n \"pem==21.2.0\",\n \"pydash + (==7.0.6)\",\n \"pydash==7.0.6\",\n \"regex + (==2023.10.3)\",\n \"regex==2023.10.3\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.5.19\"\n + \ },\n \"sha256Digest\": \"e5b9ae07e62dd9457ff7019e04c7f99b1a7ae59983b17d743ec178bda4f2ceb2\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.18-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.18-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.1.4)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==7.0.6)\",\n \"regex + (==2023.10.3)\"\n ]\n }\n + \ ],\n \"summary\": \"Tools for managing + ArcData.\",\n \"version\": \"1.5.18\"\n },\n + \ \"sha256Digest\": \"92ca0a9ad47c80c382e41a19e65a24ba7eaec8231dd7e6a3dbc4b7df368377b7\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.17-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.17-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.1.4)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==7.0.6)\",\n \"regex + (==2023.10.3)\"\n ]\n }\n + \ ],\n \"summary\": \"Tools for managing + ArcData.\",\n \"version\": \"1.5.17\"\n },\n + \ \"sha256Digest\": \"e70d2a2ced54ed03a08520161bf7736d6f5234cb454bfe6acae18afd99769ed8\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.16-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.16-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==7.0.6)\",\n \"regex + (==2023.10.3)\"\n ]\n }\n + \ ],\n \"summary\": \"Tools for managing + ArcData.\",\n \"version\": \"1.5.16\"\n },\n + \ \"sha256Digest\": \"2055f3e9c504892c3d06c70cce5037e071f7feb27857925d4a21e1d549c168bc\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.15-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.15-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==7.0.6)\",\n \"regex + (==2023.10.3)\"\n ]\n }\n + \ ],\n \"summary\": \"Tools for managing + ArcData.\",\n \"version\": \"1.5.15\"\n },\n + \ \"sha256Digest\": \"5ffc8b3a39abc34f0b0e209bcf6432e9834bf6144a0d842a7d5d2342bf378c4a\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.13-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.13-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==7.0.6)\",\n \"regex + (==2023.10.3)\"\n ]\n }\n + \ ],\n \"summary\": \"Tools for managing + ArcData.\",\n \"version\": \"1.5.13\"\n },\n + \ \"sha256Digest\": \"c0d14a8d12c37907165d4acb4074d5d01cb03c6b5b8ac6a3a8885c04a8f92953\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.12-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.12-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==7.0.6)\",\n \"regex + (==2023.10.3)\"\n ]\n }\n + \ ],\n \"summary\": \"Tools for managing + ArcData.\",\n \"version\": \"1.5.12\"\n },\n + \ \"sha256Digest\": \"b0b9eb43c720d22c35789dccd29358c5715d9c591d7e33d5c098e5cfe4561812\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.11-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.11-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==7.0.6)\",\n \"regex + (==2023.10.3)\"\n ]\n }\n + \ ],\n \"summary\": \"Tools for managing + ArcData.\",\n \"version\": \"1.5.11\"\n },\n + \ \"sha256Digest\": \"e256260e003ae5953969aa9c36ed71ba69d235abd1762f7184f157b6e45e731a\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.10-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.10-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==7.0.6)\",\n \"regex + (==2023.10.3)\"\n ]\n }\n + \ ],\n \"summary\": \"Tools for managing + ArcData.\",\n \"version\": \"1.5.10\"\n },\n + \ \"sha256Digest\": \"6bff67a0b183c42a2ecfe024dd1bfd1d28fca9d663bf5f9793f1be3289cb53e8\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.9-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.9-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==7.0.6)\",\n \"regex + (==2023.10.3)\"\n ]\n }\n + \ ],\n \"summary\": \"Tools for managing + ArcData.\",\n \"version\": \"1.5.9\"\n },\n + \ \"sha256Digest\": \"106171524953a84d1d5ab7b49629746ca3bbccdcfa3b94974fd112e3e629cafd\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.8-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\",\n \"regex + (==2023.10.3)\"\n ]\n }\n + \ ],\n \"summary\": \"Tools for managing + ArcData.\",\n \"version\": \"1.5.8\"\n },\n + \ \"sha256Digest\": \"3b3a1271ea8eb928d259adc66bef43c0736a821817848454e21e7fcd123c52aa\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.7-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\",\n \"regex + (==2023.10.3)\"\n ]\n }\n + \ ],\n \"summary\": \"Tools for managing + ArcData.\",\n \"version\": \"1.5.7\"\n },\n + \ \"sha256Digest\": \"40be29d359effa667d64fb82415e8315293465078d61100e7e33f8a86f10f693\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.6-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.5.6\"\n + \ },\n \"sha256Digest\": \"799d951006b39e868d7f821dca2407c24c712cd35c9d61923718cc3529c9970d\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.5-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.5.5\"\n + \ },\n \"sha256Digest\": \"e8a1df495eddd4f38d8b61039be81f97545ba26d276357c2f459425b52ca7b4a\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.4-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.5.4\"\n + \ },\n \"sha256Digest\": \"073bfd9b88ea3da38c2fff90e36c1a6d1e02a3a4242d2da139ff0d8de8094f55\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.3-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.5.3\"\n + \ },\n \"sha256Digest\": \"4c420b270d32c1b2c70ec1e6496fdad07bfd311be159638f44a97d159449183c\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.2-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.5.2\"\n + \ },\n \"sha256Digest\": \"d5b4fabc9f1285c4060c45195de8aae8e7b68f54369f998bc7036cde0fd622a5\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.5.1\"\n + \ },\n \"sha256Digest\": \"1d5d6d3ff7c18a7ce6ccdc5ac3dd4fc38b7b028fa9cf2e03ab58a05e6b733081\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.5.0\"\n + \ },\n \"sha256Digest\": \"9b1fd4f95a69ce545586d4bebdd7a1e561d966f1a2569a99c50f18ce9d91c0e2\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.4.13-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.4.13-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.4.13\"\n + \ },\n \"sha256Digest\": \"4241f12e3e45007cc55ded3361527ee8f67c683486039185c8a6075b75a8d35c\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.4.12-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.4.12-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.4.12\"\n + \ },\n \"sha256Digest\": \"f25bba4a4893c86eb1bb97ce7756ccff52414979f06b796ec881017a95811e04\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.4.11-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.4.11-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.4.11\"\n + \ },\n \"sha256Digest\": \"658b8e1a70644c140d05552f81ba22e04cdf523e48bb0123b83d16ba77369e2f\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.4.10-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.4.10-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.4.10\"\n + \ },\n \"sha256Digest\": \"5a66ae32b6fe2bf76ec9174f7c22ac1fac2325dea06f8e8ba46496d4ac24aa09\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.4.9-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.4.9-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.4.9\"\n + \ },\n \"sha256Digest\": \"e41a664bc431ced3fa5b4988c0155d124b93bbe74a828f0c26e28a4e5dc64c86\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.4.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.4.8-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.4.8\"\n + \ },\n \"sha256Digest\": \"de3b3b1675508c65cd65adfc3626a732f1c54df4abddb4d37de1df034076c22a\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.4.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.4.7-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.4.7\"\n + \ },\n \"sha256Digest\": \"cc93f2e345df2612dae91f5794ffbd5308a5c3649a9fb0d5d15dd07577b9ce8a\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.4.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.4.6-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.4.6\"\n + \ },\n \"sha256Digest\": \"d4111d3dc70de9c13e55becb3844f5fe1cf70e496c925a6b6e2d6c7db1666594\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.4.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.4.5-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.4.5\"\n + \ },\n \"sha256Digest\": \"707adc5e23d30706b53ae2a660f74fbd58ac087b21530d86d9f32be41f0e5adb\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.4.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.4.4-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.4.4\"\n + \ },\n \"sha256Digest\": \"43a1bf1f68b90484f6eae647e25e87ef6b03cb722f43c1917ef6bf8e5d919e8f\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.4.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.4.3-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.4.3\"\n + \ },\n \"sha256Digest\": \"2248da81432c9e2be1ce5a70c7288a6feb1f785256c19cb51bec934252401ee6\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.4.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.4.2-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==12.0.1)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.4.2\"\n + \ },\n \"sha256Digest\": \"f5c0a29bda9f7e914347dc00481c89d21dea17abf98d1038ec0c7fa337049d97\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.4.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.4.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==12.0.1)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.4.1\"\n + \ },\n \"sha256Digest\": \"702c8b02f0a2e2d3ad9110ec464ce04619a972d52875b76f839d1b3e0ce3817e\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.4.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.4.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==12.0.1)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.4.0\"\n + \ },\n \"sha256Digest\": \"26e67d2d3920902c12330a53f831d7916a1461926c0efd3b7929416bd04c78b0\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.3.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.3.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==12.0.1)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.3.1\"\n + \ },\n \"sha256Digest\": \"c7040d903665c23b592462225ad32bdff90af40a99fa73ba440b87857c3e1e5b\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.3.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.3.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==12.0.1)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.3.0\"\n + \ },\n \"sha256Digest\": \"abb61b170c3b830212f12bcb199e5d5106e7cb6ff880b7f7793ce1359667d072\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.2.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.2.3-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==12.0.1)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.2.3\"\n + \ },\n \"sha256Digest\": \"b4757151ad2796cac8fcc43a363c0fbbf5de270f043d8fd8ccd51b377abfd61c\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.2.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.2.2-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==12.0.1)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.2.2\"\n + \ },\n \"sha256Digest\": \"2011cf5d186b713df3b14c09cfb63e52e843c015f0cc4a7ff558b161c9e225cf\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.2.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.2.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==12.0.1)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.2.1\"\n + \ },\n \"sha256Digest\": \"0d5bfcbed4e418f5ce79377a2e392f5f61abb0d5e6f8ce164940b83b5cfdbcd5\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.2.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==2.10.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==12.0.1)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.2.0\"\n + \ },\n \"sha256Digest\": \"308d953ecabc7b59fa6b3e545404279bc18376b8c129580124c443e866e3cb54\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.1.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.1.3-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==2.10.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==12.0.1)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.1.3\"\n + \ },\n \"sha256Digest\": \"63573d92742ab3ff2cdb73de39ea17821d3044503382c528e39a28f6224b8acb\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.1.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.1.2-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==2.10.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==12.0.1)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.1.2\"\n + \ },\n \"sha256Digest\": \"ffcb38d3653195dc30ce93066b5aff3ff7037be81232db4afcb11ef99f3de844\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.1.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-mgmt-azurearcdata\",\n + \ \"colorama (==0.4.4)\",\n \"jinja2 + (==2.10.3)\",\n \"jsonpatch (==1.24)\",\n \"jsonpath-ng + (==1.4.3)\",\n \"jsonschema (==3.2.0)\",\n + \ \"kubernetes (==12.0.1)\",\n \"ndjson + (==0.3.1)\",\n \"pem (==21.2.0)\",\n \"pydash + (==4.8.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Tools for managing ArcData.\",\n \"version\": + \"1.1.1\"\n },\n \"sha256Digest\": \"1cb2dcfadd539cdc7f6acbfcd44db5f7d380ec9a896f5eaa47ebabbe89786d07\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.1.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-mgmt-azurearcdata\",\n + \ \"jinja2 (==2.10.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==12.0.1)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.1.0\"\n + \ },\n \"sha256Digest\": \"dedb4ac6de099d8fd565d427ac339cc23a10be76ca0147f6babec6096fc377e7\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.0.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"jinja2 + (==2.10.3)\",\n \"jsonpatch (==1.24)\",\n \"jsonpath-ng + (==1.4.3)\",\n \"jsonschema (==3.2.0)\",\n + \ \"kubernetes (==12.0.1)\",\n \"ndjson + (==0.3.1)\",\n \"pem (==21.2.0)\",\n \"pydash + (==4.8.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Tools for managing ArcData.\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"4045fabe61c0287003a4626d0f8d27c2839b3575a63ce2bdfe57ed214171acf8\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-0.0.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-0.0.2-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 1 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Programming Language + :: Python\",\n \"Programming Language :: Python :: + 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"dpgswdist@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/sql/sql-server/azure-arc/overview?view=sql-server-ver15\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"jinja2 + (==2.10.3)\",\n \"jsonpatch (==1.24)\",\n \"jsonpath-ng + (==1.4.3)\",\n \"jsonschema (==3.2.0)\",\n + \ \"kubernetes (==12.0.1)\",\n \"ndjson + (==0.3.1)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"0.0.2\"\n + \ },\n \"sha256Digest\": \"d14aa3046b7a9c3bca67c735eeb35fb24ff5ed240212724d3f229eb23280abae\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-0.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-0.0.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/sql/sql-server/azure-arc/overview?view=sql-server-ver15\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"jinja2 + (==2.10.3)\",\n \"jsonpatch (==1.24)\",\n \"jsonpath-ng + (==1.4.3)\",\n \"kubernetes (==11.0.0)\",\n + \ \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"0.0.1\"\n + \ },\n \"sha256Digest\": \"e727a7bf123aa15b406455f268be8a906907d6d32bd314d122b83d006767adc8\"\n + \ }\n ],\n \"arcgateway\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/arcgateway-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"arcgateway-1.0.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/arcgateway\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcgateway\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Arcgateway Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"330fd1f1974bece16dc924e353731b1f0f4403a58e36e3347705f01dbdbf03d1\"\n + \ }\n ],\n \"astronomer\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/astronomer-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"astronomer-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/astronomer\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"astronomer\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Astronomer Extension.\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"b4ca41b5d9cb77aed2b462ded4a392ae3ce896ce8d9cb94a08671d0cb68176cd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/astronomer-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"astronomer-1.0.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.70.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/astronomer\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"astronomer\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Astronomer Extension.\",\n \"version\": \"1.0.1\"\n + \ },\n \"sha256Digest\": \"ef5b6609f6c2182c8e2108cfdd0bdd7291271c2d34b70f4c217aa619f7010a7a\"\n + \ }\n ],\n \"attestation\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/attestation-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"attestation-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/attestation\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"attestation\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AttestationManagementClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"1d4e9b832a3f50b33428d565478a2e655c81d49277c07dc909f1485b62ba5372\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/attestation-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"attestation-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/attestation\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"attestation\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pyjwt (==1.7.1)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools AttestationManagementClient Extension\",\n + \ \"version\": \"0.2.0\"\n },\n \"sha256Digest\": + \"895328b45d8bcfe45e4937885572cd1f39d23bc49f88314713a462bf1a367cc9\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/attestation-0.2.1-py3-none-any.whl\",\n + \ \"filename\": \"attestation-0.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/attestation\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"attestation\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pyjwt (==1.7.1)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools AttestationManagementClient Extension\",\n + \ \"version\": \"0.2.1\"\n },\n \"sha256Digest\": + \"1176c4e5d1d34a791f301ee6416e695e781eee3f41d0f372463405c68478727c\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/attestation-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"attestation-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/attestation\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"attestation\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pyjwt (~=2.4.0)\",\n \"pyjwt~=2.4.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AttestationManagementClient + Extension\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"e58277c292214e3b0a1e66de5c52340dedf25f5c7c356460b20259d5faceef46\"\n + \ }\n ],\n \"authV2\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/authV2-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"authV2-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/authV2\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"authV2\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Authv2 Extension\",\n \"version\": \"0.1.0\"\n },\n + \ \"sha256Digest\": \"240b7f5f1ac3fc2a72586cde8ff8cc2d2f469a1b6c6378822129b33233c0d7b7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/authV2-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"authV2-0.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/authV2\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"authV2\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Authv2 Extension\",\n \"version\": \"0.1.1\"\n },\n + \ \"sha256Digest\": \"0beb143e3ca4f4f9706877d416b07cb9f9796bd696a0a642825d8ca48217edb0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/authV2-0.1.2-py3-none-any.whl\",\n + \ \"filename\": \"authV2-0.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/authV2\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"authV2\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Authv2 Extension\",\n \"version\": \"0.1.2\"\n },\n + \ \"sha256Digest\": \"b98f07b7b669416ef4386d2a0834364a6c8d0278ddfffd35c1be5eb931968d5b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/authV2-0.1.3-py3-none-any.whl\",\n + \ \"filename\": \"authV2-0.1.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/authV2\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"authV2\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Authv2 Extension\",\n \"version\": \"0.1.3\"\n },\n + \ \"sha256Digest\": \"eb05636f8c78e2f83b7f452fe56f5a9ae496d6909dc36924ae5f98a2fb5bce41\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/authV2-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"authV2-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/authV2\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"authV2\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Authv2 Extension\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"c18e41dbb0862592baacbdec3de2ef46e672312f09fadb4708723e399a753483\"\n + \ }\n ],\n \"automanage\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/automanage-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"automanage-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.44.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/automanage\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"automanage\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Automanage Extension.\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"ca6771604ac50df02682f581b52ca92d775f0fd2f187f627a6bfe62d4fdb6651\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/automanage-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"automanage-0.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.44.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/automanage\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"automanage\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Automanage Extension.\",\n \"version\": \"0.1.1\"\n + \ },\n \"sha256Digest\": \"40c62cf4389bc282e4c06d0f2688087efb4a8ca6bb7a2b37fc6befb79dc2c526\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/automanage-0.1.2-py3-none-any.whl\",\n + \ \"filename\": \"automanage-0.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.44.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/automanage\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"automanage\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Automanage Extension.\",\n \"version\": \"0.1.2\"\n + \ },\n \"sha256Digest\": \"42341a6cfdacb3af0433b10b3e9bcb5226d4c7fb59730378408a957662266551\"\n + \ }\n ],\n \"automation\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/automation-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"automation-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.13.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/automation\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"automation\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AutomationClient Extension\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"779f996ffab9fd76438d8938216fcbeb6f9aecad3a23bd2097731182607e4d7a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/automation-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"automation-0.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.13.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/automation\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"automation\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AutomationClient Extension\",\n \"version\": \"0.1.1\"\n + \ },\n \"sha256Digest\": \"99640d86e3596a806ea2eca6b8f67f02fea74951ffa0606bff60fbfc88da7d6e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/automation-0.1.2-py3-none-any.whl\",\n + \ \"filename\": \"automation-0.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.39.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/automation\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"automation\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AutomationClient Extension\",\n \"version\": \"0.1.2\"\n + \ },\n \"sha256Digest\": \"1188040d2b9bef20051619c919db3726c38e1d9720c7e375418fbdec714d4309\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/automation-0.1.3-py3-none-any.whl\",\n + \ \"filename\": \"automation-0.1.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.39.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/automation\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"automation\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AutomationClient Extension\",\n \"version\": \"0.1.3\"\n + \ },\n \"sha256Digest\": \"c28dd73a8ab147f2d268bb735e8658f78b60bf6d628904158b0c0e80c8cfcf18\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/automation-0.1.4-py3-none-any.whl\",\n + \ \"filename\": \"automation-0.1.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.39.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/automation\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"automation\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AutomationClient Extension\",\n \"version\": \"0.1.4\"\n + \ },\n \"sha256Digest\": \"cf27c3366e48ad1758a30745d1cd05703b15c84d0fa95369c4a098620ff93df8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/automation-0.2.1-py3-none-any.whl\",\n + \ \"filename\": \"automation-0.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.40.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/automation\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"automation\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AutomationClient Extension\",\n \"version\": \"0.2.1\"\n + \ },\n \"sha256Digest\": \"18cb0bfa7c7121bd7afdceea2182ac0fe3b174933bbb897b023c61e9dc05459b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/automation-0.2.2-py3-none-any.whl\",\n + \ \"filename\": \"automation-0.2.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.40.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/automation\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"automation\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AutomationClient Extension\",\n \"version\": \"0.2.2\"\n + \ },\n \"sha256Digest\": \"1337a8bf90739df646231533801cce9050bad641c627382468c86af5f2f99d89\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/automation-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"automation-1.0.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/automation\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"automation\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AutomationClient Extension\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"d31fe0433fa30a6e009f7b9bee6c417a686ed87502dd987b9ac8ad113383915b\"\n + \ }\n ],\n \"azure-cli-ml\": [\n {\n \"downloadUrl\": + \"https://azurecliext.blob.core.windows.net/release/azure_cli_ml-1.41.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_cli_ml-1.41.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 3 - Alpha\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"Programming Language :: Python :: 3.9\"\n + \ ],\n \"description_content_type\": + \"text/x-rst\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\",\n + \ \"license\": \"LICENSE.txt\"\n },\n + \ \"project_urls\": {\n \"Home\": + \"https://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"Proprietary https://aka.ms/azureml-preview-sdk-license + \",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-cli-ml\",\n \"requires_python\": \">=3.5,<4\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"adal (>=1.2.1)\",\n \"azureml-cli-common + (~=1.41)\",\n \"cryptography (<=3.3.2)\",\n + \ \"docker (>=3.7.2)\",\n \"msrest + (>=0.6.6)\",\n \"pyyaml (>=5.1.0)\",\n \"requests + (>=2.21.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureML + Command Module\",\n \"test_requires\": [\n {\n + \ \"requires\": [\n \"azure-keyvault\",\n + \ \"mock\",\n \"nose\",\n + \ \"unittest-xml-reporting\"\n ]\n + \ }\n ],\n \"version\": + \"1.41.0\"\n },\n \"sha256Digest\": \"c3c5d2bb5ecd63d0d416bf9bc61b9f12df247d2f558957047ffc431e42fcb6b0\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliext.blob.core.windows.net/release/azure_cli_ml-1.37.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_cli_ml-1.37.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 3 - Alpha\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"Programming Language :: Python :: 3.9\"\n + \ ],\n \"description_content_type\": + \"text/x-rst\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\",\n + \ \"license\": \"LICENSE.txt\"\n },\n + \ \"project_urls\": {\n \"Home\": + \"https://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"Proprietary https://aka.ms/azureml-preview-sdk-license + \",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-cli-ml\",\n \"requires_python\": \">=3.5,<4\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"adal (>=1.2.1)\",\n \"azureml-cli-common + (~=1.37.0)\",\n \"cryptography (<=3.3.2)\",\n + \ \"docker (>=3.7.2)\",\n \"msrest + (>=0.6.6)\",\n \"pyyaml (>=5.1.0)\",\n \"requests + (>=2.21.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureML + Command Module\",\n \"test_requires\": [\n {\n + \ \"requires\": [\n \"azure-keyvault\",\n + \ \"mock\",\n \"nose\",\n + \ \"unittest-xml-reporting\"\n ]\n + \ }\n ],\n \"version\": + \"1.37.0\"\n },\n \"sha256Digest\": \"7dc527ad16592a775d79341d7711df31497b66bf616010890bd1f8831c81012d\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliext.blob.core.windows.net/release/azure_cli_ml-1.5.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_cli_ml-1.5.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.maxCliCoreVersion\": + \"2.29.2\",\n \"azext.minCliCoreVersion\": \"2.0.28\",\n + \ \"classifiers\": [\n \"Development + Status :: 3 - Alpha\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\"\n ],\n \"description_content_type\": + \"text/x-rst\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\",\n + \ \"license\": \"LICENSE.txt\"\n },\n + \ \"project_urls\": {\n \"Home\": + \"https://docs.microsoft.com/azure/machine-learning/service/\"\n }\n + \ }\n },\n \"extras\": + [],\n \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"Proprietary https://aka.ms/azureml-preview-sdk-license \",\n \"metadata_version\": + \"2.0\",\n \"name\": \"azure-cli-ml\",\n \"requires_python\": + \">=3.5,<4\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"adal + (>=1.2.1)\",\n \"azureml-cli-common (~=1.5.0)\",\n + \ \"docker (>=3.7.2)\",\n \"msrest + (>=0.6.6)\",\n \"pyyaml (>=5.1.0)\",\n \"requests + (>=2.21.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureML + Command Module\",\n \"test_requires\": [\n {\n + \ \"requires\": [\n \"azure-keyvault\",\n + \ \"mock\",\n \"nose\",\n + \ \"unittest-xml-reporting\"\n ]\n + \ }\n ],\n \"version\": + \"1.5.0\"\n },\n \"sha256Digest\": \"a535f01501a06f70d26a75f5ccde2d32640d3c7efec302fc2fc454bfb867e946\"\n + \ }\n ],\n \"azure-devops\": [\n {\n \"downloadUrl\": + \"https://github.com/Azure/azure-devops-cli-extension/releases/download/20190805.1/azure_devops-0.12.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_devops-0.12.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.49\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"VSTS_Social@microsoft.com\",\n \"name\": + \"Microsoft\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Microsoft/azure-devops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"azure-devops\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"distro (==1.3.0)\",\n \"msrest + (<0.7.0,>=0.6.0)\",\n \"python-dateutil (==2.7.3)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Tools for managing Azure DevOps.\",\n \"version\": + \"0.12.0\"\n },\n \"sha256Digest\": \"2abdfd1b760e1968176cd4043e2db7edf951978c6a2182eb5e79bb0c8070af4c\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-devops-cli-extension/releases/download/20200113.1/azure_devops-0.17.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_devops-0.17.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.69\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"VSTS_Social@microsoft.com\",\n \"name\": + \"Microsoft\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Microsoft/azure-devops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"azure-devops\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"distro (==1.3.0)\",\n \"msrest + (<0.7.0,>=0.6.0)\",\n \"python-dateutil (==2.7.3)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Tools for managing Azure DevOps.\",\n \"version\": + \"0.17.0\"\n },\n \"sha256Digest\": \"1e891afc8b6ee52c62c4f99802d77728ff60e89e4c08972325178cc4fdac6be9\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-devops-cli-extension/releases/download/20211028.1/azure_devops-0.21.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_devops-0.21.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.2.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"VSTS_Social@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Microsoft/azure-devops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"azure-devops\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"distro (==1.3.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing Azure DevOps.\",\n \"version\": \"0.21.0\"\n + \ },\n \"sha256Digest\": \"7ab5fd8d8f05bbd78d2e5fce961a06380aa258445561b88fb1ca02261cae365a\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-devops-cli-extension/releases/download/20230127.2/azure_devops-0.26.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_devops-0.26.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.30.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"VSTS_Social@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Microsoft/azure-devops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"azure-devops\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"distro (==1.3.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing Azure DevOps.\",\n \"version\": \"0.26.0\"\n + \ },\n \"sha256Digest\": \"565fc207f1740c26957f382fe2eefabec254011fb2d1b50c0e540f894f47dcbe\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-devops-cli-extension/releases/download/20240206.1/azure_devops-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_devops-1.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.30.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"VSTS_Social@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Microsoft/azure-devops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"azure-devops\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"distro (==1.3.0)\",\n \"distro==1.3.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Tools for managing Azure DevOps.\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"658a2854d8c80f874f9382d421fa45abf6a38d00334737dda006f8dec64cf70a\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-devops-cli-extension/releases/download/20240514.1/azure_devops-1.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_devops-1.0.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.30.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"VSTS_Social@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Microsoft/azure-devops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"azure-devops\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"distro (==1.3.0)\",\n \"distro==1.3.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Tools for managing Azure DevOps.\",\n \"version\": + \"1.0.1\"\n },\n \"sha256Digest\": \"f300d0288f017148514ebe6f5912aef10c7a6f29bdc0c916b922edf1d75bc7db\"\n + \ }\n ],\n \"azure-firewall\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.1.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.1.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.46\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.1.3\"\n },\n + \ \"sha256Digest\": \"116c1324206e8aa0e7cffdd719a12e87b2977a061fcd9fb96ae4b6fbe223e93f\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.1.9-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.1.9-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.1.9\"\n },\n + \ \"sha256Digest\": \"f20c18b5b176dd39815dee4d344368774b58bb2f4f03c28b89ee08212e45856a\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.2.0\"\n },\n + \ \"sha256Digest\": \"7934510bc2ed4d83c8dbee7d2d22c3de2332b96020e2f45515035153f94a246f\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.3.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.3.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.3.0\"\n },\n + \ \"sha256Digest\": \"12e5f8567ba8a74988f50ec6ed3539fad5b9e491727b0bc2c16e7acc34f49423\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.3.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.3.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.3.1\"\n },\n + \ \"sha256Digest\": \"32e10a4e96a891151959680ff3cbf3e28ea0cf38e49ac062c49c668d00e5d7d7\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.4.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.4.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.4.0\"\n },\n + \ \"sha256Digest\": \"5c79cedfc5abf134f4b47ad5d867ff5852d2ba17f710d44a2101fe0aa51b1a48\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.5.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.5.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.5.0\"\n },\n + \ \"sha256Digest\": \"ceb70fe380937e5cb42998648a3218313b1425286705743275a808bb15d70d03\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.5.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.5.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.5.1\"\n },\n + \ \"sha256Digest\": \"40581d4aaf52a8a1f8deccf3be641385348251b34ffeb4c65193111150002699\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.6.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.6.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.6.0\"\n },\n + \ \"sha256Digest\": \"b22c81a341f1742ebb2c32c45af1470b12bfe2d03907d43206cf8d0860e058f6\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.6.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.6.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.6.1\"\n },\n + \ \"sha256Digest\": \"4bf18f81d1b97d458181154f51803103745182cf68972180507aa8c291c60a94\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.6.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.6.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.6.2\"\n },\n + \ \"sha256Digest\": \"30539d78089ae73cbc012d487de7b9e9717096e2abf960ca4e7057ef77222a25\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.7.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.7.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.7.0\"\n },\n + \ \"sha256Digest\": \"b6ac17ae8f18d9c702cece94822c0d00dbc13b7ed60a7831281e2e5391cefe39\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.8.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.8.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.8.0\"\n },\n + \ \"sha256Digest\": \"897e1ff2ff69b6f2969dc97e97847a25b7a9060091024a96e0e2ca0876c0cd53\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.9.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.9.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.9.0\"\n },\n + \ \"sha256Digest\": \"ea9f1a318e27266652bb6121d93ff5595b2ffe1227efc3ca1ab69b29349bb9d2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.10.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.10.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.10.0\"\n },\n + \ \"sha256Digest\": \"94c5b15b65b3fe78fa4a10b839ace1a5eb627e87f4aae2bc5728e159388c9599\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.11.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.11.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.11.0\"\n },\n + \ \"sha256Digest\": \"31100b4d554939502454bf9dbe0a42e2ee4319a1af3f9c93c9b51200bb547707\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.12.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.12.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.12.0\"\n },\n + \ \"sha256Digest\": \"e8273165377adcbc1effcaaa447d4b7b38c49aadd1ff9255cabf400f6846edb4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.13.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.13.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.13.0\"\n },\n + \ \"sha256Digest\": \"04e0761aeed15ac457c5831c89bcbaf5f669fa943ded8f71c0f54431621103b0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.14.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.14.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.14.0\"\n },\n + \ \"sha256Digest\": \"c68453741e1c32f310333f81a22ab8a822124101c36e043b6563105a9c84f2e2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.14.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.14.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.14.1\"\n },\n + \ \"sha256Digest\": \"bc32e5ea361f86fd03ec6a6d7743ed431038fcacfd85e48bdc3c1996448fc08d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.14.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.14.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.14.2\"\n },\n + \ \"sha256Digest\": \"35ac3318f0372b890770746c320cc3d98022a08bd808e3aa433d2dcf20405bf6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.14.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.14.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.14.3\"\n },\n + \ \"sha256Digest\": \"a1838d2953400b76c7bca95ef9b6c64377d8b3d2485f2164e286906c62f9ef5b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.14.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.14.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.14.4\"\n },\n + \ \"sha256Digest\": \"1b2dfdf90570df596e28792d1b378bb155cd57b2fad8fbb6eeb1617316bce2e0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.14.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.14.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.14.5\"\n },\n + \ \"sha256Digest\": \"d2261b7a6a17f8a15d4fbfb1f3bb65bada2e49c76c251f3e91f9a91c9d613188\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.14.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.14.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.14.6\"\n },\n + \ \"sha256Digest\": \"c04bfce1c7acbeb50a6f156965bbf64336c9089235b27bb4ca5b50a065bc19d6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.14.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.14.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.14.7\"\n },\n + \ \"sha256Digest\": \"a248d1a3fa776015726cc3c9a073c816afef9f174309f6c0f65787d624e2337b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.14.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.14.8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.14.8\"\n },\n + \ \"sha256Digest\": \"d664c8228e829d1a70a85146a8b46d0e26abae22e0765a0277e18c4e664d8200\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-1.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.50.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"project_urls\": {\n \"Home\": + \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"739f20463bf763ccfa08358f3535bfdbd1671fc16ef11c9428e8bade8154221b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-1.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-1.0.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"project_urls\": {\n \"Home\": + \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"1.0.1\"\n },\n + \ \"sha256Digest\": \"920023c55ae72d7e85baa43d81d96683be0e8348228b6f8e89e479fd4092c0f8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-1.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-1.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"project_urls\": {\n \"Home\": + \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"1.1.0\"\n },\n + \ \"sha256Digest\": \"562cc396c6afa1ef996c35b7bed801b3fd9677e4c6923f1148cb09255b24d1ef\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-1.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-1.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"project_urls\": {\n \"Home\": + \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"1.2.0\"\n },\n + \ \"sha256Digest\": \"5468cc09b8ea7918176b5e95aa3c24c7ad9b7d1b68c47d16bf522a053fd811e8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-1.2.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-1.2.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"project_urls\": {\n \"Home\": + \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"1.2.1\"\n },\n + \ \"sha256Digest\": \"c6fb6d3543de95e03188bb86baa08d23a788fb1231a56eda27ddb2558b25d777\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-1.2.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-1.2.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"project_urls\": {\n \"Home\": + \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"1.2.2\"\n },\n + \ \"sha256Digest\": \"1261fd1789131b82bb403c1be385aad053140f75a8d697164b42b0317cdd9d55\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-1.2.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-1.2.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"project_urls\": {\n \"Home\": + \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"1.2.3\"\n },\n + \ \"sha256Digest\": \"6d250685923b2fe5d4b2e6d22a1170cf0fffb885ee03ba922ee124ca8b6d81be\"\n + \ }\n ],\n \"azure-iot\": [\n {\n \"downloadUrl\": + \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.10.11/azure_iot-0.10.11-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.10.11-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"azure-iot\",\n \"requires_python\": + \">=3.6,<4\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"jsonschema + (==3.2.0)\",\n \"packaging\",\n \"paho-mqtt + (==1.5.0)\"\n ]\n }\n ],\n + \ \"summary\": \"The Azure IoT extension for Azure CLI.\",\n + \ \"version\": \"0.10.11\"\n },\n \"sha256Digest\": + \"8a7892996403fd5fd6850262acc176605704990db9d0a95c743545f1c0659d83\"\n },\n + \ {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.10.15/azure_iot-0.10.15-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.10.15-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"azure-iot\",\n \"requires_python\": + \">=3.6,<4\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"jsonschema + (==3.2.0)\",\n \"packaging\",\n \"paho-mqtt + (==1.5.0)\"\n ]\n }\n ],\n + \ \"summary\": \"The Azure IoT extension for Azure CLI.\",\n + \ \"version\": \"0.10.15\"\n },\n \"sha256Digest\": + \"465b8a2688260973519c00dd48989faa015423b195d20efb423e976c49924983\"\n },\n + \ {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.10.17/azure_iot-0.10.17-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.10.17-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.6,<4\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-iot-device (~=2.5)\",\n \"jsonschema + (~=3.2.0)\",\n \"packaging\",\n \"tqdm + (~=4.62)\"\n ]\n },\n {\n + \ \"extra\": \"uamqp\",\n \"requires\": + [\n \"uamqp (~=1.2)\"\n ]\n + \ },\n {\n \"environment\": + \"python_version < \\\"3.8\\\"\",\n \"requires\": + [\n \"importlib-metadata\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT extension for Azure CLI.\",\n \"version\": + \"0.10.17\"\n },\n \"sha256Digest\": \"71f449108419e66f4b8f72a0d9b544e7a38c7fc4b3fdfcab9a9088dff3190710\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.11.0/azure_iot-0.11.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.11.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.6,<4\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-iot-device (~=2.5)\",\n \"jsonschema + (~=3.2.0)\",\n \"packaging\",\n \"tqdm + (~=4.62)\"\n ]\n },\n {\n + \ \"extra\": \"uamqp\",\n \"requires\": + [\n \"uamqp (~=1.2)\"\n ]\n + \ },\n {\n \"environment\": + \"python_version < \\\"3.8\\\"\",\n \"requires\": + [\n \"importlib-metadata\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT extension for Azure CLI.\",\n \"version\": + \"0.11.0\"\n },\n \"sha256Digest\": \"b599137425d8b0df615813b9cbedb02d43549acf3ae0c9a703f5d636cf05ebf9\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.12.1/azure_iot-0.12.1-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.12.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.6,<4\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-iot-device (~=2.5)\",\n \"jsonschema + (~=3.2.0)\",\n \"msrestazure (<2.0.0,>=0.6.3)\",\n + \ \"packaging\",\n \"tqdm + (~=4.62)\"\n ]\n },\n {\n + \ \"extra\": \"uamqp\",\n \"requires\": + [\n \"uamqp (~=1.2)\"\n ]\n + \ },\n {\n \"environment\": + \"python_version < \\\"3.8\\\"\",\n \"requires\": + [\n \"importlib-metadata\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT extension for Azure CLI.\",\n \"version\": + \"0.12.1\"\n },\n \"sha256Digest\": \"4cc809c496ecda0c892b664d0d1de58586b56db9211c3d12c96c640bf8d8c84f\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.13.0/azure_iot-0.13.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.13.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.24.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.6,<4\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-iot-device (~=2.5)\",\n \"jsonschema + (~=3.2.0)\",\n \"msrestazure (<2.0.0,>=0.6.3)\",\n + \ \"packaging\",\n \"tqdm + (~=4.62)\"\n ]\n },\n {\n + \ \"extra\": \"uamqp\",\n \"requires\": + [\n \"uamqp (~=1.2)\"\n ]\n + \ },\n {\n \"environment\": + \"python_version < \\\"3.8\\\"\",\n \"requires\": + [\n \"importlib-metadata\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT extension for Azure CLI.\",\n \"version\": + \"0.13.0\"\n },\n \"sha256Digest\": \"a8078483a23ed656cb79816dc8e7c39f3c18a04945b4366edc99a76897419bd2\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.14.0/azure_iot-0.14.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.14.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.24.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.6,<4\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-iot-device (~=2.5)\",\n \"jsonschema + (~=3.2.0)\",\n \"msrestazure (<2.0.0,>=0.6.3)\",\n + \ \"packaging\",\n \"tqdm + (~=4.62)\"\n ]\n },\n {\n + \ \"extra\": \"uamqp\",\n \"requires\": + [\n \"uamqp (~=1.2)\"\n ]\n + \ },\n {\n \"environment\": + \"python_version < \\\"3.8\\\"\",\n \"requires\": + [\n \"importlib-metadata\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT extension for Azure CLI.\",\n \"version\": + \"0.14.0\"\n },\n \"sha256Digest\": \"56e07939e0f60412c8dce20a278127be4768a4cd8c487e5201396428e1b2f86f\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.14.1/azure_iot-0.14.1-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.14.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.24.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.6,<4\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-iot-device (~=2.5)\",\n \"jsonschema + (~=3.2.0)\",\n \"msrestazure (<2.0.0,>=0.6.3)\",\n + \ \"packaging\",\n \"tqdm + (~=4.62)\"\n ]\n },\n {\n + \ \"extra\": \"uamqp\",\n \"requires\": + [\n \"uamqp (~=1.2)\"\n ]\n + \ },\n {\n \"environment\": + \"python_version < \\\"3.8\\\"\",\n \"requires\": + [\n \"importlib-metadata\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT extension for Azure CLI.\",\n \"version\": + \"0.14.1\"\n },\n \"sha256Digest\": \"9138b2610ac1ad775d4012e532cfa273a2d56dc2a649aa71d838f3c26d74b77d\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.15.0/azure_iot-0.15.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.15.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.30.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.7\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-iot-device (~=2.11)\",\n \"azure-mgmt-core + (<2.0.0,>=1.3.0)\",\n \"jsonschema (~=3.2.0)\",\n + \ \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tqdm + (~=4.62)\"\n ]\n },\n {\n + \ \"extra\": \"uamqp\",\n \"requires\": + [\n \"uamqp (~=1.2)\"\n ]\n + \ },\n {\n \"environment\": + \"python_version < \\\"3.8\\\"\",\n \"requires\": + [\n \"importlib-metadata\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT extension for Azure CLI.\",\n \"version\": + \"0.15.0\"\n },\n \"sha256Digest\": \"63243fc8edb3a38636d706fc280a95aa13e7dfc1be455f62e41af1c114260049\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.16.1/azure_iot-0.16.1-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.16.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.30.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.7\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-iot-device (~=2.11)\",\n \"azure-mgmt-core + (<2.0.0,>=1.3.0)\",\n \"jsonschema (~=3.2.0)\",\n + \ \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tqdm + (~=4.62)\"\n ]\n },\n {\n + \ \"extra\": \"uamqp\",\n \"requires\": + [\n \"uamqp (~=1.2)\"\n ]\n + \ },\n {\n \"environment\": + \"python_version < \\\"3.8\\\"\",\n \"requires\": + [\n \"importlib-metadata\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT extension for Azure CLI.\",\n \"version\": + \"0.16.1\"\n },\n \"sha256Digest\": \"d6c814af4bdc4020bbb2971f718796fac0e12a4319258e6704d711c2f9adca38\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.17.0/azure_iot-0.17.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.17.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.30.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.7\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core (<2.0.0,<2.0.0azure-mgmt-core>=1.3.0,>=1.24.0)\",\n + \ \"azure-iot-device (~=2.11)\",\n \"jsonschema + (~=3.2.0)\",\n \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tqdm + (~=4.62)\"\n ]\n },\n {\n + \ \"extra\": \"uamqp\",\n \"requires\": + [\n \"uamqp (~=1.2)\"\n ]\n + \ },\n {\n \"environment\": + \"python_version < \\\"3.8\\\"\",\n \"requires\": + [\n \"importlib-metadata\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT extension for Azure CLI.\",\n \"version\": + \"0.17.0\"\n },\n \"sha256Digest\": \"924d4cf255efe8a8950d968ed474be42b9da790c46381893a1d2892fdf72281e\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.17.1/azure_iot-0.17.1-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.17.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.30.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.7\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core (<2.0.0,>=1.24.0)\",\n \"azure-iot-device + (~=2.11)\",\n \"azure-mgmt-core (<2.0.0,>=1.3.0)\",\n + \ \"jsonschema (~=3.2.0)\",\n \"msrest + (>=0.6.21)\",\n \"msrestazure (<2.0.0,>=0.6.3)\",\n + \ \"packaging\",\n \"tqdm + (~=4.62)\"\n ]\n },\n {\n + \ \"extra\": \"uamqp\",\n \"requires\": + [\n \"uamqp (~=1.2)\"\n ]\n + \ },\n {\n \"environment\": + \"python_version < \\\"3.8\\\"\",\n \"requires\": + [\n \"importlib-metadata\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT extension for Azure CLI.\",\n \"version\": + \"0.17.1\"\n },\n \"sha256Digest\": \"5edb56987e339e6eac50190d309e8b62f1da8e76c943537b8bdf45833d2d6307\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.17.3/azure_iot-0.17.3-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.17.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.30.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.7\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core (<2.0.0,>=1.24.0)\",\n \"azure-iot-device + (~=2.11)\",\n \"azure-mgmt-core (<2.0.0,>=1.3.0)\",\n + \ \"jsonschema (~=3.2.0)\",\n \"msrest + (>=0.6.21)\",\n \"msrestazure (<2.0.0,>=0.6.3)\",\n + \ \"packaging\",\n \"tqdm + (~=4.62)\"\n ]\n },\n {\n + \ \"extra\": \"uamqp\",\n \"requires\": + [\n \"uamqp (~=1.2)\"\n ]\n + \ },\n {\n \"environment\": + \"python_version < \\\"3.8\\\"\",\n \"requires\": + [\n \"importlib-metadata\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT extension for Azure CLI.\",\n \"version\": + \"0.17.3\"\n },\n \"sha256Digest\": \"bf343936bd2f515c46d8cff9b59cc340eb88c0ee2f4be93fe9d2a9d4ba863346\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.18.0/azure_iot-0.18.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.18.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.7\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core (<2.0.0,>=1.24.0)\",\n \"azure-identity + (<2.0.0,>=1.6.1)\",\n \"azure-iot-device (~=2.11)\",\n + \ \"azure-mgmt-core (<2.0.0,>=1.3.0)\",\n \"jsonschema + (~=3.2.0)\",\n \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tqdm + (~=4.62)\"\n ]\n },\n {\n + \ \"extra\": \"uamqp\",\n \"requires\": + [\n \"uamqp (~=1.2)\"\n ]\n + \ },\n {\n \"environment\": + \"python_version < \\\"3.8\\\"\",\n \"requires\": + [\n \"importlib-metadata\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT extension for Azure CLI.\",\n \"version\": + \"0.18.0\"\n },\n \"sha256Digest\": \"b57987fe6b4627d4184db54715e71f5a28d7b16fb346352a37c0bf1ea5f4640e\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.18.1/azure_iot-0.18.1-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.18.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.7\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core (<2.0.0,>=1.24.0)\",\n \"azure-identity + (<2.0.0,>=1.6.1)\",\n \"azure-iot-device (~=2.11)\",\n + \ \"azure-mgmt-core (<2.0.0,>=1.3.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.14.0)\",\n \"jsonschema (~=3.2.0)\",\n + \ \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tqdm + (~=4.62)\"\n ]\n },\n {\n + \ \"extra\": \"uamqp\",\n \"requires\": + [\n \"uamqp (~=1.2)\"\n ]\n + \ },\n {\n \"environment\": + \"python_version < \\\"3.8\\\"\",\n \"requires\": + [\n \"importlib-metadata\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT extension for Azure CLI.\",\n \"version\": + \"0.18.1\"\n },\n \"sha256Digest\": \"3e5e902917c1e78984a9b531289ec82b483d6b1964a9411d904c532d19f4431c\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.18.2/azure_iot-0.18.2-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.18.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.7\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core (<2.0.0,>=1.24.0)\",\n \"azure-identity + (<2.0.0,>=1.6.1)\",\n \"azure-iot-device (~=2.11)\",\n + \ \"azure-mgmt-core (<2.0.0,>=1.3.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.14.0)\",\n \"jsonschema (~=3.2.0)\",\n + \ \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tqdm + (~=4.62)\"\n ]\n },\n {\n + \ \"extra\": \"uamqp\",\n \"requires\": + [\n \"uamqp (~=1.2)\"\n ]\n + \ },\n {\n \"environment\": + \"python_version < \\\"3.8\\\"\",\n \"requires\": + [\n \"importlib-metadata\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT extension for Azure CLI.\",\n \"version\": + \"0.18.2\"\n },\n \"sha256Digest\": \"a0ca45e50492182b86206f1019f4d8c560307e05c4d3264968899481d5d9210c\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.18.3/azure_iot-0.18.3-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.18.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.7\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core (<2.0.0,>=1.24.0)\",\n \"azure-identity + (<2.0.0,>=1.6.1)\",\n \"azure-iot-device (~=2.11)\",\n + \ \"azure-mgmt-core (<2.0.0,>=1.3.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.14.0)\",\n \"jsonschema (~=3.2.0)\",\n + \ \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tqdm + (~=4.62)\"\n ]\n },\n {\n + \ \"extra\": \"uamqp\",\n \"requires\": + [\n \"uamqp (~=1.2)\"\n ]\n + \ },\n {\n \"environment\": + \"python_version < \\\"3.8\\\"\",\n \"requires\": + [\n \"importlib-metadata\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT extension for Azure CLI.\",\n \"version\": + \"0.18.3\"\n },\n \"sha256Digest\": \"52b6e72dcb5084d758da605dfe3a4983c1d5ff27a338d143b89055215da45143\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.19.0/azure_iot-0.19.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.19.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.7\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core (<2.0.0,>=1.24.0)\",\n \"azure-identity + (<2.0.0,>=1.6.1)\",\n \"azure-iot-device (~=2.11)\",\n + \ \"azure-mgmt-core (<2.0.0,>=1.3.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.14.0)\",\n \"jsonschema (~=3.2.0)\",\n + \ \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tomli + (~=2.0)\",\n \"tomli-w (~=1.0)\",\n \"tqdm + (~=4.62)\",\n \"treelib (~=1.6)\"\n ]\n + \ },\n {\n \"extra\": + \"uamqp\",\n \"requires\": [\n \"uamqp + (~=1.2)\"\n ]\n },\n {\n + \ \"environment\": \"python_version < \\\"3.8\\\"\",\n + \ \"requires\": [\n \"importlib-metadata\"\n + \ ]\n }\n ],\n + \ \"summary\": \"The Azure IoT extension for Azure CLI.\",\n + \ \"version\": \"0.19.0\"\n },\n \"sha256Digest\": + \"e1dded53fc9e298a1ef7e1fcbf3399517e3be015785ba526c26d1584064a4fe0\"\n },\n + \ {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.19.1/azure_iot-0.19.1-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.19.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.7\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core (<2.0.0,>=1.24.0)\",\n \"azure-identity + (<2.0.0,>=1.6.1)\",\n \"azure-iot-device (~=2.11)\",\n + \ \"azure-mgmt-core (<2.0.0,>=1.3.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.14.0)\",\n \"jsonschema (~=3.2.0)\",\n + \ \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tomli + (~=2.0)\",\n \"tomli-w (~=1.0)\",\n \"tqdm + (~=4.62)\",\n \"treelib (~=1.6)\"\n ]\n + \ },\n {\n \"extra\": + \"uamqp\",\n \"requires\": [\n \"uamqp + (~=1.2)\"\n ]\n },\n {\n + \ \"environment\": \"python_version < \\\"3.8\\\"\",\n + \ \"requires\": [\n \"importlib-metadata\"\n + \ ]\n }\n ],\n + \ \"summary\": \"The Azure IoT extension for Azure CLI.\",\n + \ \"version\": \"0.19.1\"\n },\n \"sha256Digest\": + \"685c526081ce60fa2188106cd71c9412ee4765d5d74f3f0dce53466bdd9df15e\"\n },\n + \ {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.20.0/azure_iot-0.20.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.20.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.7\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core (<2.0.0,>=1.24.0)\",\n \"azure-identity + (<2.0.0,>=1.6.1)\",\n \"azure-iot-device (~=2.11)\",\n + \ \"azure-mgmt-core (<2.0.0,>=1.3.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.14.0)\",\n \"jsonschema (~=3.2.0)\",\n + \ \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tomli + (~=2.0)\",\n \"tomli-w (~=1.0)\",\n \"tqdm + (~=4.62)\",\n \"treelib (~=1.6)\"\n ]\n + \ },\n {\n \"extra\": + \"uamqp\",\n \"requires\": [\n \"uamqp + (~=1.2)\"\n ]\n },\n {\n + \ \"environment\": \"python_version < \\\"3.8\\\"\",\n + \ \"requires\": [\n \"importlib-metadata\"\n + \ ]\n }\n ],\n + \ \"summary\": \"The Azure IoT extension for Azure CLI.\",\n + \ \"version\": \"0.20.0\"\n },\n \"sha256Digest\": + \"6e304cee43f0e83d9aaa05c4283491fd6b4cf4ff4f685a3e08eaa8809ac8d5e7\"\n },\n + \ {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.21.0/azure_iot-0.21.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.21.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.7\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core (<2.0.0,>=1.24.0)\",\n \"azure-identity + (<2.0.0,>=1.6.1)\",\n \"azure-iot-device (~=2.11)\",\n + \ \"azure-mgmt-core (<2.0.0,>=1.3.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.14.0)\",\n \"jsonschema (~=3.2.0)\",\n + \ \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tomli + (~=2.0)\",\n \"tomli-w (~=1.0)\",\n \"tqdm + (~=4.62)\",\n \"treelib (~=1.6)\"\n ]\n + \ },\n {\n \"extra\": + \"uamqp\",\n \"requires\": [\n \"uamqp + (~=1.2)\"\n ]\n },\n {\n + \ \"environment\": \"python_version < \\\"3.8\\\"\",\n + \ \"requires\": [\n \"importlib-metadata\"\n + \ ]\n }\n ],\n + \ \"summary\": \"The Azure IoT extension for Azure CLI.\",\n + \ \"version\": \"0.21.0\"\n },\n \"sha256Digest\": + \"b88e0b14ec38b083525df4b8f5b24476158c468706f34925136a8d817363913e\"\n },\n + \ {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.21.1/azure_iot-0.21.1-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.21.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.7\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core (<2.0.0,>=1.24.0)\",\n \"azure-identity + (<2.0.0,>=1.6.1)\",\n \"azure-iot-device (~=2.11)\",\n + \ \"azure-mgmt-core (<2.0.0,>=1.3.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.14.0)\",\n \"jsonschema (~=3.2.0)\",\n + \ \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tomli + (~=2.0)\",\n \"tomli-w (~=1.0)\",\n \"tqdm + (~=4.62)\",\n \"treelib (~=1.6)\"\n ]\n + \ },\n {\n \"extra\": + \"uamqp\",\n \"requires\": [\n \"uamqp + (~=1.2)\"\n ]\n },\n {\n + \ \"environment\": \"python_version < \\\"3.8\\\"\",\n + \ \"requires\": [\n \"importlib-metadata\"\n + \ ]\n }\n ],\n + \ \"summary\": \"The Azure IoT extension for Azure CLI.\",\n + \ \"version\": \"0.21.1\"\n },\n \"sha256Digest\": + \"fe3140351a6d7a630aba2473403de49b6f8f4af6b67d358396b659cb4fdfd64a\"\n },\n + \ {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.21.2/azure_iot-0.21.2-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.21.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.7\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core (<2.0.0,>=1.24.0)\",\n \"azure-identity + (<2.0.0,>=1.6.1)\",\n \"azure-iot-device (~=2.11)\",\n + \ \"azure-mgmt-core (<2.0.0,>=1.3.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.14.0)\",\n \"jsonschema (~=3.2.0)\",\n + \ \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tomli + (~=2.0)\",\n \"tomli-w (~=1.0)\",\n \"tqdm + (~=4.62)\",\n \"treelib (~=1.6)\"\n ]\n + \ },\n {\n \"extra\": + \"uamqp\",\n \"requires\": [\n \"uamqp + (~=1.2)\"\n ]\n },\n {\n + \ \"environment\": \"python_version < \\\"3.8\\\"\",\n + \ \"requires\": [\n \"importlib-metadata\"\n + \ ]\n }\n ],\n + \ \"summary\": \"The Azure IoT extension for Azure CLI.\",\n + \ \"version\": \"0.21.2\"\n },\n \"sha256Digest\": + \"1f3241199456d299b17e2875ef9888de4c2977ddcfd0a3ae72087c9ff389b730\"\n },\n + \ {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.21.3/azure_iot-0.21.3-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.21.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.7\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core (<2.0.0,>=1.24.0)\",\n \"azure-identity + (<2.0.0,>=1.6.1)\",\n \"azure-iot-device (~=2.11)\",\n + \ \"azure-mgmt-core (<2.0.0,>=1.3.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.14.0)\",\n \"jsonschema (~=3.2.0)\",\n + \ \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tomli + (~=2.0)\",\n \"tomli-w (~=1.0)\",\n \"tqdm + (~=4.62)\",\n \"treelib (~=1.6)\"\n ]\n + \ },\n {\n \"extra\": + \"uamqp\",\n \"requires\": [\n \"uamqp + (~=1.2)\"\n ]\n },\n {\n + \ \"environment\": \"python_version < \\\"3.8\\\"\",\n + \ \"requires\": [\n \"importlib-metadata\"\n + \ ]\n }\n ],\n + \ \"summary\": \"The Azure IoT extension for Azure CLI.\",\n + \ \"version\": \"0.21.3\"\n },\n \"sha256Digest\": + \"17ed8c55d8cfdf0a874d8e37dd6a6a554f6f077722c7f06dc76cf3c31ef9c46c\"\n },\n + \ {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.21.4/azure_iot-0.21.4-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.21.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.7\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core (<2.0.0,>=1.24.0)\",\n \"azure-identity + (<2.0.0,>=1.6.1)\",\n \"azure-iot-device (~=2.11)\",\n + \ \"azure-mgmt-core (<2.0.0,>=1.3.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.14.0)\",\n \"jsonschema (~=3.2.0)\",\n + \ \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tomli + (~=2.0)\",\n \"tomli-w (~=1.0)\",\n \"tqdm + (~=4.62)\",\n \"treelib (~=1.6)\"\n ]\n + \ },\n {\n \"extra\": + \"uamqp\",\n \"requires\": [\n \"uamqp + (~=1.2)\"\n ]\n },\n {\n + \ \"environment\": \"python_version < \\\"3.8\\\"\",\n + \ \"requires\": [\n \"importlib-metadata\"\n + \ ]\n }\n ],\n + \ \"summary\": \"The Azure IoT extension for Azure CLI.\",\n + \ \"version\": \"0.21.4\"\n },\n \"sha256Digest\": + \"e61bb2dcea1faa208cfdf7346b0b296bb7d071f45d01536f9c3e32cdba8a9cca\"\n },\n + \ {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.21.5/azure_iot-0.21.5-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.21.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.7\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core (<2.0.0,>=1.24.0)\",\n \"azure-identity + (<2.0.0,>=1.6.1)\",\n \"azure-iot-device (~=2.11)\",\n + \ \"azure-mgmt-core (<2.0.0,>=1.3.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.14.0)\",\n \"jsonschema (~=3.2.0)\",\n + \ \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tomli + (~=2.0)\",\n \"tomli-w (~=1.0)\",\n \"tqdm + (~=4.62)\",\n \"treelib (~=1.6)\"\n ]\n + \ },\n {\n \"extra\": + \"uamqp\",\n \"requires\": [\n \"uamqp + (~=1.2)\"\n ]\n },\n {\n + \ \"environment\": \"python_version < \\\"3.8\\\"\",\n + \ \"requires\": [\n \"importlib-metadata\"\n + \ ]\n }\n ],\n + \ \"summary\": \"The Azure IoT extension for Azure CLI.\",\n + \ \"version\": \"0.21.5\"\n },\n \"sha256Digest\": + \"3a2bb6a15e68d519b378852223fc217148d93f43f828b0139fa6b7c7188f0074\"\n },\n + \ {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.22.0/azure_iot-0.22.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.22.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.8\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core (<2.0.0,>=1.24.0)\",\n \"azure-identity + (<2.0.0,>=1.6.1)\",\n \"azure-iot-device (~=2.11)\",\n + \ \"azure-mgmt-core (<2.0.0,>=1.3.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.14.0)\",\n \"jsonschema (~=3.2.0)\",\n + \ \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tomli + (~=2.0)\",\n \"tomli-w (~=1.0)\",\n \"tqdm + (~=4.62)\",\n \"treelib (~=1.6)\"\n ]\n + \ },\n {\n \"extra\": + \"uamqp\",\n \"requires\": [\n \"uamqp + (~=1.2)\"\n ]\n }\n ],\n + \ \"summary\": \"The Azure IoT extension for Azure CLI.\",\n + \ \"version\": \"0.22.0\"\n },\n \"sha256Digest\": + \"f0fa7e1c101042f8301234ec4e38df7cef967fdfd6f129a7d39686ddbb10c63e\"\n },\n + \ {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.23.0/azure_iot-0.23.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.23.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.8\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core (<2.0.0,>=1.24.0)\",\n \"azure-identity + (<2.0.0,>=1.6.1)\",\n \"azure-iot-device (~=2.11)\",\n + \ \"azure-mgmt-core (<2.0.0,>=1.3.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.14.0)\",\n \"jsonschema (~=3.2.0)\",\n + \ \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tomli + (~=2.0)\",\n \"tomli-w (~=1.0)\",\n \"tqdm + (~=4.62)\",\n \"treelib (~=1.6)\"\n ]\n + \ },\n {\n \"extra\": + \"uamqp\",\n \"requires\": [\n \"uamqp + (~=1.2)\"\n ]\n }\n ],\n + \ \"summary\": \"The Azure IoT extension for Azure CLI.\",\n + \ \"version\": \"0.23.0\"\n },\n \"sha256Digest\": + \"a160851a80aefb3fa12e9e5ac9c04511b8b058455c7d77b5ce7e79485b70ac41\"\n },\n + \ {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.23.1/azure_iot-0.23.1-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.23.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.8\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core (<2.0.0,>=1.24.0)\",\n \"azure-identity + (<2.0.0,>=1.6.1)\",\n \"azure-iot-device (~=2.11)\",\n + \ \"azure-mgmt-core (<2.0.0,>=1.3.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.14.0)\",\n \"jsonschema (~=3.2.0)\",\n + \ \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tomli + (~=2.0)\",\n \"tomli-w (~=1.0)\",\n \"tqdm + (~=4.62)\",\n \"treelib (~=1.6)\"\n ]\n + \ },\n {\n \"extra\": + \"uamqp\",\n \"requires\": [\n \"uamqp + (~=1.2)\"\n ]\n }\n ],\n + \ \"summary\": \"The Azure IoT extension for Azure CLI.\",\n + \ \"version\": \"0.23.1\"\n },\n \"sha256Digest\": + \"95ef8e340ce9a5309af9c3c8ffe67e1582baf199f21c60a74cdc7c987cf8c644\"\n },\n + \ {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.24.0/azure_iot-0.24.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.24.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"license_file\": \"LICENSE\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"azure-iot\",\n \"requires_python\": + \">=3.8\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-core + (<2.0.0,>=1.24.0)\",\n \"azure-identity (<2.0.0,>=1.6.1)\",\n + \ \"azure-iot-device (~=2.11)\",\n \"azure-mgmt-core + (<2.0.0,>=1.3.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.14.0)\",\n \"jsonschema (~=3.2.0)\",\n + \ \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tomli + (~=2.0)\",\n \"tomli-w (~=1.0)\",\n \"tqdm + (~=4.62)\",\n \"treelib (~=1.6)\"\n ]\n + \ },\n {\n \"extra\": + \"uamqp\",\n \"requires\": [\n \"uamqp + (~=1.2)\"\n ]\n }\n ],\n + \ \"summary\": \"The Azure IoT extension for Azure CLI.\",\n + \ \"version\": \"0.24.0\"\n },\n \"sha256Digest\": + \"a36e41f28904f2f29efd38ebebda6823c0a9101bed3c00e0af03cfffcd721da1\"\n },\n + \ {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.25.0/azure_iot-0.25.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.25.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"license_file\": \"LICENSE\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"azure-iot\",\n \"requires_python\": + \">=3.8\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-core + (<2.0.0,>=1.24.0)\",\n \"azure-identity (<2.0.0,>=1.6.1)\",\n + \ \"azure-iot-device (~=2.11)\",\n \"azure-mgmt-core + (<2.0.0,>=1.3.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.14.0)\",\n \"jsonschema (~=3.2.0)\",\n + \ \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tomli + (~=2.0)\",\n \"tomli-w (~=1.0)\",\n \"tqdm + (~=4.62)\",\n \"treelib (~=1.6)\"\n ]\n + \ },\n {\n \"extra\": + \"uamqp\",\n \"requires\": [\n \"uamqp + (<=1.6.8,>=1.2)\"\n ]\n }\n + \ ],\n \"summary\": \"The Azure IoT extension + for Azure CLI.\",\n \"version\": \"0.25.0\"\n },\n + \ \"sha256Digest\": \"7db4bc07667efa8472513d9e121fb2551fcaeae68255c7bc0768ad4177c1b1c6\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.26.0/azure_iot-0.26.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.26.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.59.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.9\",\n \"Programming + Language :: Python :: 3.10\",\n \"Programming Language + :: Python :: 3.11\",\n \"Programming Language :: Python + :: 3.12\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"license_file\": \"LICENSE\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"azure-iot\",\n \"requires_python\": + \">=3.9\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-core + (<2.0.0,>=1.24.0)\",\n \"azure-core<2.0.0,>=1.24.0\",\n + \ \"azure-identity (<1.18.0,>=1.6.1)\",\n \"azure-identity<1.18.0,>=1.6.1\",\n + \ \"azure-iot-device (~=2.11)\",\n \"azure-iot-device~=2.11\",\n + \ \"azure-mgmt-core (<2.0.0,>=1.3.0)\",\n \"azure-mgmt-core<2.0.0,>=1.3.0\",\n + \ \"azure-storage-blob (<13.0.0,>=12.14.0)\",\n + \ \"azure-storage-blob<13.0.0,>=12.14.0\",\n + \ \"jsonschema (~=3.2.0)\",\n \"jsonschema~=3.2.0\",\n + \ \"msrest (>=0.6.21)\",\n \"msrest>=0.6.21\",\n + \ \"msrestazure (<2.0.0,>=0.6.3)\",\n \"msrestazure<2.0.0,>=0.6.3\",\n + \ \"packaging\",\n \"packaging\",\n + \ \"tomli (~=2.0)\",\n \"tomli-w + (~=1.0)\",\n \"tomli-w~=1.0\",\n \"tomli~=2.0\",\n + \ \"tqdm (~=4.62)\",\n \"tqdm~=4.62\",\n + \ \"treelib (~=1.6)\",\n \"treelib~=1.6\"\n + \ ]\n },\n {\n + \ \"extra\": \"uamqp\",\n \"requires\": + [\n \"uamqp (<=1.6.8,>=1.2)\"\n ]\n + \ },\n {\n \"environment\": + \"extra == \\\"uamqp\\\"\",\n \"requires\": [\n + \ \"uamqp<=1.6.8,>=1.2\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT extension for Azure CLI.\",\n \"version\": + \"0.26.0\"\n },\n \"sha256Digest\": \"be497db3bc9221a82165d685ffc9bf5854e34f7ac8fd88580d6297dc63974a80\"\n + \ }\n ],\n \"azure-iot-ops\": [\n {\n \"downloadUrl\": + \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.1.0b1/azure_iot_ops-0.1.0b1-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.1.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.42.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<2.0,>=1.14.1)\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"opentelemetry-proto (~=1.20.0)\",\n + \ \"protobuf (~=4.25.0)\",\n \"rich + (<14.0,>=13.6)\"\n ]\n }\n + \ ],\n \"summary\": \"The Azure IoT Operations + extension for Azure CLI.\",\n \"version\": \"0.1.0b1\"\n + \ },\n \"sha256Digest\": \"a36f5dabf8b7055cbd6025a1e843961e1123e466fb013fd2d71974cc15d0fdb4\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.1.0b2/azure_iot_ops-0.1.0b2-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.1.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.42.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\"\n ],\n \"extensions\": {\n + \ \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<2.0,>=1.14.1)\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"opentelemetry-proto (~=1.20.0)\",\n + \ \"protobuf (~=4.25.0)\",\n \"rich + (<14.0,>=13.6)\"\n ]\n }\n + \ ],\n \"summary\": \"The Azure IoT Operations + extension for Azure CLI.\",\n \"version\": \"0.1.0b2\"\n + \ },\n \"sha256Digest\": \"dfe97525bb57cb65124c17916db4278f19e281220a5fedbd0d91486cadbb12bc\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.2.0b1/azure_iot_ops-0.2.0b1-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.2.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.42.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\"\n ],\n \"extensions\": {\n + \ \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<2.0,>=1.14.1)\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"opentelemetry-proto (~=1.20.0)\",\n + \ \"protobuf (~=4.25.0)\",\n \"rich + (<14.0,>=13.6)\"\n ]\n }\n + \ ],\n \"summary\": \"The Azure IoT Operations + extension for Azure CLI.\",\n \"version\": \"0.2.0b1\"\n + \ },\n \"sha256Digest\": \"0e3bcc6cf3f2eeb80c96ee0d68eb3bad356837642296bed2c6edf7b9519b8320\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.2.0b2/azure_iot_ops-0.2.0b2-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.2.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.42.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\"\n ],\n \"extensions\": {\n + \ \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<2.0,>=1.14.1)\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"opentelemetry-proto (~=1.20.0)\",\n + \ \"protobuf (~=4.25.0)\",\n \"rich + (<14.0,>=13.6)\"\n ]\n }\n + \ ],\n \"summary\": \"The Azure IoT Operations + extension for Azure CLI.\",\n \"version\": \"0.2.0b2\"\n + \ },\n \"sha256Digest\": \"eb0907428bfad9e0f974617663c2a73908887e99636ed9ec13954c767f7b741d\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.2.0b4/azure_iot_ops-0.2.0b4-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.2.0b4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\"\n ],\n \"extensions\": {\n + \ \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<2.0,>=1.14.1)\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"opentelemetry-proto (~=1.20.0)\",\n + \ \"protobuf (~=4.25.0)\",\n \"rich + (<14.0,>=13.6)\"\n ]\n }\n + \ ],\n \"summary\": \"The Azure IoT Operations + extension for Azure CLI.\",\n \"version\": \"0.2.0b4\"\n + \ },\n \"sha256Digest\": \"0c7b77c9b7dd39655ef1dc51d5bb7cc370062318d21bfeb1467ccb2fa2229ab4\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.3.0b1/azure_iot_ops-0.3.0b1-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.3.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\"\n ],\n \"extensions\": {\n + \ \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<2.0,>=1.14.1)\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"opentelemetry-proto (~=1.20.0)\",\n + \ \"protobuf (~=4.25.0)\",\n \"rich + (<14.0,>=13.6)\"\n ]\n }\n + \ ],\n \"summary\": \"The Azure IoT Operations + extension for Azure CLI.\",\n \"version\": \"0.3.0b1\"\n + \ },\n \"sha256Digest\": \"31f2fd60a63f25f05d30288e79b56f051baad4698ef9d61d4bcae432a2924f43\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.3.0b2/azure_iot_ops-0.3.0b2-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.3.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\"\n ],\n \"extensions\": {\n + \ \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<2.0,>=1.14.1)\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"opentelemetry-proto (~=1.20.0)\",\n + \ \"protobuf (~=4.25.0)\",\n \"rich + (<14.0,>=13.6)\"\n ]\n }\n + \ ],\n \"summary\": \"The Azure IoT Operations + extension for Azure CLI.\",\n \"version\": \"0.3.0b2\"\n + \ },\n \"sha256Digest\": \"1ddce07806ac2b529d4e98e7919aef58907d03174f33c5d96305cbfe590c13b1\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.3.0b3/azure_iot_ops-0.3.0b3-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.3.0b3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\"\n ],\n \"extensions\": {\n + \ \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<2.0,>=1.14.1)\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"opentelemetry-proto (~=1.20.0)\",\n + \ \"packaging (>=23.2)\",\n \"protobuf + (~=4.25.0)\",\n \"rich (<14.0,>=13.6)\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT Operations extension for Azure CLI.\",\n \"version\": + \"0.3.0b3\"\n },\n \"sha256Digest\": \"ce5afd49b56a2647dd359d67534c86116211c38cbd83d68b73e15765c7b23b1e\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.4.0b1/azure_iot_ops-0.4.0b1-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.4.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\"\n ],\n \"extensions\": {\n + \ \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<2.0,>=1.14.1)\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"opentelemetry-proto (~=1.20.0)\",\n + \ \"packaging (>=23.2)\",\n \"protobuf + (~=4.25.0)\",\n \"rich (<14.0,>=13.6)\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT Operations extension for Azure CLI.\",\n \"version\": + \"0.4.0b1\"\n },\n \"sha256Digest\": \"969d2e85305a58cd711ff7ab43a136c3ff12b7de3c07baa2f49a980dbbca7f44\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.4.0b2/azure_iot_ops-0.4.0b2-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.4.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\"\n ],\n \"extensions\": {\n + \ \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<2.0,>=1.14.1)\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"opentelemetry-proto (~=1.20.0)\",\n + \ \"packaging (>=23.2)\",\n \"protobuf + (~=4.25.0)\",\n \"rich (<14.0,>=13.6)\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT Operations extension for Azure CLI.\",\n \"version\": + \"0.4.0b2\"\n },\n \"sha256Digest\": \"36898f0ebb07fc8197b62bf9d240f0067e186d306c7c52b8a01b2c4adf91bf90\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.4.0b3/azure_iot_ops-0.4.0b3-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.4.0b3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\"\n ],\n \"extensions\": {\n + \ \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<2.0,>=1.14.1)\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"opentelemetry-proto (~=1.20.0)\",\n + \ \"packaging (>=23.2)\",\n \"protobuf + (~=4.25.0)\",\n \"rich (<14.0,>=13.6)\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT Operations extension for Azure CLI.\",\n \"version\": + \"0.4.0b3\"\n },\n \"sha256Digest\": \"a5cb90030bf3fe748d7f11285243f9e0c1207e5d409a320bd1f3e0e29f527de5\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.4.0b4/azure_iot_ops-0.4.0b4-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.4.0b4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\"\n ],\n \"extensions\": {\n + \ \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<2.0,>=1.14.1)\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"opentelemetry-proto (~=1.20.0)\",\n + \ \"packaging (>=23.2)\",\n \"protobuf + (~=4.25.0)\",\n \"rich (<14.0,>=13.6)\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT Operations extension for Azure CLI.\",\n \"version\": + \"0.4.0b4\"\n },\n \"sha256Digest\": \"0439ae5846b317449e427a985f4a9bf8ab91c622766c163af2f717ac024a30f5\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.5.0b1/azure_iot_ops-0.5.0b1-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.5.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\"\n ],\n \"extensions\": {\n + \ \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<2.0,>=1.14.1)\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"opentelemetry-proto (~=1.20.0)\",\n + \ \"packaging (>=23.2)\",\n \"protobuf + (~=4.25.0)\",\n \"rich (<14.0,>=13.6)\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT Operations extension for Azure CLI.\",\n \"version\": + \"0.5.0b1\"\n },\n \"sha256Digest\": \"bae0b60c4a8c39689a164bddf5ffb2bd2da09fc87c9b03c2d22fc9936e10dcf4\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.5.0b2/azure_iot_ops-0.5.0b2-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.5.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\"\n ],\n \"extensions\": {\n + \ \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<2.0,>=1.14.1)\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"opentelemetry-proto (~=1.20.0)\",\n + \ \"packaging (>=23.2)\",\n \"protobuf + (~=4.25.0)\",\n \"rich (<14.0,>=13.6)\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT Operations extension for Azure CLI.\",\n \"version\": + \"0.5.0b2\"\n },\n \"sha256Digest\": \"3b590acb85b946bc832244c7e6fd85bb19d5aa66dc30c8f72d37c0ea93a3d9b2\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.5.1b1/azure_iot_ops-0.5.1b1-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.5.1b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\"\n ],\n \"extensions\": {\n + \ \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<2.0,>=1.14.1)\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"opentelemetry-proto (~=1.20.0)\",\n + \ \"packaging (>=23.2)\",\n \"protobuf + (~=4.25.0)\",\n \"rich (<14.0,>=13.6)\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT Operations extension for Azure CLI.\",\n \"version\": + \"0.5.1b1\"\n },\n \"sha256Digest\": \"09a63dbd9dc976235fe295eb78083fa6141f52db6dde9c8c25975c23f1f79fe4\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.6.0b1/azure_iot_ops-0.6.0b1-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.6.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\"\n ],\n \"extensions\": {\n + \ \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<2.0,>=1.14.1)\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"opentelemetry-proto (~=1.20.0)\",\n + \ \"packaging (>=23.2)\",\n \"protobuf + (~=4.25.0)\",\n \"rich (<14.0,>=13.6)\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT Operations extension for Azure CLI.\",\n \"version\": + \"0.6.0b1\"\n },\n \"sha256Digest\": \"5740d3db63a76c01059311998840a0886524b8c0174a271272817f90880a6790\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.6.0b2/azure_iot_ops-0.6.0b2-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.6.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\"\n ],\n \"extensions\": {\n + \ \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<2.0,>=1.14.1)\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"opentelemetry-proto (~=1.20.0)\",\n + \ \"packaging (>=23.2)\",\n \"protobuf + (~=4.25.0)\",\n \"rich (<14.0,>=13.6)\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT Operations extension for Azure CLI.\",\n \"version\": + \"0.6.0b2\"\n },\n \"sha256Digest\": \"ac8614eeab41c9fdd30e4672d558f8ed1c6d585d1ab501afc6e9660928d43616\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.6.0b3/azure_iot_ops-0.6.0b3-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.6.0b3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\"\n ],\n \"extensions\": {\n + \ \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<2.0,>=1.14.1)\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"opentelemetry-proto (~=1.20.0)\",\n + \ \"packaging (>=23.2)\",\n \"protobuf + (~=4.25.0)\",\n \"rich (<14.0,>=13.6)\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT Operations extension for Azure CLI.\",\n \"version\": + \"0.6.0b3\"\n },\n \"sha256Digest\": \"105527ab18b2d04292cb7c33efbf05258becc5be2dd859441c2703408372462d\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.6.0b4/azure_iot_ops-0.6.0b4-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.6.0b4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\"\n ],\n \"extensions\": {\n + \ \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<1.18.0,>=1.14.1)\",\n + \ \"kubernetes (<29.0,>=27.2)\",\n \"opentelemetry-proto + (~=1.20.0)\",\n \"packaging (>=23.2)\",\n \"protobuf + (~=4.25.0)\",\n \"rich (<14.0,>=13.6)\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT Operations extension for Azure CLI.\",\n \"version\": + \"0.6.0b4\"\n },\n \"sha256Digest\": \"434c90b6ae2f51f751e5fb868f0fd649a8affd123e049c956b7fb3edf6e79de4\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.7.0b1/azure_iot_ops-0.7.0b1-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.7.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\"\n ],\n \"extensions\": {\n + \ \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<1.18.0,>=1.14.1)\",\n + \ \"kubernetes (<29.0,>=27.2)\",\n \"opentelemetry-proto + (~=1.20.0)\",\n \"packaging (>=23.2)\",\n \"protobuf + (~=4.25.0)\",\n \"rich (<14.0,>=13.6)\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT Operations extension for Azure CLI.\",\n \"version\": + \"0.7.0b1\"\n },\n \"sha256Digest\": \"7d3f834f9e6bfa5b9c666b9d37f657d41256e68d77b9a69fde3a5333c3eb61f6\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.7.0b2/azure_iot_ops-0.7.0b2-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.7.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\",\n \"Programming Language :: Python :: 3.12\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<1.18.0,>=1.14.1)\",\n + \ \"azure-identity<1.18.0,>=1.14.1\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"kubernetes<29.0,>=27.2\",\n + \ \"opentelemetry-proto (~=1.20.0)\",\n \"opentelemetry-proto~=1.20.0\",\n + \ \"packaging (>=23.2)\",\n \"packaging>=23.2\",\n + \ \"protobuf (~=4.25.0)\",\n \"protobuf~=4.25.0\",\n + \ \"rich (<14.0,>=13.6)\",\n \"rich<14.0,>=13.6\"\n + \ ]\n }\n ],\n + \ \"summary\": \"The Azure IoT Operations extension for + Azure CLI.\",\n \"version\": \"0.7.0b2\"\n },\n + \ \"sha256Digest\": \"eeafdbfbbea6d919729ac81510008581ff234117a5301eae9d31237271ea2e4e\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.8.0b1/azure_iot_ops-0.8.0b1-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.8.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\",\n \"Programming Language :: Python :: 3.12\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<1.18.0,>=1.14.1)\",\n + \ \"azure-identity<1.18.0,>=1.14.1\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"kubernetes<29.0,>=27.2\",\n + \ \"opentelemetry-proto (~=1.20.0)\",\n \"opentelemetry-proto~=1.20.0\",\n + \ \"packaging (>=23.2)\",\n \"packaging>=23.2\",\n + \ \"protobuf (~=4.25.0)\",\n \"protobuf~=4.25.0\",\n + \ \"rich (<14.0,>=13.6)\",\n \"rich<14.0,>=13.6\"\n + \ ]\n }\n ],\n + \ \"summary\": \"The Azure IoT Operations extension for + Azure CLI.\",\n \"version\": \"0.8.0b1\"\n },\n + \ \"sha256Digest\": \"eae168fc237816f73610b834a67f0fe92bcbcacb693ac63904455e90aca27f40\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v1.0.0/azure_iot_ops-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.53.0\",\n \"classifiers\": [\n \"Development + Status :: 5 - Production/Stable\",\n \"Intended Audience + :: Developers\",\n \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3 :: Only\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.8\",\n \"Programming Language :: Python + :: 3.9\",\n \"Programming Language :: Python :: 3.10\",\n + \ \"Programming Language :: Python :: 3.11\",\n \"Programming + Language :: Python :: 3.12\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<1.18.0,>=1.14.1)\",\n + \ \"azure-identity<1.18.0,>=1.14.1\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"kubernetes<29.0,>=27.2\",\n + \ \"opentelemetry-proto (~=1.20.0)\",\n \"opentelemetry-proto~=1.20.0\",\n + \ \"packaging (>=23.2)\",\n \"packaging>=23.2\",\n + \ \"protobuf (~=4.25.0)\",\n \"protobuf~=4.25.0\",\n + \ \"rich (<14.0,>=13.6)\",\n \"rich<14.0,>=13.6\"\n + \ ]\n }\n ],\n + \ \"summary\": \"The Azure IoT Operations extension for + Azure CLI.\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"eed6d0f8841c3840bb6b358293a4191ca1431d02763e00a428b7eda401f0406a\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v1.1.0/azure_iot_ops-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-1.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.53.0\",\n \"classifiers\": [\n \"Development + Status :: 5 - Production/Stable\",\n \"Intended Audience + :: Developers\",\n \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3 :: Only\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.8\",\n \"Programming Language :: Python + :: 3.9\",\n \"Programming Language :: Python :: 3.10\",\n + \ \"Programming Language :: Python :: 3.11\",\n \"Programming + Language :: Python :: 3.12\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<1.18.0,>=1.14.1)\",\n + \ \"azure-identity<1.18.0,>=1.14.1\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"kubernetes<29.0,>=27.2\",\n + \ \"opentelemetry-proto (~=1.20.0)\",\n \"opentelemetry-proto~=1.20.0\",\n + \ \"packaging (>=23.2)\",\n \"packaging>=23.2\",\n + \ \"protobuf (~=4.25.0)\",\n \"protobuf~=4.25.0\",\n + \ \"rich (<14.0,>=13.6)\",\n \"rich<14.0,>=13.6\"\n + \ ]\n }\n ],\n + \ \"summary\": \"The Azure IoT Operations extension for + Azure CLI.\",\n \"version\": \"1.1.0\"\n },\n + \ \"sha256Digest\": \"4e859e978825e92c9938c4d633e659c1adb81f82b03e0bbcd85f21234ebcfa90\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v1.2.0/azure_iot_ops-1.2.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-1.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.53.0\",\n \"classifiers\": [\n \"Development + Status :: 5 - Production/Stable\",\n \"Intended Audience + :: Developers\",\n \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3 :: Only\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.8\",\n \"Programming Language :: Python + :: 3.9\",\n \"Programming Language :: Python :: 3.10\",\n + \ \"Programming Language :: Python :: 3.11\",\n \"Programming + Language :: Python :: 3.12\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<1.18.0,>=1.14.1)\",\n + \ \"azure-identity<1.18.0,>=1.14.1\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"kubernetes<29.0,>=27.2\",\n + \ \"opentelemetry-proto (~=1.20.0)\",\n \"opentelemetry-proto~=1.20.0\",\n + \ \"packaging (>=23.2)\",\n \"packaging>=23.2\",\n + \ \"protobuf (~=4.25.0)\",\n \"protobuf~=4.25.0\",\n + \ \"rich (<14.0,>=13.6)\",\n \"rich<14.0,>=13.6\"\n + \ ]\n }\n ],\n + \ \"summary\": \"The Azure IoT Operations extension for + Azure CLI.\",\n \"version\": \"1.2.0\"\n },\n + \ \"sha256Digest\": \"656834ea4ea081668caab4da09d1d3237218155dae7470e5eeee1854644d60d0\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v1.3.0/azure_iot_ops-1.3.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-1.3.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.53.0\",\n \"classifiers\": [\n \"Development + Status :: 5 - Production/Stable\",\n \"Intended Audience + :: Developers\",\n \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3 :: Only\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.8\",\n \"Programming Language :: Python + :: 3.9\",\n \"Programming Language :: Python :: 3.10\",\n + \ \"Programming Language :: Python :: 3.11\",\n \"Programming + Language :: Python :: 3.12\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<1.18.0,>=1.14.1)\",\n + \ \"azure-identity<1.18.0,>=1.14.1\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"kubernetes<29.0,>=27.2\",\n + \ \"opentelemetry-proto (~=1.20.0)\",\n \"opentelemetry-proto~=1.20.0\",\n + \ \"packaging (>=23.2)\",\n \"packaging>=23.2\",\n + \ \"protobuf (~=4.25.0)\",\n \"protobuf~=4.25.0\",\n + \ \"rich (<14.0,>=13.6)\",\n \"rich<14.0,>=13.6\"\n + \ ]\n }\n ],\n + \ \"summary\": \"The Azure IoT Operations extension for + Azure CLI.\",\n \"version\": \"1.3.0\"\n },\n + \ \"sha256Digest\": \"1ce296f22ce963ab12c84c15a715c0303ec8600d6908e9a60bd6559bfd21cc6b\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v1.4.0/azure_iot_ops-1.4.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-1.4.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.53.0\",\n \"classifiers\": [\n \"Development + Status :: 5 - Production/Stable\",\n \"Intended Audience + :: Developers\",\n \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3 :: Only\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.8\",\n \"Programming Language :: Python + :: 3.9\",\n \"Programming Language :: Python :: 3.10\",\n + \ \"Programming Language :: Python :: 3.11\",\n \"Programming + Language :: Python :: 3.12\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<1.18.0,>=1.14.1)\",\n + \ \"azure-identity<1.18.0,>=1.14.1\",\n \"kubernetes + (<32.0,>=29.0)\",\n \"kubernetes<32.0,>=29.0\",\n + \ \"opentelemetry-proto (~=1.20.0)\",\n \"opentelemetry-proto~=1.20.0\",\n + \ \"packaging (>=23.2)\",\n \"packaging>=23.2\",\n + \ \"protobuf (~=4.25.0)\",\n \"protobuf~=4.25.0\",\n + \ \"rich (<14.0,>=13.6)\",\n \"rich<14.0,>=13.6\"\n + \ ]\n }\n ],\n + \ \"summary\": \"The Azure IoT Operations extension for + Azure CLI.\",\n \"version\": \"1.4.0\"\n },\n + \ \"sha256Digest\": \"57d394ccc660bc187176a97116ba880746a94036ac82a2c8a5db56a1c783284a\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v1.5.0/azure_iot_ops-1.5.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-1.5.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.53.0\",\n \"classifiers\": [\n \"Development + Status :: 5 - Production/Stable\",\n \"Intended Audience + :: Developers\",\n \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3 :: Only\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.8\",\n \"Programming Language :: Python + :: 3.9\",\n \"Programming Language :: Python :: 3.10\",\n + \ \"Programming Language :: Python :: 3.11\",\n \"Programming + Language :: Python :: 3.12\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<1.18.0,>=1.14.1)\",\n + \ \"azure-identity<1.18.0,>=1.14.1\",\n \"kubernetes + (<32.0,>=29.0)\",\n \"kubernetes<32.0,>=29.0\",\n + \ \"opentelemetry-proto (~=1.20.0)\",\n \"opentelemetry-proto~=1.20.0\",\n + \ \"packaging (>=23.2)\",\n \"packaging>=23.2\",\n + \ \"protobuf (~=4.25.0)\",\n \"protobuf~=4.25.0\",\n + \ \"rich (<14.0,>=13.6)\",\n \"rich<14.0,>=13.6\",\n + \ \"semver (<4,>=3.0.4)\",\n \"semver<4,>=3.0.4\"\n + \ ]\n }\n ],\n + \ \"summary\": \"The Azure IoT Operations extension for + Azure CLI.\",\n \"version\": \"1.5.0\"\n },\n + \ \"sha256Digest\": \"79c98bc4905cffacfc5bae053feca8c4f5e0e66664182dbf229be352cf7db673\"\n + \ }\n ],\n \"azure-sphere\": [\n {\n \"downloadUrl\": + \"https://software-static.download.prss.microsoft.com/dbazure/888969d5-f34g-4e03-ac9d-1f9786c66751/azure_sphere-1.0.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_sphere-1.0.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.9\",\n \"Programming Language :: Python + :: 3.10\",\n \"Programming Language :: Python :: 3.11\",\n + \ \"Programming Language :: Python :: 3.12\",\n \"License + :: OSI Approved :: MIT License\"\n ],\n \"description_content_type\": + \"text/markdown\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"Microsoft Corporation \",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/azure-sphere\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-sphere\",\n \"requires_python\": \"<4,>=3.6\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-core (>=1.24.0)\",\n \"azure-mgmt-core + (>=1.3.0)\",\n \"azuresphere-imagemetadata + (>=0.0.6)\",\n \"requests-toolbelt\",\n \"semantic-version + (==2.8.5)\"\n ]\n }\n ],\n + \ \"summary\": \"The Azure Sphere extension for Azure CLI.\",\n + \ \"version\": \"1.0.2\"\n },\n \"sha256Digest\": + \"93745516eb1176c87cffbccb8356e9962376180ddb583ebc01ba79b7c0a35d4c\"\n },\n + \ {\n \"downloadUrl\": \"https://software-static.download.prss.microsoft.com/dbazure/888969d5-f34g-4e03-ac9d-1f9786c66751/azure_sphere-1.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_sphere-1.0.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"Programming Language :: Python :: 3.9\",\n \"License + :: OSI Approved :: MIT License\"\n ],\n \"description_content_type\": + \"text/markdown\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"Microsoft Corporation \",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/azure-sphere\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-sphere\",\n \"requires_python\": \"<4,>=3.6\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-core (>=1.24.0)\",\n \"azure-core>=1.24.0\",\n + \ \"azure-mgmt-core (>=1.3.0)\",\n \"azure-mgmt-core>=1.3.0\",\n + \ \"azuresphere-device-api (>=1.1.0)\",\n \"azuresphere-device-api>=1.1.0\",\n + \ \"azuresphere-imagemetadata\",\n \"azuresphere-imagemetadata\",\n + \ \"semantic-version (==2.8.5)\",\n \"semantic_version==2.8.5\"\n + \ ]\n }\n ],\n + \ \"summary\": \"The Azure Sphere extension for Azure CLI.\",\n + \ \"version\": \"1.0.1\"\n },\n \"sha256Digest\": + \"9fcab107f8856e79943388501d148379ab782a1ffba1f997f7db3e667a7d5172\"\n },\n + \ {\n \"downloadUrl\": \"https://software-static.download.prss.microsoft.com/dbazure/888969d5-f34g-4e03-ac9d-1f9786c66749/azure_sphere-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_sphere-1.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"Programming Language :: Python :: 3.9\",\n \"License + :: OSI Approved :: MIT License\"\n ],\n \"description_content_type\": + \"text/markdown\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"Microsoft Corporation \",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/azure-sphere\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-sphere\",\n \"requires_python\": \"<4,>=3.6\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-core (>=1.24.0)\",\n \"azure-core>=1.24.0\",\n + \ \"azure-mgmt-core (>=1.3.0)\",\n \"azure-mgmt-core>=1.3.0\",\n + \ \"azuresphere-device-api (>=1.1.0)\",\n \"azuresphere-device-api>=1.1.0\",\n + \ \"azuresphere-imagemetadata\",\n \"azuresphere-imagemetadata\",\n + \ \"semantic-version (==2.8.5)\",\n \"semantic_version==2.8.5\"\n + \ ]\n }\n ],\n + \ \"summary\": \"The Azure Sphere extension for Azure CLI.\",\n + \ \"version\": \"1.0.0\"\n },\n \"sha256Digest\": + \"4baf489caaeada3feb08e5d1a3f890f2ee0dd4072a28a04c1eab7301b64293c5\"\n },\n + \ {\n \"downloadUrl\": \"https://software-static.download.prss.microsoft.com/dbazure/988969d5-f34g-4e03-ac9d-1f9786c66749/azure_sphere-0.1.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_sphere-0.1.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"Programming Language :: Python + :: 3.9\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azsppgsup@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/azure-sphere\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"azure-sphere\",\n \"requires_python\": + \">=3.6.0\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-core + (>=1.24.0)\",\n \"azure-mgmt-core (>=1.3.0)\",\n + \ \"azuresphere-device-api (>=1.1.0)\",\n \"semantic-version + (==2.8.5)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Azure + Sphere Extension\",\n \"version\": \"0.1.4\"\n },\n + \ \"sha256Digest\": \"8ba8a4e9b1020ebe62db1c322cc4881793dde7f04b9c431772aac5a4cb214f35\"\n + \ }\n ],\n \"azurelargeinstance\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azurelargeinstance-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"azurelargeinstance-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azurelargeinstance\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azurelargeinstance\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Azurelargeinstance Extension.\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"a6e38c623cf14a9528df9f28aa98d9642c1e73c0a815becdce842e3a2f0f49ac\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azurelargeinstance-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"azurelargeinstance-1.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azurelargeinstance\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azurelargeinstance\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Azurelargeinstance Extension.\",\n \"version\": + \"1.0.0b2\"\n },\n \"sha256Digest\": \"6948ac3306269ea6c8ff6d32d5673989dfd4dfa0a4e4c5d6d3991b364d5dc628\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azurelargeinstance-1.0.0b3-py3-none-any.whl\",\n + \ \"filename\": \"azurelargeinstance-1.0.0b3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azurelargeinstance\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azurelargeinstance\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Azurelargeinstance Extension.\",\n \"version\": + \"1.0.0b3\"\n },\n \"sha256Digest\": \"093a2fa900e3df53f8bf15b335156058333efe0eff9584a11db4bac0bccc7b1d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azurelargeinstance-1.0.0b4-py3-none-any.whl\",\n + \ \"filename\": \"azurelargeinstance-1.0.0b4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azurelargeinstance\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azurelargeinstance\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Azurelargeinstance Extension.\",\n \"version\": + \"1.0.0b4\"\n },\n \"sha256Digest\": \"6fee478bd919922a0532573fdea3b5422925d374ba6649ea015d4d33941e819a\"\n + \ }\n ],\n \"azurestackhci\": [\n {\n \"downloadUrl\": + \"https://hybridaksstorage.z13.web.core.windows.net/SelfServiceVM/CLI/azurestackhci-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"azurestackhci-0.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"project_urls\": {\n \"Home\": + \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azurestackhci\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azurestackhci\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCIClient Extension\",\n \"version\": \"0.2.0\"\n + \ },\n \"sha256Digest\": \"27fba7f0a2c2fd97e4cc0e815a7de4ec9493e7ef99816d577da5046588f7977a\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/SelfServiceVM/CLI/azurestackhci-0.2.1-py3-none-any.whl\",\n + \ \"filename\": \"azurestackhci-0.2.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azurestackhci\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azurestackhci\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCI Extension\",\n \"version\": \"0.2.1\"\n + \ },\n \"sha256Digest\": \"3d6220cffd5b45383c16b9cdd43393e1d4e07bebf3b2bbca9eabed21049c197c\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/SelfServiceVM/CLI/azurestackhci-0.2.2-py3-none-any.whl\",\n + \ \"filename\": \"azurestackhci-0.2.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azurestackhci\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azurestackhci\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCI Extension\",\n \"version\": \"0.2.2\"\n + \ },\n \"sha256Digest\": \"2de905d3adc714745ee92bf81c237ea3dd61cb4a6e87d2a840f4047aba352a73\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/SelfServiceVM/CLI/azurestackhci-0.2.3-py3-none-any.whl\",\n + \ \"filename\": \"azurestackhci-0.2.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azurestackhci\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azurestackhci\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCI Extension\",\n \"version\": \"0.2.3\"\n + \ },\n \"sha256Digest\": \"0796a045fb8d5de1c0b12375459efd45628aec4e04419c679860aba1d2b4d361\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/SelfServiceVM/CLI/azurestackhci-0.2.4-py3-none-any.whl\",\n + \ \"filename\": \"azurestackhci-0.2.4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azurestackhci\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azurestackhci\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCI Extension\",\n \"version\": \"0.2.4\"\n + \ },\n \"sha256Digest\": \"6e855e4a3f3eee635bc73c6f2b761a37ef557f0f0c6898361af3fd230c03a92f\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/SelfServiceVM/CLI/azurestackhci-0.2.5-py3-none-any.whl\",\n + \ \"filename\": \"azurestackhci-0.2.5-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azurestackhci\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azurestackhci\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCI Extension\",\n \"version\": \"0.2.5\"\n + \ },\n \"sha256Digest\": \"ce0c83fc04b79d279ef479fa7a6ae41786b0011d8343fe340567daacb357676e\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/SelfServiceVM/CLI/azurestackhci-0.2.6-py3-none-any.whl\",\n + \ \"filename\": \"azurestackhci-0.2.6-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azurestackhci\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azurestackhci\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCI Extension\",\n \"version\": \"0.2.6\"\n + \ },\n \"sha256Digest\": \"0a0e897028ecce7ab26b55a4971177d8a7df23f15c772bae2000447380b3d1e2\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/SelfServiceVM/CLI/azurestackhci-0.2.9-py3-none-any.whl\",\n + \ \"filename\": \"azurestackhci-0.2.9-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azurestackhci\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azurestackhci\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCI Extension\",\n \"version\": \"0.2.9\"\n + \ },\n \"sha256Digest\": \"2557b2fe3fa2f951a2794ba967555ba54c2e93eb75538152f21ab2fb568fef16\"\n + \ }\n ],\n \"baremetal-infrastructure\": [\n {\n + \ \"downloadUrl\": \"https://github.com/Azure/azure-baremetalinfrastructure-cli-extension/releases/download/1.0.0/baremetal_infrastructure-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"baremetal_infrastructure-1.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.12.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-baremetalinfrastructure-cli-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"baremetal-infrastructure\",\n \"summary\": \"Additional + commands for working with BareMetal instances.\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"9e0bd5e66debbb9a4a810dad44f710eba43f0249b2f8a630539b68e21a849d6f\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-baremetalinfrastructure-cli-extension/releases/download/2.0.0/baremetal_infrastructure-2.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"baremetal_infrastructure-2.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.53.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-baremetalinfrastructure-cli-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"baremetal-infrastructure\",\n \"summary\": \"Additional + commands for working with BareMetal instances.\",\n \"version\": + \"2.0.0\"\n },\n \"sha256Digest\": \"158c4e81eb6d773f523e76813f4cf6958fb0c53d08533c3dccc81edd73e593a0\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-baremetalinfrastructure-cli-extension/releases/download/2.0.1/baremetal_infrastructure-2.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"baremetal_infrastructure-2.0.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.10\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-baremetalinfrastructure-cli-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"license_file\": \"LICENSE\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"baremetal-infrastructure\",\n \"summary\": + \"Additional commands for working with BareMetal instances.\",\n \"version\": + \"2.0.1\"\n },\n \"sha256Digest\": \"ea127d64603c8a45774cdf9aa80c4c8b5839a42719971b296beb96105fe5ef2d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/baremetal_infrastructure-3.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"baremetal_infrastructure-3.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/baremetal-infrastructure\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"baremetal-infrastructure\",\n \"summary\": \"Microsoft + Azure Command-Line Tools BaremetalInfrastructure Extension.\",\n \"version\": + \"3.0.0b1\"\n },\n \"sha256Digest\": \"83ff3e4540f522a5f3578a923155715160e90a15a8d919a2e5569c08f1295a2f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/baremetal_infrastructure-3.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"baremetal_infrastructure-3.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/baremetal-infrastructure\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"baremetal-infrastructure\",\n \"summary\": \"Microsoft + Azure Command-Line Tools BaremetalInfrastructure Extension.\",\n \"version\": + \"3.0.0b2\"\n },\n \"sha256Digest\": \"0e5843e295a27058262e945febc43179ce173ac27ebcfe4456b466b7acb9c220\"\n + \ }\n ],\n \"bastion\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/bastion-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"bastion-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.43.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/bastion\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"bastion\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Bastion Extension.\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"8a3ab4753d4c5be5306ff7102a962d9a3c6e867e0cfc50d628823af3c4cb4f31\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/bastion-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"bastion-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.43.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/bastion\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"bastion\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Bastion Extension.\",\n \"version\": \"0.2.0\"\n + \ },\n \"sha256Digest\": \"97cfe1c32304e23317d06afa627718759b08fa4e7a653fff54a4bd03cfd28b22\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/bastion-0.2.1-py3-none-any.whl\",\n + \ \"filename\": \"bastion-0.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.43.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/bastion\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"bastion\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Bastion Extension.\",\n \"version\": \"0.2.1\"\n + \ },\n \"sha256Digest\": \"5eae321c2da7598d58e2f7b3c7ce9c2ceaa478ddc677fcc2f2cbaf9db5d9990b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/bastion-0.2.2-py3-none-any.whl\",\n + \ \"filename\": \"bastion-0.2.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.43.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/bastion\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"bastion\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Bastion Extension.\",\n \"version\": \"0.2.2\"\n + \ },\n \"sha256Digest\": \"46939533454fbc427b136c9108387598225971f5f8c3a96ea25e8892ee74ba46\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/bastion-0.2.3-py3-none-any.whl\",\n + \ \"filename\": \"bastion-0.2.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.43.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/bastion\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"bastion\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Bastion Extension.\",\n \"version\": \"0.2.3\"\n + \ },\n \"sha256Digest\": \"fa0750de72dd8645c6fc64d38fb271d8e8c928b101a097a709df6f08932d27dc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/bastion-0.2.4-py3-none-any.whl\",\n + \ \"filename\": \"bastion-0.2.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.43.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/bastion\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"bastion\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Bastion Extension.\",\n \"version\": \"0.2.4\"\n + \ },\n \"sha256Digest\": \"f765a3443cc8d37da6efe4b6e14544916a0367a86a74b4c557ce3a52866d87b3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/bastion-0.2.5-py3-none-any.whl\",\n + \ \"filename\": \"bastion-0.2.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.43.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/bastion\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"bastion\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Bastion Extension.\",\n \"version\": \"0.2.5\"\n + \ },\n \"sha256Digest\": \"49f509734778db4badf14dadee8a1d59b66f79776fc2c4848026faf5abf1193c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/bastion-0.2.6-py3-none-any.whl\",\n + \ \"filename\": \"bastion-0.2.6-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.43.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/bastion\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"bastion\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Bastion Extension.\",\n \"version\": \"0.2.6\"\n + \ },\n \"sha256Digest\": \"16e347a701924127a85262587a68b220e0aa9b1581f25066e82c9cabdc4c5789\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/bastion-0.2.7-py3-none-any.whl\",\n + \ \"filename\": \"bastion-0.2.7-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.43.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/bastion\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"bastion\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Bastion Extension.\",\n \"version\": \"0.2.7\"\n + \ },\n \"sha256Digest\": \"f587a0bc6ac7a4f72d24cf2fba613bd555fa505149d7e1cf65eacb435de33cbf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/bastion-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"bastion-0.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.43.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/bastion\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"bastion\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Bastion Extension.\",\n \"version\": \"0.3.0\"\n + \ },\n \"sha256Digest\": \"c20d8e423acef3b6728c9abdfe90ad4a7020f2d122068983d7b59b9e3fef84c3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/bastion-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"bastion-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.43.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/bastion\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"bastion\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Bastion Extension.\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"39b1468f0741f640294e2b9f258bf9fd46541e061b913003c70756f5298fed42\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/bastion-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"bastion-1.0.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.43.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/bastion\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"bastion\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Bastion Extension.\",\n \"version\": \"1.0.1\"\n + \ },\n \"sha256Digest\": \"dbeef63e7b5c45028b7362709f9b41b250fe8d611b21baa00b8839d86848dc3e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/bastion-1.0.2-py3-none-any.whl\",\n + \ \"filename\": \"bastion-1.0.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.43.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/bastion\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"bastion\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Bastion Extension.\",\n \"version\": \"1.0.2\"\n + \ },\n \"sha256Digest\": \"1637b37374e8956d555ee89e005ceb952aed4e754b93a8ec887a4f90ce4e36f8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/bastion-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"bastion-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.43.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/bastion\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"bastion\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Bastion Extension.\",\n \"version\": \"1.1.0\"\n + \ },\n \"sha256Digest\": \"d90bc404d2f9d22435a2bd34bd1fd6094d71d6f1719763c72ee6e4835ec8a99d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/bastion-1.1.1-py3-none-any.whl\",\n + \ \"filename\": \"bastion-1.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.43.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/bastion\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"bastion\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Bastion Extension.\",\n \"version\": \"1.1.1\"\n + \ },\n \"sha256Digest\": \"0e6dd3bc5df481e083db0767e1eb1c5dbbb70d111524d5d692fbec2d278986ca\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/bastion-1.2.0-py3-none-any.whl\",\n + \ \"filename\": \"bastion-1.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.62.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/bastion\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"bastion\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Bastion Extension.\",\n \"version\": \"1.2.0\"\n + \ },\n \"sha256Digest\": \"1de9f4df44620d477c28b099408bd81b68fafc8b7927058cb9de10099eee5efd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/bastion-1.3.0-py3-none-any.whl\",\n + \ \"filename\": \"bastion-1.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.62.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/bastion\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"bastion\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Bastion Extension.\",\n \"version\": \"1.3.0\"\n + \ },\n \"sha256Digest\": \"151ab25d4dcde10b46c4693cefdaf1d0d5841e15cfe3ec64c089aaaf55e6c8c0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/bastion-1.3.1-py3-none-any.whl\",\n + \ \"filename\": \"bastion-1.3.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.62.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/bastion\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"bastion\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Bastion Extension.\",\n \"version\": \"1.3.1\"\n + \ },\n \"sha256Digest\": \"0ccaa40674fc329fe9f9257f869c319c64d6c89c028664a6ff534ebaee1dc5e9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/bastion-1.4.0-py3-none-any.whl\",\n + \ \"filename\": \"bastion-1.4.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.62.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/bastion\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"bastion\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Bastion Extension.\",\n \"version\": \"1.4.0\"\n + \ },\n \"sha256Digest\": \"1b791822323c32244b3bdba0d85e838f32ff57e235df18480d30e1baad2dde34\"\n + \ }\n ],\n \"billing-benefits\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/billing_benefits-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"billing_benefits-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.43.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/billing-benefits\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"billing-benefits\",\n \"summary\": \"Microsoft Azure + Command-Line Tools BillingBenefits Extension.\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"f71250d1c26690cc0e175cd5c9bcd59e76c7b701bb3a47c8273e4cf8bcca878e\"\n + \ }\n ],\n \"blueprint\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/blueprint-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"blueprint-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"blueprint\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Blueprint Extension\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"98c1874110e2c77c62cf0d180133ea0b29ed08a86189ee292b909369597e694b\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/blueprint-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"blueprint-0.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"blueprint\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Blueprint Extension\",\n \"version\": \"0.1.1\"\n + \ },\n \"sha256Digest\": \"4508b6143f69e6ac388ad37b3e3af82f49c9b5625e12d341963cc2faf02e368f\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/blueprint-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"blueprint-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"blueprint\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Blueprint Extension\",\n \"version\": \"0.2.0\"\n + \ },\n \"sha256Digest\": \"fcbbe61db268b9b5452b0d9055c5fc8b725a63193290957c2681de5fe2e6f1ff\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/blueprint-0.2.1-py3-none-any.whl\",\n + \ \"filename\": \"blueprint-0.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/blueprint\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"blueprint\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Blueprint Extension\",\n \"version\": \"0.2.1\"\n + \ },\n \"sha256Digest\": \"120bd04db8b31bbc5631ce086739763cca3144c2e314b8e1347f1d633e894a09\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/blueprint-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"blueprint-0.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/blueprint\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"blueprint\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Blueprint Extension\",\n \"version\": \"0.3.0\"\n + \ },\n \"sha256Digest\": \"843a836410e80a3a72a36ea90c72d9a1358b787c77afae20d2ae71b976c1c5a4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/blueprint-0.3.1-py3-none-any.whl\",\n + \ \"filename\": \"blueprint-0.3.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/blueprint\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"blueprint\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Blueprint Extension\",\n \"version\": \"0.3.1\"\n + \ },\n \"sha256Digest\": \"ebac321b7ef9811d82a166da7ec48b2d70f234aec8d3fd597f471ba752a5d253\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/blueprint-0.3.2-py3-none-any.whl\",\n + \ \"filename\": \"blueprint-0.3.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.50.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/blueprint\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"blueprint\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Blueprint Extension\",\n \"version\": \"0.3.2\"\n + \ },\n \"sha256Digest\": \"58d3835446dd93e585b0f6b520a2db6551b8a927e35e25da4747d4cf8a4c009b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/blueprint-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"blueprint-1.0.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.50.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/blueprint\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"blueprint\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Blueprint Extension\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"5950536b243702c6ece50f2c13c778abaf3120937a8b471988d1d5fbcb339a54\"\n + \ }\n ],\n \"carbon\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/carbon-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"carbon-1.0.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.70.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/carbon\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"carbon\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Carbon Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"c3e1c32ed088008865153a51e2250c10a3c2daf2273d65a63135f4553f6ad658\"\n + \ }\n ],\n \"change-analysis\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/change_analysis-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"change_analysis-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/change-analysis\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"change-analysis\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ChangeAnalysis Extension.\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"49f1761a1b1ad29169af2ecd5793e10ddec797ebb2610e7c70e1b1ab2b75126a\"\n + \ }\n ],\n \"cli-translator\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/cli_translator-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"cli_translator-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.11.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/cli-translator\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cli-translator\",\n \"summary\": \"Translate ARM template + to executable Azure CLI scripts.\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"8a4d19ed89cd63e1cc461715b7b0a1a989d2b480adc1b3b4f5747eef0327b85b\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/cli_translator-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"cli_translator-0.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.13.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/cli-translator\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cli-translator\",\n \"summary\": \"Translate ARM template + to executable Azure CLI scripts.\",\n \"version\": \"0.2.0\"\n + \ },\n \"sha256Digest\": \"ee07cbcde217d2b1ab226ef5aeea8e44510b704fb5e3976638dcf2f978f722e4\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/cli_translator-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"cli_translator-0.3.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.13.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/cli-translator\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cli-translator\",\n \"summary\": \"Translate ARM template + to executable Azure CLI scripts.\",\n \"version\": \"0.3.0\"\n + \ },\n \"sha256Digest\": \"9ea6162d37fc3390be4dce64cb05c5c588070104f3e92a701ab475473565a8a9\"\n + \ }\n ],\n \"cloud-service\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/cloud_service-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"cloud_service-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/cloudservice\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"cloud-service\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-compute (~=19.0.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools ComputeManagementClient Extension\",\n + \ \"version\": \"0.1.0\"\n },\n \"sha256Digest\": + \"22c640991a5e98e42ddcb4303813cd63b75d4b3d392ad9eab955a5af1b87c45b\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cloud_service-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"cloud_service-0.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/cloudservice\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"cloud-service\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-compute (~=20.0.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools ComputeManagementClient Extension\",\n + \ \"version\": \"0.2.0\"\n },\n \"sha256Digest\": + \"ee7ca3a5eaa801ceea9173f2ff0a429600bff9e9339d504071c0283b56facec4\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cloud_service-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"cloud_service-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cloudservice\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"cloud-service\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-compute (~=30.4.0)\",\n \"azure-mgmt-compute~=30.4.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools ComputeManagementClient + Extension\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"4e2ee7e468b23bff594e99059b8b279485f28a2dbe9a99f82fdf9f48cce82f13\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cloud_service-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"cloud_service-1.0.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cloudservice\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"cloud-service\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-compute (~=33.0.0)\",\n \"azure-mgmt-compute~=33.0.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools ComputeManagementClient + Extension\",\n \"version\": \"1.0.1\"\n },\n + \ \"sha256Digest\": \"f6b2d80a7eab3babd3185741b467e01d0c1c78a6ed7ffb78f031b875007373e4\"\n + \ }\n ],\n \"command-change\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/command_change-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"command_change-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.19.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/command-change\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"command-change\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-diff-tool\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools CommandChange Extension.\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"e7834850f0c99431180f3ebbfab00bd5ce8bda1696d9de556175e6b7466b1f44\"\n + \ }\n ],\n \"communication\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/communication-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"communication-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.11.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/communication\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"communication\",\n \"summary\": \"Microsoft Azure Command-Line + Tools CommunicationServiceManagementClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"a16e8262b53791aad9e74a4f3d4804a5bafbe415df3c7651776e98b787bf6226\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/communication\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"communication\",\n \"summary\": \"Microsoft Azure Command-Line + Tools CommunicationServiceManagementClient Extension\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"2ee3d4c870c0c0c0dd97fbe6510958ac8c23dca2b4814b4a0a9ea665cd17e723\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-communication-identity\",\n \"azure-communication-phonenumbers\",\n + \ \"azure-communication-sms\",\n \"azure-core\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.1.0\"\n },\n + \ \"sha256Digest\": \"e4ac2008217ade46ca2504b31aa79ab11c1c892964fd06df911e976be6cf3dae\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.1.1-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.1.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-communication-identity\",\n \"azure-communication-phonenumbers\",\n + \ \"azure-communication-sms\",\n \"azure-core\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.1.1\"\n },\n + \ \"sha256Digest\": \"f5f50e27f9066772fd55c2c6bb9c4100964ef7b2ad38942cdf900cb856431f34\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.1.2-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.1.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-communication-identity\",\n \"azure-communication-phonenumbers\",\n + \ \"azure-communication-sms\",\n \"azure-core\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.1.2\"\n },\n + \ \"sha256Digest\": \"95baaac48941cf28d0bb55e6f0137815d815e422d94aaf8c09851f17134be3fd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.2.0-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat\",\n + \ \"azure-communication-identity (>=1.1.0)\",\n + \ \"azure-communication-phonenumbers\",\n \"azure-communication-sms\",\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.2.0\"\n },\n + \ \"sha256Digest\": \"5ddf668ec26069f3f543f473c693f17dc09c0eef049649031d685084dc74dc95\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.2.1-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.2.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat\",\n + \ \"azure-communication-identity (>=1.1.0)\",\n + \ \"azure-communication-phonenumbers\",\n \"azure-communication-sms\",\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.2.1\"\n },\n + \ \"sha256Digest\": \"25515098d1975677ceae20935e8ef0ae2ee8cbaba5894c9d7267be6835dd18f7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.2.2-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.2.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat\",\n + \ \"azure-communication-identity (>=1.1.0)\",\n + \ \"azure-communication-phonenumbers\",\n \"azure-communication-sms\",\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.2.2\"\n },\n + \ \"sha256Digest\": \"eba4d9b3ff0fff5b6c815577951a60968c0062e9b333d4f8594d39036002ceb0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.3.0-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.3.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat\",\n + \ \"azure-communication-identity (>=1.1.0)\",\n + \ \"azure-communication-phonenumbers\",\n \"azure-communication-sms\",\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.3.0\"\n },\n + \ \"sha256Digest\": \"6ba09eb74e658d53567335568dbda2f58851504022ca11cd1db6f2cc84dfb4e1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.4.1-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.4.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.40.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat\",\n + \ \"azure-communication-identity (>=1.2.0)\",\n + \ \"azure-communication-phonenumbers\",\n \"azure-communication-rooms\",\n + \ \"azure-communication-sms\",\n \"azure-core\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.4.1\"\n },\n + \ \"sha256Digest\": \"f3b8d6812151f45bd12be1f7e567a857ed13e822f5471965449e1212853481d1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.5.0-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.5.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.40.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat\",\n + \ \"azure-communication-email (>=1.0.0b1)\",\n + \ \"azure-communication-identity (>=1.2.0)\",\n + \ \"azure-communication-phonenumbers\",\n \"azure-communication-rooms\",\n + \ \"azure-communication-sms\",\n \"azure-core\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.5.0\"\n },\n + \ \"sha256Digest\": \"74e52d38fe0e14c66992c44f265fae7a2cf89ee64a33e402c217defbd1f2e28c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.5.1-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.5.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.40.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat\",\n + \ \"azure-communication-email (>=1.0.0b1)\",\n + \ \"azure-communication-identity (>=1.2.0)\",\n + \ \"azure-communication-phonenumbers\",\n \"azure-communication-rooms\",\n + \ \"azure-communication-sms\",\n \"azure-core\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.5.1\"\n },\n + \ \"sha256Digest\": \"04aadad0932fb25c5491396c367c10d948930aa8c65398c9b5ba0a5bdfa41ca4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.5.2-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.5.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.40.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat\",\n + \ \"azure-communication-email (==1.0.0b1)\",\n + \ \"azure-communication-identity (>=1.2.0)\",\n + \ \"azure-communication-phonenumbers\",\n \"azure-communication-rooms\",\n + \ \"azure-communication-sms\",\n \"azure-core\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.5.2\"\n },\n + \ \"sha256Digest\": \"aaff9348766224c8be86e46cf848ba34ef4691cd7f3ca27ba3052132efdaa16c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.6.0-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.6.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.40.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat\",\n + \ \"azure-communication-email (==1.0.0b1)\",\n + \ \"azure-communication-identity (>=1.2.0)\",\n + \ \"azure-communication-phonenumbers\",\n \"azure-communication-rooms + (>=1.0.0b3)\",\n \"azure-communication-sms\",\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.6.0\"\n },\n + \ \"sha256Digest\": \"45bbb303f0b1f845d9c13fff4f4ae6240f020b9bc32da73cd37fc896cd4aa9f0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.6.1-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.6.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.40.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat\",\n + \ \"azure-communication-email (==1.0.0b1)\",\n + \ \"azure-communication-identity (>=1.2.0)\",\n + \ \"azure-communication-phonenumbers\",\n \"azure-communication-rooms + (>=1.0.0)\",\n \"azure-communication-sms\",\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.6.1\"\n },\n + \ \"sha256Digest\": \"0152e4a074efd873bd2c1b3d623eddd244773bcc521122234e3d03ce70c5da33\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.7.0b1-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.7.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat\",\n + \ \"azure-communication-email (==1.0.0b1)\",\n + \ \"azure-communication-identity (>=1.2.0)\",\n + \ \"azure-communication-phonenumbers\",\n \"azure-communication-rooms + (>=1.0.0)\",\n \"azure-communication-sms\",\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.7.0b1\"\n },\n + \ \"sha256Digest\": \"7774047b33e8b093a89507e8b54ae08f979fb160fac80088b67aa10a834f8372\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.7.1b1-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.7.1b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat\",\n + \ \"azure-communication-email (==1.0.0b1)\",\n + \ \"azure-communication-identity (>=1.2.0)\",\n + \ \"azure-communication-phonenumbers\",\n \"azure-communication-rooms + (>=1.0.0)\",\n \"azure-communication-sms\",\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.7.1b1\"\n },\n + \ \"sha256Digest\": \"6066d7d40bedea969c9e4e11f1848b3da8dc4d9a23a849b267e66574d31f6612\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.7.2b1-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.7.2b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat\",\n + \ \"azure-communication-email (>=1.0.0)\",\n + \ \"azure-communication-identity (>=1.2.0)\",\n + \ \"azure-communication-phonenumbers\",\n \"azure-communication-rooms + (>=1.0.0)\",\n \"azure-communication-sms\",\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.7.2b1\"\n },\n + \ \"sha256Digest\": \"68e4085c6448b9ae9a964583c580ceb0a0f6fcd53cd007d17026c01a6628c258\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.8.0b1-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.8.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat\",\n + \ \"azure-communication-chat\",\n \"azure-communication-email + (>=1.0.0)\",\n \"azure-communication-email>=1.0.0\",\n + \ \"azure-communication-identity (>=1.2.0)\",\n + \ \"azure-communication-identity>=1.2.0\",\n + \ \"azure-communication-phonenumbers\",\n \"azure-communication-phonenumbers\",\n + \ \"azure-communication-rooms (>=1.1.0b1)\",\n + \ \"azure-communication-rooms>=1.1.0b1\",\n + \ \"azure-communication-sms\",\n \"azure-communication-sms\",\n + \ \"azure-core\",\n \"azure-core\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.8.0b1\"\n },\n + \ \"sha256Digest\": \"abb0ef12397d598b82cb08493b3ffa656aa94fa1e172db43b07d013ecece1e39\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.8.0b2-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.8.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.55.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat\",\n + \ \"azure-communication-chat\",\n \"azure-communication-email + (>=1.0.0)\",\n \"azure-communication-email>=1.0.0\",\n + \ \"azure-communication-identity (>=1.2.0)\",\n + \ \"azure-communication-identity>=1.2.0\",\n + \ \"azure-communication-phonenumbers\",\n \"azure-communication-phonenumbers\",\n + \ \"azure-communication-rooms (>=1.1.0b1)\",\n + \ \"azure-communication-rooms>=1.1.0b1\",\n + \ \"azure-communication-sms\",\n \"azure-communication-sms\",\n + \ \"azure-core\",\n \"azure-core\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.8.0b2\"\n },\n + \ \"sha256Digest\": \"55651fe9d1f21cc8d3b84b5c71b7cb0f6ab81296c44fac2c5942e42939805817\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.9.0-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.9.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat\",\n + \ \"azure-communication-chat\",\n \"azure-communication-email + (>=1.0.0)\",\n \"azure-communication-email>=1.0.0\",\n + \ \"azure-communication-identity (>=1.2.0)\",\n + \ \"azure-communication-identity>=1.2.0\",\n + \ \"azure-communication-phonenumbers\",\n \"azure-communication-phonenumbers\",\n + \ \"azure-communication-rooms (>=1.1.0b1)\",\n + \ \"azure-communication-rooms>=1.1.0b1\",\n + \ \"azure-communication-sms\",\n \"azure-communication-sms\",\n + \ \"azure-core\",\n \"azure-core\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.9.0\"\n },\n + \ \"sha256Digest\": \"4aa39f0877ca36f28cd3106e3e774212cce1b82441ad0e7d3aba952cd4520e5b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.9.1-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.9.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat\",\n + \ \"azure-communication-chat\",\n \"azure-communication-email + (>=1.0.0)\",\n \"azure-communication-email>=1.0.0\",\n + \ \"azure-communication-identity (>=1.2.0)\",\n + \ \"azure-communication-identity>=1.2.0\",\n + \ \"azure-communication-phonenumbers\",\n \"azure-communication-phonenumbers\",\n + \ \"azure-communication-rooms (>=1.1.0b1)\",\n + \ \"azure-communication-rooms>=1.1.0b1\",\n + \ \"azure-communication-sms\",\n \"azure-communication-sms\",\n + \ \"azure-core\",\n \"azure-core\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.9.1\"\n },\n + \ \"sha256Digest\": \"4a84fd19c598286dc1185e7c7b783fccef64f122bb13743a0483f026bf98a036\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.9.2-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.9.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.59.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat + (>=1.3.0)\",\n \"azure-communication-chat>=1.3.0\",\n + \ \"azure-communication-email (>=1.0.0)\",\n + \ \"azure-communication-email>=1.0.0\",\n \"azure-communication-identity + (>=1.2.0)\",\n \"azure-communication-identity>=1.2.0\",\n + \ \"azure-communication-phonenumbers (>=1.2.0b3)\",\n + \ \"azure-communication-phonenumbers>=1.2.0b3\",\n + \ \"azure-communication-rooms (>=1.1.0)\",\n + \ \"azure-communication-rooms>=1.1.0\",\n \"azure-communication-sms\",\n + \ \"azure-communication-sms\",\n \"azure-core\",\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.9.2\"\n },\n + \ \"sha256Digest\": \"7d41e4841b3706e1f7145c1e496b6a26e269792fff400b225c695e6593f3376d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.9.3-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.9.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.59.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat + (>=1.3.0)\",\n \"azure-communication-chat>=1.3.0\",\n + \ \"azure-communication-email (>=1.0.0)\",\n + \ \"azure-communication-email>=1.0.0\",\n \"azure-communication-identity + (>=1.2.0)\",\n \"azure-communication-identity>=1.2.0\",\n + \ \"azure-communication-phonenumbers (>=1.2.0b3)\",\n + \ \"azure-communication-phonenumbers>=1.2.0b3\",\n + \ \"azure-communication-rooms (>=1.1.0)\",\n + \ \"azure-communication-rooms>=1.1.0\",\n \"azure-communication-sms\",\n + \ \"azure-communication-sms\",\n \"azure-core\",\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.9.3\"\n },\n + \ \"sha256Digest\": \"44cd8bee4797ccb20bf522e8a98bc5fc88ad326aabd10ac62d789738b672c92f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.10.0-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.10.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.59.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat + (>=1.3.0)\",\n \"azure-communication-chat>=1.3.0\",\n + \ \"azure-communication-email (>=1.0.0)\",\n + \ \"azure-communication-email>=1.0.0\",\n \"azure-communication-identity + (>=1.2.0)\",\n \"azure-communication-identity>=1.2.0\",\n + \ \"azure-communication-phonenumbers (>=1.2.0b3)\",\n + \ \"azure-communication-phonenumbers>=1.2.0b3\",\n + \ \"azure-communication-rooms (>=1.1.0)\",\n + \ \"azure-communication-rooms>=1.1.0\",\n \"azure-communication-sms\",\n + \ \"azure-communication-sms\",\n \"azure-core\",\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.10.0\"\n },\n + \ \"sha256Digest\": \"668659d11dde720fd2aff0da6044994a3889525b63c35abea4db89cd4ff27473\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.11.0-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.11.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.59.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat + (>=1.3.0)\",\n \"azure-communication-chat>=1.3.0\",\n + \ \"azure-communication-email (>=1.0.0)\",\n + \ \"azure-communication-email>=1.0.0\",\n \"azure-communication-identity + (>=1.2.0)\",\n \"azure-communication-identity>=1.2.0\",\n + \ \"azure-communication-phonenumbers (>=1.2.0b3)\",\n + \ \"azure-communication-phonenumbers>=1.2.0b3\",\n + \ \"azure-communication-rooms (>=1.1.0)\",\n + \ \"azure-communication-rooms>=1.1.0\",\n \"azure-communication-sms\",\n + \ \"azure-communication-sms\",\n \"azure-core\",\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.11.0\"\n },\n + \ \"sha256Digest\": \"4722d69fc2e283cf3c82f6a80d99e08407f5ce9dcc52b9ac26639ce4a956a81a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.11.1-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.11.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.59.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat + (>=1.3.0)\",\n \"azure-communication-chat>=1.3.0\",\n + \ \"azure-communication-email (>=1.0.0)\",\n + \ \"azure-communication-email>=1.0.0\",\n \"azure-communication-identity + (>=1.2.0)\",\n \"azure-communication-identity>=1.2.0\",\n + \ \"azure-communication-phonenumbers (>=1.2.0b3)\",\n + \ \"azure-communication-phonenumbers>=1.2.0b3\",\n + \ \"azure-communication-rooms (>=1.1.0)\",\n + \ \"azure-communication-rooms>=1.1.0\",\n \"azure-communication-sms\",\n + \ \"azure-communication-sms\",\n \"azure-core\",\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.11.1\"\n },\n + \ \"sha256Digest\": \"c78409eff0310ee51cefc0c8aa2a13392451d44fc953e42e7e266bbf21042cf4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.11.2-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.11.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.59.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat + (>=1.3.0)\",\n \"azure-communication-chat>=1.3.0\",\n + \ \"azure-communication-email (>=1.0.0)\",\n + \ \"azure-communication-email>=1.0.0\",\n \"azure-communication-identity + (>=1.2.0)\",\n \"azure-communication-identity>=1.2.0\",\n + \ \"azure-communication-phonenumbers (>=1.2.0b3)\",\n + \ \"azure-communication-phonenumbers>=1.2.0b3\",\n + \ \"azure-communication-rooms (>=1.1.0)\",\n + \ \"azure-communication-rooms>=1.1.0\",\n \"azure-communication-sms\",\n + \ \"azure-communication-sms\",\n \"azure-core\",\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.11.2\"\n },\n + \ \"sha256Digest\": \"236b36928042544e660ec751e06c079109959eddfae6d4083837841a90d7f2c0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.12.0-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.12.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.59.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat + (>=1.3.0)\",\n \"azure-communication-chat>=1.3.0\",\n + \ \"azure-communication-email (>=1.0.0)\",\n + \ \"azure-communication-email>=1.0.0\",\n \"azure-communication-identity + (>=1.5.0)\",\n \"azure-communication-identity>=1.5.0\",\n + \ \"azure-communication-phonenumbers (>=1.2.0b3)\",\n + \ \"azure-communication-phonenumbers>=1.2.0b3\",\n + \ \"azure-communication-rooms (>=1.2.0)\",\n + \ \"azure-communication-rooms>=1.2.0\",\n \"azure-communication-sms\",\n + \ \"azure-communication-sms\",\n \"azure-core + (>=1.32.0)\",\n \"azure-core>=1.32.0\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.12.0\"\n },\n + \ \"sha256Digest\": \"00780fe6c2364e614fc6e233ca0bed694240c3d90a65635a261d5e606b0b2413\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.13.0-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.13.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.67.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat + (>=1.3.0)\",\n \"azure-communication-chat>=1.3.0\",\n + \ \"azure-communication-email (>=1.0.0)\",\n + \ \"azure-communication-email>=1.0.0\",\n \"azure-communication-identity + (>=1.5.0)\",\n \"azure-communication-identity>=1.5.0\",\n + \ \"azure-communication-phonenumbers (>=1.2.0b3)\",\n + \ \"azure-communication-phonenumbers>=1.2.0b3\",\n + \ \"azure-communication-rooms (>=1.2.0)\",\n + \ \"azure-communication-rooms>=1.2.0\",\n \"azure-communication-sms\",\n + \ \"azure-communication-sms\",\n \"azure-core + (>=1.32.0)\",\n \"azure-core>=1.32.0\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.13.0\"\n },\n + \ \"sha256Digest\": \"b7d5cb4b3557d36e6760f122918f7940992b830cf2fcdd3dd5a32a0e7bc57688\"\n + \ }\n ],\n \"computeschedule\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/computeschedule-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"computeschedule-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.67.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/computeschedule\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"computeschedule\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Computeschedule Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"d18f6058d7a9fd2b4a8b4f5a387502098dfb93f9a42cb4999d04af96adf48157\"\n + \ }\n ],\n \"confcom\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-0.2.10-py3-none-any.whl\",\n + \ \"filename\": \"confcom-0.2.10-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.26.2\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"acccli@microsoft.com\",\n \"name\": \"Microsoft + Corporation\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"deepdiff\",\n \"docker\",\n + \ \"tqdm\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Confidential Container Security Policy + Generator Extension\",\n \"version\": \"0.2.10\"\n },\n + \ \"sha256Digest\": \"c464da586646d3616fe501de68c0ada6c56448532d541bc5386d0a60f7719286\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-0.2.11-py3-none-any.whl\",\n + \ \"filename\": \"confcom-0.2.11-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.26.2\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"acccli@microsoft.com\",\n \"name\": \"Microsoft + Corporation\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"deepdiff\",\n \"docker\",\n + \ \"tqdm\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Confidential Container Security Policy + Generator Extension\",\n \"version\": \"0.2.11\"\n },\n + \ \"sha256Digest\": \"a2e9914df505a322f66bcc326baff6cd137296a208ebbd68ce90d4421023de06\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-0.2.12-py3-none-any.whl\",\n + \ \"filename\": \"confcom-0.2.12-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.26.2\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"acccli@microsoft.com\",\n \"name\": \"Microsoft + Corporation\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"deepdiff\",\n \"docker\",\n + \ \"tqdm\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Confidential Container Security Policy + Generator Extension\",\n \"version\": \"0.2.12\"\n },\n + \ \"sha256Digest\": \"1273f6b51c43b4682ce93d7ca35ca33e26efe586a0074ba3a9f426bd54b583ae\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-0.2.13-py3-none-any.whl\",\n + \ \"filename\": \"confcom-0.2.13-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.26.2\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"acccli@microsoft.com\",\n \"name\": \"Microsoft + Corporation\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"deepdiff\",\n \"docker\",\n + \ \"tqdm\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Confidential Container Security Policy + Generator Extension\",\n \"version\": \"0.2.13\"\n },\n + \ \"sha256Digest\": \"4c2738eb4082df58d9fe0b8763943be398975478806c12d42e58624806358f28\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-0.2.15-py3-none-any.whl\",\n + \ \"filename\": \"confcom-0.2.15-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"deepdiff\",\n \"docker\",\n + \ \"tqdm\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Confidential Container Security Policy + Generator Extension\",\n \"version\": \"0.2.15\"\n },\n + \ \"sha256Digest\": \"f84e1caa67294ca62969b95655164db492a57d89b19cc2f896d9239124679a89\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-0.2.16-py3-none-any.whl\",\n + \ \"filename\": \"confcom-0.2.16-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"deepdiff (==6.3.0)\",\n \"deepdiff==6.3.0\",\n + \ \"docker (==6.0.1)\",\n \"docker==6.0.1\",\n + \ \"tqdm (==4.65.0)\",\n \"tqdm==4.65.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Confidential + Container Security Policy Generator Extension\",\n \"version\": + \"0.2.16\"\n },\n \"sha256Digest\": \"3d084fb75949025cdb743ab821545822d127a324e750f2f2894a5e637d9637a6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-0.2.17-py3-none-any.whl\",\n + \ \"filename\": \"confcom-0.2.17-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"deepdiff (==6.3.0)\",\n \"deepdiff==6.3.0\",\n + \ \"docker (==6.0.1)\",\n \"docker==6.0.1\",\n + \ \"tqdm (==4.65.0)\",\n \"tqdm==4.65.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Confidential + Container Security Policy Generator Extension\",\n \"version\": + \"0.2.17\"\n },\n \"sha256Digest\": \"46c3b0007c005bce38579b37e22e02e41b5a11139b5a9028dbefab116fe2c264\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-0.2.18-py3-none-any.whl\",\n + \ \"filename\": \"confcom-0.2.18-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"deepdiff (==6.3.0)\",\n \"deepdiff==6.3.0\",\n + \ \"docker (>=6.1.0)\",\n \"docker>=6.1.0\",\n + \ \"tqdm (==4.65.0)\",\n \"tqdm==4.65.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Confidential + Container Security Policy Generator Extension\",\n \"version\": + \"0.2.18\"\n },\n \"sha256Digest\": \"8a3dace12da4985a78fa2a765b7a3a69c28be45a3013a210f00f773ec70e5177\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"confcom-0.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"deepdiff (==6.3.0)\",\n \"deepdiff==6.3.0\",\n + \ \"docker (>=6.1.0)\",\n \"docker>=6.1.0\",\n + \ \"tqdm (==4.65.0)\",\n \"tqdm==4.65.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Confidential + Container Security Policy Generator Extension\",\n \"version\": + \"0.3.0\"\n },\n \"sha256Digest\": \"9681fb1b05c1505dbd85333d475fc5d50c9144514ca1e4bf3ec041c2754249e4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-0.3.1-py3-none-any.whl\",\n + \ \"filename\": \"confcom-0.3.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"deepdiff (==6.3.0)\",\n \"deepdiff==6.3.0\",\n + \ \"docker (>=6.1.0)\",\n \"docker>=6.1.0\",\n + \ \"tqdm (==4.65.0)\",\n \"tqdm==4.65.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Confidential + Container Security Policy Generator Extension\",\n \"version\": + \"0.3.1\"\n },\n \"sha256Digest\": \"7625b50a59e91c96cdd3ab92a392ae1bae543bc284819690a3996dc041cf5668\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-0.3.2-py3-none-any.whl\",\n + \ \"filename\": \"confcom-0.3.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"deepdiff (==6.3.0)\",\n \"deepdiff==6.3.0\",\n + \ \"docker (>=6.1.0)\",\n \"docker>=6.1.0\",\n + \ \"tqdm (==4.65.0)\",\n \"tqdm==4.65.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Confidential + Container Security Policy Generator Extension\",\n \"version\": + \"0.3.2\"\n },\n \"sha256Digest\": \"e71178449eeab3cba46c3049dd09d56481e39dc0efa5252f3ccaccf65db4ab8b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-0.3.3-py3-none-any.whl\",\n + \ \"filename\": \"confcom-0.3.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"deepdiff (==6.3.0)\",\n \"deepdiff==6.3.0\",\n + \ \"docker (>=6.1.0)\",\n \"docker>=6.1.0\",\n + \ \"tqdm (==4.65.0)\",\n \"tqdm==4.65.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Confidential + Container Security Policy Generator Extension\",\n \"version\": + \"0.3.3\"\n },\n \"sha256Digest\": \"473b131008a5af987dcaf2bc54ef183fb2568a43f874ef6ff26a908a82ec0d86\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-0.3.4-py3-none-any.whl\",\n + \ \"filename\": \"confcom-0.3.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"deepdiff (==6.3.0)\",\n \"deepdiff==6.3.0\",\n + \ \"docker (>=6.1.0)\",\n \"docker>=6.1.0\",\n + \ \"tqdm (==4.65.0)\",\n \"tqdm==4.65.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Confidential + Container Security Policy Generator Extension\",\n \"version\": + \"0.3.4\"\n },\n \"sha256Digest\": \"3de7244ea8f1c93621e1aac801be0495cd346dfcb2011aa59632cd134be6c16c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-0.3.5-py3-none-any.whl\",\n + \ \"filename\": \"confcom-0.3.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"deepdiff (==6.3.0)\",\n \"deepdiff==6.3.0\",\n + \ \"docker (>=6.1.0)\",\n \"docker>=6.1.0\",\n + \ \"tqdm (==4.65.0)\",\n \"tqdm==4.65.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Confidential + Container Security Policy Generator Extension\",\n \"version\": + \"0.3.5\"\n },\n \"sha256Digest\": \"b8f8dccd506a69c8a3470f17c864d079b55580cc2f4f5fbc96db2f45c61fb651\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-0.3.6-py3-none-any.whl\",\n + \ \"filename\": \"confcom-0.3.6-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"deepdiff (==6.3.0)\",\n \"deepdiff==6.3.0\",\n + \ \"docker (>=6.1.0)\",\n \"docker>=6.1.0\",\n + \ \"tqdm (==4.65.0)\",\n \"tqdm==4.65.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Confidential + Container Security Policy Generator Extension\",\n \"version\": + \"0.3.6\"\n },\n \"sha256Digest\": \"4374d76ff30f3ccd484af76e9e184a4e27d4461d78e23f7872ae3b3a6f689844\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"confcom-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"PyYAML (>=6.0.1)\",\n \"PyYAML>=6.0.1\",\n + \ \"deepdiff (==6.3.0)\",\n \"deepdiff==6.3.0\",\n + \ \"docker (>=6.1.0)\",\n \"docker>=6.1.0\",\n + \ \"tqdm (==4.65.0)\",\n \"tqdm==4.65.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Confidential + Container Security Policy Generator Extension\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"73823e10958a114b4aca84c330b4debcc650c4635e74c568679b6c32c356411d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"confcom-1.0.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"PyYAML (>=6.0.1)\",\n \"PyYAML>=6.0.1\",\n + \ \"deepdiff (==6.3.0)\",\n \"deepdiff==6.3.0\",\n + \ \"docker (>=6.1.0)\",\n \"docker>=6.1.0\",\n + \ \"tqdm (==4.65.0)\",\n \"tqdm==4.65.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Confidential + Container Security Policy Generator Extension\",\n \"version\": + \"1.0.1\"\n },\n \"sha256Digest\": \"6b54ba325594ccbd47874ff2f0696e2e4cf55eaf82e071cd29493f04ae9466af\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"confcom-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"PyYAML (>=6.0.1)\",\n \"PyYAML>=6.0.1\",\n + \ \"deepdiff (==6.3.0)\",\n \"deepdiff==6.3.0\",\n + \ \"docker (>=6.1.0)\",\n \"docker>=6.1.0\",\n + \ \"tqdm (==4.65.0)\",\n \"tqdm==4.65.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Confidential + Container Security Policy Generator Extension\",\n \"version\": + \"1.1.0\"\n },\n \"sha256Digest\": \"00c3c65c82c5e0a23674a28d6e7996db437075b82ba18a872950e4170ae2fc24\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-1.1.1-py3-none-any.whl\",\n + \ \"filename\": \"confcom-1.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"PyYAML (>=6.0.1)\",\n \"PyYAML>=6.0.1\",\n + \ \"deepdiff (==6.3.0)\",\n \"deepdiff==6.3.0\",\n + \ \"docker (>=6.1.0)\",\n \"docker>=6.1.0\",\n + \ \"tqdm (==4.65.0)\",\n \"tqdm==4.65.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Confidential + Container Security Policy Generator Extension\",\n \"version\": + \"1.1.1\"\n },\n \"sha256Digest\": \"c88d920abce51322516991c10e712c6bf0377f523a2aa527182a090834c7b283\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-1.2.0-py3-none-any.whl\",\n + \ \"filename\": \"confcom-1.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"PyYAML (>=6.0.1)\",\n \"PyYAML>=6.0.1\",\n + \ \"deepdiff (==6.3.0)\",\n \"deepdiff==6.3.0\",\n + \ \"docker (>=6.1.0)\",\n \"docker>=6.1.0\",\n + \ \"tqdm (==4.65.0)\",\n \"tqdm==4.65.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Confidential + Container Security Policy Generator Extension\",\n \"version\": + \"1.2.0\"\n },\n \"sha256Digest\": \"759af48504d44c1452fb4f041431b5d1216180c56416b0267866c8aa09594fa7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-1.2.1-py3-none-any.whl\",\n + \ \"filename\": \"confcom-1.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"PyYAML (>=6.0.1)\",\n \"PyYAML>=6.0.1\",\n + \ \"deepdiff (==6.3.0)\",\n \"deepdiff==6.3.0\",\n + \ \"docker (>=6.1.0)\",\n \"docker>=6.1.0\",\n + \ \"tqdm (==4.65.0)\",\n \"tqdm==4.65.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Confidential + Container Security Policy Generator Extension\",\n \"version\": + \"1.2.1\"\n },\n \"sha256Digest\": \"0fbf16c2b38a6dcf113406bd437c206518d5394cbfd35dbe288953b64e4d7933\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-1.2.2-py3-none-any.whl\",\n + \ \"filename\": \"confcom-1.2.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"PyYAML (>=6.0.1)\",\n \"PyYAML>=6.0.1\",\n + \ \"deepdiff (==6.3.0)\",\n \"deepdiff==6.3.0\",\n + \ \"docker (>=6.1.0)\",\n \"docker>=6.1.0\",\n + \ \"tqdm (==4.65.0)\",\n \"tqdm==4.65.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Confidential + Container Security Policy Generator Extension\",\n \"version\": + \"1.2.2\"\n },\n \"sha256Digest\": \"f6c6b308f138b237ace408eed470587f2ed267a44c1ee4d77e4104250c9fe3d9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-1.2.3-py3-none-any.whl\",\n + \ \"filename\": \"confcom-1.2.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"PyYAML (>=6.0.1)\",\n \"PyYAML>=6.0.1\",\n + \ \"deepdiff (==6.3.0)\",\n \"deepdiff==6.3.0\",\n + \ \"docker (>=6.1.0)\",\n \"docker>=6.1.0\",\n + \ \"tqdm (==4.65.0)\",\n \"tqdm==4.65.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Confidential + Container Security Policy Generator Extension\",\n \"version\": + \"1.2.3\"\n },\n \"sha256Digest\": \"db793463fe9ce99571ece76450a705190b7268e5133c5289a74f2c9af8310d66\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-1.2.4-py3-none-any.whl\",\n + \ \"filename\": \"confcom-1.2.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"PyYAML (>=6.0.1)\",\n \"PyYAML>=6.0.1\",\n + \ \"deepdiff (==6.3.0)\",\n \"deepdiff==6.3.0\",\n + \ \"docker (>=6.1.0)\",\n \"docker>=6.1.0\",\n + \ \"tqdm (==4.65.0)\",\n \"tqdm==4.65.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Confidential + Container Security Policy Generator Extension\",\n \"version\": + \"1.2.4\"\n },\n \"sha256Digest\": \"343ac707f59c53670f546e399783f380936fae5a89015775bcef28a49623616e\"\n + \ }\n ],\n \"confidentialledger\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confidentialledger-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"confidentialledger-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/confidentialledger\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"confidentialledger\",\n \"summary\": \"Microsoft Azure + Command-Line Tools ConfidentialLedger Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"a8428687acab162b982153333766ec0f6888b2ce71dfd24f815cd4ee1e4b3ac3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confidentialledger-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"confidentialledger-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confidentialledger\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"confidentialledger\",\n \"summary\": \"Microsoft Azure + Command-Line Tools ConfidentialLedger Extension\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"3afbf49f10cdddd9675562364ce2275f6f70eb5318fa85b658d711b1e24dc94e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confidentialledger-2.0.0-py3-none-any.whl\",\n + \ \"filename\": \"confidentialledger-2.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.67.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confidentialledger\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"confidentialledger\",\n \"summary\": \"Microsoft Azure + Command-Line Tools ConfidentialLedger Extension\",\n \"version\": + \"2.0.0\"\n },\n \"sha256Digest\": \"37d61c352be55174facfe5cb2f14348757d7aae3401092a930a77b54e48c63c9\"\n + \ }\n ],\n \"confluent\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/confluent-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"confluent-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.17.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/confluent\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"confluent\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ConfluentManagementClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"4a6ffd3d10898183b66b0933064bc6d9bbade0e9af32be3348412b75310e07cb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confluent-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"confluent-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.17.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/confluent\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"confluent\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ConfluentManagementClient Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"edf3b0d4afc36a3aaa9f68723f1db8b26bedcb5a5abcb053556146e4604cf31a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confluent-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"confluent-0.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.25.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/confluent\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"confluent\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ConfluentManagementClient Extension\",\n \"version\": + \"0.3.0\"\n },\n \"sha256Digest\": \"62ea75ea44aa9c2872ec0f3d396eb6e35f37e0799890afa5f82d2187f9cace58\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confluent-0.4.0-py3-none-any.whl\",\n + \ \"filename\": \"confluent-0.4.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.25.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/confluent\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"confluent\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ConfluentManagementClient Extension\",\n \"version\": + \"0.4.0\"\n },\n \"sha256Digest\": \"7b812940a77094bc916c745a61b7732966de4e7943a7541c0a402c0d912bc6af\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confluent-0.6.0-py3-none-any.whl\",\n + \ \"filename\": \"confluent-0.6.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confluent\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"confluent\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ConfluentManagementClient Extension\",\n \"version\": + \"0.6.0\"\n },\n \"sha256Digest\": \"7987d22e0e9cada28087a900bfa534865531941f2bbfe967eb46c90b2e0a12be\"\n + \ }\n ],\n \"connectedk8s\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/connectedk8s-0.1.5-py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-0.1.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"k8connect@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes\",\n \"pycryptodome\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"0.1.5\"\n },\n + \ \"sha256Digest\": \"1b529c1fedb5db9dee3dc877ca036f5373d307ca8a07c278d07126531b1c55b6\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/connectedk8s-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"k8connect@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes\",\n \"pycryptodome\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"0.2.0\"\n },\n + \ \"sha256Digest\": \"d306355d5568f9f5b201db9f5bda28fc0b142c6b70164a87bf56974239749ebd\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/connectedk8s-0.2.1-py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-0.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"k8connect@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes\",\n \"pycryptodome\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"0.2.1\"\n },\n + \ \"sha256Digest\": \"e910b1a0abee28121d5c216821c5d88cefc87030eb3068e699135314ecb0f8c9\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/connectedk8s-0.2.3-py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-0.2.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"k8connect@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes\",\n \"pycryptodome\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"0.2.3\"\n },\n + \ \"sha256Digest\": \"9660bbd577c66af1bcebeeaaec9cabb61cd27a0b58c6fe9a9a795d6a73777ee9\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/connectedk8s-0.2.4-py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-0.2.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"k8connect@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes\",\n \"pycryptodome\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"0.2.4\"\n },\n + \ \"sha256Digest\": \"4de66f7e8cecdfab8c91bf4f37347770fb17e087454159d3a5c81e0205f2da2c\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/connectedk8s-0.2.5-py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-0.2.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"k8connect@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes\",\n \"pycryptodome\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"0.2.5\"\n },\n + \ \"sha256Digest\": \"0c23ebd04c37b26219cd224134e8af675130cc346808ae008cd5cfc4f3b1bd84\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/connectedk8s-0.2.6-py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-0.2.6-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"k8connect@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes\",\n \"pycryptodome\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"0.2.6\"\n },\n + \ \"sha256Digest\": \"165411ce6ecdda8a4705bd9e93998b1ffdf6ddc88b01ed0ce12a3c100d1b9549\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/connectedk8s-0.2.7-py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-0.2.7-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"k8connect@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"0.2.7\"\n },\n + \ \"sha256Digest\": \"115bbeb79206632301a20dc4b1d6604f5c126c82c0ba1a9a58131a66da30a7dc\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/connectedk8s-0.2.8-py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-0.2.8-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"k8connect@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"0.2.8\"\n },\n + \ \"sha256Digest\": \"a0f8d12304b097a65d2b22f4e47faa6c6899e680bab77dfb41e72d2722e7e7d6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-0.2.9-py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-0.2.9-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"k8connect@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"0.2.9\"\n },\n + \ \"sha256Digest\": \"55377bea57ae6288a501ea65ff2c68b2961ac7582da9b7646960faf17583e3dd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"9eb34e10523ee5bbd9a4be03915532da7acc3be11631fb646807085c09380c59\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.16.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.1.0\"\n },\n + \ \"sha256Digest\": \"47b871998ac7c3b90689c8cfef18d1d1c9a77d04fabd64a0071504dd434af5c8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.16.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.1.1\"\n },\n + \ \"sha256Digest\": \"522d70fb956e23f2a705ea51d8227845844ec0648263a5e7504543a493c67441\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.1.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.1.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.16.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.1.2\"\n },\n + \ \"sha256Digest\": \"70fd92b69c9c06d1bf22984a06d8027a2d3f192d0c59388cef2a3861dc79874f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.1.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.1.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.16.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.1.3\"\n },\n + \ \"sha256Digest\": \"f0845d6b310c645327a648fc555acc52f02fa8ed31054fc056c7adb1a37e5f40\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.1.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.1.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.16.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.1.5\"\n },\n + \ \"sha256Digest\": \"41edf3789d85074f1159645c7257ac747709ea613c2c2c80a95cdfee92e36fa5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.1.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.1.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.16.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.1.6\"\n },\n + \ \"sha256Digest\": \"d93e28cac3425b688581cd885d198173bf0dc5e20e91d00e3f176519e0fbddeb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.1.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.1.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.16.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.1.7\"\n },\n + \ \"sha256Digest\": \"fa8ed32f122136c0774361ffe78eea2e3189ede8bacc72ca6b972b6ab87d6393\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.1.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.1.8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.16.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.1.8\"\n },\n + \ \"sha256Digest\": \"21cca7dcd973655694fcaa927563bb6afd2463cf6e6ce450e45ad8f27ab33ed9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.1.9-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.1.9-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.16.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.1.9\"\n },\n + \ \"sha256Digest\": \"26c85757eb59ec8309d19f14dfab94cb28039a21015ce70106cf618e57face59\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.1.10-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.1.10-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.16.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.1.10\"\n },\n + \ \"sha256Digest\": \"9cd74663e39095fd58510ccebda78586205c6b536f89c90badbd647f6b84b0a9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.1.11-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.1.11-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.16.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.1.11\"\n },\n + \ \"sha256Digest\": \"986924760ccd29d74a35b5fb2253a23400d6e27e48521b72fc8d06a493eb4faa\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.16.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.2.0\"\n },\n + \ \"sha256Digest\": \"e6873b0cdcfb82cda00f00dfdc5ce9d0daf4db651e100c6c3e3ff58ca89732ab\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.2.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.2.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.maxCliCoreVersion\": + \"2.29.0\",\n \"azext.minCliCoreVersion\": \"2.16.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.2.1\"\n },\n + \ \"sha256Digest\": \"8a6a3e88952c36d7d38602953b1a3de3386ab18bc0cc79e7b74b931fe0d57f3d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.2.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.2.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.maxCliCoreVersion\": + \"2.29.0\",\n \"azext.minCliCoreVersion\": \"2.16.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.2.2\"\n },\n + \ \"sha256Digest\": \"03c7625c0e4a09da8c4ea5051bd5d2a92d9e22d085b56cc30b319bb941f254b4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.2.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.2.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.maxCliCoreVersion\": + \"2.29.0\",\n \"azext.minCliCoreVersion\": \"2.16.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.2.3\"\n },\n + \ \"sha256Digest\": \"3dff7553c723ef87aeb5ad5b20f3dc56a59324254ee15d880f9c1303eb5984aa\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.2.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.2.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.maxCliCoreVersion\": + \"2.29.0\",\n \"azext.minCliCoreVersion\": \"2.16.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.2.4\"\n },\n + \ \"sha256Digest\": \"2106bdef362215013f5b55141e878ba54db63359fb57a7751ea1841c6ba9a915\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.2.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.2.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.16.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.2.5\"\n },\n + \ \"sha256Digest\": \"fd0bc6f534e5a9e72fe6585031eeb29655d05f2cac4f505804bc6052a52c5fcd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.2.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.2.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.2.6\"\n },\n + \ \"sha256Digest\": \"473e31ada7636316304b2a39a76654722a0f5409bf8a2ffddf196ccc42df10a4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.2.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.2.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.16.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.2.7\"\n },\n + \ \"sha256Digest\": \"3f13d1b95c89865a8bdc0d40323956d599305892a54085e1115866b429ab2fa1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.2.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.2.8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.16.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.2.8\"\n },\n + \ \"sha256Digest\": \"df97793b98a0f8e2e70f8a7942c6d65b9e581c54cf3f7632d4c48f01b2426a09\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.2.9-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.2.9-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.16.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.2.9\"\n },\n + \ \"sha256Digest\": \"06cb4e2aa841abeb712b9e564748c28b14cc49cc30cd65b05730f633120c7666\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.2.10-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.2.10-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.16.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.2.10\"\n },\n + \ \"sha256Digest\": \"f470e60e651201635e358411d9e07f0a9519fa059ca33f5543a9bff2982d8998\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.2.11-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.2.11-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.16.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.2.11\"\n },\n + \ \"sha256Digest\": \"0cc9fb7514b040ec8deb4269282c16a1d382c95a3b3a7def04ed6e795f85d62d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.30.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.1\"\n },\n + \ \"sha256Digest\": \"b728b34c4c3edf32744d092cd915f62f4d4898e959214014905807c136518e94\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.30.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.2\"\n },\n + \ \"sha256Digest\": \"e392698b2f1f7a545f0f0c40cca2c17ba74cdd47db2299b7eaea1d3e0b6595a9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.30.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.3\"\n },\n + \ \"sha256Digest\": \"1a42dd74a1c4d8552ed57112314da641a8e78acc1ba7ec763ebecc390b5aaf9c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.30.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.4\"\n },\n + \ \"sha256Digest\": \"83ed63bb821ae47b944b6d2e4894229bfc76e9b0cefec8b73a0c74f9ea44e833\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==24.2.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.5\"\n },\n + \ \"sha256Digest\": \"17ba7dd032c87e7ff4b9cce298dd81171e6e75bcfe2912f7c2f3cd1f55c00d11\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==24.2.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.6\"\n },\n + \ \"sha256Digest\": \"5c0c55940802239372608d9c7faf1c76e4f2f2fef5ebbd36be7011ae854a7563\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==24.2.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.7\"\n },\n + \ \"sha256Digest\": \"5a62c4c4e6e27e0e9f5522b12118ce5dcb227fd42f2ac03495cafd8fd9a3bcba\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==24.2.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.8\"\n },\n + \ \"sha256Digest\": \"a2ca94688926fb98cece7b8624c5dd7cf9e6ae69eeb1bc9f1dd525ae1abdc95e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.9-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.9-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==24.2.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.9\"\n },\n + \ \"sha256Digest\": \"ad770af71a013785229d287705580e6b9815cafb7e10fb09c07b917baba813a0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.10-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.10-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==24.2.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.10\"\n },\n + \ \"sha256Digest\": \"e2c5055b87d3529d90574e67988e7cf7efabf8ce3515bb2e1017ae613bcc89a1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.11-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.11-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==24.2.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.11\"\n },\n + \ \"sha256Digest\": \"1587e042d7e37ca66d7cdff96f06f334e388e01689efdbf1622daff5d56182e1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.12-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.12-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==24.2.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.12\"\n },\n + \ \"sha256Digest\": \"1b2613fe1d4a12eb5cdcf3d57189d4a3213d572fdf0c67146d8d7cd5910190ac\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.13-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.13-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==24.2.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.13\"\n },\n + \ \"sha256Digest\": \"6e145db641dd77cd5d73271562f74f70d9bc4171bec05449b7722d54eb1e0ba2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.14-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.14-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==24.2.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.14\"\n },\n + \ \"sha256Digest\": \"06f3da32b2bb7f9b967da242824bceb89ed98ccde37ef18d5e33a17d5158d6b9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.15-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.15-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==24.2.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.15\"\n },\n + \ \"sha256Digest\": \"719aa6e73bd25309ab1275ec06cce036cb650204e306606bee741e2488b0a1d2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.16-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.16-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==24.2.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.16\"\n },\n + \ \"sha256Digest\": \"614823c043de311a609cd257176cf611e56ddec8f6f3855ed444d77519dc50e6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.17-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.17-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==24.2.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.17\"\n },\n + \ \"sha256Digest\": \"3be716e8862c6c67da236e17f0a88e369da5ac41e6d5cb350e40166eed7953e2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.18-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.18-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==24.2.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.18\"\n },\n + \ \"sha256Digest\": \"69b91412f1df60a38bac3b5965dc438537f6dd66176e561cc0f145be4f1c6ef3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.19-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.19-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==24.2.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.19\"\n },\n + \ \"sha256Digest\": \"c7a8bde1873739b3a97ccf6d343d483fe18e475f19e601e29a607b299503c3bd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.20-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.20-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==24.2.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.20\"\n },\n + \ \"sha256Digest\": \"3d09e173ad23cbaaa45736b699dc48f7704ac31eadb14eec72b89ec101d674f1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.4.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.4.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==24.2.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.4.0\"\n },\n + \ \"sha256Digest\": \"f7685ff5b3e92480db3317cf5cdea31c5a5e8c4527356455df106c644c752c57\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.4.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.4.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.4.1\"\n },\n + \ \"sha256Digest\": \"3d4346bc58d8a0973a49af816a8e5538d52f99c4a3392af067cf50d5a58647a9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.4.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.4.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.4.2\"\n },\n + \ \"sha256Digest\": \"1e23c1da9442b6adcef2422c20ee5395bfc6c2cd3e56d412b82731d2b795fc45\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.5.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.5.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.5.2\"\n },\n + \ \"sha256Digest\": \"754b410778653117b3a0f36039f00b610f8137e0274fd0070cb45eefd5eef6b8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.5.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.5.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.5.3\"\n },\n + \ \"sha256Digest\": \"3eb8986e7298f36a586d5d63a0a2581f378df974b972e66553d38ce1bab39fd2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.5.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.5.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.5.4\"\n },\n + \ \"sha256Digest\": \"6b0725e0873af82a9f503bc3911ab5bef2c34db21b9a64eb8489769055a7a1dc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.5.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.5.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.5.6\"\n },\n + \ \"sha256Digest\": \"2b40520407824ce59cecd0977e31af5a16c0695e9c68b383e388472b059fd82c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.6.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.6.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.6.0\"\n },\n + \ \"sha256Digest\": \"945e3ede6eefa3c66a3b4104f9d7609e10dcadd989544bcd5984d0fa161185bf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.6.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.6.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.6.1\"\n },\n + \ \"sha256Digest\": \"ba81e9fa53a7a5059fa67a81b5a2c1b7ff460adcc5dbb560ba1802afafc13619\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.6.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.6.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.6.2\"\n },\n + \ \"sha256Digest\": \"a189a6b8cab490ca921efb085e5dde42605a817051d615f9ed43a127955bae5a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.6.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.6.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.6.3\"\n },\n + \ \"sha256Digest\": \"04609310d99babb5b07bb6159a6f5c2c6ea58f758505af95a206f88ae33f7701\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.6.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.6.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.6.5\"\n },\n + \ \"sha256Digest\": \"c180bdaa2caed3a613f5775ece064b68c12e9073aa19c88bbd96169a48506eb7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.6.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.6.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.6.6\"\n },\n + \ \"sha256Digest\": \"285f5c379fcdf1ff1467f1f2f95d2b1f40dc824104f2df294a86f9823617b22e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.6.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.6.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.6.7\"\n },\n + \ \"sha256Digest\": \"e9729cfadfb96f6842e880df2fc784800f5b6c65f2252c69c6167290f0862a2d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.6.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.6.8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.6.8\"\n },\n + \ \"sha256Digest\": \"4acaa0c9e22f6d4ecf97af1ae623972e2e76ed2b2f0ced0999a83a4de5ebecb9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.7.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.7.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.7.0\"\n },\n + \ \"sha256Digest\": \"27494835cb177bd230126a21ebdc4efb0a33389832073d3fcab1a75661943804\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.7.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.7.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.7.1\"\n },\n + \ \"sha256Digest\": \"56428abd1dc513cdb2602a1c23fc4d566d854597f52b0d7dbe865be29d308806\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.7.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.7.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.7.2\"\n },\n + \ \"sha256Digest\": \"049e559a8db6fa28b444d3ec6478157da18e8abe69f3500f31783535cd30bddc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.7.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.7.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.7.3\"\n },\n + \ \"sha256Digest\": \"66a5ac7202ac385340423c5a62a8e53dc27a2e670fbc0e336e2d70265c5a5d6e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.8.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.8.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.8.0\"\n },\n + \ \"sha256Digest\": \"b2e91cf13a3385499e1414fd5e8fde46b2a62bb976f92649fdba2bb7bb6a2bfe\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.9.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.9.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.9.0\"\n },\n + \ \"sha256Digest\": \"746df54b46d9952fe85fbca64ae5dc5e2ddfca2f2c5120f5314b8f45f9900832\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.9.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.9.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.9.1\"\n },\n + \ \"sha256Digest\": \"bde5a26cfbffa0652b39bc00e8ee3fc4c6b8f9b93b103933cb1f44d55fe22f4f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.9.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.9.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.9.2\"\n },\n + \ \"sha256Digest\": \"82ec6a3628e9e7308a1fb9752530f0ae8654bd282591e00c8655200bf3a5e70d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.9.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.9.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.64.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.9.3\"\n },\n + \ \"sha256Digest\": \"e0eb8df763d7cc85a0396856bbf4b8a1f43801b2131fa5d21b5b2850e96363ef\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.10.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.10.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.64.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.20.0)\",\n \"pycryptodome==3.20.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.10.0\"\n },\n + \ \"sha256Digest\": \"0f6cd82b5357222d5213d5140522b1683cef2974a9b39eb3b97d10bee3a8b636\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.10.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.10.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.64.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.20.0)\",\n \"pycryptodome==3.20.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.10.1\"\n },\n + \ \"sha256Digest\": \"34c5a8f4b06fe910c6b44d3e51a3ef04f7bc056f0912f4add9a782b5898ebc58\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.10.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.10.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.64.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.20.0)\",\n \"pycryptodome==3.20.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.10.2\"\n },\n + \ \"sha256Digest\": \"5d3e3452c9ac32d82b272aa24a4cd8f33420674758dda85f767bf52832f6a6bf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.10.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.10.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.64.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"linting\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedk8s\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-mgmt-hybridcompute + (==7.0.0)\",\n \"azure-mgmt-hybridcompute==7.0.0\",\n + \ \"kubernetes (==24.2.0)\",\n \"kubernetes==24.2.0\",\n + \ \"pycryptodome (==3.20.0)\",\n \"pycryptodome==3.20.0\"\n + \ ]\n },\n {\n + \ \"extra\": \"linting\",\n \"requires\": + [\n \"mypy (>=1.13.0)\",\n \"ruff + (>=0.7.2)\",\n \"types-jmespath (>=1.0.2)\",\n + \ \"types-psutil (>=6.1.0)\",\n \"types-pyyaml + (>=6.0.12)\",\n \"types-requests (>=2.32.0)\"\n + \ ]\n },\n {\n + \ \"environment\": \"extra == \\\"linting\\\"\",\n + \ \"requires\": [\n \"mypy>=1.13.0\",\n + \ \"ruff>=0.7.2\",\n \"types-jmespath>=1.0.2\",\n + \ \"types-psutil>=6.1.0\",\n \"types-pyyaml>=6.0.12\",\n + \ \"types-requests>=2.32.0\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Connectedk8s Extension\",\n \"version\": + \"1.10.3\"\n },\n \"sha256Digest\": \"8855184d4840d44d3704d7ad38769603e69c3405793663ac389bf7eb0afde589\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.10.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.10.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.64.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"linting\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedk8s\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-mgmt-hybridcompute + (==7.0.0)\",\n \"azure-mgmt-hybridcompute==7.0.0\",\n + \ \"kubernetes (==24.2.0)\",\n \"kubernetes==24.2.0\",\n + \ \"pycryptodome (==3.20.0)\",\n \"pycryptodome==3.20.0\"\n + \ ]\n },\n {\n + \ \"extra\": \"linting\",\n \"requires\": + [\n \"mypy (>=1.13.0)\",\n \"ruff + (>=0.7.2)\",\n \"types-jmespath (>=1.0.2)\",\n + \ \"types-psutil (>=6.1.0)\",\n \"types-pyyaml + (>=6.0.12)\",\n \"types-requests (>=2.32.0)\"\n + \ ]\n },\n {\n + \ \"environment\": \"extra == \\\"linting\\\"\",\n + \ \"requires\": [\n \"mypy>=1.13.0\",\n + \ \"ruff>=0.7.2\",\n \"types-jmespath>=1.0.2\",\n + \ \"types-psutil>=6.1.0\",\n \"types-pyyaml>=6.0.12\",\n + \ \"types-requests>=2.32.0\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Connectedk8s Extension\",\n \"version\": + \"1.10.4\"\n },\n \"sha256Digest\": \"931e6fb18af65adc197430da77f6e2f6687d5b4f73495b749ca1e6fdaae9f750\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.10.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.10.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.64.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"linting\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedk8s\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-mgmt-hybridcompute + (==7.0.0)\",\n \"azure-mgmt-hybridcompute==7.0.0\",\n + \ \"kubernetes (==24.2.0)\",\n \"kubernetes==24.2.0\",\n + \ \"oras (==0.2.25)\",\n \"oras==0.2.25\",\n + \ \"pycryptodome (==3.20.0)\",\n \"pycryptodome==3.20.0\"\n + \ ]\n },\n {\n + \ \"extra\": \"linting\",\n \"requires\": + [\n \"mypy (>=1.13.0)\",\n \"ruff + (>=0.7.2)\",\n \"types-jmespath (>=1.0.2)\",\n + \ \"types-psutil (>=6.1.0)\",\n \"types-pyyaml + (>=6.0.12)\",\n \"types-requests (>=2.32.0)\"\n + \ ]\n },\n {\n + \ \"environment\": \"extra == \\\"linting\\\"\",\n + \ \"requires\": [\n \"mypy>=1.13.0\",\n + \ \"ruff>=0.7.2\",\n \"types-jmespath>=1.0.2\",\n + \ \"types-psutil>=6.1.0\",\n \"types-pyyaml>=6.0.12\",\n + \ \"types-requests>=2.32.0\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Connectedk8s Extension\",\n \"version\": + \"1.10.5\"\n },\n \"sha256Digest\": \"5ba788922098db4d00a53836ccb1545492fb0a275db2c6a211008173fcb82272\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.10.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.10.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.64.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"linting\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedk8s\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-mgmt-hybridcompute + (==7.0.0)\",\n \"azure-mgmt-hybridcompute==7.0.0\",\n + \ \"kubernetes (==24.2.0)\",\n \"kubernetes==24.2.0\",\n + \ \"oras (==0.2.25)\",\n \"oras==0.2.25\",\n + \ \"pycryptodome (==3.20.0)\",\n \"pycryptodome==3.20.0\"\n + \ ]\n },\n {\n + \ \"extra\": \"linting\",\n \"requires\": + [\n \"mypy (>=1.13.0)\",\n \"ruff + (>=0.7.2)\",\n \"types-jmespath (>=1.0.2)\",\n + \ \"types-psutil (>=6.1.0)\",\n \"types-pyyaml + (>=6.0.12)\",\n \"types-requests (>=2.32.0)\"\n + \ ]\n },\n {\n + \ \"environment\": \"extra == \\\"linting\\\"\",\n + \ \"requires\": [\n \"mypy>=1.13.0\",\n + \ \"ruff>=0.7.2\",\n \"types-jmespath>=1.0.2\",\n + \ \"types-psutil>=6.1.0\",\n \"types-pyyaml>=6.0.12\",\n + \ \"types-requests>=2.32.0\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Connectedk8s Extension\",\n \"version\": + \"1.10.6\"\n },\n \"sha256Digest\": \"4e69732441787490695b145fb4ba6d21039c85217723dd92f5540932199df82b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.10.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.10.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.70.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"linting\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedk8s\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-mgmt-hybridcompute + (==7.0.0)\",\n \"azure-mgmt-hybridcompute==7.0.0\",\n + \ \"kubernetes (==24.2.0)\",\n \"kubernetes==24.2.0\",\n + \ \"oras (==0.2.25)\",\n \"oras==0.2.25\",\n + \ \"pycryptodome (==3.20.0)\",\n \"pycryptodome==3.20.0\"\n + \ ]\n },\n {\n + \ \"extra\": \"linting\",\n \"requires\": + [\n \"mypy (>=1.13.0)\",\n \"ruff + (>=0.7.2)\",\n \"types-jmespath (>=1.0.2)\",\n + \ \"types-psutil (>=6.1.0)\",\n \"types-pyyaml + (>=6.0.12)\",\n \"types-requests (>=2.32.0)\"\n + \ ]\n },\n {\n + \ \"environment\": \"extra == \\\"linting\\\"\",\n + \ \"requires\": [\n \"mypy>=1.13.0\",\n + \ \"ruff>=0.7.2\",\n \"types-jmespath>=1.0.2\",\n + \ \"types-psutil>=6.1.0\",\n \"types-pyyaml>=6.0.12\",\n + \ \"types-requests>=2.32.0\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Connectedk8s Extension\",\n \"version\": + \"1.10.7\"\n },\n \"sha256Digest\": \"fa0fd358b63ec8257543c350715cab5813bed4fd01caf0dcc20721bc82ca8e2f\"\n + \ }\n ],\n \"connectedmachine\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/connectedmachine-0.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedmachine-0.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedmachine\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Connectedmachine Extension\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"0f4d009da4e091aece74cd53833fe63e5af18d68fcf6308a08155ee5284f12fb\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/connectedmachine-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"connectedmachine-0.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.11.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedmachine\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedmachine\",\n \"summary\": \"Microsoft Azure + Command-Line Tools ConnectedMachine Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"b9a2f3ea3fb7a4c981fad30ff670ff3ca1f8fbef0aede36a8e8a20050b1a245d\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/connectedmachine-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"connectedmachine-0.3.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.11.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedmachine\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedmachine\",\n \"summary\": \"Microsoft Azure + Command-Line Tools ConnectedMachine Extension\",\n \"version\": + \"0.3.0\"\n },\n \"sha256Digest\": \"591bed0d6a6251028471bac6a9ebf0f641d7765bf04b13271aae29c37491ba55\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedmachine-0.4.0-py3-none-any.whl\",\n + \ \"filename\": \"connectedmachine-0.4.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedmachine\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedmachine\",\n \"summary\": \"Microsoft Azure + Command-Line Tools ConnectedMachine Extension\",\n \"version\": + \"0.4.0\"\n },\n \"sha256Digest\": \"2183f183dac5e88820b8f69d8e56936a94b6b2bd16c7619c41f7ceac52951abf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedmachine-0.4.1-py3-none-any.whl\",\n + \ \"filename\": \"connectedmachine-0.4.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedmachine\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedmachine\",\n \"summary\": \"Microsoft Azure + Command-Line Tools ConnectedMachine Extension\",\n \"version\": + \"0.4.1\"\n },\n \"sha256Digest\": \"44d84d979b15f9bdc0b5e873e308a03ad66edecf9bcf8dc1bbd31d81734cee0d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedmachine-0.5.0-py3-none-any.whl\",\n + \ \"filename\": \"connectedmachine-0.5.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedmachine\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedmachine\",\n \"summary\": \"Microsoft Azure + Command-Line Tools ConnectedMachine Extension\",\n \"version\": + \"0.5.0\"\n },\n \"sha256Digest\": \"c83822da39abbd0d12672816ab36eb1f1f2def74008464a1d5cea859c54d615f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedmachine-0.5.1-py3-none-any.whl\",\n + \ \"filename\": \"connectedmachine-0.5.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedmachine\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedmachine\",\n \"summary\": \"Microsoft Azure + Command-Line Tools ConnectedMachine Extension\",\n \"version\": + \"0.5.1\"\n },\n \"sha256Digest\": \"cbba314a6f37d094709850951c984093c25e1eed25c3e9aae81f584e2bc20655\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedmachine-0.6.0-py3-none-any.whl\",\n + \ \"filename\": \"connectedmachine-0.6.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\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.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedmachine\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedmachine\",\n \"summary\": \"Microsoft Azure + Command-Line Tools ConnectedMachine Extension\",\n \"version\": + \"0.6.0\"\n },\n \"sha256Digest\": \"234a1ea68106d3cdc184d84eedd990eca90f13434a04d797ba1391c9056ec461\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedmachine-0.7.0-py3-none-any.whl\",\n + \ \"filename\": \"connectedmachine-0.7.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedmachine\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedmachine\",\n \"summary\": \"Microsoft Azure + Command-Line Tools ConnectedMachine Extension\",\n \"version\": + \"0.7.0\"\n },\n \"sha256Digest\": \"792975ebf0260767481b2ffab0aa3154509c55a9ab60c7f987c3fdead726cd82\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedmachine-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"connectedmachine-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedmachine\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedmachine\",\n \"summary\": \"Microsoft Azure + Command-Line Tools ConnectedMachine Extension\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"f829b171bc489bd1bffea518040acc74608581dae798f4b23bedfe8bf7445383\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedmachine-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"connectedmachine-1.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedmachine\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedmachine\",\n \"summary\": \"Microsoft Azure + Command-Line Tools ConnectedMachine Extension\",\n \"version\": + \"1.0.0b2\"\n },\n \"sha256Digest\": \"8b8c4340c4c6552e3826220ffb95bf619447675b0469304b71fa80e2e4e31c81\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedmachine-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"connectedmachine-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\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.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedmachine\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedmachine\",\n \"summary\": \"Microsoft Azure + Command-Line Tools ConnectedMachine Extension\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"149eead49d0c046f778ea4d99d78448f38157b86ea591d1eea545f8896596511\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedmachine-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"connectedmachine-1.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\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.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedmachine\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedmachine\",\n \"summary\": \"Microsoft Azure + Command-Line Tools ConnectedMachine Extension\",\n \"version\": + \"1.1.0\"\n },\n \"sha256Digest\": \"9b71015a6b047770deed883dd4092857641c6a574f2107ee558b0535ff2946d8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedmachine-1.1.1b1-py3-none-any.whl\",\n + \ \"filename\": \"connectedmachine-1.1.1b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\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.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedmachine\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedmachine\",\n \"summary\": \"Microsoft Azure + Command-Line Tools ConnectedMachine Extension\",\n \"version\": + \"1.1.1b1\"\n },\n \"sha256Digest\": \"2055fc2811b842b80421db0fce1947435feafb4b05810065314785fb0813cc60\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedmachine-2.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"connectedmachine-2.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\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.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedmachine\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedmachine\",\n \"summary\": \"Microsoft Azure + Command-Line Tools ConnectedMachine Extension\",\n \"version\": + \"2.0.0b1\"\n },\n \"sha256Digest\": \"4cd7b0c29b38acd4b1fcef8622174532c2c90bc674a710f6548946b2e8ce3d5b\"\n + \ }\n ],\n \"connectedvmware\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-0.1.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-0.1.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"4.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedvmware\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Connectedvmware Extension\",\n \"version\": \"0.1.2\"\n + \ },\n \"sha256Digest\": \"5bbabea61360ad74e987a33b155e267c2f940678d9220210999e9e723541d123\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-0.1.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-0.1.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"4.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedvmware\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Connectedvmware Extension\",\n \"version\": \"0.1.3\"\n + \ },\n \"sha256Digest\": \"481fd314b1681185d2d64d1ea21d5591d0bf8411786e521e5bc9dae8eb862415\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-0.1.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-0.1.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"4.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedvmware\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Connectedvmware Extension\",\n \"version\": \"0.1.4\"\n + \ },\n \"sha256Digest\": \"a39af3a33da02598ec45f4b6167c2f5a25030e8fefd8d2aff186d604cb46e3db\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-0.1.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-0.1.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"4.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedvmware\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Connectedvmware Extension\",\n \"version\": \"0.1.5\"\n + \ },\n \"sha256Digest\": \"9b9ecb66734d8c31410b652d417deef9e35e2624873b36c0f3d6f90634d807e8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-0.1.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-0.1.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"4.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedvmware\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Connectedvmware Extension\",\n \"version\": \"0.1.6\"\n + \ },\n \"sha256Digest\": \"3e13df39d8993cfe5ab0bf0821f335dc44bf2919c57d73ec88156671041ad239\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-0.1.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-0.1.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"4.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"arcprivatecloudsfte@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedvmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedvmware\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Connectedvmware Extension\",\n \"version\": \"0.1.7\"\n + \ },\n \"sha256Digest\": \"857f7627ae3e618e9dc09c8ce882349593ef23237fcc24174a5097c51f88d86e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-0.1.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-0.1.8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"4.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"arcprivatecloudsfte@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedvmware\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedvmware\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pwinput\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Connectedvmware Extension\",\n \"version\": + \"0.1.8\"\n },\n \"sha256Digest\": \"f560b7311cf3c41102b5c6e93410b446fcb534dbf00c8b853c923580ac703269\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-0.1.9-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-0.1.9-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"4.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"arcprivatecloudsfte@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedvmware\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedvmware\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pwinput\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Connectedvmware Extension\",\n \"version\": + \"0.1.9\"\n },\n \"sha256Digest\": \"09d4855a4f1b218b3a4179f5158dd47cdb44828f4fdca43396d19d93ad80f2db\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-0.1.10-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-0.1.10-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"4.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"arcprivatecloudsfte@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedvmware\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedvmware\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pwinput\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Connectedvmware Extension\",\n \"version\": + \"0.1.10\"\n },\n \"sha256Digest\": \"3b0afa12344909f45d146ee1ae7eab87928fd6836d8875f2126ac32ad0df23bb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-0.1.11-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-0.1.11-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"4.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"arcprivatecloudsfte@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedvmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedvmware\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Connectedvmware Extension\",\n \"version\": \"0.1.11\"\n + \ },\n \"sha256Digest\": \"48e2947e084455712603478c7bfa574ed88930fc1b9b7cd62ba000d198a17a30\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-0.1.12-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-0.1.12-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"4.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"arcprivatecloudsfte@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedvmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedvmware\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Connectedvmware Extension\",\n \"version\": \"0.1.12\"\n + \ },\n \"sha256Digest\": \"cd36eaa8d02f7fd4e0645884a31e8636630d49e1d1205461f0816edbd03ed4ad\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-0.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-0.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"4.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"arcprivatecloudsfte@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedvmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedvmware\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Connectedvmware Extension\",\n \"version\": \"0.2.0\"\n + \ },\n \"sha256Digest\": \"1b28904817cc5115f69a9d312c6ce6f829ba2dd20e6aeecf3965cfccb43d063d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-0.2.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-0.2.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"4.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"arcprivatecloudsfte@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedvmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedvmware\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Connectedvmware Extension\",\n \"version\": \"0.2.1\"\n + \ },\n \"sha256Digest\": \"bfb72a51e7163f946caa4ed1dbf04e92a64ffdd7bcc508d4054a01cceb985aa2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-0.2.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-0.2.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"4.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"arcprivatecloudsfte@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedvmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedvmware\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Connectedvmware Extension\",\n \"version\": \"0.2.2\"\n + \ },\n \"sha256Digest\": \"61310e9f170f35d21ed4fed7bbe263aafd31c5aa71a4d3818d0fe5ddb3c2669e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-0.2.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-0.2.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"4.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"arcprivatecloudsfte@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedvmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedvmware\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Connectedvmware Extension\",\n \"version\": \"0.2.3\"\n + \ },\n \"sha256Digest\": \"a3ad2f74e951b682b8070b9a793fd6679229320697f4ee9e6d9f6f00737f130c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-0.2.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-0.2.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"4.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"arcprivatecloudsfte@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedvmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedvmware\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Connectedvmware Extension\",\n \"version\": \"0.2.4\"\n + \ },\n \"sha256Digest\": \"8a96c790317dfee523d548c28a51191746ff3b45ede4fee56e804d195de437f6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-1.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.maxCliCoreVersion\": \"4.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"arcprivatecloudsfte@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedvmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedvmware\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Connectedvmware Extension\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"089072ad61652bd825002baba46f072f27b181d5e21b52407907a333176901cf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-1.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-1.0.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"arcprivatecloudsfte@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedvmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedvmware\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Connectedvmware Extension\",\n \"version\": \"1.0.1\"\n + \ },\n \"sha256Digest\": \"92bcb19c2d19f7e5cf3e8527894324937380b831de19845cf4d382092c5dff39\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-1.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-1.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"arcprivatecloudsfte@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedvmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedvmware\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Connectedvmware Extension\",\n \"version\": \"1.1.0\"\n + \ },\n \"sha256Digest\": \"d2122c64426853a4b3b766160f6291f29aed66d9aa266585c73d63305ed4d22b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-1.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-1.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"arcprivatecloudsfte@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedvmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedvmware\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Connectedvmware Extension\",\n \"version\": \"1.1.1\"\n + \ },\n \"sha256Digest\": \"28ef4a31c805d52aa16e749ec1382591b3089e970d8741deaf401a86c4e5e6ad\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-1.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-1.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"arcprivatecloudsfte@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedvmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedvmware\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Connectedvmware Extension\",\n \"version\": \"1.2.0\"\n + \ },\n \"sha256Digest\": \"b731a821c609aae8bfab7e0470b342b9179e7e0c65482f4a432a60d87a4c395f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-1.2.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-1.2.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"arcprivatecloudsfte@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedvmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedvmware\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Connectedvmware Extension\",\n \"version\": \"1.2.1\"\n + \ },\n \"sha256Digest\": \"cc496396d13d35dc408362946c3609e03f4d31bd5f1a14344a63dd33a3a15efa\"\n + \ }\n ],\n \"containerapp\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"3731c1d2222805059ca37e31cf85e9bc4af7981295e478d22a925d9ff4ce3a68\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.0\"\n },\n \"sha256Digest\": \"0ec557558700384ee58636bd759c7047a124971e7b92c03d835d0d03614da22a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.1\"\n },\n \"sha256Digest\": \"79b636f16c37152c2e3b23e24f421aed3fa159897afd2b61d80da73751d61645\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"2.36.0\",\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.2\"\n },\n \"sha256Digest\": \"581e704f223937b0e7fb99c0323768a04c956ade8b06cb7140454c06b85f254b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"2.36.0\",\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.3\"\n },\n \"sha256Digest\": \"63eb3289319ee4151d916329b368354085074b7b3ea21ed1d16d83a29cbe16b7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"2.36.0\",\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.4\"\n },\n \"sha256Digest\": \"e247b0bec42db5b95c37c879ea939ec1860b8e14b0d8aa54a5a5187fc52bec64\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.5\"\n },\n \"sha256Digest\": \"876cc6040ee07654eb9c45d6fe603531797902f06fa0caebc4ad1961f78c8d76\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.6\"\n },\n \"sha256Digest\": \"610df666637402173996efa3b8aaac0e4ae0a1608f5ea1006d252cda5f3eb4c6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.7\"\n },\n \"sha256Digest\": \"3e5b920980b5492929aeaa40ab7b1d2fd5a4dfa527b6c832c072792633055a8a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.8\"\n },\n \"sha256Digest\": \"788c9db70ae69b9f69ca24bda2438af8ea494de7ed4c32e9e4d83b351d30e796\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.9-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.9-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.9\"\n },\n \"sha256Digest\": \"148a1535e8327b1b4b091614d0b579d8638573286a2cc5878566032039974556\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.10-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.10-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.10\"\n },\n \"sha256Digest\": \"b9cbfd7a5b328d7aeba314b96602b77d711df482651b251e91bee9ac36697b47\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.11-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.11-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.11\"\n },\n \"sha256Digest\": \"d04b9087ac480c3d7cbea6bef7ae5f98d50fcf6fe35ed0c358bb27564cefca9b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.12-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.12-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.12\"\n },\n \"sha256Digest\": \"fa278cee406a63a4131f48980715c6962cf2f8d0f14f92b3c6c846c59091aa8a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.13-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.13-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\",\n \"pycomposefile + (>=0.0.29)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.13\"\n },\n + \ \"sha256Digest\": \"b79460358c83ff69dd942ed9bb5194f03d42062426a471194d9e1fc9f4121346\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.14-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.14-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\",\n \"pycomposefile + (>=0.0.29)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.14\"\n },\n + \ \"sha256Digest\": \"61ed509c783ecd07e6f94557c090150a818962b148def5e15cc30603f9bca196\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.15-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.15-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\",\n \"pycomposefile + (>=0.0.29)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.15\"\n },\n + \ \"sha256Digest\": \"fab4b6bbed951ad7e94b50af4e169ece562379b91a7ca3fae1987ebed01470e4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.16-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.16-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\",\n \"pycomposefile + (>=0.0.29)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.16\"\n },\n + \ \"sha256Digest\": \"de6bddcca942bbb447c680148c22ce12f7f0279b6437c839f9ad82db3e3062fe\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.17-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.17-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\",\n \"pycomposefile + (>=0.0.29)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.17\"\n },\n + \ \"sha256Digest\": \"08afc8c17a73d4a910d210a8863a7822de732e2a763d5ef7c2971fc1a9bbf9e8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.18-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.18-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\",\n \"pycomposefile + (>=0.0.29)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.18\"\n },\n + \ \"sha256Digest\": \"2f86a9d6eae01dd16801576febf29f42dbb5c1b11ce6a4d461df1804c735f386\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.19-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.19-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\",\n \"pycomposefile + (>=0.0.29)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.19\"\n },\n + \ \"sha256Digest\": \"191040f708d6f49ab908f364fc653e5398cd28d1bbd4f0c172e541d71c5ba0f3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.20-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.20-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\",\n \"pycomposefile + (>=0.0.29)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.20\"\n },\n + \ \"sha256Digest\": \"6c8affb758834439b76edaa724ecf7bc77a6f1d08979dad0a8178f9434406b15\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.21-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.21-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\",\n \"pycomposefile + (>=0.0.29)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.21\"\n },\n + \ \"sha256Digest\": \"d63c2004502f698da946ebf552b748b0a7fc166a1f6599f6c1dd3a46309d1994\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.23-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.23-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycomposefile (>=0.0.29)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.23\"\n },\n \"sha256Digest\": \"192601c40b3570606161657d5ac719df246721763296e57251eb2cddfa45235a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.24-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.24-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycomposefile (>=0.0.29)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.24\"\n },\n \"sha256Digest\": \"512343a595e7bd5b49fbe3708e2251b3b6d3d951849fad180979466b57ec6a08\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.25-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.25-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycomposefile (>=0.0.29)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.25\"\n },\n \"sha256Digest\": \"7202c98ff5a6bdb549cf5f87226c76f8dab8b830076a8492099daac4871ef682\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.26-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.26-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycomposefile (>=0.0.29)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.26\"\n },\n \"sha256Digest\": \"d1dc15399cd9ec15f0c44d7f08bc6ba2e7d95665e3e26da97795fcbb70e763df\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.27-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.27-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycomposefile (>=0.0.29)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.27\"\n },\n \"sha256Digest\": \"dd74e5182921a7d38bfa2a29ba22bc8cb2308695b2ffdc8a1054d7ff7712205f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.28-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.28-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycomposefile (>=0.0.29)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.28\"\n },\n \"sha256Digest\": \"150df41ec23a399240ab9cac6600d570d7c0c4354744e258cc8507935304ebd5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.29-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.29-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycomposefile (>=0.0.29)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.29\"\n },\n \"sha256Digest\": \"be031f59aed530e28d3c3988bb3ebfe87b278894890bbde4cd6e7ecafb724e12\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.30-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.30-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycomposefile (>=0.0.29)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.30\"\n },\n \"sha256Digest\": \"1d36c948a9974cf4ddac58739c87e4c83dcd9b12a377ef1232091cb1539ffb04\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.31-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.31-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycomposefile (>=0.0.29)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.31\"\n },\n \"sha256Digest\": \"c32a6bcf2318889ca0096e428f5d612ec32a00871219c03e200bcbe109238e19\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.32-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.32-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycomposefile (>=0.0.29)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.32\"\n },\n \"sha256Digest\": \"21ca6a15900e60b7fb6c586f9ae9661ee2a5245661dd265016b0ef214bd3fb90\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.33-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.33-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycomposefile (>=0.0.29)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.33\"\n },\n \"sha256Digest\": \"8385c13f0f938930faaeed4dad67c1cc03b601bfb626e86e29bf87a310270166\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.34-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.34-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"pycomposefile + (>=0.0.29)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.34\"\n },\n + \ \"sha256Digest\": \"fee4dbe509a581c8a72f269baeaa50fbf8459d1b13391446c74300283d23919f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.35-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.35-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"pycomposefile + (>=0.0.29)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.35\"\n },\n + \ \"sha256Digest\": \"980914fb40826959f0bd2e8e89a7671c977cc179d7728e43a602cff9f1ff193e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.36-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.36-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"pycomposefile + (>=0.0.29)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.36\"\n },\n + \ \"sha256Digest\": \"233c449a1dd754fe559fbbc4b2cb1ce148d791fdc28b4b15fdc0349b40df13a3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.37-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.37-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"pycomposefile + (>=0.0.29)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.37\"\n },\n + \ \"sha256Digest\": \"2c0f948ff21826d8895c0049bb76e3945644c149f066cfc6ecf22e001d312d9f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.38-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.38-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"pycomposefile + (>=0.0.29)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.38\"\n },\n + \ \"sha256Digest\": \"b896c8f0d4946af5fea9831d2f3c10831add4a25fdb94f23401ed73a79e778de\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.39-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.39-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"pycomposefile + (>=0.0.29)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.39\"\n },\n + \ \"sha256Digest\": \"03812ad93bb642de2f4abb75445785d9b8b5a88ae9f6efeef2a3a670244390ec\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.40-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.40-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.40\"\n },\n + \ \"sha256Digest\": \"a142df84576d2e676e648b95134012f19182d1ac50867406eb9c41fd604e8eaf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.41-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.41-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.41\"\n },\n + \ \"sha256Digest\": \"071eaf5d68423948b0745d9b763ac06ce3414fb015ff19cfcd3f62acf181cfde\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.42-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.42-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.42\"\n },\n + \ \"sha256Digest\": \"15d05517859e65c80c8aa3dd5a4b339b1113f4b0be449a726c8f12204d5e0b8f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.43-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.43-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.43\"\n },\n + \ \"sha256Digest\": \"ae86a2831a5fbc3046cdbeb684590cbf4d9d21f7840a94fe54824d899f37205d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.44-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.44-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.44\"\n },\n + \ \"sha256Digest\": \"d7e136b4c9e9221c12abc53a243638aad571c36243ef582b7db91c6b419a3a52\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.45-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.45-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.45\"\n },\n + \ \"sha256Digest\": \"440016e65a14183896278ad83ec8161feff21fb7f432ececa5891db778770b2c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.46-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.46-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.46\"\n },\n + \ \"sha256Digest\": \"29b5a105839e893b51ae5cb3ea77e3df1e6827ad6660f3d31f0598a107415138\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.47-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.47-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.47\"\n },\n + \ \"sha256Digest\": \"d13c72a0c98a03417661dd8c502df88b1344efe7c0ef009ae5ea2131a755ae1d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.48-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.48-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.48\"\n },\n + \ \"sha256Digest\": \"bcdc3a88797996d2171bbf336e26662bea19990e2adfdcdb1199796326e40496\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.49-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.49-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.49\"\n },\n + \ \"sha256Digest\": \"73e5d4282b505f0b0797101e15e184907767fe9e8b854dc66a21c1abc1f807f7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.50-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.50-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.50\"\n },\n + \ \"sha256Digest\": \"847139ab567ffed02e7844a9a4c6c2f2032e650c673343234674e0e7ab53c58d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.51-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.51-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.51\"\n },\n + \ \"sha256Digest\": \"963cea12deec4b900936225d5cab1e8c5667b35cf9651b5f2e59fff107a13f82\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.52-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.52-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.52\"\n },\n + \ \"sha256Digest\": \"04edd05ecfe1b2ae5d1485efb32a2536a97021b6265ecd3ab6b0b635aa8cc510\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.53-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.53-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.53\"\n },\n + \ \"sha256Digest\": \"f9b4f3928469efcc1bfbc98cd906d9d92e72617e5c21cf3ade8b37651607c3e1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.54-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.54-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.62.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.54\"\n },\n + \ \"sha256Digest\": \"a9e51cef9e7d1c59a711c762867dca4a10273450af48701c3b65dd59e34bbcbc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.55-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.55-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.62.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.55\"\n },\n + \ \"sha256Digest\": \"d6971ccf8ca73e03df7e123fa7c85e5e63235bb1ac1c274c26bbc1f509d68115\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.62.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"1.0.0b1\"\n },\n + \ \"sha256Digest\": \"d80b83b0e22770925c24bca150c84182376b7b0aff9b6f28498d769dc8618b45\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-1.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-1.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.62.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"1.0.0b2\"\n },\n + \ \"sha256Digest\": \"a20220034614c763d21a7bb1f0551f94139dd4f71b4dbfa30905a1a7914dc62b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-1.0.0b3-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-1.0.0b3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.62.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"1.0.0b3\"\n },\n + \ \"sha256Digest\": \"4a239269a2f864a775bd28cfb04570d9613ff8aada3fc9a18cd07efbd979b5e5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-1.0.0b4-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-1.0.0b4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.62.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"1.0.0b4\"\n },\n + \ \"sha256Digest\": \"4d6a5e7a4141b3ca00d38c0698f87d79a157d0dd3fd8dbf735544efeeb7be261\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-1.1.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-1.1.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.62.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"1.1.0b1\"\n },\n + \ \"sha256Digest\": \"749fd64b4a5e13f450deb92fddd14bc4e7bf4b8782dc5faae427f9a9c4ada2df\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-1.1.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-1.1.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.62.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"kubernetes (==24.2.0)\",\n \"kubernetes==24.2.0\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"1.1.0b2\"\n },\n + \ \"sha256Digest\": \"fb688febe8ecb8edcd289cca51474bb810a9b1c9f4c3f1b1fa9a816a0cafe2b1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-1.1.0b3-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-1.1.0b3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.62.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"kubernetes (==24.2.0)\",\n \"kubernetes==24.2.0\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"1.1.0b3\"\n },\n + \ \"sha256Digest\": \"04f0a1282114f3dffe296225b78a1c537ee02f0c8351f1813b7402aa41508632\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-1.1.0b4-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-1.1.0b4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.62.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"kubernetes (==24.2.0)\",\n \"kubernetes==24.2.0\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"1.1.0b4\"\n },\n + \ \"sha256Digest\": \"776a6a6a70c4440e78346430cced52d83f96335ab9c357662a361b11d6e49e29\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-1.1.0b5-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-1.1.0b5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.62.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"kubernetes (==24.2.0)\",\n \"kubernetes==24.2.0\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"1.1.0b5\"\n },\n + \ \"sha256Digest\": \"802ef93620c3470e035480c68b27dd09c152033754815363c937eb80681177dd\"\n + \ }\n ],\n \"cosmosdb-preview\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"83be5a723d6a0063c4cd17db52a172ef8f9453435d316ef0abbd2ca2dd8e6ca8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"d8199ccce62c5c7f8670ddf7eb27493fa1c5079ed152607c958fc2b53201fc83\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.3.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.3.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.3.0\"\n },\n \"sha256Digest\": \"079af4056ab89f7e27d2a3b6b22c4147b47ce3a27f744ce8b3cde38998afa89e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.4.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.4.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.4.0\"\n },\n \"sha256Digest\": \"751699f42dffaef4a365aeea0ddcc5432a3bafeb0550ee6ff628df1b0a9e02bd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.5.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.5.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.5.0\"\n },\n \"sha256Digest\": \"dd61fd0b1e3b67b63bf731886995743798b72f6c9b00c3c8a589b3cb1b7be3cf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.6.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.6.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.6.0\"\n },\n \"sha256Digest\": \"6132e8c9597e3ab57657b6f3607e19c457e9a08a82a1c1b4825b8ed4ae02c04b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.7.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.7.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.7.0\"\n },\n \"sha256Digest\": \"c11b611e3c8eeaaf2b6a5ca935ae7e6072834be77a777f1749d7c9c6419ae55a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.8.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.8.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.8.0\"\n },\n \"sha256Digest\": \"513b9683ef78ddb6316ed2d8b41f64f6e6278ae169aa3d5735c061108b40ec78\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.8.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.8.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.8.1\"\n },\n \"sha256Digest\": \"12dcc1e32460d12bf62cf3f5aa67f519dc0f48a4a7d70e36c52b24d50f7cd251\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.9.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.9.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.9.0\"\n },\n \"sha256Digest\": \"689f99954b56367f37956efcc80911719052048b0e0203b048a425556686d9f1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.10.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.10.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.10.0\"\n },\n \"sha256Digest\": \"de57720e30785823d821ade1f08886871aa3188335fb5105e960833f2aebacdb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.11.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.11.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.11.0\"\n },\n \"sha256Digest\": \"e9a21eab81616e7f71b5a4d764e541cbdea22d3dff3a8fc326f1ef06a1067421\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.12.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.12.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.12.0\"\n },\n \"sha256Digest\": \"e0f2007be10a9821d12ff7327b35480ddb8df57e8f990ecfdeedb256d9c70001\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.13.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.13.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.13.0\"\n },\n \"sha256Digest\": \"5dcfac7215584840899fb0cd1ab853c20b7915400a02981850dae857ba20177d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.14.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.14.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.14.0\"\n },\n \"sha256Digest\": \"7ada2c34d023530ef5ae2402966b362d36675fc247ad2b41917b8114b2af9c72\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.15.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.15.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.15.0\"\n },\n \"sha256Digest\": \"0c3ee01e583ebc81cee2908129bb988c69f50bcb2ca8425b788de378f4839b10\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.16.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.16.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.16.0\"\n },\n \"sha256Digest\": \"50882c87c092eb89310c0f7ebb800b3da9163d791f4417caa22ed5b47494a5b7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.17.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.17.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.17.0\"\n },\n \"sha256Digest\": \"73a220dda84f5425efb960d02a1017308c4d6642fded49a7e61d6de578f4fceb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.18.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.18.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.18.0\"\n },\n \"sha256Digest\": \"9d38dbc628c65dec65f111d072eecea6ca91043883b5a29f561767e1ce634cc7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.18.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.18.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.18.1\"\n },\n \"sha256Digest\": \"e75b001721b1a542f8ab8e15105e7b6502a1dc68f2850c20a97e67a6eecb003f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.19.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.19.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.19.0\"\n },\n \"sha256Digest\": \"aee16bae5d9bcde85fba80e6be5483c63709339f2227378ae4a721fad9a83ee0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.20.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.20.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.20.0\"\n },\n \"sha256Digest\": \"0e759bad4c3bd91e197d357ea804827e2030812b0751c9bac4472711e5baf4e2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.21.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.21.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.21.0\"\n },\n \"sha256Digest\": \"969496859093a6106bd2b10fff91121087f42a2bab4419f0dfcda52339681969\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.22.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.22.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.22.0\"\n },\n \"sha256Digest\": \"38a16ca955f74f0ad697a50a7e744897bc3c8ccd9ba9a1255156b318c4011c19\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.23.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.23.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.23.0\"\n },\n \"sha256Digest\": \"48bfbb7f278c721a249124023a097c68f89286ad37a5d871fe8d081a4b95b9d8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.24.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.24.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.24.0\"\n },\n \"sha256Digest\": \"60dd2f7b0dda74ccffec6adaf37dee10be09c03d13c9a664848933e052c5a4de\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.25.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.25.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.25.0\"\n },\n \"sha256Digest\": \"83fb8f0f097271a5baec41e6405f2f750beea3d8fbc1ac2e1c8cd2f32cb4f90b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.26.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.26.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.26.0\"\n },\n \"sha256Digest\": \"c761a022fa8e849534d51bb51c6b6a7c01b541a5f018532f7fe312f74f689b06\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-1.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"3a5910873138adf747ba8baed7be180981a74569c86c927ea6f1ae39d3de53bf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-1.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-1.0.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"1.0.1\"\n },\n \"sha256Digest\": \"c540018bc5da1252ec3e3e564552650d6af08f349f3ff339be398a7983caf2a9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-1.1.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-1.1.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"1.1.0b1\"\n },\n \"sha256Digest\": \"0fc11b2fcdd75c4868cfc43ec4be19c2128fd1d7b616b61e3364c3c1a0c4c1da\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-1.2.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-1.2.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"1.2.0b1\"\n },\n \"sha256Digest\": \"d35b58737720d9c4dad4a0d100e1cca14ddb03c85ec9ce197440a06ef50f5611\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-1.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-1.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.17.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"kakhandr@microsoft.com\",\n + \ \"name\": \"Kalyan khandrika\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"1.2.0\"\n },\n \"sha256Digest\": \"04dc008a29cc62431e7545dd6c3da3865a60040e98f7a08a99a6e0ce895cab6c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-1.2.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-1.2.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.17.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"kakhandr@microsoft.com\",\n + \ \"name\": \"Kalyan khandrika\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"1.2.1\"\n },\n \"sha256Digest\": \"a9cc01464bfa7461ddbe9df565739268855eefeba8cf0ec0e04744040990e4f4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-1.3.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-1.3.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.17.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"kakhandr@microsoft.com\",\n + \ \"name\": \"Kalyan khandrika\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"1.3.0\"\n },\n \"sha256Digest\": \"f1c4fe4cc94d2a13ccde45df97b936b747f346fbf211c9ec0376bec9f4963c60\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-1.4.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-1.4.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.17.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"kakhandr@microsoft.com\",\n + \ \"name\": \"Kalyan khandrika\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"1.4.0\"\n },\n \"sha256Digest\": \"bbcc122e3b88cb2e9a0b8b4f2a8bbd7529359ca79bd7d4f1f098695185461f7e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-1.5.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-1.5.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.17.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"kakhandr@microsoft.com\",\n + \ \"name\": \"Kalyan khandrika\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"1.5.0\"\n },\n \"sha256Digest\": \"d53710a44cc815829cedef6807228c454374967c9c2d3275f5831bcee5d24d37\"\n + \ }\n ],\n \"costmanagement\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/costmanagement-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"costmanagement-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"costmanagement\",\n \"summary\": \"Microsoft Azure Command-Line + Tools CostManagementClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"d5c8be4d6f3e59a44da32af66f8855c24d9855c5b7bdd2f6571c8721afa20223\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/costmanagement-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"costmanagement-0.1.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/costmanagement\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"costmanagement\",\n \"summary\": \"Microsoft Azure Command-Line + Tools CostManagementClient Extension\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"0a6e0ee27fd5896b45eabf0c9227e63b3c1bbc4975adf4cb566647396fa511f2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/costmanagement-0.2.1-py3-none-any.whl\",\n + \ \"filename\": \"costmanagement-0.2.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/costmanagement\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"costmanagement\",\n \"summary\": \"Microsoft Azure Command-Line + Tools CostManagementClient Extension\",\n \"version\": + \"0.2.1\"\n },\n \"sha256Digest\": \"c6ca26bcffe2b897fc35b560f6fbf620ee563daf2396dc1bae67c8e4bd0e64c3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/costmanagement-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"costmanagement-0.3.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/costmanagement\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"costmanagement\",\n \"summary\": \"Microsoft Azure Command-Line + Tools CostManagementClient Extension\",\n \"version\": + \"0.3.0\"\n },\n \"sha256Digest\": \"5661a2082ecca000b0c764dc92585e2aa601ccd5eeeb296397533cf4da814cf6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/costmanagement-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"costmanagement-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/costmanagement\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"costmanagement\",\n \"summary\": \"Microsoft Azure Command-Line + Tools CostManagementClient Extension\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"6e5e053d05bad6ad6305bd024f51e355e60fde8bb6a03350dfd81c25437d2e45\"\n + \ }\n ],\n \"csvmware\": [\n {\n \"downloadUrl\": + \"https://github.com/Azure/az-csvmware-cli/releases/download/0.3.0/csvmware-0.3.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"csvmware-0.3.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"shimitta@microsoft.com\",\n \"name\": + \"Shivam Mittal\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/az-vmware-cli\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"csvmware\",\n \"summary\": \"Manage Azure VMware Solution + by CloudSimple.\",\n \"version\": \"0.3.0\"\n },\n + \ \"sha256Digest\": \"dfb9767f05ac13c762ea9dc4327169e63a5c11879123544b200edb9a2c9a8a42\"\n + \ }\n ],\n \"custom-providers\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/custom_providers-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"custom_providers-0.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.4\",\n \"Programming + Language :: Python :: 3.5\",\n \"Programming Language + :: Python :: 3.6\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"custom-providers\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Custom Providers Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"7da462aaa336184b53d7b0b831c0fa77c4239dabe4e70fa4e500e250cf11a8ec\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/custom_providers-0.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"custom_providers-0.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.4\",\n \"Programming + Language :: Python :: 3.5\",\n \"Programming Language + :: Python :: 3.6\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/custom-providers\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"custom-providers\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Custom Providers Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"8c0f062d96523bd6a95d53f09e48f9d47bf7aa75a9b735e93e6ee09647638b52\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/custom_providers-0.2.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"custom_providers-0.2.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.4\",\n \"Programming + Language :: Python :: 3.5\",\n \"Programming Language + :: Python :: 3.6\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/custom-providers\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"custom-providers\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Custom Providers Extension\",\n \"version\": + \"0.2.1\"\n },\n \"sha256Digest\": \"a9938f09c86fa4575e3c887206908cac15920af528c537c0b998362a1c43daf7\"\n + \ }\n ],\n \"customlocation\": [\n {\n + \ \"downloadUrl\": \"https://arcplatformcliextprod.z13.web.core.windows.net/customlocation-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"customlocation-0.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"arcplatform-core@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://msazure.visualstudio.com/AzureArcPlatform/_git/customlocation-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"customlocation\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Customlocation Extension\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"7d91a34784d92c77c4233c4578043e6fac729ad42b3b29d5d597c12b037d2267\"\n + \ },\n {\n \"downloadUrl\": \"https://arcplatformcliextprod.z13.web.core.windows.net/customlocation-0.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"customlocation-0.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"arcplatform-core@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://msazure.visualstudio.com/AzureArcPlatform/_git/customlocation-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"customlocation\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Customlocation Extension\",\n \"version\": \"0.1.1\"\n + \ },\n \"sha256Digest\": \"fbda1780a9d1c8eec9a147d09f7681f47238a574333eaeddb8284cd7fa881815\"\n + \ },\n {\n \"downloadUrl\": \"https://arcplatformcliextprod.z13.web.core.windows.net/customlocation-0.1.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"customlocation-0.1.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"arcplatform-core@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://msazure.visualstudio.com/AzureArcPlatform/_git/customlocation-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"customlocation\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Customlocation Extension\",\n \"version\": \"0.1.2\"\n + \ },\n \"sha256Digest\": \"7dfa4f2231fd4ce0b50eeb5a5e470e1f7e510adb2f8602167157e508dbf84e77\"\n + \ },\n {\n \"downloadUrl\": \"https://arcplatformcliextprod.z13.web.core.windows.net/customlocation-0.1.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"customlocation-0.1.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"arcplatform-core@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://msazure.visualstudio.com/AzureArcPlatform/_git/customlocation-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"customlocation\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Customlocation Extension\",\n \"version\": \"0.1.3\"\n + \ },\n \"sha256Digest\": \"5e36435b1a81de25e74e70c45c2ac9f98065138c35050f29210ae40c18484e28\"\n + \ },\n {\n \"downloadUrl\": \"https://arcplatformcliextprod.z13.web.core.windows.net/customlocation-0.1.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"customlocation-0.1.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.70.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"arcplatform-core@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://msazure.visualstudio.com/AzureArcPlatform/_git/customlocation-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"customlocation\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Customlocation Extension\",\n \"version\": \"0.1.4\"\n + \ },\n \"sha256Digest\": \"e0ebbaffc5d1c07e5cd615d9cb9e21244edfc447b28cb0187139a118dc8892b7\"\n + \ }\n ],\n \"databox\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/databox-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"databox-0.1.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databox\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataBox Extension\",\n \"version\": \"0.1.0\"\n },\n + \ \"sha256Digest\": \"93cac253cd79728eb333715ae56111ffaa287c9d650e924ea07875ab36906974\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/databox-0.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"databox-0.1.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.4\",\n \"Programming + Language :: Python :: 3.5\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/databox\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databox\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataBox Extension\",\n \"version\": \"0.1.1\"\n },\n + \ \"sha256Digest\": \"210ab818a566ec69c923c1bc11f8f50295c19c30be378ab67be340a70e921aa1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/databox-0.1.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"databox-0.1.2-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.4\",\n \"Programming + Language :: Python :: 3.5\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/databox\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databox\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataBox Extension\",\n \"version\": \"0.1.2\"\n },\n + \ \"sha256Digest\": \"e247449406a189a8e9bbe320b1b4702846cf58da42b5a9b07ffa3e1db01ce6b0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/databox-0.1.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"databox-0.1.3-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.4\",\n \"Programming + Language :: Python :: 3.5\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/databox\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databox\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataBox Extension\",\n \"version\": \"0.1.3\"\n },\n + \ \"sha256Digest\": \"320e4ae8e3d17c9ca8b6c92ad47b04f20d7530340897d2fcc6e4a4ade0dfa7c2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/databox-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"databox-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.48.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/databox\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databox\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Databox Extension.\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"3953bf3f61f2654d4d4cd68ed34b5b8982859222a6e2e8f32581399f1db04a50\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/databox-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"databox-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.48.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/databox\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databox\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Databox Extension.\",\n \"version\": \"1.1.0\"\n + \ },\n \"sha256Digest\": \"7b41a60521d7cf652d4cdca052fc9d2ec6371f3d7884ec0a74ba9a7d5001d7bb\"\n + \ }\n ],\n \"databricks\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/databricks-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"databricks-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExprimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databricks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DatabricksClient Extension\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"36130c36c5d4dd7a76952c3d5b443cf2a76447ccce41094e0b625b85139a366a\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/databricks-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"databricks-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExprimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databricks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DatabricksClient Extension\",\n \"version\": \"0.2.0\"\n + \ },\n \"sha256Digest\": \"229272c5b6abcfc37abe86600db356c54ef664b6681b2f8b705aa50be472b1bc\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/databricks-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"databricks-0.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databricks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DatabricksClient Extension\",\n \"version\": \"0.3.0\"\n + \ },\n \"sha256Digest\": \"daf76d6aea0025d4783926d25fa813b74c1bcaa67bf8d937cc0d72529d06b9fe\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/databricks-0.4.0-py3-none-any.whl\",\n + \ \"filename\": \"databricks-0.4.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databricks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DatabricksClient Extension\",\n \"version\": \"0.4.0\"\n + \ },\n \"sha256Digest\": \"db716fa7a65bfb977ea4d6eb4c5ad56c5dfd39062f0d179c5d3aceff959c2a26\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/databricks-0.5.0-py3-none-any.whl\",\n + \ \"filename\": \"databricks-0.5.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databricks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DatabricksClient Extension\",\n \"version\": \"0.5.0\"\n + \ },\n \"sha256Digest\": \"9a7bca2c8828959ed048b883da9c2b62c1597f5c6bd475c5269c30a27282080f\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/databricks-0.6.0-py3-none-any.whl\",\n + \ \"filename\": \"databricks-0.6.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databricks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DatabricksClient Extension\",\n \"version\": \"0.6.0\"\n + \ },\n \"sha256Digest\": \"46a77fcd4b31191ce2b2d58e58af982415ea91787628426bd2b3d567da273411\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/databricks-0.7.0-py3-none-any.whl\",\n + \ \"filename\": \"databricks-0.7.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databricks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DatabricksClient Extension\",\n \"version\": \"0.7.0\"\n + \ },\n \"sha256Digest\": \"236f561c6a20141ae854d1dd64a6e5a0b4636d98517e5ba245401882cc7fbd92\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/databricks-0.7.1-py3-none-any.whl\",\n + \ \"filename\": \"databricks-0.7.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/databricks\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databricks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DatabricksClient Extension\",\n \"version\": \"0.7.1\"\n + \ },\n \"sha256Digest\": \"f086792f8910601c68fbe303f7831f77c79486fdf8e44039b1505d2344bac197\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/databricks-0.7.2-py3-none-any.whl\",\n + \ \"filename\": \"databricks-0.7.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/databricks\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databricks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DatabricksClient Extension\",\n \"version\": \"0.7.2\"\n + \ },\n \"sha256Digest\": \"daf595a051a47dded0fbe18a289e454f221eaaae11d1aadaa3f45612aff1b05f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/databricks-0.7.3-py3-none-any.whl\",\n + \ \"filename\": \"databricks-0.7.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/databricks\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databricks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DatabricksClient Extension\",\n \"version\": \"0.7.3\"\n + \ },\n \"sha256Digest\": \"b70d79f20b8b2e116df9afc321243d847bbe83db75d863e2e3a00c79bbd0908b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/databricks-0.8.0-py3-none-any.whl\",\n + \ \"filename\": \"databricks-0.8.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/databricks\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databricks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DatabricksClient Extension\",\n \"version\": \"0.8.0\"\n + \ },\n \"sha256Digest\": \"9abaf70996f462be238438a881f627806d10671897f9b1d562e4caef9e5ad3b1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/databricks-0.9.0-py3-none-any.whl\",\n + \ \"filename\": \"databricks-0.9.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.43.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/databricks\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databricks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DatabricksClient Extension\",\n \"version\": \"0.9.0\"\n + \ },\n \"sha256Digest\": \"d939ba58d20e42bb3a54ae5e801e5f48b8ab797d054844fdbad0fdae429e0dbe\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/databricks-0.10.0-py3-none-any.whl\",\n + \ \"filename\": \"databricks-0.10.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/databricks\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databricks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DatabricksClient Extension\",\n \"version\": \"0.10.0\"\n + \ },\n \"sha256Digest\": \"619c8b09f85879e805abb4a4d177c2bd9d932be419b5560c1e000d58b6c7e4ef\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/databricks-0.10.1-py3-none-any.whl\",\n + \ \"filename\": \"databricks-0.10.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/databricks\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databricks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DatabricksClient Extension\",\n \"version\": \"0.10.1\"\n + \ },\n \"sha256Digest\": \"e2f03eaf25331c9697b89b8365ebaa0669bc0022d2e77d6f9363468d00323ebc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/databricks-0.10.2-py3-none-any.whl\",\n + \ \"filename\": \"databricks-0.10.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/databricks\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databricks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DatabricksClient Extension\",\n \"version\": \"0.10.2\"\n + \ },\n \"sha256Digest\": \"7db0b97b497512671343c472fad2ca7a0987ac2cddc0ae0ceab227e3d017718f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/databricks-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"databricks-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/databricks\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databricks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DatabricksClient Extension\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"a23ded367e80240eea828a3234801d4d989539ae4a5ecf246bfc6acb054a2544\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/databricks-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"databricks-1.0.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/databricks\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databricks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DatabricksClient Extension\",\n \"version\": \"1.0.1\"\n + \ },\n \"sha256Digest\": \"55165d7435cd7a0dc87587e82fc202d792a5f28c9c44398655b0a4770d038c30\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/databricks-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"databricks-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/databricks\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databricks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DatabricksClient Extension\",\n \"version\": \"1.1.0\"\n + \ },\n \"sha256Digest\": \"24ec8eaa246d32c72a60f258561f03f4734c0778aba797aa62cd7d812b7d45b2\"\n + \ }\n ],\n \"datadog\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/datadog-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"datadog-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.17.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datadog\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datadog\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MicrosoftDatadogClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"9a5e9535e797f59059d07fcfb4dd456541d0813f97dae344180f76e279265086\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datadog-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"datadog-0.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.17.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datadog\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datadog\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MicrosoftDatadogClient Extension\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"9a38fd5d6d01646f299ee7b5f68e82ad708889c7d0bd72e0b6b6b13e5455e937\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datadog-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"datadog-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.70.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/datadog\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datadog\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Datadog Extension.\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"54272829b602f85f046c4311cc23015f76ba2ef76491829f3393ae0bb5a15102\"\n + \ }\n ],\n \"datafactory\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/datafactory-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"datafactory-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datafactory\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datafactory\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataFactoryManagementClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"f49b145f8125cde30aedf5080af90e26277ad1527cfb13cff0d72838298241d3\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/datafactory-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"datafactory-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datafactory\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datafactory\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataFactoryManagementClient Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"7cadaec354c8cbd4eae3465e385685807f619c8e7a2a093e6d4c68a9466b1e6a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datafactory-0.2.1-py3-none-any.whl\",\n + \ \"filename\": \"datafactory-0.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datafactory\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datafactory\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataFactoryManagementClient Extension\",\n \"version\": + \"0.2.1\"\n },\n \"sha256Digest\": \"fd9a00c006a44b435d458b3f8523fceeec7e9d3d745cdc037876b8ad2b19ea9f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datafactory-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"datafactory-0.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datafactory\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datafactory\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataFactoryManagementClient Extension\",\n \"version\": + \"0.3.0\"\n },\n \"sha256Digest\": \"0d68e01c4b7ef9ce6ccf7f2594f3faf19600dbb8ec7d395bc9ad4b4bdab8a245\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datafactory-0.4.0-py3-none-any.whl\",\n + \ \"filename\": \"datafactory-0.4.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datafactory\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datafactory\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataFactoryManagementClient Extension\",\n \"version\": + \"0.4.0\"\n },\n \"sha256Digest\": \"95c6024d8fd35fca5280de274660abb3f249af868c6f5b75c3581df536ff4a13\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datafactory-0.5.0-py3-none-any.whl\",\n + \ \"filename\": \"datafactory-0.5.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datafactory\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datafactory\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataFactoryManagementClient Extension\",\n \"version\": + \"0.5.0\"\n },\n \"sha256Digest\": \"5aade65b73ff133eb5442a8420818faf17ed398660c081bd92af87edbc9ab3e6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datafactory-0.6.0-py3-none-any.whl\",\n + \ \"filename\": \"datafactory-0.6.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/datafactory\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datafactory\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataFactoryManagementClient Extension\",\n \"version\": + \"0.6.0\"\n },\n \"sha256Digest\": \"c34245db473f35d029c6a794527304aa110f230821386c8687e4a0ce5d03dc61\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datafactory-0.7.0-py3-none-any.whl\",\n + \ \"filename\": \"datafactory-0.7.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/datafactory\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datafactory\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataFactoryManagementClient Extension\",\n \"version\": + \"0.7.0\"\n },\n \"sha256Digest\": \"4820123af622fa8961940a33343b4538851fd506b35e100da7154f71e0089a15\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datafactory-0.8.0-py3-none-any.whl\",\n + \ \"filename\": \"datafactory-0.8.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/datafactory\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datafactory\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataFactoryManagementClient Extension\",\n \"version\": + \"0.8.0\"\n },\n \"sha256Digest\": \"97c052cfa9084785a474100544da2d0ab8e0f62a41f88a256db6b0ac9fbe4cbb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datafactory-0.9.0-py3-none-any.whl\",\n + \ \"filename\": \"datafactory-0.9.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/datafactory\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datafactory\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataFactoryManagementClient Extension\",\n \"version\": + \"0.9.0\"\n },\n \"sha256Digest\": \"797e27ad48820f02b0317be6813ad7bdc592063835b353939803e2445bd4b513\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datafactory-0.10.0-py3-none-any.whl\",\n + \ \"filename\": \"datafactory-0.10.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/datafactory\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datafactory\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataFactoryManagementClient Extension\",\n \"version\": + \"0.10.0\"\n },\n \"sha256Digest\": \"2d1443c634da8f365399721af6593b06e9ccb7ebcfa5ae9e9a835790ec61a97a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datafactory-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"datafactory-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/datafactory\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datafactory\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataFactoryManagementClient Extension\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"30941f7e2c093f040c958db024367b750068a5181554b23f7403f4522375c41e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datafactory-1.0.2-py3-none-any.whl\",\n + \ \"filename\": \"datafactory-1.0.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/datafactory\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datafactory\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataFactoryManagementClient Extension\",\n \"version\": + \"1.0.2\"\n },\n \"sha256Digest\": \"ea134e2963b7cdf2bcbd50244a6f1a411da77bd4db7e42c8c8f9651638c82ac7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datafactory-1.0.3-py3-none-any.whl\",\n + \ \"filename\": \"datafactory-1.0.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/datafactory\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datafactory\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataFactoryManagementClient Extension\",\n \"version\": + \"1.0.3\"\n },\n \"sha256Digest\": \"66f416ca45d388a32fbb373807251e70e205347fa3e87056696ef169309aeafb\"\n + \ }\n ],\n \"datamigration\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/datamigration-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"datamigration-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datamigration\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datamigration\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataMigrationManagementClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"8e43876ea91c393c01d758cba0d2f6b16964da1d90b74a6370096672186cf055\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datamigration-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"datamigration-0.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/datamigration\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datamigration\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataMigrationManagementClient Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"a2013768c643392cb0f702103eb620f98564876c1d8cfb15de4d0760d3f504ca\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datamigration-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"datamigration-0.3.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datamigration\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datamigration\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataMigrationManagementClient Extension\",\n \"version\": + \"0.3.0\"\n },\n \"sha256Digest\": \"d9775f16fb268da7e3b86dba28d0c57e10a8bc27ef8933370180b1d8819d0642\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datamigration-0.3.1-py3-none-any.whl\",\n + \ \"filename\": \"datamigration-0.3.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datamigration\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datamigration\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataMigrationManagementClient Extension\",\n \"version\": + \"0.3.1\"\n },\n \"sha256Digest\": \"170334f6cad06d78dfa9d8a954394402d5985d804756dfda3623fdc08ec5603a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datamigration-0.4.0-py3-none-any.whl\",\n + \ \"filename\": \"datamigration-0.4.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datamigration\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datamigration\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataMigrationManagementClient Extension\",\n \"version\": + \"0.4.0\"\n },\n \"sha256Digest\": \"4be920adebeb6dc05855f4f79566a353e810f702f18ba24066ddf423e5ef8002\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datamigration-0.4.1-py3-none-any.whl\",\n + \ \"filename\": \"datamigration-0.4.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datamigration\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datamigration\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataMigrationManagementClient Extension\",\n \"version\": + \"0.4.1\"\n },\n \"sha256Digest\": \"a8b7f0b094794cf59dcb56b8461e7db4b026061ee6e6885a1e1b78201e9b8404\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datamigration-0.5.0-py3-none-any.whl\",\n + \ \"filename\": \"datamigration-0.5.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datamigration\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datamigration\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataMigrationManagementClient Extension\",\n \"version\": + \"0.5.0\"\n },\n \"sha256Digest\": \"f62423b61052378cd7f0bdc7ba498febf3508f3bf62b5e86974c6bbe0943620f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datamigration-0.6.0-py3-none-any.whl\",\n + \ \"filename\": \"datamigration-0.6.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datamigration\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datamigration\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataMigrationManagementClient Extension\",\n \"version\": + \"0.6.0\"\n },\n \"sha256Digest\": \"a315ae382bf7e723da7b940d96be52b2d70afa4428296f6d4a178bd63b170105\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datamigration-0.6.1-py3-none-any.whl\",\n + \ \"filename\": \"datamigration-0.6.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datamigration\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datamigration\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataMigrationManagementClient Extension\",\n \"version\": + \"0.6.1\"\n },\n \"sha256Digest\": \"4a07a5272762f8f53f9fe61b295a800e63c0ea2900a29a526df2eabbe732bca7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datamigration-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"datamigration-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datamigration\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datamigration\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataMigrationManagementClient Extension\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"9d1ac8c7046e23387696561747be2e8f62e879a4a305f8b20ccd19460a29db0d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datamigration-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"datamigration-1.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datamigration\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datamigration\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataMigrationManagementClient Extension\",\n \"version\": + \"1.0.0b2\"\n },\n \"sha256Digest\": \"8901b5664a95e665781698bc02ee94b4297c82ac9fdfab99dd4f13bac1c0923e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datamigration-1.0.0b3-py3-none-any.whl\",\n + \ \"filename\": \"datamigration-1.0.0b3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datamigration\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datamigration\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataMigrationManagementClient Extension\",\n \"version\": + \"1.0.0b3\"\n },\n \"sha256Digest\": \"a4e6df2da4bca506455e0508f1ea6f613863529723c1681f2d6682b356584e0c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datamigration-1.0.0b4-py3-none-any.whl\",\n + \ \"filename\": \"datamigration-1.0.0b4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datamigration\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datamigration\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataMigrationManagementClient Extension\",\n \"version\": + \"1.0.0b4\"\n },\n \"sha256Digest\": \"3ae99fcb1ee3b3c07c340812be133f103fa5b718eb0b289cc75e03eff532f863\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datamigration-1.0.0b5-py3-none-any.whl\",\n + \ \"filename\": \"datamigration-1.0.0b5-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datamigration\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datamigration\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataMigrationManagementClient Extension\",\n \"version\": + \"1.0.0b5\"\n },\n \"sha256Digest\": \"d1970c81ea14201e4cf9edeaadd9e47ab5a3e638917774837f24092a2a7e4812\"\n + \ }\n ],\n \"dataprotection\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/dataprotection\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"dataprotection\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-resourcegraph\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools DataProtectionClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"e98056945e1b5a1485c5c7137fa03bc5c482495f43556ee084eeb50f39a45831\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-0.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/dataprotection\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"dataprotection\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-resourcegraph\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools DataProtectionClient Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"91286e022f5803d77cd20687d378a438a4560dd6974d814fd34f13ea5f5c8b63\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-0.3.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"dataprotection\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-resourcegraph\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools DataProtectionClient Extension\",\n \"version\": + \"0.3.0\"\n },\n \"sha256Digest\": \"9c85b29bf073c89ecf5424fa2159bca20416142d49ac02e5cf596a1e2cd5ccd0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-0.4.0-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-0.4.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"0.4.0\"\n },\n \"sha256Digest\": \"f854ecd79b215fc824e2625ac5995ae8a969fca2c933fba7cde04df8a35e26b7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-0.5.0-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-0.5.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"0.5.0\"\n },\n \"sha256Digest\": \"0f44943c0082b21b3b8c655d092b40a09c21e8bcd46800e962eb97d151c055d5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-0.6.0-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-0.6.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"0.6.0\"\n },\n \"sha256Digest\": \"1284734882f589b86ac87933bbd5f13a0e74b2c745130615636aeeb52690fbb7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-0.7.0-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-0.7.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.43.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"0.7.0\"\n },\n \"sha256Digest\": \"79bf91539d0f66c6751c3b43e86715458c7404641396b1ed9454ab3b31968a5b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-0.8.0-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-0.8.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.43.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"0.8.0\"\n },\n \"sha256Digest\": \"51f7831accde7b055301ece1db862138ea9016815fdd5ae44c515ae8c6b9dc0a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-0.8.1-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-0.8.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.48.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"0.8.1\"\n },\n \"sha256Digest\": \"cb5b43fd00d2376fa8233f99996096c68a1edf20880ec3d7c0a7b8d4b1933c64\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-0.8.2-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-0.8.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.48.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"0.8.2\"\n },\n \"sha256Digest\": \"2504dcbb3b4f3b3f1ea948a9284c9fe6d9068ca1b354316f5ed5fe70370a47d1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-0.9.0-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-0.9.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"0.9.0\"\n },\n \"sha256Digest\": \"67f305fa33a5e7cac377f4d25105c538c4023417613869ac6b0fc822fa4cf5b5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-0.9.1-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-0.9.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"0.9.1\"\n },\n \"sha256Digest\": \"60c686aa2c5662af12bdda80bb515e23b589db54e815a0af02c35b567a7361ca\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-0.9.2-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-0.9.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"0.9.2\"\n },\n \"sha256Digest\": \"9e658d16e259207b25c8312635955433c5635f9f29e7f6b4f602ad66dcdc34d3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-0.10.0-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-0.10.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"0.10.0\"\n },\n \"sha256Digest\": \"b148cf256388f2e1551994bc48e2067d150bf7d3b43fa5c865d48c069029518f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-0.11.0-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-0.11.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"0.11.0\"\n },\n \"sha256Digest\": \"0917171bede4c3742736994a70beca0de11294a03504f969fab961bba25ae841\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-0.11.1-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-0.11.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"0.11.1\"\n },\n \"sha256Digest\": \"1348e62ae2ef912de6384bf94159c3c5d85b4bfa14740c7b9c9d194f5f94280e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-0.11.2-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-0.11.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"0.11.2\"\n },\n \"sha256Digest\": \"ce31a7bb0c939d6eb6d71971f89441abaee172a3ba5b74dae0ebe88e4a8f5300\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"e24770e07716e909216db6e1cf0bf869263b7472949757327acf97dbe7b1e6f5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-1.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"1.1.0\"\n },\n \"sha256Digest\": \"bb3774425d586d03b4e26ffa0021c0024b79227963ec003430e9cd6beaa2cac7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-1.2.0-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-1.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"1.2.0\"\n },\n \"sha256Digest\": \"2a51a94a99cf4d1be1c873afb82196a72477fe159462f013aec8426ddf7eedcc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-1.3.0-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-1.3.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"1.3.0\"\n },\n \"sha256Digest\": \"b782fc885b1d8983507c2597bbac44bf065fbfdf15a6e176929ecd565866be07\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-1.4.0-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-1.4.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"1.4.0\"\n },\n \"sha256Digest\": \"231c8b8219ed2100d55bbcc4b2dcca7271e36c6715715e1eeca58327ec3ae5b6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-1.5.0-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-1.5.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"1.5.0\"\n },\n \"sha256Digest\": \"5d756d16607364bb98325d2f63580f115a9f8a6bf9c9a74d55c2af2d9a485833\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-1.5.1-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-1.5.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"1.5.1\"\n },\n \"sha256Digest\": \"2089e0c5ce213e0d79148cc2724c28679d93dc70a1e7290ee2ec99e5e0eed513\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-1.5.2-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-1.5.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"1.5.2\"\n },\n \"sha256Digest\": \"534ba81cbfece53352e1862d4bfadc8a5b3fd0449178c482e13fc1925970dac3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-1.5.3-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-1.5.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"1.5.3\"\n },\n \"sha256Digest\": \"4671ce89e39065695f21626350dfcad5438bdbefc714cf35e85ee5eab0f96661\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-1.5.4-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-1.5.4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"1.5.4\"\n },\n \"sha256Digest\": \"bc0c95aefd1db5ed4a8a8130ae2105f2836aac4c0ddd648a0c2fe1c93b9d42d8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-1.5.5-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-1.5.5-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"1.5.5\"\n },\n \"sha256Digest\": \"0ec629db2d8741df8f54d255bb225ea441e006e18673c0a0e4613065625570f9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-1.5.6-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-1.5.6-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"1.5.6\"\n },\n \"sha256Digest\": \"563a94b8bfc249245eb32db1f930d932c34ab35d384725db82fb26b811657eb9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-1.6.0-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-1.6.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.67.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"1.6.0\"\n },\n \"sha256Digest\": \"52465b4b468871a48ce8a948e8268fe6582aea6fdc428a61b2d73693d65e80ac\"\n + \ }\n ],\n \"datashare\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/datashare-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"datashare-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datashare\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataShareManagementClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"803c3637f752b0fb77eb5272a544abafe44942ff920a020ff7ea179ace329342\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/datashare-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"datashare-0.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datashare\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataShareManagementClient Extension\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"c0a2b603c0abd320bc3df0a4d6c38945fd894737804690dad98896e2446763f4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datashare-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"datashare-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datashare\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datashare\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataShareManagementClient Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"f1a801bd0c38eb2ebf9c2fb4e0b43a98470ae7b40bbcd05eb2aa596d69579c9e\"\n + \ }\n ],\n \"deploy-to-azure\": [\n {\n + \ \"downloadUrl\": \"https://github.com/Azure/deploy-to-azure-cli-extension/releases/download/20200318.1/deploy_to_azure-0.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"deploy_to_azure-0.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.60\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"VSTS_Social@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/deploy-to-azure-cli-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"deploy-to-azure\",\n \"summary\": \"Deploy to Azure using + Github Actions.\",\n \"version\": \"0.2.0\"\n },\n + \ \"sha256Digest\": \"f925080ee7abc3aef733d4c6313170bdedaa9569af1b95427383bc3c59e4ceb8\"\n + \ }\n ],\n \"desktopvirtualization\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/desktopvirtualization-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"desktopvirtualization-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/desktopvirtualization\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"desktopvirtualization\",\n \"summary\": \"Microsoft Azure + Command-Line Tools DesktopVirtualizationAPIClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"d73c88fe0df98871a221495e000c39fbb22975fdc5066668c9ea0f578ff9a1a9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/desktopvirtualization-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"desktopvirtualization-0.1.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/desktopvirtualization\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"desktopvirtualization\",\n \"summary\": \"Microsoft Azure + Command-Line Tools DesktopVirtualizationAPIClient Extension\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"8f35a96234e9c456b81f3dd086c6d7f20a9c49104cb3b277357aa9d697a02b0e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/desktopvirtualization-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"desktopvirtualization-0.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/desktopvirtualization\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"desktopvirtualization\",\n \"summary\": \"Microsoft Azure + Command-Line Tools DesktopVirtualizationAPIClient Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"6de28d6be58dd65ad8f25a9fa084676c54684f00f9938f5db7d0392282783e04\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/desktopvirtualization-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"desktopvirtualization-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/desktopvirtualization\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"desktopvirtualization\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Desktopvirtualization Extension.\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"3a1e7a8f0e579fa21fed770859b21c23bec8b8489d834a61411695a9a90c7cd4\"\n + \ }\n ],\n \"dev-spaces\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/dev_spaces-1.0.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"dev_spaces-1.0.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.1.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azds-azcli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/dev-spaces\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dev-spaces\",\n \"summary\": \"Dev Spaces provides a + rapid, iterative Kubernetes development experience for teams.\",\n \"version\": + \"1.0.6\"\n },\n \"sha256Digest\": \"71041808b27cd9d33fd905c5080c97f61291816f2dddd6dcdb2e66b9fb6ebf59\"\n + \ }\n ],\n \"devcenter\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"418eb5c05e8f6597adf253c580e501e6bde925260603f5283680212c5063e549\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-0.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tm-azurefidalgo@microsoft.com\",\n + \ \"name\": \"DevCenter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"0.1.1\"\n + \ },\n \"sha256Digest\": \"e220902d40257c4124654b0026eb682fe4c51f0dff6e406539359b9adc4be43b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-0.1.2-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-0.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tm-azurefidalgo@microsoft.com\",\n + \ \"name\": \"DevCenter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"0.1.2\"\n + \ },\n \"sha256Digest\": \"7957288ab151cca2945f0c26f76c5aab25df4d410342e056c34c5e41f9aec1e1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.48.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tm-azurefidalgo@microsoft.com\",\n + \ \"name\": \"DevCenter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"6072ff771ea62c74363883aa35ca2b744a37c87365ee0fa3946cb28213a3b59a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-1.0.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.48.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tm-azurefidalgo@microsoft.com\",\n + \ \"name\": \"DevCenter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"1.0.1\"\n + \ },\n \"sha256Digest\": \"5306e7a8f24a2fcaaeb58753f40fe31bd55a0c7cdc00e0b7f9cf2bf9006deaed\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-1.0.2-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-1.0.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.48.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tm-azurefidalgo@microsoft.com\",\n + \ \"name\": \"DevCenter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"1.0.2\"\n + \ },\n \"sha256Digest\": \"f4b9f94aa0f7548fe6f44027ea02f6a0f7d0e46c051b2eb4e0afee7fce16e68c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-2.0.0-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-2.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.48.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tm-azurefidalgo@microsoft.com\",\n + \ \"name\": \"DevCenter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"2.0.0\"\n + \ },\n \"sha256Digest\": \"de2705aff9fb4fb8a64895dcab9992b14d02dfdda36e5be47dcb3e13ef6c913f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-3.0.0-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-3.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tm-azurefidalgo@microsoft.com\",\n + \ \"name\": \"DevCenter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"3.0.0\"\n + \ },\n \"sha256Digest\": \"20179a4d03df5fc4811d4f6e177c54b157a02fe46aee6e2c1e27d31c774220fc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-4.0.0-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-4.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tm-azurefidalgo@microsoft.com\",\n + \ \"name\": \"DevCenter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"4.0.0\"\n + \ },\n \"sha256Digest\": \"d3e0ed56945cd9cee0b0b7474a9db2222a1c0f74160a51c7aaa8d34b53e08467\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-4.0.1-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-4.0.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tm-azurefidalgo@microsoft.com\",\n + \ \"name\": \"DevCenter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"4.0.1\"\n + \ },\n \"sha256Digest\": \"bc220fb55979c5c38d6ed92281d63c07ab4c376edb5632dcd949c14fa49a3186\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-5.0.0-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-5.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tm-azurefidalgo@microsoft.com\",\n + \ \"name\": \"DevCenter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"5.0.0\"\n + \ },\n \"sha256Digest\": \"873ce4ec274710a361ba2a6bf93d8820949d955bf4386881d9a37ed87bb0d054\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-5.0.1-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-5.0.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tm-azurefidalgo@microsoft.com\",\n + \ \"name\": \"DevCenter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"5.0.1\"\n + \ },\n \"sha256Digest\": \"f90caa530ef9a11d0e4706b94a860edca419205d4a528dab72859dd6d7870b9c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-6.0.0-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-6.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tm-azurefidalgo@microsoft.com\",\n + \ \"name\": \"DevCenter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"6.0.0\"\n + \ },\n \"sha256Digest\": \"1331bb5b734b235112663719512170e141f93ad990a4c09503839c707f117493\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-6.0.1-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-6.0.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tm-azurefidalgo@microsoft.com\",\n + \ \"name\": \"DevCenter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"6.0.1\"\n + \ },\n \"sha256Digest\": \"25e3dcdc9cb83243ceb2ed6a6dedc227953c06cb610ba95c84ddec0f7503224f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-6.1.0-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-6.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tm-azurefidalgo@microsoft.com\",\n + \ \"name\": \"DevCenter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"6.1.0\"\n + \ },\n \"sha256Digest\": \"39a5a38c0bf86eed8ab14617710af1ae5122894ae7a9adab7c75e0ed9c5bc81e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-6.2.0-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-6.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.67.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tm-azurefidalgo@microsoft.com\",\n + \ \"name\": \"DevCenter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"6.2.0\"\n + \ },\n \"sha256Digest\": \"24f4feb0eabc0f53a38f2ffb7b837077d8d6b94360d68fc3867f02e98e0f70b7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-6.2.1-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-6.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.67.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tm-azurefidalgo@microsoft.com\",\n + \ \"name\": \"DevCenter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"6.2.1\"\n + \ },\n \"sha256Digest\": \"0e1cb6fb3752e4be16621f11ffe615bd9351edaed1c8cf6e0f8b8b740a4fe2a9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-6.2.2-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-6.2.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.67.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tm-azurefidalgo@microsoft.com\",\n + \ \"name\": \"DevCenter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"6.2.2\"\n + \ },\n \"sha256Digest\": \"9143bf8940a10a95ae8641641f715f4ecfbefd1c23779f74b6d1c0a7f1e32bba\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-6.2.3-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-6.2.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.67.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tm-azurefidalgo@microsoft.com\",\n + \ \"name\": \"DevCenter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"6.2.3\"\n + \ },\n \"sha256Digest\": \"c34204db960a694b6bb47cc4c419f6944402f149d739991b3cc87673392101fc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-7.0.0-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-7.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.67.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tm-azurefidalgo@microsoft.com\",\n + \ \"name\": \"DevCenter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"7.0.0\"\n + \ },\n \"sha256Digest\": \"510806911449dd618f293dda80c6f9df708a0ff03576affae99ff82b5dd5b8ad\"\n + \ }\n ],\n \"diskpool\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/diskpool-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"diskpool-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/diskpool\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"diskpool\",\n \"summary\": \"Microsoft Azure Command-Line + Tools StoragePoolManagement Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"2afc595664b0fc616e62f8de28cebbca72d8f27dff02a8ed8cfff58dd62d571f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/diskpool-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"diskpool-0.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/diskpool\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"diskpool\",\n \"summary\": \"Microsoft Azure Command-Line + Tools StoragePoolManagement Extension\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"d65e6f09c39461b78f052eec22eaf239b1d988aa63f3927470b74d28d0b2f95b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/diskpool-0.1.2-py3-none-any.whl\",\n + \ \"filename\": \"diskpool-0.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/diskpool\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"diskpool\",\n \"summary\": \"Microsoft Azure Command-Line + Tools StoragePoolManagement Extension\",\n \"version\": + \"0.1.2\"\n },\n \"sha256Digest\": \"3ffe1291c8c7132a9caf77e66105027ae8a980c92ad757b0195c3f51090c3e6a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/diskpool-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"diskpool-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/diskpool\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"diskpool\",\n \"summary\": \"Microsoft Azure Command-Line + Tools StoragePoolManagement Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"9ae6aaea85a17529da2a4e51c2ba2aba55b4b26816d5618eafd0f9fdc43b67b7\"\n + \ }\n ],\n \"dms-preview\": [\n {\n \"downloadUrl\": + \"https://azcliorcas.blob.core.windows.net/azclipath/dms_preview-0.11.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"dms_preview-0.11.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.43\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"arpavlic@microsoft.com\",\n + \ \"name\": \"Artyom Pavlichenko\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/dms-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dms-preview\",\n \"summary\": \"Support for new Database + Migration Service scenarios.\",\n \"version\": \"0.11.0\"\n + \ },\n \"sha256Digest\": \"ef19e5c19976506a8f8910ec04bc785ebeffb5a4c8764047e4e4d42f812b0845\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/dms_preview-0.12.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"dms_preview-0.12.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.43\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"arpavlic@microsoft.com\",\n + \ \"name\": \"Artyom Pavlichenko\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/dms-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dms-preview\",\n \"summary\": \"Support for new Database + Migration Service scenarios.\",\n \"version\": \"0.12.0\"\n + \ },\n \"sha256Digest\": \"5e2fd9a8e413fd13a280fbba9964658a5569af2e49e802bd12116ec01e5dd0ae\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dms_preview-0.13.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"dms_preview-0.13.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.43\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"arpavlic@microsoft.com\",\n + \ \"name\": \"Artyom Pavlichenko\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/dms-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dms-preview\",\n \"summary\": \"Support for new Database + Migration Service scenarios.\",\n \"version\": \"0.13.0\"\n + \ },\n \"sha256Digest\": \"c7d127332825d5f93c83ecfb3c46e9415e3cb0e4cee2c953287918b02757bc0c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dms_preview-0.14.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"dms_preview-0.14.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.43\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"arpavlic@microsoft.com\",\n + \ \"name\": \"Artyom Pavlichenko\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/dms-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dms-preview\",\n \"summary\": \"Support for new Database + Migration Service scenarios.\",\n \"version\": \"0.14.0\"\n + \ },\n \"sha256Digest\": \"77680dfecb50e2a017314ff2b5f2e0340fec73f225b41f5668abc561aed088cd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dms_preview-0.15.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"dms_preview-0.15.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.27.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"arpavlic@microsoft.com\",\n + \ \"name\": \"Artyom Pavlichenko\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/dms-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dms-preview\",\n \"summary\": \"Support for new Database + Migration Service scenarios.\",\n \"version\": \"0.15.0\"\n + \ },\n \"sha256Digest\": \"556c145c03b8d529d8e77f7b35702fb8de382891635e858f928117f33688ee9c\"\n + \ }\n ],\n \"dnc\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/dnc-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"dnc-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/dnc\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dnc\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DNC Extension\",\n \"version\": \"0.1.0\"\n },\n + \ \"sha256Digest\": \"5398ed171b49fe0d27307caec0f6bf2f6310da0b877b5f3b6d8a0fd6e7f50cbe\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dnc-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"dnc-0.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/dnc\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dnc\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DNC Extension\",\n \"version\": \"0.1.1\"\n },\n + \ \"sha256Digest\": \"7d34527aec383a227d1183eea2ecb9d9aaa0642acf9ef206c2f3e6aab72d86b3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dnc-0.1.2-py3-none-any.whl\",\n + \ \"filename\": \"dnc-0.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/dnc\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dnc\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DNC Extension\",\n \"version\": \"0.1.2\"\n },\n + \ \"sha256Digest\": \"fa59bf6e597c17a93f3b8c4390f34629b86c8301c74974e5168d99d8dc464892\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dnc-0.1.3-py3-none-any.whl\",\n + \ \"filename\": \"dnc-0.1.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/dnc\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dnc\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DNC Extension\",\n \"version\": \"0.1.3\"\n },\n + \ \"sha256Digest\": \"237f362908d8deda9f797fb619226cb5a33c3e1c8740e37b3b24db53ddb76c74\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dnc-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"dnc-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dnc\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dnc\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Dnc Extension.\",\n \"version\": \"0.2.0\"\n },\n + \ \"sha256Digest\": \"3c58a81f60b49ab7fc0cbe4950cef1ec847788aaa2c2d24cf345ee11b9f0d450\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dnc-0.2.1-py3-none-any.whl\",\n + \ \"filename\": \"dnc-0.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dnc\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dnc\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Dnc Extension.\",\n \"version\": \"0.2.1\"\n },\n + \ \"sha256Digest\": \"e38474ca9b28bed5dde388cf73dff9e3504825032b03c5bf8930c25caf292026\"\n + \ }\n ],\n \"dns-resolver\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/dns_resolver-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"dns_resolver-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dns-resolver\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dns-resolver\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DnsResolverManagementClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"4537129127c2e4efc69909c5769753d3f8213d5e3eef9c4d42282d4e011905d8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dns_resolver-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"dns_resolver-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.39.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dns-resolver\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dns-resolver\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DnsResolverManagementClient Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"1c4bb8216e509c2f08fa75c45930ec377768326f30cb9ab125842aa9352c6e2e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dns_resolver-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"dns_resolver-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dns-resolver\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dns-resolver\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DnsResolverManagementClient Extension\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"0dd4ea72e353553f20545caff2578fcb762a9e2637a456a633511108e2ec00e3\"\n + \ }\n ],\n \"durabletask\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/durabletask-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"durabletask-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/durabletask\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"durabletask\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Durabletask Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"d7a929b294928df79d8312fbf6af72c5d928e304c4a7b37daf3ff772667dfb25\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/durabletask-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"durabletask-1.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.67.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/durabletask\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"durabletask\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Durabletask Extension.\",\n \"version\": \"1.0.0b2\"\n + \ },\n \"sha256Digest\": \"96557323768a0ebc5929474f8a32c49a1da07ff058ec997d059626d20d792229\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/durabletask-1.0.0b3-py3-none-any.whl\",\n + \ \"filename\": \"durabletask-1.0.0b3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.67.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/durabletask\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"durabletask\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Durabletask Extension.\",\n \"version\": \"1.0.0b3\"\n + \ },\n \"sha256Digest\": \"22d42b9a46414a2c91d76f8589ecfa5bb5ef121c3015e48a37114fbd5c1d44af\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/durabletask-1.0.0b4-py3-none-any.whl\",\n + \ \"filename\": \"durabletask-1.0.0b4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.70.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/durabletask\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"durabletask\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Durabletask Extension.\",\n \"version\": \"1.0.0b4\"\n + \ },\n \"sha256Digest\": \"2fe82297273897f49bb449179664ae2df56fb689552713baf19fc4ce5fd81f56\"\n + \ }\n ],\n \"dynatrace\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/dynatrace-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"dynatrace-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.41.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dynatrace\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dynatrace\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Dynatrace Extension.\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"112a7e423461d1b6f7c385fe8b73b4f2b850e2570c35a54a4bbcc2e87afec661\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dynatrace-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"dynatrace-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dynatrace\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dynatrace\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Dynatrace Extension.\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"81a08ebad9d9305fc96f58030fe1336553c46150ebd9cdb9febbe050baa4664c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dynatrace-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"dynatrace-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dynatrace\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dynatrace\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Dynatrace Extension.\",\n \"version\": \"1.1.0\"\n + \ },\n \"sha256Digest\": \"091f40d8764245bcb9667e422d4dd372114c9f00a72a080f9c8ef92b43c518d6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dynatrace-1.1.1-py3-none-any.whl\",\n + \ \"filename\": \"dynatrace-1.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.70.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dynatrace\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dynatrace\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Dynatrace Extension.\",\n \"version\": \"1.1.1\"\n + \ },\n \"sha256Digest\": \"b83a9370bac7092ad2853ec2325dc6acc58b5e3186aaf076a1f68b0ab9f286f8\"\n + \ }\n ],\n \"edgeorder\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/edgeorder-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"edgeorder-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/edgeorder\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"edgeorder\",\n \"summary\": \"Microsoft Azure Command-Line + Tools EdgeOrderManagementClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"186a06d0f8603f7e0faeed5296ecc73bf1096e0d681acea42d5ebccc1670357b\"\n + \ }\n ],\n \"edgezones\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/edgezones-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"edgezones-1.0.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/edgezones\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"edgezones\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Edgezones Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"98f1b962dcbb078cfb8cd12d40a58d01bcc37db441570f84e293ba0ba52c6c08\"\n + \ }\n ],\n \"elastic\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/elastic-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"elastic-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/elastic\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"elastic\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MicrosoftElastic Extension\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"bcc9f3d37aa7a73a57899873c1f4ed3baa7d5d80e98f8ac74cdbc993ea939215\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/elastic-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"elastic-1.0.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/elastic\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"elastic\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MicrosoftElastic Extension\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"7e3bac2488c82cfc6a0809643be222cb4d765b65ddef760b04e1bfef6bf653b6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/elastic-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"elastic-1.0.0b2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/elastic\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"elastic\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MicrosoftElastic Extension\",\n \"version\": \"1.0.0b2\"\n + \ },\n \"sha256Digest\": \"1d99dbcc10b99185b4cd9b64a8835d80b424226e5cf5d40b3e3ae1d435532657\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/elastic-1.0.0b3-py3-none-any.whl\",\n + \ \"filename\": \"elastic-1.0.0b3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/elastic\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"elastic\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MicrosoftElastic Extension\",\n \"version\": \"1.0.0b3\"\n + \ },\n \"sha256Digest\": \"2f3ae430d3c34dd4007c8c5a8374963568cc23558872464242811cc5a26e2de7\"\n + \ }\n ],\n \"elastic-san\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/elastic_san-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"elastic_san-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.40.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/elastic-san\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"elastic-san\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ElasticSan Extension.\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"eda91cb50484637810d1aa9177affbe4bb2008ef1072497414ddcc4cde558fdf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/elastic_san-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"elastic_san-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.50.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/elastic-san\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"elastic-san\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ElasticSan Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"61e661066fdbcab54335f028748a81b6dd45d48a41c86ab99cbf69386181eb08\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/elastic_san-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"elastic_san-1.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/elastic-san\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"elastic-san\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ElasticSan Extension.\",\n \"version\": \"1.0.0b2\"\n + \ },\n \"sha256Digest\": \"6d2f1247ae78e431d4834989df581cd21241d16b97071bf672fb8b71ee3ad702\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/elastic_san-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"elastic_san-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/elastic-san\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"elastic-san\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ElasticSan Extension.\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"f7665c05f0e14785d15b199cd798f3f91b55bc974d5f438957dd7b36690da6c2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/elastic_san-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"elastic_san-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/elastic-san\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"elastic-san\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ElasticSan Extension.\",\n \"version\": \"1.1.0\"\n + \ },\n \"sha256Digest\": \"aba0ea3f82a551b98a797bce90df3e580493bbeb9a19fb4dc3dac20bdae92f34\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/elastic_san-1.2.0b1-py3-none-any.whl\",\n + \ \"filename\": \"elastic_san-1.2.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/elastic-san\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"elastic-san\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ElasticSan Extension.\",\n \"version\": \"1.2.0b1\"\n + \ },\n \"sha256Digest\": \"52fb72b1dc50b134ce964488edec554c7d8449f841e47d8b355d9f1ac710ce60\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/elastic_san-1.2.0b2-py3-none-any.whl\",\n + \ \"filename\": \"elastic_san-1.2.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.67.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/elastic-san\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"elastic-san\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ElasticSan Extension.\",\n \"version\": \"1.2.0b2\"\n + \ },\n \"sha256Digest\": \"0b045339d7c4cc0e7668c49f802984ddb959ee4eaa8c2b05b8d1fbc2aa725890\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/elastic_san-1.2.0b3-py3-none-any.whl\",\n + \ \"filename\": \"elastic_san-1.2.0b3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.70.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/elastic-san\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"elastic-san\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ElasticSan Extension.\",\n \"version\": \"1.2.0b3\"\n + \ },\n \"sha256Digest\": \"ce347d6b7c1b60db54334b61256c9924d4546ab58dfcefb139b7cf9ea3d2339a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/elastic_san-1.3.0-py3-none-any.whl\",\n + \ \"filename\": \"elastic_san-1.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.70.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/elastic-san\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"elastic-san\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ElasticSan Extension.\",\n \"version\": \"1.3.0\"\n + \ },\n \"sha256Digest\": \"6355e5b09697de78b12fd01e10d695b9f036ac5c0b4c8c28c0673ba6dd4ea0ec\"\n + \ }\n ],\n \"eventgrid\": [\n {\n \"downloadUrl\": + \"https://eventgridcliextension.blob.core.windows.net/cli/eventgrid-0.4.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"eventgrid-0.4.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ahamad@microsoft.com\",\n + \ \"name\": \"Ashraf Hamad.\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"eventgrid\",\n \"summary\": \"Microsoft Azure Command-Line + Tools EventGrid Command Module.\",\n \"version\": \"0.4.4\"\n + \ },\n \"sha256Digest\": \"c91ac92ab27a7127c9def51e096f749986b57acf209b357eaf1494d3dbfb33f9\"\n + \ },\n {\n \"downloadUrl\": \"https://eventgridcliextension.blob.core.windows.net/cli/eventgrid-0.4.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"eventgrid-0.4.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"rgrandhi@microsoft.com\",\n + \ \"name\": \"Ramesh Grandhi.\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"eventgrid\",\n \"summary\": \"Microsoft Azure Command-Line + Tools EventGrid Command Module.\",\n \"version\": \"0.4.6\"\n + \ },\n \"sha256Digest\": \"6ef9f9cf895b5dcdf9a38c2490a0c81e8254de4302dc7139fb6a4fcf2203318d\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/eventgrid-0.4.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"eventgrid-0.4.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ahamad@microsoft.com\",\n + \ \"name\": \"Ashraf Hamad.\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"eventgrid\",\n \"summary\": \"Microsoft Azure Command-Line + Tools EventGrid Command Module.\",\n \"version\": \"0.4.7\"\n + \ },\n \"sha256Digest\": \"f1bff60574d25ccc04eb2038081771b626651d144d9ab01be2b7410e1b02f56a\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/eventgrid-0.4.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"eventgrid-0.4.8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ahamad@microsoft.com\",\n + \ \"name\": \"Ashraf Hamad.\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"eventgrid\",\n \"summary\": \"Microsoft Azure Command-Line + Tools EventGrid Command Module.\",\n \"version\": \"0.4.8\"\n + \ },\n \"sha256Digest\": \"8f307569c920e1b75d4b6dfb47ad80c0cd49bf54a3a65139b57edff8a4776d45\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/eventgrid-0.4.9-py2.py3-none-any.whl\",\n + \ \"filename\": \"eventgrid-0.4.9-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ahamad@microsoft.com\",\n + \ \"name\": \"Ashraf Hamad.\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"eventgrid\",\n \"summary\": \"Microsoft Azure Command-Line + Tools EventGrid Command Module.\",\n \"version\": \"0.4.9\"\n + \ },\n \"sha256Digest\": \"1682f61dbb8350611dfeb1f2486158732264eeb35e22af8d7daf39839a720839\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/eventgrid-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"eventgrid-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ahamad@microsoft.com\",\n + \ \"name\": \"Ashraf Hamad.\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/eventgrid\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"eventgrid\",\n \"summary\": \"Microsoft Azure Command-Line + Tools EventGrid Command Module.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"662ca2a381efcf821a16648ff3b89edbe21f4e9887e18ffa7ee0dbbaf0332ede\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/eventgrid-1.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"eventgrid-1.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ahamad@microsoft.com\",\n + \ \"name\": \"Ashraf Hamad.\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/eventgrid\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"eventgrid\",\n \"summary\": \"Microsoft Azure Command-Line + Tools EventGrid Command Module.\",\n \"version\": \"1.0.0b2\"\n + \ },\n \"sha256Digest\": \"c7d43d2435c7122739a59552129871fb81e833b7711396ffd1b6f2f3bf578868\"\n + \ }\n ],\n \"express-route-cross-connection\": [\n + \ {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/express_route_cross_connection-0.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"express_route_cross_connection-0.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.41\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/express-route-cross-connection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"express-route-cross-connection\",\n \"summary\": \"Manage + customer ExpressRoute circuits using an ExpressRoute cross-connection.\",\n + \ \"version\": \"0.1.1\"\n },\n \"sha256Digest\": + \"b83f723baae0ea04557a87f358fa2131baf15d45cd3aba7a9ab42d14ec80df38\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/express_route_cross_connection-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"express_route_cross_connection-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/express-route-cross-connection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"express-route-cross-connection\",\n \"summary\": \"Microsoft + Azure Command-Line Tools ExpressRouteCrossConnection Extension.\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"c7599b77f636f01718a847fe4f5ad970e1d3f30aeaf559d69c27f0f6b06797cd\"\n + \ }\n ],\n \"firmwareanalysis\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/firmwareanalysis-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"firmwareanalysis-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.55.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/firmwareanalysis\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"firmwareanalysis\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Firmwareanalysis Extension.\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"1c3df1441de76edb08bed05ac279dd2b02bd6fab68a0b9a495dfd7ecce3e92cb\"\n + \ }\n ],\n \"fleet\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"fleet-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.37.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"0.1.0\"\n },\n + \ \"sha256Digest\": \"d3f3a3ac441de4c52684ad3afb55fa7008d2796b226139be11fb73f314ef2207\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"fleet-0.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.39.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"0.1.1\"\n },\n + \ \"sha256Digest\": \"b885481b31de89103b7ceb94770bdbb561f9ad086574ba68b09bd53e5f9e08ed\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"fleet-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.39.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"0.2.0\"\n },\n + \ \"sha256Digest\": \"bbcad15099156a964fcfe102670b7b75531da74de29b960518b868ab78d4f45f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-0.2.1-py3-none-any.whl\",\n + \ \"filename\": \"fleet-0.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.39.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"0.2.1\"\n },\n + \ \"sha256Digest\": \"880d6a3596534a1f06c7d98d8e14030f43d5e6194430705b9261d31262f01f73\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-0.2.2-py3-none-any.whl\",\n + \ \"filename\": \"fleet-0.2.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"0.2.2\"\n },\n + \ \"sha256Digest\": \"7f52b16d4e2d2b8e97be00fa20b1c1756d439c771de294664e0ff4efefdd5c27\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-0.2.3-py3-none-any.whl\",\n + \ \"filename\": \"fleet-0.2.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"0.2.3\"\n },\n + \ \"sha256Digest\": \"cdefbe422d0787803f35a8ae9fb7f64ab911a674855bd442df61b26f8b3f8fc7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-0.2.4-py3-none-any.whl\",\n + \ \"filename\": \"fleet-0.2.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"0.2.4\"\n },\n + \ \"sha256Digest\": \"2db0908b72d78c62b826ce24bd8b9f1a7ad8ebe56a8b94c6e687103e147f22f3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-0.2.6-py3-none-any.whl\",\n + \ \"filename\": \"fleet-0.2.6-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"0.2.6\"\n },\n + \ \"sha256Digest\": \"42c5dba49c7740f19315334f598bcef206222ea3e7cf8e43efc6f4a1d9131de4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-0.2.7-py3-none-any.whl\",\n + \ \"filename\": \"fleet-0.2.7-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"0.2.7\"\n },\n + \ \"sha256Digest\": \"ffb469e8d94f55507a56742cc432fcf17cfe286bb016a683015e0ca95fcdf72f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"fleet-0.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"0.3.0\"\n },\n + \ \"sha256Digest\": \"d86415fc9ee7bab9835ee34f1bc526fb411b0225cd055acdf3bf2f92ed9b6c8d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"fleet-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"faa616540c78cf2f5a5b50668d9dcf446ef4fd42ba6b791e4e3d7a6e538dfbd8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"fleet-1.0.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"1.0.1\"\n },\n + \ \"sha256Digest\": \"6c083a77e26293d51b3d4063cbaa2e6c3d5dace142278bbf36474015c58a21bf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-1.0.2-py3-none-any.whl\",\n + \ \"filename\": \"fleet-1.0.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"1.0.2\"\n },\n + \ \"sha256Digest\": \"ed2594f6deb93be770f9d0ae9379260795ae4e3da323d300ad88f1be0764f70b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-1.0.3-py3-none-any.whl\",\n + \ \"filename\": \"fleet-1.0.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"1.0.3\"\n },\n + \ \"sha256Digest\": \"cd93b819d0a8c1ab50f4aec00b31623fd01040362c4cd633a89ba03fc894eb73\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-1.0.4-py3-none-any.whl\",\n + \ \"filename\": \"fleet-1.0.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"1.0.4\"\n },\n + \ \"sha256Digest\": \"2aac868e3dd298759f38bb941105b031fa6a5d6d9c2b72d0c1467045115e2c41\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-1.0.5-py3-none-any.whl\",\n + \ \"filename\": \"fleet-1.0.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"1.0.5\"\n },\n + \ \"sha256Digest\": \"dca1261a36ae06aa4d6a61b2c070f56c0a2bedff6023e2063bad8b678456cb26\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"fleet-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"1.1.0\"\n },\n + \ \"sha256Digest\": \"aef2ad74e99cdd5c0adacffc2470b5807c2e8ffb6405709f41a07dc8ea53c850\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-1.1.1-py3-none-any.whl\",\n + \ \"filename\": \"fleet-1.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"1.1.1\"\n },\n + \ \"sha256Digest\": \"36b85eba90e306593595955c8663426f0c9e377719d179b0a2118b97403c3651\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-1.1.2-py3-none-any.whl\",\n + \ \"filename\": \"fleet-1.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"1.1.2\"\n },\n + \ \"sha256Digest\": \"d0d2cf188da6a2f72ebc335d1ff82827c84a4965e23188e3408c85b90e2131dc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-1.2.0-py3-none-any.whl\",\n + \ \"filename\": \"fleet-1.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"1.2.0\"\n },\n + \ \"sha256Digest\": \"6e9504f22893636a14990955bfb731e77a2f681b100f2cb20cc2455ce15a2b8b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-1.2.1-py3-none-any.whl\",\n + \ \"filename\": \"fleet-1.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"1.2.1\"\n },\n + \ \"sha256Digest\": \"d7e3525249c0c4e5ae0988500e36847b4363d734f7b16e7a0f9a9e54623081ae\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-1.2.2-py3-none-any.whl\",\n + \ \"filename\": \"fleet-1.2.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"1.2.2\"\n },\n + \ \"sha256Digest\": \"76bd826b8200e6fa955cc4db8ad66b64af156cb6cb1690e5f1af7dba1cbb3b58\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-1.3.0-py3-none-any.whl\",\n + \ \"filename\": \"fleet-1.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"1.3.0\"\n },\n + \ \"sha256Digest\": \"411fbf4bef6f1495218f03907a2157e7d269bfa7da966c99b73627d1c96c95ff\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-1.4.0-py3-none-any.whl\",\n + \ \"filename\": \"fleet-1.4.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"1.4.0\"\n },\n + \ \"sha256Digest\": \"1d83a9000c879ff1a9a2bff2ea23183ab61e342713dfedb662345593b1658438\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-1.5.0-py3-none-any.whl\",\n + \ \"filename\": \"fleet-1.5.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"1.5.0\"\n },\n + \ \"sha256Digest\": \"1bfb6fe472917f33b4c6bd5cfbd9767e94b31cf794bf1cd4546b67f933599185\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-1.5.1-py3-none-any.whl\",\n + \ \"filename\": \"fleet-1.5.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"1.5.1\"\n },\n + \ \"sha256Digest\": \"9b3bd2ef29f1eea98cd60e291dac641a387beea1ce068764739e5df8f529c666\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-1.5.2-py3-none-any.whl\",\n + \ \"filename\": \"fleet-1.5.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"1.5.2\"\n },\n + \ \"sha256Digest\": \"a2c85f2bc1b8344092371b9c0247b8e9cb0a9f0e1e441bcead01b68062c26eaf\"\n + \ }\n ],\n \"fluid-relay\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/fluid_relay-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"fluid_relay-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.39.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fluid-relay\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fluid-relay\",\n \"summary\": \"Microsoft Azure Command-Line + Tools FluidRelay Extension.\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"9217666f8134a38e09aeda905e7cc83994332a5ab563ec8935b9ff6c91563e8c\"\n + \ }\n ],\n \"footprint\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/footprint-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"footprint-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/footprint\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"footprint\",\n \"summary\": \"Microsoft Azure Command-Line + Tools FootprintMonitoringManagementClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"69b0e9a19682f12c67af509071177e442349e1e2ae2f07f1e15d5a3f4136aa95\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/footprint-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"footprint-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/footprint\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"footprint\",\n \"summary\": \"Microsoft Azure Command-Line + Tools FootprintMonitoringManagementClient Extension\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"4aa59288bf46cfd68519f1f7f63d3e33af16d80632b84c283cc7152129260b2c\"\n + \ }\n ],\n \"front-door\": [\n {\n \"downloadUrl\": + \"https://azurecliafd.blob.core.windows.net/azure-cli-extension/front_door-1.0.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.0.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.68\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.0.2\"\n },\n + \ \"sha256Digest\": \"a009045bab5dec0dfcd9715e2993ed0fa7a59b4bc6633d388415f482ed9cbc46\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/front_door-1.0.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.0.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.68\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.0.3\"\n },\n + \ \"sha256Digest\": \"e483de77921937c210e03ed32e161d0384f162c8b253bd03fe8da1927b4160d7\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/front_door-1.0.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.0.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.68\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.0.4\"\n },\n + \ \"sha256Digest\": \"49f509e8b56f4a1ef1870bac7273376df5e7fbfe1c25e10cf236e9448d66683c\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/front_door-1.0.5-py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.0.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.0.68\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.0.5\"\n },\n + \ \"sha256Digest\": \"cd55a87740de19cbd66444bdb398fd4a64115aeff92d52d2704a19ea2f083c60\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/front_door-1.0.6-py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.0.6-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.0.68\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.0.6\"\n },\n + \ \"sha256Digest\": \"fbf965d7146884a87f481138dc06153dc95fd486f9dfeb40c1f11ce4667e203e\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/front_door-1.0.7-py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.0.7-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.0.68\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.0.7\"\n },\n + \ \"sha256Digest\": \"9a97ac67c089d1e3a753fa55fa80e44b8f8a89bcae42442c19e34b035ae96231\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/front_door-1.0.8-py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.0.8-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.0.68\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.0.8\"\n },\n + \ \"sha256Digest\": \"ccc7b5eba917945af589fed41dd6435eb1fe96385ae0a80c1b3bbb4db03b77a5\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/front_door-1.0.9-py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.0.9-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.0.68\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.0.9\"\n },\n + \ \"sha256Digest\": \"064aa0c647e0dd320fd1eba50257387fd27e125838a2cf5b58121cc1c5eefc45\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/front_door-1.0.11-py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.0.11-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.0.68\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.0.11\"\n },\n + \ \"sha256Digest\": \"7f9ea186e512e6a81f3199a18cd19b5065cf9f17faedacd2936e24350ee7be14\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/front_door-1.0.12-py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.0.12-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.0.68\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.0.12\"\n },\n + \ \"sha256Digest\": \"89e7bbdb13a1afbccd285e9ae8868176cb990632eb85ce1202f23eb5b32f5e80\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/front_door-1.0.13-py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.0.13-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.0.68\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.0.13\"\n },\n + \ \"sha256Digest\": \"cc22cdd23bae7f03121c04910a02536bba7e685183fb747499d4d355135bb57c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/front_door-1.0.14-py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.0.14-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.0.68\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.0.14\"\n },\n + \ \"sha256Digest\": \"bca02f32e3a322de8cf29be1a2c255897ede3a34ee620dcc1871f1dbb6019ff1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/front_door-1.0.15-py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.0.15-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.0.68\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.0.15\"\n },\n + \ \"sha256Digest\": \"8673a26f16f0d5b96f217d69f1f2c7588105c56c7e5e53c9a1f6f36b7d9edcff\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/front_door-1.0.16-py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.0.16-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.0.68\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.0.16\"\n },\n + \ \"sha256Digest\": \"49727e1a4e61e74763c3905e4b9b5cfee8baa3ef4be628ccb6cf7e6a8d08ce1b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/front_door-1.0.17-py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.0.17-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.0.68\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.0.17\"\n },\n + \ \"sha256Digest\": \"20996a4d864963451572b71fecf4906f3e7fe8f403a651a1d1e98363df63d095\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/front_door-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.1.0\"\n },\n + \ \"sha256Digest\": \"9772792c3aac8738592bafa04965a27bc1131512d06f1023fdf663154070a3e7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/front_door-1.1.1-py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.1.1\"\n },\n + \ \"sha256Digest\": \"3f3dd05dd0fce357dd0c7c6ba886a7f1bb37096a0d2d5dc0decf057431819ea4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/front_door-1.2.0-py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.2.0\"\n },\n + \ \"sha256Digest\": \"232ba7b2cd24240d4e86d820e5fa78a11143b3a624ed953a3451210500edfbe0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/front_door-1.2.1-py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.2.1\"\n },\n + \ \"sha256Digest\": \"ec04839766ddbd2b0481a32f6cd737de88226688f91b21e08a8b193b159df33c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/front_door-1.3.0-py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.67.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.3.0\"\n },\n + \ \"sha256Digest\": \"9095e93e4f087e115b55b227c5a04babcf78fe7cf2c5a96f559424437ecf4d19\"\n + \ }\n ],\n \"functionapp\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/functionapp-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"functionapp-0.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.46\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"grzuber@microsoft.com\",\n \"name\": + \"Graham Zuber\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/functionapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"functionapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-functions-devops-build (~=0.0.22)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Additional commands for Azure Functions.\",\n + \ \"version\": \"0.1.0\"\n },\n \"sha256Digest\": + \"0de3812d31b3581a333e64e32807cae7ca734a6d369180bfe21b91ee3ea105ed\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/functionapp-0.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"functionapp-0.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.46\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"grzuber@microsoft.com\",\n \"name\": + \"Graham Zuber\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/functionapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"functionapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-functions-devops-build (~=0.0.22)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Additional commands for Azure Functions.\",\n + \ \"version\": \"0.1.1\"\n },\n \"sha256Digest\": + \"9b49a2bf31e2183a122e9a8b83c782e3f7b5d1db5a5df9037219b52dec8aedaf\"\n }\n + \ ],\n \"fzf\": [\n {\n \"downloadUrl\": + \"https://pahealyfzf.blob.core.windows.net/fzf/fzf-1.0.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"fzf-1.0.2-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.isPreview\": + false,\n \"azext.maxCliCoreVersion\": \"2.99.0\",\n \"azext.minCliCoreVersion\": + \"2.9.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"patrick.healy@microsoft.com\",\n + \ \"name\": \"Patrick W. Healy\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/phealy/azure-cli-fzf\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fzf\",\n \"summary\": \"Microsoft Azure Command-Line + Tools fzf Extension\",\n \"version\": \"1.0.2\"\n },\n + \ \"sha256Digest\": \"84abeed03b4bbfa7b8c0be08d9366ff3040e2160df4f5a539f0e1c9e0a1c359c\"\n + \ }\n ],\n \"gallery-service-artifact\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/gallery_service_artifact-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"gallery_service_artifact-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"team-josrom@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/gallery-service-artifact\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"gallery-service-artifact\",\n \"summary\": \"Microsoft + Azure Command-Line Tools GalleryServiceArtifact Extension.\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"3f30e3e8e7e678fd9ab91b2261fb918a303cd382626509d3f00e86f1967750c6\"\n + \ }\n ],\n \"graphservices\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/graphservices-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"graphservices-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/graphservices\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"graphservices\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Graphservices Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"8aeda3901e944b038f4e812b0b7099798d2bd82d55e03e785017a504c14583e5\"\n + \ }\n ],\n \"guestconfig\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/guestconfig-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"guestconfig-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/guestconfig\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"guestconfig\",\n \"summary\": \"Microsoft Azure Command-Line + Tools GuestConfigurationClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"0cf21ef88d49458157dae77e5bb25dfdfff8c12e76d15a19d468b408f4ab61c5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/guestconfig-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"guestconfig-0.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/guestconfig\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"guestconfig\",\n \"summary\": \"Microsoft Azure Command-Line + Tools GuestConfigurationClient Extension\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"94836a5d21ee1071cd40b163d2c80c32a6a81b9dc85d91371f7e4fb35141e273\"\n + \ }\n ],\n \"hack\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/hack-0.4.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"hack-0.4.3-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"Programming Language + :: Python :: 3.9\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"chrhar@microsoft.com\",\n \"name\": \"Christopher + Harrison\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/hack\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"hack\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Hack Extension\",\n \"version\": \"0.4.3\"\n },\n + \ \"sha256Digest\": \"f9e600457e3a9fffc3235a7b30176d9f0a7f4d39ac01ea3e2668bcbdee6398a6\"\n + \ }\n ],\n \"hardware-security-modules\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/hardware_security_modules-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"hardware_security_modules-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"hardware-security-modules\",\n \"summary\": \"Microsoft + Azure Command-Line Tools AzureDedicatedHSMResourceProvider Extension\",\n + \ \"version\": \"0.1.0\"\n },\n \"sha256Digest\": + \"dafa526a4bce243940432e91f6f28d2254bdcc1a90eaa0f097493f9d79a23b36\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/hardware_security_modules-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"hardware_security_modules-0.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/hardware-security-modules\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"hardware-security-modules\",\n \"summary\": \"Microsoft + Azure Command-Line Tools AzureDedicatedHSMResourceProvider Extension\",\n + \ \"version\": \"0.2.0\"\n },\n \"sha256Digest\": + \"ac4a10e2cc64a4d0818e48ffbcddfeb4307dd56b8875bc01c02687d473c9fe9b\"\n }\n + \ ],\n \"hdinsightonaks\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/hdinsightonaks-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"hdinsightonaks-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/hdinsightonaks\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"hdinsightonaks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Hdinsightonaks Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"566c30d67d6b524ac25f77342121e0e7a6ed4ab0af561fcc6e94b0629a03f40c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/hdinsightonaks-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"hdinsightonaks-1.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/hdinsightonaks\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"hdinsightonaks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Hdinsightonaks Extension.\",\n \"version\": \"1.0.0b2\"\n + \ },\n \"sha256Digest\": \"c323291952f9ec6014af5f760b26860bd8029aa04cc226fd5996f20726641c59\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/hdinsightonaks-1.0.0b3-py3-none-any.whl\",\n + \ \"filename\": \"hdinsightonaks-1.0.0b3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/hdinsightonaks\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"hdinsightonaks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Hdinsightonaks Extension.\",\n \"version\": \"1.0.0b3\"\n + \ },\n \"sha256Digest\": \"f549b85107b7b83ff64fcfa5c90a5d7e900a5ea2efe76eec9b1f81689e58c365\"\n + \ }\n ],\n \"healthbot\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/healthbot-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"healthbot-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/healthbot\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"healthbot\",\n \"summary\": \"Microsoft Azure Command-Line + Tools HealthbotClient Extension\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"9134fad2511516e714a5db346d63865af0badf0599ade3f1c15faca0055585a3\"\n + \ }\n ],\n \"healthcareapis\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/healthcareapis-0.1.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"healthcareapis-0.1.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"healthcareapis\",\n \"summary\": \"Microsoft Azure Command-Line + Tools HealthCareApis Extension\",\n \"version\": \"0.1.3\"\n + \ },\n \"sha256Digest\": \"2bc0f7c9642cb0afe682218761205d2b7ffe842a397fd679ad462506f2846ce0\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/healthcareapis-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"healthcareapis-0.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"healthcareapis\",\n \"summary\": \"Microsoft Azure Command-Line + Tools HealthcareApisManagementClient Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"460655a4287a7e4ecf69fac32c95628df9ce776a802f061a81f54f7d89aca0ba\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/healthcareapis-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"healthcareapis-0.3.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/healthcareapis\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"healthcareapis\",\n \"summary\": \"Microsoft Azure Command-Line + Tools HealthcareApisManagementClient Extension\",\n \"version\": + \"0.3.0\"\n },\n \"sha256Digest\": \"6dcb79765e87026db4f6e09f4a85e9d6a523fb9928a5586c3cb5e16cc1e1f3be\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/healthcareapis-0.3.1-py3-none-any.whl\",\n + \ \"filename\": \"healthcareapis-0.3.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/healthcareapis\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"healthcareapis\",\n \"summary\": \"Microsoft Azure Command-Line + Tools HealthcareApisManagementClient Extension\",\n \"version\": + \"0.3.1\"\n },\n \"sha256Digest\": \"c1804f41528fdfb2ccc355a3a7e28c961fb1a783c767d855b886db0483897e33\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/healthcareapis-0.3.2-py3-none-any.whl\",\n + \ \"filename\": \"healthcareapis-0.3.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/healthcareapis\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"healthcareapis\",\n \"summary\": \"Microsoft Azure Command-Line + Tools HealthcareApisManagementClient Extension\",\n \"version\": + \"0.3.2\"\n },\n \"sha256Digest\": \"950fcd15946023adb8e2d7f7eb7d8a856ccf497f0ec2265225ece0df3663c285\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/healthcareapis-0.3.3-py3-none-any.whl\",\n + \ \"filename\": \"healthcareapis-0.3.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/healthcareapis\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"healthcareapis\",\n \"summary\": \"Microsoft Azure Command-Line + Tools HealthcareApisManagementClient Extension\",\n \"version\": + \"0.3.3\"\n },\n \"sha256Digest\": \"0a19a8d24aa9676a6ed141c7199696af6d784662f68d576c423707a82d4ff2d2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/healthcareapis-0.3.4-py3-none-any.whl\",\n + \ \"filename\": \"healthcareapis-0.3.4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/healthcareapis\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"healthcareapis\",\n \"summary\": \"Microsoft Azure Command-Line + Tools HealthcareApisManagementClient Extension\",\n \"version\": + \"0.3.4\"\n },\n \"sha256Digest\": \"d19fd5392f54db314a0be4db52dc2092d0cd802c7353e6c40cccfd31958fa320\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/healthcareapis-0.4.0-py3-none-any.whl\",\n + \ \"filename\": \"healthcareapis-0.4.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/healthcareapis\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"healthcareapis\",\n \"summary\": \"Microsoft Azure Command-Line + Tools HealthcareApisManagementClient Extension\",\n \"version\": + \"0.4.0\"\n },\n \"sha256Digest\": \"a25d7d57d4fd3adcc37581d0acc1d6c6a46dcd0351933ed37cfba9d1abd60978\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/healthcareapis-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"healthcareapis-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.66.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/healthcareapis\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"healthcareapis\",\n \"summary\": \"Microsoft Azure Command-Line + Tools HealthcareApisManagementClient Extension\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"45214c8a235618cc383e323e3ca43b5311a7d3425be4253147228afdf44baee7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/healthcareapis-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"healthcareapis-1.0.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.66.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/healthcareapis\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"healthcareapis\",\n \"summary\": \"Microsoft Azure Command-Line + Tools HealthcareApisManagementClient Extension\",\n \"version\": + \"1.0.1\"\n },\n \"sha256Digest\": \"5532f5fcbfd47ce44d5afc98d21bd226bbe8cf9cc769b2cf157fec11d41a2e12\"\n + \ }\n ],\n \"hpc-cache\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/hpc_cache-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"hpc_cache-0.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.3.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"hpc-cache\",\n \"summary\": \"Microsoft Azure Command-Line + Tools StorageCache Extension\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"0961683cd21f09622399f54b62389fc5d529f861c2280c4751ae977c83da9ae0\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/hpc_cache-0.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"hpc_cache-0.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.3.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"hpc-cache\",\n \"summary\": \"Microsoft Azure Command-Line + Tools StorageCache Extension\",\n \"version\": \"0.1.1\"\n + \ },\n \"sha256Digest\": \"16f3648054ccadb1d8e3110ac7febd238f1583b1c559cd19395096e9b7588be4\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/hpc_cache-0.1.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"hpc_cache-0.1.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.3.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/hpc-cache\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"hpc-cache\",\n \"summary\": \"Microsoft Azure Command-Line + Tools StorageCache Extension\",\n \"version\": \"0.1.2\"\n + \ },\n \"sha256Digest\": \"6ca5b80e7c705bca73ec1ecfc791d82721fa19d12e4449be4d27933901a9e471\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/hpc_cache-0.1.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"hpc_cache-0.1.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.3.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/hpc-cache\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"hpc-cache\",\n \"summary\": \"Microsoft Azure Command-Line + Tools StorageCache Extension\",\n \"version\": \"0.1.3\"\n + \ },\n \"sha256Digest\": \"8c03e7450a4dc7eb28b271037053caec7530e430aef801d6e1223adc9228083e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/hpc_cache-0.1.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"hpc_cache-0.1.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.3.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/hpc-cache\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"hpc-cache\",\n \"summary\": \"Microsoft Azure Command-Line + Tools StorageCache Extension\",\n \"version\": \"0.1.4\"\n + \ },\n \"sha256Digest\": \"2babc06382b75b3afa92d61a6e66a6d7f01878168e687ca62903c16bed782285\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/hpc_cache-0.1.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"hpc_cache-0.1.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.3.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/hpc-cache\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"hpc-cache\",\n \"summary\": \"Microsoft Azure Command-Line + Tools StorageCache Extension\",\n \"version\": \"0.1.5\"\n + \ },\n \"sha256Digest\": \"852cb417aadf0ad07e3c51413858c413bf71ea6cb49ba58289d9572f9a350507\"\n + \ }\n ],\n \"hybridaks\": [\n {\n \"downloadUrl\": + \"https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/hybridaks-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"hybridaks-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.32.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://dev.azure.com/msazure/msk8s/_git/hybridaks-utils\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"hybridaks\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"arcproxyutilities (==1.0.2)\",\n \"kubernetes + (==11.0.0)\",\n \"pycryptodome (==3.12.0)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools HybridContainerService + Extension\",\n \"version\": \"0.2.0\"\n },\n + \ \"sha256Digest\": \"7f6b82638c7f6fe675d31f3df8fcc82f6ecb651d74c2f8b1bcd0c5fe5d3477fb\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/hybridaks-0.2.1-py3-none-any.whl\",\n + \ \"filename\": \"hybridaks-0.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.32.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"Programming Language :: Python :: 3.9\",\n \"License + :: OSI Approved :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://dev.azure.com/msazure/msk8s/_git/hybridaks-utils\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"hybridaks\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"arcproxyutilities (==1.0.2)\",\n \"kubernetes + (==11.0.0)\",\n \"pycryptodome (==3.12.0)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools HybridContainerService + Extension\",\n \"version\": \"0.2.1\"\n },\n + \ \"sha256Digest\": \"d7998850327419509bcd099168c20be6c65c9d14c927ed8adcde315802a05ba3\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/hybridaks-0.2.2-py3-none-any.whl\",\n + \ \"filename\": \"hybridaks-0.2.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.32.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"Programming Language :: Python :: 3.9\",\n \"License + :: OSI Approved :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://dev.azure.com/msazure/msk8s/_git/hybridaks-utils\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"hybridaks\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"arcproxyutilities (==1.0.2)\",\n \"kubernetes + (==11.0.0)\",\n \"pycryptodome (==3.12.0)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools HybridContainerService + Extension\",\n \"version\": \"0.2.2\"\n },\n + \ \"sha256Digest\": \"adb5a274d9788aebca3086faa48dcbef5ef0871c9f6b3c16ace48f62f230bcfb\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/hybridaks-0.2.3-py3-none-any.whl\",\n + \ \"filename\": \"hybridaks-0.2.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.32.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"Programming Language :: Python :: 3.9\",\n \"License + :: OSI Approved :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://dev.azure.com/msazure/msk8s/_git/hybridaks-utils\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"hybridaks\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"kubernetes==11.0.0\",\n + \ \"pycryptodome (==3.12.0)\",\n \"pycryptodome==3.12.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools HybridContainerService + Extension\",\n \"version\": \"0.2.3\"\n },\n + \ \"sha256Digest\": \"1a18b7b682f4249223f78341d4a9778ccf97fcf4443aa98483408f97888e03b8\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/hybridaks-0.2.4-py3-none-any.whl\",\n + \ \"filename\": \"hybridaks-0.2.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.32.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"Programming Language :: Python :: 3.9\",\n \"License + :: OSI Approved :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://dev.azure.com/msazure/msk8s/_git/hybridaks-utils\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"hybridaks\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"kubernetes==11.0.0\",\n + \ \"pycryptodome (==3.12.0)\",\n \"pycryptodome==3.12.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools HybridContainerService + Extension\",\n \"version\": \"0.2.4\"\n },\n + \ \"sha256Digest\": \"48a1c1dea8995c377d6d93abff330c39d1f134fd7028d46c34cb02615b0ff2b4\"\n + \ }\n ],\n \"image-copy-extension\": [\n {\n + \ \"downloadUrl\": \"https://files.pythonhosted.org/packages/48/6f/7fa75dfa7c015c0b58f18473b4aa8d565be8606d9740d4442b32b17df913/image_copy_extension-0.2.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"image_copy_extension-0.2.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.24\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"tamir.kamara@microsoft.com\",\n \"name\": + \"Tamir Kamara\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"image-copy-extension\",\n \"summary\": \"Support for + copying managed vm images between regions\",\n \"version\": + \"0.2.3\"\n },\n \"sha256Digest\": \"8a88c2600f9dad5f38ca6128ab8efaa38a974fbb7fe8c875fc50b7bb7d37bd54\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/image_copy_extension-0.2.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"image_copy_extension-0.2.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.24\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tamir.kamara@microsoft.com\",\n + \ \"name\": \"Tamir Kamara\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"image-copy-extension\",\n \"summary\": \"Support for + copying managed vm images between regions\",\n \"version\": + \"0.2.4\"\n },\n \"sha256Digest\": \"174e2437b20a979257a93017209ba1ff5d1969ea1eca7f3cbe57e8d11c75f4f4\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/image_copy_extension-0.2.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"image_copy_extension-0.2.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.24\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tamir.kamara@microsoft.com\",\n + \ \"name\": \"Tamir Kamara\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"image-copy-extension\",\n \"summary\": \"Support for + copying managed vm images between regions\",\n \"version\": + \"0.2.5\"\n },\n \"sha256Digest\": \"14216b9664365a03ccd6d2cb469a32ab1e38f1d1e9b2735d27725cdc5300b148\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/image_copy_extension-0.2.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"image_copy_extension-0.2.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.24\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tamir.kamara@microsoft.com\",\n + \ \"name\": \"Tamir Kamara\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"image-copy-extension\",\n \"summary\": \"Support for + copying managed vm images between regions\",\n \"version\": + \"0.2.6\"\n },\n \"sha256Digest\": \"69cc6fac34625677c94fb276dc97caca8769295db51dc480da4b194a0ec94720\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/image_copy_extension-0.2.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"image_copy_extension-0.2.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.24\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tamir.kamara@microsoft.com\",\n + \ \"name\": \"Tamir Kamara\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"image-copy-extension\",\n \"summary\": \"Support for + copying managed vm images between regions\",\n \"version\": + \"0.2.7\"\n },\n \"sha256Digest\": \"565cf4411a6b12d2940365a7d4d578422709a2c38f95a253e5f6e82ab9bd6bdd\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/image_copy_extension-0.2.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"image_copy_extension-0.2.8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.24\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tamir.kamara@microsoft.com\",\n + \ \"name\": \"Tamir Kamara\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/image-copy\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"image-copy-extension\",\n \"summary\": \"Support for + copying managed vm images between regions\",\n \"version\": + \"0.2.8\"\n },\n \"sha256Digest\": \"b57f554b77e68d414b9f79016311a3e5c180f76206557909319edcad9ada5240\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/image_copy_extension-0.2.9-py2.py3-none-any.whl\",\n + \ \"filename\": \"image_copy_extension-0.2.9-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.24\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tamir.kamara@microsoft.com\",\n + \ \"name\": \"Tamir Kamara\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/image-copy\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"image-copy-extension\",\n \"summary\": \"Support for + copying managed vm images between regions\",\n \"version\": + \"0.2.9\"\n },\n \"sha256Digest\": \"2ed4710d1e30aa0c21c5e5bbc92d971c0ef325f602ba36698f90663497f3cfbb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/image_copy_extension-0.2.10-py2.py3-none-any.whl\",\n + \ \"filename\": \"image_copy_extension-0.2.10-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.24\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tamir.kamara@microsoft.com\",\n + \ \"name\": \"Tamir Kamara\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/image-copy\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"image-copy-extension\",\n \"summary\": \"Support for + copying managed vm images between regions\",\n \"version\": + \"0.2.10\"\n },\n \"sha256Digest\": \"005ddd130d3f45d47d9dfed948a8c390e79df9b64043c26e52494987dda3969b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/image_copy_extension-0.2.11-py2.py3-none-any.whl\",\n + \ \"filename\": \"image_copy_extension-0.2.11-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.24\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tamir.kamara@microsoft.com\",\n + \ \"name\": \"Tamir Kamara\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/image-copy\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"image-copy-extension\",\n \"summary\": \"Support for + copying managed vm images between regions\",\n \"version\": + \"0.2.11\"\n },\n \"sha256Digest\": \"3c4a93131c2e792ca79aab9382e7f70abff8c9c27b299071a27eb59ae9708993\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/image_copy_extension-0.2.12-py2.py3-none-any.whl\",\n + \ \"filename\": \"image_copy_extension-0.2.12-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.24\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tamir.kamara@microsoft.com\",\n + \ \"name\": \"Tamir Kamara\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/image-copy\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"image-copy-extension\",\n \"summary\": \"Support for + copying managed vm images between regions\",\n \"version\": + \"0.2.12\"\n },\n \"sha256Digest\": \"d45db946ccca399f618ffd9f36bfa97147ee33490f5cb41bbd192060f2bb6dcd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/image_copy_extension-0.2.13-py2.py3-none-any.whl\",\n + \ \"filename\": \"image_copy_extension-0.2.13-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.24\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tamir.kamara@microsoft.com\",\n + \ \"name\": \"Tamir Kamara\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/image-copy\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"image-copy-extension\",\n \"summary\": \"Support for + copying managed vm images between regions\",\n \"version\": + \"0.2.13\"\n },\n \"sha256Digest\": \"b0d12bf3c74500790d58d99a6c32562548712cb872b7942e8ad481e270521b19\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/image_copy_extension-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"image_copy_extension-1.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.66.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tamir.kamara@microsoft.com\",\n + \ \"name\": \"Tamir Kamara\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/image-copy\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"image-copy-extension\",\n \"summary\": \"Support for + copying managed vm images between regions\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"e113bb1479b241d25dd066343aa745f70c5816ae54e2c01761cccf1603945fd8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/image_copy_extension-1.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"image_copy_extension-1.0.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.68.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tamir.kamara@microsoft.com\",\n + \ \"name\": \"Tamir Kamara\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/image-copy\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"image-copy-extension\",\n \"summary\": \"Support for + copying managed vm images between regions\",\n \"version\": + \"1.0.1\"\n },\n \"sha256Digest\": \"5d8323121e4a5fc6dd9575c40616ac0cb8c3671ec3bc52b68c39b04e764f6594\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/image_copy_extension-1.0.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"image_copy_extension-1.0.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.68.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tamir.kamara@microsoft.com\",\n + \ \"name\": \"Tamir Kamara\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/image-copy\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"image-copy-extension\",\n \"summary\": \"Support for + copying managed vm images between regions\",\n \"version\": + \"1.0.2\"\n },\n \"sha256Digest\": \"3ce2e4057253880f6667c7b3614243725dff0920a535d7df6017106c94dba256\"\n + \ }\n ],\n \"image-gallery\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/image_gallery-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"image_gallery-0.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"image-gallery\",\n \"summary\": \"Support for Azure Image + Gallery\",\n \"version\": \"0.1.0\"\n },\n + \ \"sha256Digest\": \"e7939c407eebea41a5c98d094f29428d40efcb8b73330e113304af35a3631971\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/image_gallery-0.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"image_gallery-0.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"image-gallery\",\n \"summary\": \"Support for Azure Image + Gallery\",\n \"version\": \"0.1.1\"\n },\n + \ \"sha256Digest\": \"b2741a832f5955b53d2899eb332bb0a2df1462ec310ea1dee89e11ff041d1ac4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/image_gallery-0.1.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"image_gallery-0.1.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"image-gallery\",\n \"summary\": \"Support for Azure Image + Gallery\",\n \"version\": \"0.1.2\"\n },\n + \ \"sha256Digest\": \"41dfa1cda5be37acd0c2236bd8febae31a117e99d2c267fb3a76f50b6ba0aa1c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/image_gallery-0.1.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"image_gallery-0.1.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/image-gallery\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"image-gallery\",\n \"summary\": \"Support for Azure Image + Gallery\",\n \"version\": \"0.1.3\"\n },\n + \ \"sha256Digest\": \"6260c1f4bfb589d2ba0569317358a149caabbbd49a048e69328e44871694aacd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/image_gallery-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"image_gallery-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.3.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/image-gallery\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"image-gallery\",\n \"summary\": \"Support for Azure Image + Gallery\",\n \"version\": \"1.0.0b1\"\n },\n + \ \"sha256Digest\": \"5b054d67b75871f5c42e5b1236b9212a0b68958138a0d448409d43a09c732191\"\n + \ }\n ],\n \"import-export\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/import_export-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"import_export-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"import-export\",\n \"summary\": \"Microsoft Azure Command-Line + Tools StorageImportExport Extension\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"6a5a1a1a23c7ff90e01b1f0a33d04874d750845e6cda56badce4ce99a518ef55\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/import_export-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"import_export-0.1.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"import-export\",\n \"summary\": \"Microsoft Azure Command-Line + Tools StorageImportExport Extension\",\n \"version\": \"0.1.1\"\n + \ },\n \"sha256Digest\": \"0680948362e12138c9582e68e471533482749bd660bfe3c8c2a4d856e90927b0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/import_export-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"import_export-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/import-export\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"import-export\",\n \"summary\": \"Microsoft Azure Command-Line + Tools StorageImportExport Extension\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"c4e36f1003031a67615a45cd12592bf5c11c54b7bd957f6c2af90efcb5c517b2\"\n + \ }\n ],\n \"informatica\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/informatica-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"informatica-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/informatica\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"informatica\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Informatica Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"6166ae91c78e74c01af3bd1ead2d62832707e176ea0f7d5d30a5dd485f482462\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/informatica-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"informatica-1.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.70.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/informatica\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"informatica\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Informatica Extension.\",\n \"version\": \"1.0.0b2\"\n + \ },\n \"sha256Digest\": \"4c66e33fb2ec5bb4a07416b035832f15ef24000745cdbccc09c269facd30cb4c\"\n + \ }\n ],\n \"init\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/init-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"init-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/init\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"init\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Init Extension\",\n \"version\": \"0.1.0\"\n },\n + \ \"sha256Digest\": \"1177fc293dc118b449b761ec2c728d39755fc3939de8d4bfd89cce1bfb218e86\"\n + \ }\n ],\n \"interactive\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/interactive-0.4.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"interactive-0.4.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"2.0.61\",\n \"azext.minCliCoreVersion\": + \"2.0.50.dev0\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"interactive\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"prompt-toolkit (~=1.0.15)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Interactive Shell\",\n \"version\": + \"0.4.1\"\n },\n \"sha256Digest\": \"22b940493972b77c62606b0ae3c834283209d8619bb740e69dd115530a328e3b\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/interactive-0.4.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"interactive-0.4.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.62\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"interactive\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"prompt-toolkit (~=1.0.15)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Interactive Shell\",\n \"version\": + \"0.4.3\"\n },\n \"sha256Digest\": \"ba78a45ec9753a42e1e805dc9cf3b309df264c6201dfd1dabcc6c00b22599fe8\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/interactive-0.4.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"interactive-0.4.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.62\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"interactive\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"prompt-toolkit (~=1.0.15)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Interactive Shell\",\n \"version\": + \"0.4.4\"\n },\n \"sha256Digest\": \"1e66bc1f117fac90f320c072a08f527b8570f5a6725670a1fb4d05f2c7eb7a31\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/interactive-0.4.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"interactive-0.4.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.62\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"interactive\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"prompt-toolkit (~=1.0.15)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Interactive Shell\",\n \"version\": + \"0.4.5\"\n },\n \"sha256Digest\": \"9dc4b78b10065603501f2ef7124847cbdac013fca6c00e2684b1d1f702ffcbc4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/interactive-0.4.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"interactive-0.4.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.62\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/interactive\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"interactive\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"prompt-toolkit (~=1.0.15)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Interactive Shell\",\n \"version\": + \"0.4.6\"\n },\n \"sha256Digest\": \"0890ac49a0db5d781786b80777547d0388683f4eb4a58d9bb6680ac63871763c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/interactive-0.5.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"interactive-0.5.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.62\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/interactive\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"interactive\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"prompt-toolkit (~=1.0.15)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Interactive Shell\",\n \"version\": + \"0.5.0\"\n },\n \"sha256Digest\": \"97f90de55c70452f8d3dfd83a6c3b018eb7a6d1dfaa5021b756cf4ca1633db91\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/interactive-0.5.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"interactive-0.5.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.62\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/interactive\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"interactive\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"prompt-toolkit (~=1.0.15)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Interactive Shell\",\n \"version\": + \"0.5.1\"\n },\n \"sha256Digest\": \"1000a418cd2e1038a9fae0b342d848f2191cc17b9b23e6c9f27ba6f4e51e147c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/interactive-0.5.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"interactive-0.5.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.62\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/interactive\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"interactive\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"prompt-toolkit (~=1.0.15)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Interactive Shell\",\n \"version\": + \"0.5.2\"\n },\n \"sha256Digest\": \"215a7daebb7f42a16b339445b8c60db07cac7dd368b421089c13472bc7b2c335\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/interactive-0.5.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"interactive-0.5.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.62\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/interactive\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"interactive\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"prompt-toolkit (~=1.0.15)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Interactive Shell\",\n \"version\": + \"0.5.3\"\n },\n \"sha256Digest\": \"95f056f9a459fb83e36cc332eb00ba3d4ac07386b3f813f620dc530ceeeb32cf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/interactive-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"interactive-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.62\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/interactive\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"interactive\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"prompt-toolkit (~=1.0.15)\",\n \"prompt_toolkit~=1.0.15\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Interactive + Shell\",\n \"version\": \"1.0.0b1\"\n },\n + \ \"sha256Digest\": \"08ebc70e1bec8a010431894c43684714ace35fb5b0764c1f4fd89deb3f928fbc\"\n + \ }\n ],\n \"internet-analyzer\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/internet_analyzer-0.1.0rc5-py2.py3-none-any.whl\",\n + \ \"filename\": \"internet_analyzer-0.1.0rc5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"internet-analyzer\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Internet Analyzer Extension\",\n \"version\": + \"0.1.0rc5\"\n },\n \"sha256Digest\": \"7e5ee753abece69fb917f3a96be4a3d8117ffbbbd75d18c2e54c74c0fe2b952e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/internet_analyzer-0.1.0rc6-py2.py3-none-any.whl\",\n + \ \"filename\": \"internet_analyzer-0.1.0rc6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/internet-analyzer\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"internet-analyzer\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Internet Analyzer Extension\",\n \"version\": + \"0.1.0rc6\"\n },\n \"sha256Digest\": \"0708d9f598d1618d138eebcf18354d97c7b3a2c90570959df077e04d419d32c3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/internet_analyzer-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"internet_analyzer-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/internet-analyzer\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"internet-analyzer\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Internet Analyzer Extension\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"4564881a7c90bacfd881c629a4182398007c886d099ea88db97e1ff10053a5c4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/internet_analyzer-1.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"internet_analyzer-1.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/internet-analyzer\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"internet-analyzer\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Internet Analyzer Extension\",\n \"version\": + \"1.0.0b2\"\n },\n \"sha256Digest\": \"d153ec406eb22e1fab4cc18d2a03092e03531870738f939808a3ceaf9cb7db69\"\n + \ }\n ],\n \"ip-group\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/ip_group-0.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"ip_group-0.1.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"ip-group\",\n \"summary\": \"Microsoft Azure Command-Line + Tools IpGroup Extension\",\n \"version\": \"0.1.1\"\n },\n + \ \"sha256Digest\": \"477d7f58fe44a4ecb0ced3497262d7ccd8bb7677d70582b6fccf645e91d25ad4\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/ip_group-0.1.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"ip_group-0.1.2-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"ip-group\",\n \"summary\": \"Microsoft Azure Command-Line + Tools IpGroup Extension\",\n \"version\": \"0.1.2\"\n },\n + \ \"sha256Digest\": \"afba2d8a8a612863b63f504d6cff6d559610b961e4c77dc2fd49b9fe03ec67a2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ip_group-1.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"ip_group-1.0.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.50.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7License :: + OSI Approved :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/ip-group\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"ip-group\",\n \"summary\": \"Microsoft Azure Command-Line + Tools IpGroup Extension\",\n \"version\": \"1.0.1\"\n },\n + \ \"sha256Digest\": \"77f63377799d62cb100c93bd9124d92870b6858e0e95e4355d07f5a4b0df6b1d\"\n + \ }\n ],\n \"k8s-configuration\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_configuration-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_configuration-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/k8s-configuration\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-configuration\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycryptodome (~=3.9.8)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools K8s-configuration Extension\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"80b79b09d9caa8e1813dad25703c442aec35e01d60a3ea13389ebaec3e94933c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_configuration-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_configuration-1.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/k8s-configuration\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-configuration\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycryptodome (~=3.9.8)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools K8s-configuration Extension\",\n \"version\": + \"1.1.0\"\n },\n \"sha256Digest\": \"2ca4d1e87dfa0614592b758d3441bfeaaa85e4d151b734ce27cc74c6a400edec\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_configuration-1.1.1-py3-none-any.whl\",\n + \ \"filename\": \"k8s_configuration-1.1.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/k8s-configuration\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-configuration\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycryptodome (~=3.9.8)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools K8s-configuration Extension\",\n \"version\": + \"1.1.1\"\n },\n \"sha256Digest\": \"3edf6b977d911b4da52ed66ada9363a7a6a739773a26f3599a2fdc728adcce9c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_configuration-1.2.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_configuration-1.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/k8s-configuration\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-configuration\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycryptodome (~=3.9.8)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools K8s-configuration Extension\",\n \"version\": + \"1.2.0\"\n },\n \"sha256Digest\": \"145c09df2e45ac41b6471fe74a513720014943151b5ca67e9913a1a91d591ac6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_configuration-1.3.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_configuration-1.3.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/k8s-configuration\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-configuration\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycryptodome (~=3.9.8)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools K8s-configuration Extension\",\n \"version\": + \"1.3.0\"\n },\n \"sha256Digest\": \"c403947012efe91407ffb3e8edaf3fc6775519b1930c36bb4a04c11c2a3de3ab\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_configuration-1.4.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_configuration-1.4.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/k8s-configuration\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-configuration\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycryptodome (~=3.9.8)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools K8s-configuration Extension\",\n \"version\": + \"1.4.0\"\n },\n \"sha256Digest\": \"877af811d8ee5fb8f282faefd159b7c61cbc0de6410ef43d54872e217a68747f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_configuration-1.4.1-py3-none-any.whl\",\n + \ \"filename\": \"k8s_configuration-1.4.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/k8s-configuration\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-configuration\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycryptodome (~=3.9.8)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools K8s-configuration Extension\",\n \"version\": + \"1.4.1\"\n },\n \"sha256Digest\": \"827006d9e0b453fbf318e09bdea7403f715f517796646476b4f621b5830597c0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_configuration-1.5.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_configuration-1.5.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-configuration\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-configuration\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycryptodome (~=3.9.8)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools K8s-configuration Extension\",\n \"version\": + \"1.5.0\"\n },\n \"sha256Digest\": \"240ec430dc52af32a03450707a9734d29f7077c9961f7d1ebc871891f3f2d906\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_configuration-1.5.1-py3-none-any.whl\",\n + \ \"filename\": \"k8s_configuration-1.5.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-configuration\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-configuration\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycryptodome (~=3.14.1)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools K8s-configuration Extension\",\n \"version\": + \"1.5.1\"\n },\n \"sha256Digest\": \"bf697ea1cb07d7792ba8cbadb677797398b9a818ffad2c5b979eecb5d7740ea7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_configuration-1.6.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_configuration-1.6.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-configuration\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-configuration\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycryptodome (~=3.14.1)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools K8s-configuration Extension\",\n \"version\": + \"1.6.0\"\n },\n \"sha256Digest\": \"9f1e8f692a3a7e53dfc356a5d65593f76485cad43a20098566fee910b13abca2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_configuration-1.7.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_configuration-1.7.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-configuration\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-configuration\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycryptodome (~=3.14.1)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools K8s-configuration Extension\",\n \"version\": + \"1.7.0\"\n },\n \"sha256Digest\": \"66c3bda7d25cae39d1d5ab9076f8fa64fdc955910ada7a8032a1756ab1f549e4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_configuration-2.0.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_configuration-2.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-configuration\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-configuration\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycryptodome (~=3.14.1)\",\n \"pycryptodome~=3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools K8s-configuration + Extension\",\n \"version\": \"2.0.0\"\n },\n + \ \"sha256Digest\": \"1abb112abe603757a324c6eb0aaa602692aca07bb7470d6237111eaea4a0faec\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_configuration-2.1.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_configuration-2.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-configuration\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-configuration\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycryptodome (~=3.21.0)\",\n \"pycryptodome~=3.21.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools K8s-configuration + Extension\",\n \"version\": \"2.1.0\"\n },\n + \ \"sha256Digest\": \"1bca1108a53b1b097ba2caab0abd5d40edfd6913e6034be77b6afc2968954bda\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_configuration-2.2.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_configuration-2.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-configuration\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-configuration\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycryptodome (~=3.21.0)\",\n \"pycryptodome~=3.21.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools K8s-configuration + Extension\",\n \"version\": \"2.2.0\"\n },\n + \ \"sha256Digest\": \"69174dcb7687fb17cb34aedab18aa893d6b0e9179d11c010a8e50ac6d2304708\"\n + \ }\n ],\n \"k8s-extension\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-0.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"0.2.0\"\n + \ },\n \"sha256Digest\": \"fce51e9eccace013cbdac4a38c4bccf71a24aeed04cc6af68adb9bdb268a0787\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-0.2.1-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-0.2.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"0.2.1\"\n + \ },\n \"sha256Digest\": \"dcf1efff249be93fdf6a1504975294c1ada2c888f20d97bc51411aed4eb6ba1a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-0.3.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"0.3.0\"\n + \ },\n \"sha256Digest\": \"f8c2c922fa229a20d3ecf1ae1572bd6b73e6f7e52f0a13647d20a18abc257ed1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-0.3.1-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-0.3.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"0.3.1\"\n + \ },\n \"sha256Digest\": \"77e0dea5831e33ac88a6485deca56b233ce4e29c39e6fd1765b405b421b7b3b5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-0.4.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-0.4.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"0.4.0\"\n + \ },\n \"sha256Digest\": \"5987336827718cc5a2aefbee33226cc66574b5767644f8fd48016883a2e9f997\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-0.4.1-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-0.4.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"0.4.1\"\n + \ },\n \"sha256Digest\": \"10d2318f7998c5bfee637141ab89581a974893a0f062d9dc55ae5c2cc9f9b4ab\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-0.4.2-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-0.4.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.24.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"0.4.2\"\n + \ },\n \"sha256Digest\": \"aabdf00aa0cabddb142ef829e487d1b33c716ad498a4eee29389fd889e1f30d1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-0.4.3-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-0.4.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.24.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"0.4.3\"\n + \ },\n \"sha256Digest\": \"67dc73f1e12d5e0084963a73c4a8f4e3adc06785f3ab51c5e0ee1f801fbca0d4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-0.5.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-0.5.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.24.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-extension\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pyhelm\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools K8s-extension Extension\",\n \"version\": + \"0.5.0\"\n },\n \"sha256Digest\": \"82bb4f809cc5b6fe6b998e78adf6ca3b5b50de02f998c180441d9d66e7cc4875\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-0.5.1-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-0.5.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.24.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"0.5.1\"\n + \ },\n \"sha256Digest\": \"b04378d1c1699cf8cf37fc84a0f77fd5b87c653cc4d06049ba546660ce57fe42\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-0.6.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-0.6.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.24.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"0.6.0\"\n + \ },\n \"sha256Digest\": \"a1b642402345b71cb0f06aa31653a3161ab3f5f874e29d59863b987200bc535d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-0.6.1-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-0.6.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.24.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"0.6.1\"\n + \ },\n \"sha256Digest\": \"42b366184ab6dd9f46bb44e7c0e10eace4f25f514f97dd1912552c6900f2fd9e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-0.7.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-0.7.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.24.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"0.7.0\"\n + \ },\n \"sha256Digest\": \"8721d18318523e58de9bec2630b713c1c860f910ee1f9d05f80dbc6fd178f9ca\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-0.7.1-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-0.7.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.24.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"0.7.1\"\n + \ },\n \"sha256Digest\": \"f1360a4c39efb470184c16d4b69273a46225bd86b9c4a463fcdd3ecbaddafc4e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"039cd89acff0e63516a7235c2587f4e06a750b9f9d3e94a5399de21c17964cd0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.0.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.0.1\"\n + \ },\n \"sha256Digest\": \"6f6ecdffa02759bacd523a9804e2c7e9e96603f3de57c62ba609b3bdb6c2a3ad\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.0.2-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.0.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.0.2\"\n + \ },\n \"sha256Digest\": \"4e911e5b1c750700a0ac713fd3ec3cac97778ade4cb4d2cecf1342200f766851\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.0.3-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.0.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.0.3\"\n + \ },\n \"sha256Digest\": \"0a37d5c8c098a1624be18beef43c6ec5c472f237486e08ebf60245dd9e3c5286\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.0.4-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.0.4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.0.4\"\n + \ },\n \"sha256Digest\": \"248b883ec7518f5db53de32d6516d358062d4703b5d958a34b2c723eb3a5b8f4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.1.0\"\n + \ },\n \"sha256Digest\": \"c5b48df58d454f3d154711b1184af5737455dbc7af8deaacef884be307026cbd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.2.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.2.0\"\n + \ },\n \"sha256Digest\": \"bf92e1df8eee418aa7be48466b6d6138e930b25287fa1f9fe1d7334173d63e69\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.2.1-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.2.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.2.1\"\n + \ },\n \"sha256Digest\": \"e65628ffceba2a4f26ba024bf1e46599731cda5286f234e81a1259f027f75df4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.2.2-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.2.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.2.2\"\n + \ },\n \"sha256Digest\": \"d214fe2383a30fc1cb8476c38a525ccf1aada2eb613503074e99dbda1dafc79c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.2.3-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.2.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.2.3\"\n + \ },\n \"sha256Digest\": \"c012f662fd51ea183674efb16bb794c40338f948f84444c983fb78140b63a461\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.2.4-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.2.4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.2.4\"\n + \ },\n \"sha256Digest\": \"0ca9dcc073a16fff7b536ad8de737caf6a06a1fcb33fa1b538327c2b488ec978\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.2.5-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.2.5-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.2.5\"\n + \ },\n \"sha256Digest\": \"ee4af7d478a28482012cd83376e4145354d1930844f08b14bb1f9f4a7e9e2832\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.2.6-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.2.6-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.2.6\"\n + \ },\n \"sha256Digest\": \"35ebc35a808c52780526feb012ccbe4915d67c4f8d3ddfd7a62da0710c507c68\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.3.1-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.3.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.3.1\"\n + \ },\n \"sha256Digest\": \"c6231d4bf4f05b5e9f169ddc8dd278113b4c8dcedb3506684641f09d1dfb36ce\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.3.2-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.3.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.3.2\"\n + \ },\n \"sha256Digest\": \"f081a5501ade1d6aa9eb62b3fb58de78adb614031c6bbd48b1d8c2af0af1197a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.3.3-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.3.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.3.3\"\n + \ },\n \"sha256Digest\": \"f8f0a6519fc42829e8cb0d32b28e2f462306e23ac810fa1651165f457b357ccb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.3.4-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.3.4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.3.4\"\n + \ },\n \"sha256Digest\": \"db83a5d0d23c2ce3d2059070ec576014d55548fe56e8afe4aaa0ee51eff5369f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.3.5-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.3.5-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.3.5\"\n + \ },\n \"sha256Digest\": \"14e1f4d18aad44ec13b823431e7b916751345e45e1dd2d88c78f059794c953f9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.3.6-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.3.6-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.3.6\"\n + \ },\n \"sha256Digest\": \"0f576d0c27d25d092dfc6cc1aa2c5400e7249d732ae102fdee3feb92a9e80b6c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.3.7-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.3.7-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.3.7\"\n + \ },\n \"sha256Digest\": \"6b13d83f0ce086c56d68c26f6611785794e384423d40a6c636a606258e6adc32\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.3.8-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.3.8-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.3.8\"\n + \ },\n \"sha256Digest\": \"83c256f2d0fe27de40ac1ccb1f45e714cd32d38f209df8f71556c7ce712eb61c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.3.9-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.3.9-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.3.9\"\n + \ },\n \"sha256Digest\": \"076beb20efe4840f8d62f2ecdc227eb67ee396a55a5788210ad6402cf1a6e9c4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.4.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.4.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.4.0\"\n + \ },\n \"sha256Digest\": \"2c2884897cba23c860c1a06a6db9004fc320c9636996fd207f0565797df6b06d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.4.1-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.4.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.4.1\"\n + \ },\n \"sha256Digest\": \"e48c8c6b91b3d69ac485be9273b3e47e92c2054385936107a793035bb1292e02\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.4.2-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.4.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.4.2\"\n + \ },\n \"sha256Digest\": \"af6aa03158a6a075c63a3ae89c860df980e89d78d613c9b7ad8ed9a92e726eea\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.4.3-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.4.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.4.3\"\n + \ },\n \"sha256Digest\": \"a388796ad467016b71b0020ddc5a2ee1e9ebe51a41d6394dda5402e19b58abbd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.4.5-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.4.5-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.4.5\"\n + \ },\n \"sha256Digest\": \"9952c0a41cff1ae16899d715e40efff6239d0b93e3141f7df5863b9fe21eded8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.5.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.5.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.5.0\"\n + \ },\n \"sha256Digest\": \"977612e77348bae69403a59196e3e3abf3bbfd35fb723621511f3cddc915015d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.5.1-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.5.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.5.1\"\n + \ },\n \"sha256Digest\": \"7adf0f2ff97350b2c49c974bd01fc8dc1af6f152adb24b64b7b4e6e9d008acbf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.5.2-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.5.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.5.2\"\n + \ },\n \"sha256Digest\": \"372c8b9aa07b6cdd6a0aa07b60633e64cfccf7172ab5b4c27e6856de91d55634\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.5.3-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.5.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.5.3\"\n + \ },\n \"sha256Digest\": \"a1ada1ffe739e8ac33a4f600495d4f9fca4ded04ffb315d419b3c22551196eeb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.6.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.6.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.6.0\"\n + \ },\n \"sha256Digest\": \"27a9996a9ace11856f37719ae697f0ac98d368dde6eb8648d111aafc136599a7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.6.1-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.6.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.6.1\"\n + \ },\n \"sha256Digest\": \"41861d65b9d86e0b622986a4984ce7a611f87b92da578db8c0527ec74334f32c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.6.2-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.6.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.6.2\"\n + \ },\n \"sha256Digest\": \"852da7bac7cb55017cc843e05f5a70ea3b92e95dde2592cfe892fed51e350a8f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.6.3-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.6.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.6.3\"\n + \ },\n \"sha256Digest\": \"3472b06a5234d3798ab76fd64bcaba03b9db8c3c8a04c40cae783e60f88301e6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.6.4-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.6.4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.6.4\"\n + \ },\n \"sha256Digest\": \"3b5d48e4814f7540c559c33082e72eaee825fb31f392f00be48763e540879306\"\n + \ }\n ],\n \"k8s-runtime\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_runtime-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"k8s_runtime-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.55.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-runtime\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-runtime\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-kubernetesconfiguration (>=3.1.0)\",\n + \ \"azure-mgmt-kubernetesconfiguration>=3.1.0\",\n + \ \"azure-mgmt-resourcegraph (>=8.0.0)\",\n + \ \"azure-mgmt-resourcegraph>=8.0.0\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools K8sRuntime Extension.\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"05ac43e50cdfbafc5175f058189552644328667025c84dbea08243dceede4d4f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_runtime-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"k8s_runtime-1.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-runtime\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-runtime\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-kubernetesconfiguration (>=3.1.0)\",\n + \ \"azure-mgmt-kubernetesconfiguration>=3.1.0\",\n + \ \"azure-mgmt-resourcegraph (>=8.0.0)\",\n + \ \"azure-mgmt-resourcegraph>=8.0.0\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools K8sRuntime Extension.\",\n \"version\": + \"1.0.0b2\"\n },\n \"sha256Digest\": \"ac2dcca538ea94685f40be31bb34a52f710db47b122541b07a0b96efde818385\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_runtime-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_runtime-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-runtime\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-runtime\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-kubernetesconfiguration (>=3.1.0)\",\n + \ \"azure-mgmt-kubernetesconfiguration>=3.1.0\",\n + \ \"azure-mgmt-resourcegraph (>=8.0.0)\",\n + \ \"azure-mgmt-resourcegraph>=8.0.0\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools K8sRuntime Extension.\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"8a9725621b7e174a2f64247cf6d2d99b30650e90de5b2df71c495eb10838a3c6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_runtime-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"k8s_runtime-1.0.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-runtime\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-runtime\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-kubernetesconfiguration (>=3.1.0)\",\n + \ \"azure-mgmt-kubernetesconfiguration>=3.1.0\",\n + \ \"azure-mgmt-resourcegraph (>=8.0.0)\",\n + \ \"azure-mgmt-resourcegraph>=8.0.0\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools K8sRuntime Extension.\",\n \"version\": + \"1.0.1\"\n },\n \"sha256Digest\": \"74fa84a581ce488aec95d36a08ed846918a0b084fc6c29eecf0e0b1660a1c4ff\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_runtime-1.0.2-py3-none-any.whl\",\n + \ \"filename\": \"k8s_runtime-1.0.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-runtime\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-runtime\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-kubernetesconfiguration (>=3.1.0)\",\n + \ \"azure-mgmt-kubernetesconfiguration>=3.1.0\",\n + \ \"azure-mgmt-resourcegraph (>=8.0.0)\",\n + \ \"azure-mgmt-resourcegraph>=8.0.0\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools K8sRuntime Extension.\",\n \"version\": + \"1.0.2\"\n },\n \"sha256Digest\": \"7b3987f2fae83099f32f123f1e712fea7824f2041b5743db7e2dd62927de5629\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_runtime-1.0.3-py3-none-any.whl\",\n + \ \"filename\": \"k8s_runtime-1.0.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-runtime\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-runtime\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8sRuntime Extension.\",\n \"version\": \"1.0.3\"\n + \ },\n \"sha256Digest\": \"133dd153979c74d37aa25956ed8a9aa741c334929848cd67c26f268332759d40\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_runtime-1.0.4-py3-none-any.whl\",\n + \ \"filename\": \"k8s_runtime-1.0.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-runtime\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-runtime\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8sRuntime Extension.\",\n \"version\": \"1.0.4\"\n + \ },\n \"sha256Digest\": \"aee2d3008d818d78342149e6f1d2c7922abbbe43f323d51e6cd58c73b1c67b3a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_runtime-2.0.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_runtime-2.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.70.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-runtime\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-runtime\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8sRuntime Extension.\",\n \"version\": \"2.0.0\"\n + \ },\n \"sha256Digest\": \"4925baaad29aac6b423ec8bcf0f586e08597e58cd343d5a8c8daa229bc7c9a89\"\n + \ }\n ],\n \"kusto\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/kusto-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"kusto-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"kusto\",\n \"summary\": \"Microsoft Azure Command-Line + Tools KustoManagementClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"ffa47cb6f8f850e75412dffa6a5e52f857d5e7ca217322ce176eea81d24768e8\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/kusto-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"kusto-0.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/kusto\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"kusto\",\n \"summary\": \"Microsoft Azure Command-Line + Tools KustoManagementClient Extension\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"e6febb41b7a6dc6ec752825fe2af9506ff40c227bfcea9a3af5e6ded115003d1\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/kusto-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"kusto-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/kusto\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"kusto\",\n \"summary\": \"Microsoft Azure Command-Line + Tools KustoManagementClient Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"5738e9b48c17008688080a6b3cfd37b67dfe597a538c874ec75dddcc8e18935a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/kusto-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"kusto-0.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/kusto\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"kusto\",\n \"summary\": \"Microsoft Azure Command-Line + Tools KustoManagementClient Extension\",\n \"version\": + \"0.3.0\"\n },\n \"sha256Digest\": \"37ed6998527aa8d58798fb8816f94a3bd06859b2cee4d61763f63ec6c00657a7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/kusto-0.4.0-py3-none-any.whl\",\n + \ \"filename\": \"kusto-0.4.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/kusto\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"kusto\",\n \"summary\": \"Microsoft Azure Command-Line + Tools KustoManagementClient Extension\",\n \"version\": + \"0.4.0\"\n },\n \"sha256Digest\": \"3d08f74cc6e2a90e43b6f2859c2a2828c2a9de8b3b814f07658c6bb15531ec2c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/kusto-0.5.0-py3-none-any.whl\",\n + \ \"filename\": \"kusto-0.5.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/kusto\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"kusto\",\n \"summary\": \"Microsoft Azure Command-Line + Tools KustoManagementClient Extension\",\n \"version\": + \"0.5.0\"\n },\n \"sha256Digest\": \"cf5729e9d02029a189182523543285c9737d515f41c610c8338d43f872f9f01d\"\n + \ }\n ],\n \"lambda-test\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/lambda_test-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"lambda_test-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.70.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/lambda-test\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"lambda-test\",\n \"summary\": \"Microsoft Azure Command-Line + Tools LambdaTest Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"2a734266c4cd9f8f78f312a21c9e8d6dadcd60b1f2f93e72105e7906d43d6b54\"\n + \ }\n ],\n \"load\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/load-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"load-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.41.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"load\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Load Extension.\",\n \"version\": \"0.1.0\"\n },\n + \ \"sha256Digest\": \"9814fb6215faf902944ef7e7a6e9a8c86f40d8e348ffff64da7befe98fd3d9ef\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"load-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.41.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"load\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Load Extension.\",\n \"version\": \"0.2.0\"\n },\n + \ \"sha256Digest\": \"373e6f5af459d33f5e8e655ba497b19e15f519918bb3a0ef3e4fd6ba3cc813a2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"load-0.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.41.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Extension.\",\n \"version\": \"0.3.0\"\n },\n + \ \"sha256Digest\": \"cb64e149679d6c537a29bfb07ef5785c622cf18c12099ee49b0afa36cbec3f82\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-0.3.1-py3-none-any.whl\",\n + \ \"filename\": \"load-0.3.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.41.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"0.3.1\"\n },\n + \ \"sha256Digest\": \"f8d518332a80b94cdf7b07fa03cf65881760b077e0c36ec7d06f9df6749e2238\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-0.3.2-py3-none-any.whl\",\n + \ \"filename\": \"load-0.3.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.41.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"0.3.2\"\n },\n + \ \"sha256Digest\": \"1aaef361b473946e4a5fda5d7fe961078b09ae17ee535c971a48423bb4080977\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-0.3.3-py3-none-any.whl\",\n + \ \"filename\": \"load-0.3.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.41.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"0.3.3\"\n },\n + \ \"sha256Digest\": \"7b533580b6a2906a0e405a277e2a392f4367b3118ce4dd7dc80ea0609c6017ae\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-0.3.4-py3-none-any.whl\",\n + \ \"filename\": \"load-0.3.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.41.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"0.3.4\"\n },\n + \ \"sha256Digest\": \"0763cfd4f7b3022e1f4540f1b15c970c0d678028753e35b3367fa8d5deac0831\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"load-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.41.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"3c967ddc01b613358dd6fc86c33fa96614ffe835fb4bc348c32f5a831353c040\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"load-1.0.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.41.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"1.0.1\"\n },\n + \ \"sha256Digest\": \"9ad6242dbd681e9db5e2f145a4422af764361e22b4c041cef68ccd19f844f4b6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-1.0.2-py3-none-any.whl\",\n + \ \"filename\": \"load-1.0.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.41.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"1.0.2\"\n },\n + \ \"sha256Digest\": \"d34f7c3e72bcdcb199631e3eca8937db198e8efe6fec93f6291b1a6a1d99f019\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"load-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.41.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"1.1.0\"\n },\n + \ \"sha256Digest\": \"db587f0b2c06a75309cc3c15ab3fca8c647ea16a2357f0d2d4504a974e36007f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-1.1.1-py3-none-any.whl\",\n + \ \"filename\": \"load-1.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.41.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"1.1.1\"\n },\n + \ \"sha256Digest\": \"0b41277c663a5f8e3710bf71d275d3043ab5f37c6ceda3a8cf0afaf32180f8bb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-1.2.0-py3-none-any.whl\",\n + \ \"filename\": \"load-1.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.41.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"1.2.0\"\n },\n + \ \"sha256Digest\": \"21577186b6e5fb9bbcf41bb667d50fb78dee204b7ede13723a4bf1ea705f69c4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-1.3.0-py3-none-any.whl\",\n + \ \"filename\": \"load-1.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.41.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"1.3.0\"\n },\n + \ \"sha256Digest\": \"cbc9237d27042fbd1ad62313c5c04035a9aa543c92dcfa1f7287c321aa9cfc39\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-1.3.1-py3-none-any.whl\",\n + \ \"filename\": \"load-1.3.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.41.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"1.3.1\"\n },\n + \ \"sha256Digest\": \"1e1e3a29012e225ae52068322d92ec626afba009fed35382c93129e9cafe5a10\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-1.4.0-py3-none-any.whl\",\n + \ \"filename\": \"load-1.4.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.41.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"1.4.0\"\n },\n + \ \"sha256Digest\": \"8db03b14db36285b7fd3b5e996ffa9ad3e4d86694cb4323ee19766eb28d7edcb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-1.4.1-py3-none-any.whl\",\n + \ \"filename\": \"load-1.4.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.41.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"1.4.1\"\n },\n + \ \"sha256Digest\": \"b81283722bcb5569f7f0dcb22a6799488874c26d0f7a1ea9addcd817b73ff971\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-1.4.2-py3-none-any.whl\",\n + \ \"filename\": \"load-1.4.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.66.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"1.4.2\"\n },\n + \ \"sha256Digest\": \"6e5801dbcd1d02549eba98986d0642db683a05f6dda9325d570371c66331d41b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-1.4.3-py3-none-any.whl\",\n + \ \"filename\": \"load-1.4.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.66.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"1.4.3\"\n },\n + \ \"sha256Digest\": \"6910be36f693f683139fc07ceeba5ae2d68c91bd69a5dac7c2ddca7e3a3edd72\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-1.5.0-py3-none-any.whl\",\n + \ \"filename\": \"load-1.5.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.66.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"1.5.0\"\n },\n + \ \"sha256Digest\": \"5ac7c8813fbc4750dd8990e752722b90b0b15d0a03e7eec084dc47efe8d549a0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-1.6.0-py3-none-any.whl\",\n + \ \"filename\": \"load-1.6.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.66.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"1.6.0\"\n },\n + \ \"sha256Digest\": \"0b26bd5db93acc7e579fb3a78a8a40a5397b2b689f52432ae8c4c8da9ef14adb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-1.7.0-py3-none-any.whl\",\n + \ \"filename\": \"load-1.7.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.66.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"1.7.0\"\n },\n + \ \"sha256Digest\": \"9588c2dfc98962192fa4984af126b1f01690f3f3c7685c6a75689460b5a91cd8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-1.8.0-py3-none-any.whl\",\n + \ \"filename\": \"load-1.8.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.66.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"1.8.0\"\n },\n + \ \"sha256Digest\": \"c0f2fbb74d4961b1e46e63ac7603eae765edd72023b2e22de20e99e1fbf56ec7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-2.0.0-py3-none-any.whl\",\n + \ \"filename\": \"load-2.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.66.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"2.0.0\"\n },\n + \ \"sha256Digest\": \"7afc41ca93721ccfdf059026e05975628ef766e4fa4910e1ea929ed71eec0271\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-2.1.0-py3-none-any.whl\",\n + \ \"filename\": \"load-2.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.66.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"2.1.0\"\n },\n + \ \"sha256Digest\": \"e7a26996c2fb360d5b34a2189ed7e78fec57d1cebb1f80fbec8fe2e1dbc79172\"\n + \ }\n ],\n \"log-analytics\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/log_analytics-0.1.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"log_analytics-0.1.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/log-analytics\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"log-analytics\",\n \"summary\": \"Support for Azure Log + Analytics query capabilities.\",\n \"version\": \"0.1.4\"\n + \ },\n \"sha256Digest\": \"6f4789fff8581a52e13bcf8f13fdc16b47662fac69e1fc3ea49280de1a8e65bc\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/log_analytics-0.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"log_analytics-0.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"aleldeib@microsoft.com\",\n \"name\": + \"Ace Eldeib\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/log-analytics\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"log-analytics\",\n \"summary\": \"Support for Azure Log + Analytics query capabilities.\",\n \"version\": \"0.2.0\"\n + \ },\n \"sha256Digest\": \"28a24f605e80c6fc56408add14981e5b4572077f2b5f0c55208f4105624cc91b\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/log_analytics-0.2.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"log_analytics-0.2.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/log-analytics\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"log-analytics\",\n \"summary\": \"Support for Azure Log + Analytics query capabilities.\",\n \"version\": \"0.2.1\"\n + \ },\n \"sha256Digest\": \"23751654f76334e97c3ae3b10dd4e6896785cbf5c7c9442d3f979ebd6b9c6c21\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/log_analytics-0.2.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"log_analytics-0.2.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/log-analytics\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"log-analytics\",\n \"summary\": \"Support for Azure Log + Analytics query capabilities.\",\n \"version\": \"0.2.2\"\n + \ },\n \"sha256Digest\": \"c04c42a26d50db82d14f76e209184b18d4cce17b458817ac607e3ff975641eb2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/log_analytics-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"log_analytics-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/log-analytics\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"log-analytics\",\n \"summary\": \"Support for Azure Log + Analytics query capabilities.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"ccd36a8ca6979c549db7d7fd78009907e9e7bc2b09437885dbdd8b107cb15b66\"\n + \ }\n ],\n \"log-analytics-solution\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/log_analytics_solution-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"log_analytics_solution-0.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.4\",\n \"Programming + Language :: Python :: 3.5\",\n \"Programming Language + :: Python :: 3.6\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"log-analytics-solution\",\n \"summary\": \"Microsoft + Azure Command-Line Tools Operations Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"844bf0a063b4e244bfe14e215c82d7d70327540b7bf446b7cb1d97ebb8a98119\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/log_analytics_solution-0.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"log_analytics_solution-0.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.4\",\n \"Programming + Language :: Python :: 3.5\",\n \"Programming Language + :: Python :: 3.6\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"log-analytics-solution\",\n \"summary\": \"Support for + Azure Log Analytics Solution\",\n \"version\": \"0.1.1\"\n + \ },\n \"sha256Digest\": \"0c85556a82ef5850c9f90b58380c5cde6a70a2bd2a464c0a8e429c77152a87bd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/log_analytics_solution-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"log_analytics_solution-1.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.50.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/log-analytics-solution\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"log-analytics-solution\",\n \"summary\": \"Support for + Azure Log Analytics Solution\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"c0a4252da4c29032c4e956b768860529509e88a1ecef7f3a3189cb701a305c6b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/log_analytics_solution-1.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"log_analytics_solution-1.0.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.50.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/log-analytics-solution\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"log-analytics-solution\",\n \"summary\": \"Support for + Azure Log Analytics Solution\",\n \"version\": \"1.0.1\"\n + \ },\n \"sha256Digest\": \"7e10443de862cd0c19090b0a0dae5e9942e8b48c20e3a9c3305778daa756ea96\"\n + \ }\n ],\n \"logic\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/logic-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"logic-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"logic\",\n \"summary\": \"Microsoft Azure Command-Line + Tools LogicManagementClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"b02dea64e03adb7cf17a7afafc28844949c0f3a030f4eb005059452f0ac68040\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/logic-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"logic-0.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/logic\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"logic\",\n \"summary\": \"Microsoft Azure Command-Line + Tools LogicManagementClient Extension\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"906b43b34be4ed38c883a4f2031ff7b2b0547f51b16c8553f050afc2986ec939\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/logic-0.1.2-py3-none-any.whl\",\n + \ \"filename\": \"logic-0.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/logic\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"logic\",\n \"summary\": \"Microsoft Azure Command-Line + Tools LogicManagementClient Extension\",\n \"version\": + \"0.1.2\"\n },\n \"sha256Digest\": \"35127cc723edf1c6311354326ebae9aa5b0d72d11141fddf3efc8fb84eadac81\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/logic-0.1.3-py3-none-any.whl\",\n + \ \"filename\": \"logic-0.1.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/logic\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"logic\",\n \"summary\": \"Microsoft Azure Command-Line + Tools LogicManagementClient Extension\",\n \"version\": + \"0.1.3\"\n },\n \"sha256Digest\": \"38a1e8285fa8ad34632094b749aa1bea703440c946f01fc546306b8e934f389a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/logic-0.1.4-py3-none-any.whl\",\n + \ \"filename\": \"logic-0.1.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/logic\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"logic\",\n \"summary\": \"Microsoft Azure Command-Line + Tools LogicManagementClient Extension\",\n \"version\": + \"0.1.4\"\n },\n \"sha256Digest\": \"e350fb81e4f2f6758a77814afebf8a71b4cdcac951142d703da15ca92ab7ca87\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/logic-0.1.5-py3-none-any.whl\",\n + \ \"filename\": \"logic-0.1.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/logic\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"logic\",\n \"summary\": \"Microsoft Azure Command-Line + Tools LogicManagementClient Extension\",\n \"version\": + \"0.1.5\"\n },\n \"sha256Digest\": \"f0405775947f7581a5df52d97a3959b7fe3bf4b49ddcb487e15147cc1c4d276a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/logic-0.1.6-py3-none-any.whl\",\n + \ \"filename\": \"logic-0.1.6-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/logic\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"logic\",\n \"summary\": \"Microsoft Azure Command-Line + Tools LogicManagementClient Extension\",\n \"version\": + \"0.1.6\"\n },\n \"sha256Digest\": \"b1f713229f624ea9121ef9a3778098cfa8a03bee46aae0c835c44c096c6d1ded\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/logic-0.1.7-py3-none-any.whl\",\n + \ \"filename\": \"logic-0.1.7-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/logic\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"logic\",\n \"summary\": \"Microsoft Azure Command-Line + Tools LogicManagementClient Extension\",\n \"version\": + \"0.1.7\"\n },\n \"sha256Digest\": \"09e5da23f41c3fdb89430d2229c43b5b44484b1051af1d00dbd719aee53d4063\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/logic-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"logic-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.54.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/logic\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"logic\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Logic Extension.\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"3b102c7e8b10ab35468e2d3218c808c4690f1cf9752e569ca329ff154ad55480\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/logic-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"logic-1.0.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.54.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/logic\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"logic\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Logic Extension.\",\n \"version\": \"1.0.1\"\n },\n + \ \"sha256Digest\": \"449289677a0af032b88feb18edc48fc0994fb0b50a0cfccdf4907a4fadac732c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/logic-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"logic-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.55.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/logic\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"logic\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Logic Extension.\",\n \"version\": \"1.1.0\"\n },\n + \ \"sha256Digest\": \"14c18768c02ee9c370ac7eed0f23206eee7d344a10382a3083b17b5e1848cfcd\"\n + \ }\n ],\n \"maintenance\": [\n {\n \"downloadUrl\": + \"https://mrpcliextensionrelease.blob.core.windows.net/cliextension/maintenance-1.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"maintenance-1.0.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.47\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"abkmr@microsoft.com\",\n \"name\": \"Abhishek + Kumar\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"maintenance\",\n \"summary\": \"Support for Azure maintenance + management.\",\n \"version\": \"1.0.1\"\n },\n + \ \"sha256Digest\": \"3e0fb5392bd29e53e7afde543d1a0ef5d33a6032f01322fd75b7afe7016c34fc\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/maintenance-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"maintenance-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/maintenance\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"maintenance\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MaintenanceClient Extension\",\n \"version\": \"1.1.0\"\n + \ },\n \"sha256Digest\": \"351c717a37e6fb9b29d22cdca3b0744a452a1116e83f9e57e794464311708c97\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/maintenance-1.2.0-py3-none-any.whl\",\n + \ \"filename\": \"maintenance-1.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/maintenance\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"maintenance\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MaintenanceClient Extension\",\n \"version\": \"1.2.0\"\n + \ },\n \"sha256Digest\": \"a0108efeddb6228788b878801f3c08c2b68d2df4ff8cc9d5043f1a0a9c2923b1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/maintenance-1.2.1-py3-none-any.whl\",\n + \ \"filename\": \"maintenance-1.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/maintenance\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"maintenance\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MaintenanceClient Extension\",\n \"version\": \"1.2.1\"\n + \ },\n \"sha256Digest\": \"b93b0fa34c06fd4df9cef92446d8c61cc5a142ee1fae6e697aa77894959c1044\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/maintenance-1.3.0-py3-none-any.whl\",\n + \ \"filename\": \"maintenance-1.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/maintenance\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"maintenance\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MaintenanceManagementClient Extension\",\n \"version\": + \"1.3.0\"\n },\n \"sha256Digest\": \"bd261425789df79c795c02fd402b3d71eb3c31e4deb3ccdba078a58315931af0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/maintenance-1.4.0-py3-none-any.whl\",\n + \ \"filename\": \"maintenance-1.4.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.50.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/maintenance\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"maintenance\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MaintenanceManagementClient Extension\",\n \"version\": + \"1.4.0\"\n },\n \"sha256Digest\": \"994086879b36ce01559ae037555d29a1ea87d840fa54f437547310350108368d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/maintenance-1.5.0-py3-none-any.whl\",\n + \ \"filename\": \"maintenance-1.5.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/maintenance\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"maintenance\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MaintenanceManagementClient Extension\",\n \"version\": + \"1.5.0\"\n },\n \"sha256Digest\": \"4f1336fed4fa2cbea640627676a6cab4399c1b29ae23cb21fe73c9bea0d80a7f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/maintenance-1.6.0-py3-none-any.whl\",\n + \ \"filename\": \"maintenance-1.6.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/maintenance\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"maintenance\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MaintenanceManagementClient Extension\",\n \"version\": + \"1.6.0\"\n },\n \"sha256Digest\": \"3ab6a2dac48ba71b28bc8ee05d254daa72b62f84dda953749fa621a80ca39ae5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/maintenance-1.7.0b1-py3-none-any.whl\",\n + \ \"filename\": \"maintenance-1.7.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/maintenance\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"maintenance\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MaintenanceManagementClient Extension\",\n \"version\": + \"1.7.0b1\"\n },\n \"sha256Digest\": \"71998b7d5de7223c5e2ae7a1c00445b411d139a023876f84788f51f1f510b2db\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/maintenance-1.7.0b2-py3-none-any.whl\",\n + \ \"filename\": \"maintenance-1.7.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.67.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/maintenance\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"maintenance\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MaintenanceManagementClient Extension\",\n \"version\": + \"1.7.0b2\"\n },\n \"sha256Digest\": \"79b889f14e45c912c6f551c1181ef902a9233d56abb3c906c569e35023228822\"\n + \ }\n ],\n \"managedccfs\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/managedccfs-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"managedccfs-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managedccfs\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managedccfs\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Managedccfs Extension.\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"d54c05071228ab8b4e0f4b07478ac02da6f7af57ef994f75e6283b4150bf64ed\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managedccfs-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"managedccfs-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managedccfs\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managedccfs\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Managedccfs Extension.\",\n \"version\": \"0.2.0\"\n + \ },\n \"sha256Digest\": \"378f425f35420373e9703a5dc8c0f05ca8176fb8404b38610d4de828f7c23d37\"\n + \ }\n ],\n \"managednetworkfabric\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2023-02-01-preview API version.\",\n + \ \"version\": \"1.0.0b1\"\n },\n \"sha256Digest\": + \"17e8e5be87baaeb2b59ab578c646e0ec978ac7ec0a610f9145515ccefce6e274\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-1.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2023-02-01-preview API version.\",\n + \ \"version\": \"1.0.0b2\"\n },\n \"sha256Digest\": + \"c521778380078c441fb6bbc41449a5c18ca75b4ce93c559a2c82b46a86506d82\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-3.1.0-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-3.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2023-06-15 API version.\",\n \"version\": + \"3.1.0\"\n },\n \"sha256Digest\": \"8837fd0a52557b0a20fe0aa1e8eb1974f4357de778803a06fbd6ea923d3743b2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-3.2.0-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-3.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2023-06-15 API version.\",\n \"version\": + \"3.2.0\"\n },\n \"sha256Digest\": \"f757d1632fa1a9a45f2b76e83d79884e9985204125a768081f1be11c62c3466d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-4.1.0-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-4.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2023-06-15 API version.\",\n \"version\": + \"4.1.0\"\n },\n \"sha256Digest\": \"8069311c750900920a8f15005bdbca4e339e9e48b7e2ba7c1b385e3ed09a5359\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-4.1.1-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-4.1.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2023-06-15 API version.\",\n \"version\": + \"4.1.1\"\n },\n \"sha256Digest\": \"a267de6e2d21e6e4e081c1daeceeb30db57c0cae23f00dd60a5e8af29e060896\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-4.2.0-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-4.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2023-06-15 API version.\",\n \"version\": + \"4.2.0\"\n },\n \"sha256Digest\": \"f80f528a099862fa8e792f770943a832dbb958b503cc5cc8cb6f58766056d857\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-5.0.0-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-5.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2023-06-15 API version.\",\n \"version\": + \"5.0.0\"\n },\n \"sha256Digest\": \"eedba7ca67f0a05cdc5122a1e414626e2bac3e894167c97881bfa97d4ae8478a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-5.2.0-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-5.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2023-06-15 API version.\",\n \"version\": + \"5.2.0\"\n },\n \"sha256Digest\": \"3e8ccf3ae6cda948834ed04bb07ea969b199088e224e9a658efa96017ba481dc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-5.2.1-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-5.2.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2023-06-15 API version.\",\n \"version\": + \"5.2.1\"\n },\n \"sha256Digest\": \"adbb1546e9f9eb958b016f1ba9af9f5bb61d13e098eae63687e1272fedad66b4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-5.2.4-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-5.2.4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2023-06-15 API version.\",\n \"version\": + \"5.2.4\"\n },\n \"sha256Digest\": \"e42a0b991f5cde4b9ea7be218330c29b735400432d10727c1a0e3da174f5ea1a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-6.0.0-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-6.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2023-06-15 API version.\",\n \"version\": + \"6.0.0\"\n },\n \"sha256Digest\": \"340483c69484865bb4e2cadc97aa5f6b258ee894920f4df0dd74ac412a8b2d59\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-6.1.0-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-6.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2023-06-15 API version.\",\n \"version\": + \"6.1.0\"\n },\n \"sha256Digest\": \"be68c90c27c0c7800fb71aee0e4320b5c07d2907dbe3672bde4198dca92aa2fd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-6.2.0-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-6.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2023-06-15 API version.\",\n \"version\": + \"6.2.0\"\n },\n \"sha256Digest\": \"3761e2319e0a6bccde79d59e2ab2d508f00e601562c0b7e4bf290ff9d9b14479\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-6.4.0-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-6.4.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2023-06-15 API version.\",\n \"version\": + \"6.4.0\"\n },\n \"sha256Digest\": \"9d41078e0654aaae36a5f0f283f51de98cc4360582920536542546ed34ca0bc4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-7.0.0-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-7.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2024-02-15-preview API version.\",\n + \ \"version\": \"7.0.0\"\n },\n \"sha256Digest\": + \"23e2b6e31c699bc0e8c8db2faa3bfd622d5ec1565e083095222cd8501ed3296f\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-7.1.0-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-7.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2024-02-15-preview API version.\",\n + \ \"version\": \"7.1.0\"\n },\n \"sha256Digest\": + \"c67c072ab805fae0cdf7372f062cd9121db16a7f4274df156ffa15e6da7bcb8e\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-8.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-8.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.67.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2024-06-15-preview API version.\",\n + \ \"version\": \"8.0.0b1\"\n },\n \"sha256Digest\": + \"cb2668c2836e48b49b042b136372778c03090dc603d757d08771ca91f8a87877\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-8.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-8.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.67.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2024-06-15-preview API version.\",\n + \ \"version\": \"8.0.0b2\"\n },\n \"sha256Digest\": + \"960c3c84c19d1baecd118fcc1f165e9d4676cc87663fe1e4284913138ab5699a\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-8.0.0b3-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-8.0.0b3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.67.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2024-06-15-preview API version.\",\n + \ \"version\": \"8.0.0b3\"\n },\n \"sha256Digest\": + \"468aa5981fc197b4bcd70dc80cbd4c4e8a0692269b235e13c58147690f508bd5\"\n }\n + \ ],\n \"managementpartner\": [\n {\n \"downloadUrl\": + \"https://files.pythonhosted.org/packages/28/08/0fde582cf50eaf1ef304b35674b9b22f6731d95b2e41339eba4d35583b18/managementpartner-0.1.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"managementpartner-0.1.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"classifiers\": [\n + \ \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"jefl@microsoft.com\",\n \"name\": + \"Jeffrey Li\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.29.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managementpartner\",\n \"summary\": \"Support for Management + Partner preview\",\n \"version\": \"0.1.2\"\n },\n + \ \"sha256Digest\": \"f7ec0984b4d5a4c9192aa3ab6b78c867fc38cf620effef1804d89c9d1d9f204f\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/managementpartner-0.1.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"managementpartner-0.1.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"jefl@microsoft.com\",\n \"name\": + \"Jeffrey Li\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managementpartner\",\n \"summary\": \"Support for Management + Partner preview\",\n \"version\": \"0.1.3\"\n },\n + \ \"sha256Digest\": \"22ddf4b1cdc77e99262cb6089c4d96040065828a1d38a2709fdb945d3c851839\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managementpartner-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"managementpartner-1.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"jefl@microsoft.com\",\n \"name\": + \"Jeffrey Li\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managementpartner\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managementpartner\",\n \"summary\": \"Support for Management + Partner preview\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"a5d4a264647818b4a19cdc356ab5e6f8dd1b08fa6713c00a15297d2c5a059494\"\n + \ }\n ],\n \"mcc\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/mcc-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"mcc-1.0.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/mcc\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"mcc\",\n \"summary\": \"Microsoft Connected Cache CLI + Commands.\",\n \"version\": \"1.0.0b1\"\n },\n + \ \"sha256Digest\": \"6a734c7fb19d71ad5d2101464b247c7bffdda1e59c2651e98547ff79eb19ed4d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/mcc-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"mcc-1.0.0b2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/mcc\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"mcc\",\n \"summary\": \"Microsoft Connected Cache CLI + Commands.\",\n \"version\": \"1.0.0b2\"\n },\n + \ \"sha256Digest\": \"cfcbbdf83e40e5babc58052a799c751f563edae9104179c0c9e7d6e753af114d\"\n + \ }\n ],\n \"mdp\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/mdp-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"mdp-1.0.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/mdp\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"mdp\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Mdp Extension.\",\n \"version\": \"1.0.0b1\"\n },\n + \ \"sha256Digest\": \"7875607d84eaf835afe73b9eee9280a5169c5b0b1dd1b66a6eff593fe292a4de\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/mdp-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"mdp-1.0.0b2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/mdp\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"mdp\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Mdp Extension.\",\n \"version\": \"1.0.0b2\"\n },\n + \ \"sha256Digest\": \"062ad026d9eaf791b5928c4fb793148d40c6c297cee32f175cd3a155eb24d93f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/mdp-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"mdp-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/mdp\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"mdp\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Mdp Extension.\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"c0a4ae1817103b548f1d91d7e1c85528415da016a83d483154859723bfb78d81\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/mdp-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"mdp-1.0.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/mdp\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"mdp\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Mdp Extension.\",\n \"version\": \"1.0.1\"\n },\n + \ \"sha256Digest\": \"92354632b73dcb1b4fac0c21aff11d70bc4e3769a9ed440ae4cc0c166f2fd9a7\"\n + \ }\n ],\n \"mesh\": [\n {\n \"downloadUrl\": + \"https://meshcli.blob.core.windows.net/cli/mesh-0.10.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"mesh-0.10.6-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"mesh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"sfmergeutility (==0.1.6)\"\n ]\n + \ }\n ],\n \"summary\": + \"Support for Microsoft Azure Service Fabric Mesh - Public Preview\",\n \"version\": + \"0.10.6\"\n },\n \"sha256Digest\": \"07b6356cd15294c0bc0b31cfde1cdb2b92516b00728980d7a53557bb49273842\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/mesh-0.10.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"mesh-0.10.7-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/mesh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"mesh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"sfmergeutility (==0.1.6)\"\n ]\n + \ }\n ],\n \"summary\": + \"Support for Microsoft Azure Service Fabric Mesh - Public Preview\",\n \"version\": + \"0.10.7\"\n },\n \"sha256Digest\": \"9433191eba661716d5f42fd53dcbc9c2711ec568ed444bfcd0fe3555a717fa0b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/mesh-1.0.0a1-py2.py3-none-any.whl\",\n + \ \"filename\": \"mesh-1.0.0a1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.50.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/mesh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"mesh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"sfmergeutility (==0.1.6)\"\n ]\n + \ }\n ],\n \"summary\": + \"Support for Microsoft Azure Service Fabric Mesh - Public Preview\",\n \"version\": + \"1.0.0a1\"\n },\n \"sha256Digest\": \"fe52e3ed5bd7252a120bbebc0a578b0138a257a22dd264adeed97862ede07a35\"\n + \ }\n ],\n \"microsoft-fabric\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/microsoft_fabric-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"microsoft_fabric-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/microsoft-fabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"microsoft-fabric\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Microsoft Fabric Extension.\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"8ba450a5a3daafa8b9b6b6e9ee8224f468fd972332e905000f2acc7ff00cd9bb\"\n + \ }\n ],\n \"mixed-reality\": [\n {\n \"downloadUrl\": + \"https://test-files.pythonhosted.org/packages/e4/fa/14628eb512ef4f0c38e4e6c8ee2d0624e03d352ca0ec1b1167a32f9de9a3/mixed_reality-0.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"mixed_reality-0.0.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"classifiers\": [\n + \ \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"xiangyul@microsoft.com\",\n + \ \"name\": \"Xiangyu Luo\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"mixed-reality\",\n \"summary\": \"Mixed Reality Azure + CLI Extension.\",\n \"version\": \"0.0.1\"\n },\n + \ \"sha256Digest\": \"c5b7ef47d8db578920bcbda371a47edd19f8f681088823c2622dcb9332417587\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/mixed_reality-0.0.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"mixed_reality-0.0.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.30\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"xiangyul@microsoft.com\",\n + \ \"name\": \"Xiangyu Luo\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"mixed-reality\",\n \"summary\": \"Mixed Reality Azure + CLI Extension.\",\n \"version\": \"0.0.2\"\n },\n + \ \"sha256Digest\": \"30449391c1d1e9d67210d0ef81109a11a0f74a24a6f07644c17aed58cf056173\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/mixed_reality-0.0.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"mixed_reality-0.0.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"xiangyul@microsoft.com\",\n \"name\": + \"Xiangyu Luo\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/mixed-reality\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"mixed-reality\",\n \"summary\": \"Mixed Reality Azure + CLI Extension.\",\n \"version\": \"0.0.3\"\n },\n + \ \"sha256Digest\": \"29f07fa6db12c70f9b93a3914d61ea108a5f410f40bc92389c1a87ea9312c766\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/mixed_reality-0.0.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"mixed_reality-0.0.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"xiangyul@microsoft.com\",\n \"name\": + \"Xiangyu Luo\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/mixed-reality\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"mixed-reality\",\n \"summary\": \"Mixed Reality Azure + CLI Extension.\",\n \"version\": \"0.0.4\"\n },\n + \ \"sha256Digest\": \"509b675781949c69baa911261a0637ba5a0fac9b11ee458feea7ddfb71393fef\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/mixed_reality-0.0.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"mixed_reality-0.0.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"xiangyul@microsoft.com\",\n \"name\": + \"Xiangyu Luo\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/mixed-reality\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"mixed-reality\",\n \"summary\": \"Mixed Reality Azure + CLI Extension.\",\n \"version\": \"0.0.5\"\n },\n + \ \"sha256Digest\": \"026aaf58f9ad02d74837d21a1f5c122264a59814e0b7c395c26e5fdc1293187e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/mixed_reality-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"mixed_reality-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"xiangyul@microsoft.com\",\n \"name\": + \"Xiangyu Luo\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/mixed-reality\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"mixed-reality\",\n \"summary\": \"Mixed Reality Azure + CLI Extension.\",\n \"version\": \"1.0.0b1\"\n },\n + \ \"sha256Digest\": \"a3c1ab87bc5f68b865bd6f93d562e40d1ea4bdc485aacfe0900673de3fab9869\"\n + \ }\n ],\n \"ml\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.0.0a1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.0.0a1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/machinelearningservices\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-identity\",\n \"azure-storage-blob + (<=12.5.0,>12.0.0b4)\",\n \"azure-storage-file-share + (==12.3.0)\",\n \"cryptography (<=3.3.2)\",\n + \ \"docker (>=4.0.0,~=5.0.0)\",\n \"isodate\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"pathspec + (==0.8.*)\",\n \"pydash (<=4.9.0)\",\n \"pyjwt + (<2.0.0)\",\n \"tqdm\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces Extension\",\n + \ \"version\": \"2.0.0a1\"\n },\n \"sha256Digest\": + \"da1a040a0755f2b6898ac6ed9f90241a38b776031e74d070431cd2ba63a13ea3\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.0.1a1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.0.1a1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/machinelearningservices\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-identity\",\n \"azure-storage-blob + (<=12.5.0,>12.0.0b4)\",\n \"azure-storage-file-share + (==12.3.0)\",\n \"cryptography (<=3.3.2)\",\n + \ \"docker (>=4.0.0,~=5.0.0)\",\n \"isodate\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"pathspec + (==0.8.*)\",\n \"pydash (<=4.9.0)\",\n \"pyjwt + (<2.0.0)\",\n \"tqdm\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces Extension\",\n + \ \"version\": \"2.0.1a1\"\n },\n \"sha256Digest\": + \"079a8f3ecf3f0816a8afd4fe65303940721679f02718f70ddb706934201ada50\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.0.1a2-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.0.1a2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/machinelearningservices\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-identity\",\n \"azure-storage-blob + (<=12.5.0,>12.0.0b4)\",\n \"azure-storage-file-share + (==12.3.0)\",\n \"cryptography (<=3.3.2)\",\n + \ \"docker (>=4.0.0,~=5.0.0)\",\n \"isodate\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"pathspec + (==0.8.*)\",\n \"pydash (<=4.9.0)\",\n \"pyjwt + (<2.0.0)\",\n \"tqdm\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces Extension\",\n + \ \"version\": \"2.0.1a2\"\n },\n \"sha256Digest\": + \"b17126a35dd3ebb65cbe54fe2d69fc9274b37ec5a150ea084b1b343b7393ccde\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.0.1a3-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.0.1a3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/machinelearningservices\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-identity\",\n \"azure-storage-blob + (<=12.5.0,>12.0.0b4)\",\n \"azure-storage-file-share + (==12.3.0)\",\n \"cryptography (<=3.3.2)\",\n + \ \"docker (>=4.0.0,~=5.0.0)\",\n \"isodate\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"pathspec + (==0.8.*)\",\n \"pydash (<=4.9.0)\",\n \"pyjwt + (<2.0.0)\",\n \"tqdm\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces Extension\",\n + \ \"version\": \"2.0.1a3\"\n },\n \"sha256Digest\": + \"67c57c5c73d7ebaa99d1df52ba82c7a551bf61a182b4888128e8c62c896cf84b\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.0.1a4-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.0.1a4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/machinelearningservices\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-identity\",\n \"azure-storage-blob + (<=12.5.0,>12.0.0b4)\",\n \"azure-storage-file-share + (==12.3.0)\",\n \"cryptography (<=3.3.2)\",\n + \ \"docker (>=4.0.0,~=5.0.0)\",\n \"isodate\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"pathspec + (==0.8.*)\",\n \"pydash (<=4.9.0)\",\n \"pyjwt + (<2.0.0)\",\n \"tqdm\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces Extension\",\n + \ \"version\": \"2.0.1a4\"\n },\n \"sha256Digest\": + \"5a20917c68a953ad52c6c0596cd04e8c89f833e8ede17e64866a26f43e7f0164\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.0.1a5-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.0.1a5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/machinelearningservices\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-identity\",\n \"azure-storage-blob + (<=12.5.0,>12.0.0b4)\",\n \"azure-storage-file-share + (==12.3.0)\",\n \"cryptography (<=3.3.2)\",\n + \ \"docker (>=4.0.0,~=5.0.0)\",\n \"isodate\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"pathspec + (==0.8.*)\",\n \"pydash (<=4.9.0)\",\n \"pyjwt + (<2.0.0)\",\n \"tqdm\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces Extension\",\n + \ \"version\": \"2.0.1a5\"\n },\n \"sha256Digest\": + \"234ad4707c7c2b4bace2f4c3ed9e15f2f47d01ee00f7a5e13ccafaacec6de8d2\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.0.2-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.0.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/machinelearningservices\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-identity\",\n \"azure-storage-blob + (<=12.5.0,>12.0.0b4)\",\n \"azure-storage-file-share + (==12.3.0)\",\n \"cryptography (<=3.3.2)\",\n + \ \"docker (>=4.0.0,~=5.0.0)\",\n \"isodate\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"pathspec + (==0.8.*)\",\n \"pydash (<=4.9.0)\",\n \"pyjwt + (<2.0.0)\",\n \"tqdm\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces Extension\",\n + \ \"version\": \"2.0.2\"\n },\n \"sha256Digest\": + \"80dc61c8d6778a262b882dc0c5e05b77551e64d338d90fbe8a7eb8c731f6814c\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.0.3-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.0.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/machinelearningservices\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-identity\",\n + \ \"azure-storage-blob (<=12.9.0,>12.0.0b4)\",\n + \ \"azure-storage-file-share (<13.0.0)\",\n + \ \"cryptography (<=3.3.2)\",\n \"docker + (>=4.0.0,~=5.0.0)\",\n \"isodate\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"pathspec (==0.8.*)\",\n + \ \"pydash (<=4.9.0)\",\n \"pyjwt + (<2.0.0)\",\n \"tqdm\",\n \"typing-extensions + (<4.0.0,>=3.10)\"\n ]\n }\n + \ ],\n \"summary\": \"Microsoft Azure + Command-Line Tools AzureMachineLearningWorkspaces Extension\",\n \"version\": + \"2.0.3\"\n },\n \"sha256Digest\": \"3eac9a5c8ee9e78151d9bbcc54eb978a1987f6fd7c1beef0b4a575113f0a4466\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.0.7-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.0.7-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/machinelearningservices\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-identity\",\n + \ \"azure-storage-blob (<=12.9.0,>12.0.0b4)\",\n + \ \"azure-storage-file-share (<13.0.0)\",\n + \ \"cryptography (<=3.3.2)\",\n \"docker + (>=4.0.0,~=5.0.0)\",\n \"isodate\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"pathspec (==0.9.*)\",\n + \ \"pydash (<=4.9.0)\",\n \"pyjwt + (<=2.3.0)\",\n \"tqdm (<=4.63.0)\",\n \"typing-extensions + (<4.0.0,>=3.10)\"\n ]\n }\n + \ ],\n \"summary\": \"Microsoft Azure + Command-Line Tools AzureMachineLearningWorkspaces Extension\",\n \"version\": + \"2.0.7\"\n },\n \"sha256Digest\": \"67f5f65437e50c763ddc9595542d5b12f949c1e325c30a93317ca5f292ad25e5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.1.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/machinelearningservices\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-identity\",\n + \ \"azure-storage-blob (<=12.9.0,>12.0.0b4)\",\n + \ \"azure-storage-file-share (<13.0.0)\",\n + \ \"cryptography (<=3.3.2)\",\n \"docker + (>=4.0.0,~=5.0.0)\",\n \"isodate\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"pathspec (==0.9.*)\",\n + \ \"pydash (<=4.9.0)\",\n \"pyjwt + (<=2.3.0)\",\n \"tqdm (<=4.63.0)\",\n \"typing-extensions + (<4.0.0,>=3.10)\"\n ]\n }\n + \ ],\n \"summary\": \"Microsoft Azure + Command-Line Tools AzureMachineLearningWorkspaces Extension\",\n \"version\": + \"2.1.1\"\n },\n \"sha256Digest\": \"373fa36ced7ef00a8caeb818bf8d83a52ca519e01180a0191b99bdfeae95a037\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.1.2-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/machinelearningservices\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-identity\",\n + \ \"azure-storage-blob (<=12.9.0,>12.0.0b4)\",\n + \ \"azure-storage-file-share (<13.0.0)\",\n + \ \"cryptography (<=3.3.2)\",\n \"docker + (>=4.0.0,~=5.0.0)\",\n \"isodate\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"pathspec (==0.9.*)\",\n + \ \"pydash (<=4.9.0)\",\n \"pyjwt + (<=2.3.0)\",\n \"tqdm (<=4.63.0)\",\n \"typing-extensions + (<4.0.0,>=3.10)\"\n ]\n }\n + \ ],\n \"summary\": \"Microsoft Azure + Command-Line Tools AzureMachineLearningWorkspaces Extension\",\n \"version\": + \"2.1.2\"\n },\n \"sha256Digest\": \"19845c2b0d3701f5ff9e34162047c0c85f57904e17cdcbdde784ab4c8ac2fc49\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.2.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/machinelearningservices\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"applicationinsights (<=0.11.10)\",\n \"azure-common + (<2.0.0,>=1.1)\",\n \"azure-identity\",\n \"azure-storage-blob + (<=12.9.0,>12.0.0b4)\",\n \"azure-storage-file-share + (<13.0.0)\",\n \"colorama (<=0.4.4)\",\n \"cryptography + (<=3.3.2)\",\n \"docker (>=4.0.0,~=5.0.0)\",\n + \ \"isodate\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"pathspec (==0.9.*)\",\n + \ \"pydash (<=4.9.0)\",\n \"pyjwt + (<=2.3.0)\",\n \"tqdm (<=4.63.0)\",\n \"typing-extensions + (<4.0.0,>=3.10)\"\n ]\n }\n + \ ],\n \"summary\": \"Microsoft Azure + Command-Line Tools AzureMachineLearningWorkspaces Extension\",\n \"version\": + \"2.2.1\"\n },\n \"sha256Digest\": \"9e0c11f0d587d5c34969bef3287de5fba3f6fc398541812d2dc4c4db47e24498\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.2.2-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.2.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/machinelearningservices\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"applicationinsights (<=0.11.10)\",\n \"azure-common + (<2.0.0,>=1.1)\",\n \"azure-identity\",\n \"azure-storage-blob + (<=12.9.0,>12.0.0b4)\",\n \"azure-storage-file-share + (<13.0.0)\",\n \"colorama (<=0.4.4)\",\n \"cryptography + (<=3.3.2)\",\n \"docker (>=4.0.0,~=5.0.0)\",\n + \ \"isodate\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"pathspec (==0.9.*)\",\n + \ \"pydash (<=4.9.0)\",\n \"pyjwt + (<=2.3.0)\",\n \"tqdm (<=4.63.0)\",\n \"typing-extensions + (<4.0.0,>=3.10)\"\n ]\n }\n + \ ],\n \"summary\": \"Microsoft Azure + Command-Line Tools AzureMachineLearningWorkspaces Extension\",\n \"version\": + \"2.2.2\"\n },\n \"sha256Digest\": \"69cf00542a4acc6a1d22c9a0c020268cdccf0b3f52d1c49edb0cd1d6b4056237\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.2.3-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.2.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/machinelearningservices\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"applicationinsights (<=0.11.10)\",\n \"azure-common + (<2.0.0,>=1.1)\",\n \"azure-identity\",\n \"azure-storage-blob + (<=12.9.0,>12.0.0b4)\",\n \"azure-storage-file-share + (<13.0.0)\",\n \"colorama (<=0.4.4)\",\n \"cryptography + (<=3.3.2)\",\n \"docker\",\n \"isodate\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"pathspec + (==0.9.*)\",\n \"pydash (<=4.9.0)\",\n \"pyjwt + (<=2.3.0)\",\n \"tqdm (<=4.63.0)\",\n \"typing-extensions + (<4.0.0,>=3.10)\"\n ]\n }\n + \ ],\n \"summary\": \"Microsoft Azure + Command-Line Tools AzureMachineLearningWorkspaces Extension\",\n \"version\": + \"2.2.3\"\n },\n \"sha256Digest\": \"6cbfac0985961d82ae22fe7bccac9cee8a26c78958756f463ced58913ef96409\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.3.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.3.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/machinelearningservices\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"applicationinsights (<=0.11.10)\",\n \"azure-common + (<2.0.0,>=1.1)\",\n \"azure-identity\",\n \"azure-storage-blob + (<=12.9.0,>12.0.0b4)\",\n \"azure-storage-file-share + (<13.0.0)\",\n \"colorama (<=0.4.4)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"pathspec (==0.9.*)\",\n + \ \"pydash (<=4.9.0)\",\n \"pyjwt + (<=2.3.0)\",\n \"tqdm (<=4.63.0)\",\n \"typing-extensions + (<4.0.0,>=3.10)\"\n ]\n }\n + \ ],\n \"summary\": \"Microsoft Azure + Command-Line Tools AzureMachineLearningWorkspaces Extension\",\n \"version\": + \"2.3.1\"\n },\n \"sha256Digest\": \"b296b2f83a88746f8be534b61a21e8a3e51f01b57b240897f79b9f9289388643\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.4.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.4.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\n \"Programming Language :: Python\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\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 \"description_content_type\": + \"text/x-rst\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azuremlsdk@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"applicationinsights (<=0.11.10)\",\n \"azure-common + (<2.0.0,>=1.1)\",\n \"azure-identity\",\n \"azure-storage-blob + (<=12.9.0,>=12.5.0)\",\n \"azure-storage-file-share + (<13.0.0)\",\n \"colorama (<=0.4.4)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"pathspec (==0.9.*)\",\n + \ \"pydash (<=4.9.0)\",\n \"pyjwt + (<=2.3.0)\",\n \"tqdm (<=4.63.0)\",\n \"typing-extensions + (<4.0.0,>=3.10)\"\n ]\n }\n + \ ],\n \"summary\": \"Microsoft Azure + Command-Line Tools AzureMachineLearningWorkspaces Extension\",\n \"version\": + \"2.4.0\"\n },\n \"sha256Digest\": \"12619f9c3d0908f934a4e76e5c3dcf5c86bd58c89819c725b9c0dad143adac51\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.4.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.4.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\n \"Programming Language :: Python\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\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 \"description_content_type\": + \"text/x-rst\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azuremlsdk@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"applicationinsights (<=0.11.10)\",\n \"azure-common + (<2.0.0,>=1.1)\",\n \"azure-identity\",\n \"azure-storage-blob + (<=12.9.0,>=12.5.0)\",\n \"azure-storage-file-share + (<13.0.0)\",\n \"colorama (<=0.4.4)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"pathspec (==0.9.*)\",\n + \ \"pydash (<=4.9.0)\",\n \"pyjwt + (<=2.3.0)\",\n \"tqdm (<=4.63.0)\",\n \"typing-extensions + (<4.0.0,>=3.10)\"\n ]\n }\n + \ ],\n \"summary\": \"Microsoft Azure + Command-Line Tools AzureMachineLearningWorkspaces Extension\",\n \"version\": + \"2.4.1\"\n },\n \"sha256Digest\": \"646e548193d1eb96618f9d1c3e53f54cc8d5fb9b8de6cd67a11065567dae21ad\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.5.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.5.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\n \"Programming Language :: Python\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\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 \"description_content_type\": + \"text/x-rst\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azuremlsdk@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"applicationinsights (<=0.11.10)\",\n \"azure-common + (<2.0.0,>=1.1)\",\n \"azure-identity\",\n \"azure-storage-blob + (<13.0.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<=12.6.0)\",\n \"azure-storage-file-share + (<13.0.0)\",\n \"colorama (<=0.4.4)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"pathspec (==0.9.*)\",\n + \ \"pydash (<=4.9.0)\",\n \"pyjwt + (<=2.3.0)\",\n \"tqdm (<=4.63.0)\",\n \"typing-extensions + (>=4.0.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.5.0\"\n },\n + \ \"sha256Digest\": \"66c2c3dd71040be0ba304b80e25e8f5f2196caa3970e3c7e15d260243dde31e7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.6.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.6.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\n \"Programming Language :: Python\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\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 \"description_content_type\": + \"text/x-rst\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azuremlsdk@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"applicationinsights (<=0.11.10)\",\n \"azure-common + (<2.0.0,>=1.1)\",\n \"azure-identity\",\n \"azure-storage-blob + (<12.13.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<=12.8.0)\",\n \"azure-storage-file-share + (<12.9.0)\",\n \"colorama (<=0.4.4)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"pathspec (==0.9.*)\",\n + \ \"pydash (<=4.9.0)\",\n \"pyjwt + (<3.0.0)\",\n \"strictyaml (<=1.6.1)\",\n \"tqdm + (<=4.63.0)\",\n \"typing-extensions (>=4.0.1)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.6.0\"\n },\n + \ \"sha256Digest\": \"9d5d0c3c4cf260a7a4590c00200d7a9de4824017f657fe0a499887fdcf4d8b9c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.6.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.6.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\n \"Programming Language :: Python\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\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 \"description_content_type\": + \"text/x-rst\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azuremlsdk@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"applicationinsights (<=0.11.10)\",\n \"azure-common + (<2.0.0,>=1.1)\",\n \"azure-identity\",\n \"azure-storage-blob + (<12.13.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<=12.8.0)\",\n \"azure-storage-file-share + (<12.9.0)\",\n \"colorama (<=0.4.4)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"pathspec (==0.9.*)\",\n + \ \"pydash (<=4.9.0)\",\n \"pyjwt + (<3.0.0)\",\n \"strictyaml (<=1.6.1)\",\n \"tqdm + (<=4.63.0)\",\n \"typing-extensions (>=4.0.1)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.6.1\"\n },\n + \ \"sha256Digest\": \"a39a600331658e27774e33e7b6ed73b76d85c5b75bf14d1b80d7c492934badcc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.7.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.7.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\n \"Programming Language :: Python\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\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 \"description_content_type\": + \"text/x-rst\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azuremlsdk@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"applicationinsights (<=0.11.10)\",\n \"azure-common + (<2.0.0,>=1.1)\",\n \"azure-identity\",\n \"azure-storage-blob + (<12.13.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<12.8.0)\",\n \"azure-storage-file-share (<12.9.0)\",\n + \ \"colorama (<=0.4.4)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"pathspec (==0.9.*)\",\n + \ \"pydash (<=4.9.0)\",\n \"pyjwt + (<3.0.0)\",\n \"strictyaml (<=1.6.1)\",\n \"tqdm + (<=4.63.0)\",\n \"typing-extensions (>=4.0.1)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.7.0\"\n },\n + \ \"sha256Digest\": \"545465410e7c891ecfaf09a5d074745576a872db8c4b3691ce16c13fa76493bd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.7.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.7.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\n \"Programming Language :: Python\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\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 \"description_content_type\": + \"text/x-rst\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azuremlsdk@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"applicationinsights (<=0.11.10)\",\n \"azure-common + (<2.0.0,>=1.1)\",\n \"azure-identity\",\n \"azure-storage-blob + (<12.13.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<12.8.0)\",\n \"azure-storage-file-share (<12.9.0)\",\n + \ \"colorama (<=0.4.4)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"pathspec (==0.9.*)\",\n + \ \"pydash (<=4.9.0)\",\n \"pyjwt + (<3.0.0)\",\n \"strictyaml (<=1.6.1)\",\n \"tqdm + (<=4.63.0)\",\n \"typing-extensions (>=4.0.1)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.7.1\"\n },\n + \ \"sha256Digest\": \"42119a1eb36735135450160c28206d4e502649e047c7fee4b9058783cbfca17f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.8.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.8.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\n \"Programming Language :: Python\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\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 \"description_content_type\": + \"text/x-rst\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azuremlsdk@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"applicationinsights (<=0.11.10)\",\n \"azure-common + (<2.0.0,>=1.1)\",\n \"azure-storage-blob (<12.13.0,>=12.10.0)\",\n + \ \"azure-storage-file-datalake (<12.8.0)\",\n + \ \"azure-storage-file-share (<12.9.0)\",\n + \ \"colorama (<=0.4.4)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"pathspec (==0.9.*)\",\n + \ \"pydash (<=4.9.0)\",\n \"pyjwt + (<3.0.0)\",\n \"strictyaml (<=1.6.1)\",\n \"tqdm + (<=4.63.0)\",\n \"typing-extensions (>=4.0.1)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.8.0\"\n },\n + \ \"sha256Digest\": \"b2579e95b5e563633e2975286837540968a2773880ea40cf7d7e678eb09ab9d3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.9.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.9.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"applicationinsights (<=0.11.10)\",\n \"azure-common + (<2.0.0,>=1.1)\",\n \"azure-storage-blob (<13.0.0,>=12.10.0)\",\n + \ \"azure-storage-file-datalake (<13.0.0)\",\n + \ \"azure-storage-file-share (<13.0.0)\",\n + \ \"colorama (<=0.4.4)\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"jsonschema + (<5.0.0,>=4.0.0)\",\n \"marshmallow (<4.0.0,>=3.5)\",\n + \ \"pydash (<6.0.0)\",\n \"pyjwt + (<3.0.0)\",\n \"strictyaml (<=1.6.1)\",\n \"tqdm + (<=4.63.0)\",\n \"typing-extensions (<5.0.0)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.9.0\"\n },\n + \ \"sha256Digest\": \"b899b67d572d38b29f5ac030b411ae37bbe4bcbfa421ffd75986fa8d4e78e3cb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.10.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.10.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-storage-blob + (<13.0.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<13.0.0)\",\n \"azure-storage-file-share (<13.0.0)\",\n + \ \"colorama (<=0.4.4)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"pydash (<6.0.0)\",\n + \ \"pyjwt (<3.0.0)\",\n \"strictyaml + (<=1.6.1)\",\n \"tqdm (<=4.63.0)\",\n \"typing-extensions + (<5.0.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.10.0\"\n },\n + \ \"sha256Digest\": \"f510061270cb368a88e84c14f58cbb4bf49220e46e320718dd0efee7889b6ce8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.11.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.11.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-storage-blob + (<13.0.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<13.0.0)\",\n \"azure-storage-file-share (<13.0.0)\",\n + \ \"colorama (<0.5.0)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"opencensus-ext-azure + (<2.0.0)\",\n \"pydash (<6.0.0)\",\n \"pyjwt + (<3.0.0)\",\n \"strictyaml (<2.0.0)\",\n \"tqdm + (<5.0.0)\",\n \"typing-extensions (<5.0.0)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.11.0\"\n },\n + \ \"sha256Digest\": \"26627137dd0fb9d276b1a111ec2659e2f9ea840376bcab64b2e7888c13db4087\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.12.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.12.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-storage-blob + (<13.0.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<13.0.0)\",\n \"azure-storage-file-share (<13.0.0)\",\n + \ \"colorama (<0.5.0)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"opencensus-ext-azure + (<2.0.0)\",\n \"pydash (<6.0.0)\",\n \"pyjwt + (<3.0.0)\",\n \"strictyaml (<2.0.0)\",\n \"tqdm + (<5.0.0)\",\n \"typing-extensions (<5.0.0)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.12.0\"\n },\n + \ \"sha256Digest\": \"fc36a71835ec46baa7b6a132fef076bd6626cb7034896842ea11a4e6429bd528\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.12.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.12.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-storage-blob + (<13.0.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<13.0.0)\",\n \"azure-storage-file-share (<13.0.0)\",\n + \ \"colorama (<0.5.0)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"opencensus-ext-azure + (<2.0.0)\",\n \"pydash (<6.0.0)\",\n \"pyjwt + (<3.0.0)\",\n \"strictyaml (<2.0.0)\",\n \"tqdm + (<5.0.0)\",\n \"typing-extensions (<5.0.0)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.12.1\"\n },\n + \ \"sha256Digest\": \"8a5a3733a1bc65e4b100db5aab72bfe322ad4d4b5268c04dcf03da87374f77ce\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.13.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.13.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-storage-blob + (<13.0.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<13.0.0)\",\n \"azure-storage-file-share (<13.0.0)\",\n + \ \"colorama (<0.5.0)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"pydash (<6.0.0)\",\n + \ \"pyjwt (<3.0.0)\",\n \"strictyaml + (<2.0.0)\",\n \"tqdm (<5.0.0)\",\n \"typing-extensions + (<5.0.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.13.0\"\n },\n + \ \"sha256Digest\": \"24d2f8af646ace7d5b2c7c49adb8eff7e6d8a8610cbf071b2654695f8d512f3f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.14.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.14.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-storage-blob + (<13.0.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<13.0.0)\",\n \"azure-storage-file-share (<13.0.0)\",\n + \ \"colorama (<0.5.0)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"pydash (<6.0.0)\",\n + \ \"pyjwt (<3.0.0)\",\n \"strictyaml + (<2.0.0)\",\n \"tqdm (<5.0.0)\",\n \"typing-extensions + (<5.0.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.14.0\"\n },\n + \ \"sha256Digest\": \"90e8e03ff67f1c6b73219b44764a44e6e45ab7786ff5dd26660ba9f600879747\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.14.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.14.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-storage-blob + (<13.0.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<13.0.0)\",\n \"azure-storage-file-share (<13.0.0)\",\n + \ \"colorama (<0.5.0)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"pydash (<6.0.0)\",\n + \ \"pyjwt (<3.0.0)\",\n \"strictyaml + (<2.0.0)\",\n \"tqdm (<5.0.0)\",\n \"typing-extensions + (<5.0.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.14.1\"\n },\n + \ \"sha256Digest\": \"50c1619498adf17aaf88c0c8085ca3f4c82862dacc7260b5e1e805832356493b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.15.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.15.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-storage-blob + (<13.0.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<13.0.0)\",\n \"azure-storage-file-share (<13.0.0)\",\n + \ \"colorama (<0.5.0)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"opencensus-ext-azure + (<2.0.0)\",\n \"pydash (<6.0.0)\",\n \"pyjwt + (<3.0.0)\",\n \"strictyaml (<2.0.0)\",\n \"tqdm + (<5.0.0)\",\n \"typing-extensions (<5.0.0)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.15.0\"\n },\n + \ \"sha256Digest\": \"89002fd24b1096dab8dadd02c13930113f7f9044b1632baafe13e63cfda022bf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.15.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.15.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-storage-blob + (<13.0.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<13.0.0)\",\n \"azure-storage-file-share (<13.0.0)\",\n + \ \"colorama (<0.5.0)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"opencensus-ext-azure + (<2.0.0)\",\n \"pydash (<6.0.0)\",\n \"pyjwt + (<3.0.0)\",\n \"strictyaml (<2.0.0)\",\n \"tqdm + (<5.0.0)\",\n \"typing-extensions (<5.0.0)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.15.1\"\n },\n + \ \"sha256Digest\": \"b195ed8e627c36a34a7aac6f7c261a80714cf7ae9fbfd01981a39119dd1a70a5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.16.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.16.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-mgmt-resource + (<23.0.0,>=3.0.0)\",\n \"azure-mgmt-resource + (<23.0.0,>=3.0.0)\",\n \"azure-mgmt-resourcegraph + (<9.0.0,>=2.0.0)\",\n \"azure-mgmt-resourcegraph + (<9.0.0,>=2.0.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<13.0.0)\",\n \"azure-storage-file-share (<13.0.0)\",\n + \ \"colorama (<0.5.0)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"opencensus-ext-azure + (<2.0.0)\",\n \"pydash (<6.0.0)\",\n \"pyjwt + (<3.0.0)\",\n \"strictyaml (<2.0.0)\",\n \"tqdm + (<5.0.0)\",\n \"typing-extensions (<5.0.0)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.16.0\"\n },\n + \ \"sha256Digest\": \"d86047e774ac8c16b3d6eb4490588b527a257a04977dd181cfd06ac7778b6c23\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.17.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.17.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-mgmt-resource + (<23.0.0,>=3.0.0)\",\n \"azure-mgmt-resourcegraph + (<9.0.0,>=2.0.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<13.0.0)\",\n \"azure-storage-file-share (<13.0.0)\",\n + \ \"colorama (<0.5.0)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"opencensus-ext-azure + (<2.0.0)\",\n \"pydash (<6.0.0)\",\n \"pyjwt + (<3.0.0)\",\n \"strictyaml (<2.0.0)\",\n \"tqdm + (<5.0.0)\",\n \"typing-extensions (<5.0.0)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.17.0\"\n },\n + \ \"sha256Digest\": \"9870ae83638fdb11fc5de1d5d679e5a88cf6d64363d2f67883ee3eab86a802ec\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.17.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.17.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-mgmt-resource + (<23.0.0,>=3.0.0)\",\n \"azure-mgmt-resourcegraph + (<9.0.0,>=2.0.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<13.0.0)\",\n \"azure-storage-file-share (<13.0.0)\",\n + \ \"colorama (<0.5.0)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"opencensus-ext-azure + (<2.0.0)\",\n \"pydash (<6.0.0)\",\n \"pyjwt + (<3.0.0)\",\n \"strictyaml (<2.0.0)\",\n \"tqdm + (<5.0.0)\",\n \"typing-extensions (<5.0.0)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.17.1\"\n },\n + \ \"sha256Digest\": \"641cefde40910aca4db48f8fe1c0fda01d8112c04e93530959cf018561e3efcf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.17.2-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.17.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-mgmt-resource + (<23.0.0,>=3.0.0)\",\n \"azure-mgmt-resourcegraph + (<9.0.0,>=2.0.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<13.0.0)\",\n \"azure-storage-file-share (<13.0.0)\",\n + \ \"colorama (<0.5.0)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"opencensus-ext-azure + (<2.0.0)\",\n \"pydash (<6.0.0)\",\n \"pyjwt + (<3.0.0)\",\n \"strictyaml (<2.0.0)\",\n \"tqdm + (<5.0.0)\",\n \"typing-extensions (<5.0.0)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.17.2\"\n },\n + \ \"sha256Digest\": \"6382717a4f9ef486fe5c9af2d2e1b5d1ec8e7c95428f966f67955a5644d462f8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.18.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.18.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-mgmt-resource + (<23.0.0,>=3.0.0)\",\n \"azure-mgmt-resourcegraph + (<9.0.0,>=2.0.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<13.0.0)\",\n \"azure-storage-file-share (<13.0.0)\",\n + \ \"colorama (<0.5.0)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"opencensus-ext-azure + (<2.0.0)\",\n \"pydash (<6.0.0)\",\n \"pyjwt + (<3.0.0)\",\n \"strictyaml (<2.0.0)\",\n \"tqdm + (<5.0.0)\",\n \"typing-extensions (<5.0.0)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.18.0\"\n },\n + \ \"sha256Digest\": \"5a3d044ac51ce7950f71a6b2917ec90d67e029082620b3f02012b8767e3f758c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.19.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.19.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-mgmt-resource + (<23.0.0,>=3.0.0)\",\n \"azure-mgmt-resourcegraph + (<9.0.0,>=2.0.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<13.0.0)\",\n \"azure-storage-file-share (<13.0.0)\",\n + \ \"colorama (<0.5.0)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"opencensus-ext-azure + (<2.0.0)\",\n \"pydash (<6.0.0)\",\n \"pyjwt + (<3.0.0)\",\n \"strictyaml (<2.0.0)\",\n \"tqdm + (<5.0.0)\",\n \"typing-extensions (<5.0.0)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.19.0\"\n },\n + \ \"sha256Digest\": \"cc5d785f5e1fc4bd014b7c4e1543c1c74b10010aa5d0205845afe55042030973\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.19.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.19.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-mgmt-resource + (<23.0.0,>=3.0.0)\",\n \"azure-mgmt-resourcegraph + (<9.0.0,>=2.0.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<13.0.0)\",\n \"azure-storage-file-share (<13.0.0)\",\n + \ \"colorama (<0.5.0)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"opencensus-ext-azure + (<2.0.0)\",\n \"pydash (<6.0.0)\",\n \"pyjwt + (<3.0.0)\",\n \"strictyaml (<2.0.0)\",\n \"tqdm + (<5.0.0)\",\n \"typing-extensions (<5.0.0)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.19.1\"\n },\n + \ \"sha256Digest\": \"808df1eda155eb202579e88f8cd97ff2bdea8585a5562d84a7819e6d928dea9f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.20.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.20.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-common<2.0.0,>=1.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (<13.0.0,>=12.10.0)\",\n + \ \"azure-storage-blob<13.0.0,>=12.10.0\",\n + \ \"azure-storage-file-datalake (<13.0.0)\",\n + \ \"azure-storage-file-datalake<13.0.0\",\n + \ \"azure-storage-file-share (<13.0.0)\",\n + \ \"azure-storage-file-share<13.0.0\",\n \"colorama + (<0.5.0)\",\n \"colorama<0.5.0\",\n \"cryptography\",\n + \ \"cryptography\",\n \"docker\",\n + \ \"docker\",\n \"isodate\",\n + \ \"isodate\",\n \"jsonschema + (<5.0.0,>=4.0.0)\",\n \"jsonschema<5.0.0,>=4.0.0\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"marshmallow<4.0.0,>=3.5\",\n + \ \"opencensus-ext-azure (<2.0.0)\",\n \"opencensus-ext-azure<2.0.0\",\n + \ \"pydash (<6.0.0)\",\n \"pydash<6.0.0\",\n + \ \"pyjwt (<3.0.0)\",\n \"pyjwt<3.0.0\",\n + \ \"strictyaml (<2.0.0)\",\n \"strictyaml<2.0.0\",\n + \ \"tqdm (<5.0.0)\",\n \"tqdm<5.0.0\",\n + \ \"typing-extensions (<5.0.0)\",\n \"typing-extensions<5.0.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.20.0\"\n },\n + \ \"sha256Digest\": \"dab4fa8889574743328aafd4cccf06eb22ec21ca7407c8397238ce75c00b39c4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.21.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.21.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-common<2.0.0,>=1.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (<13.0.0,>=12.10.0)\",\n + \ \"azure-storage-blob<13.0.0,>=12.10.0\",\n + \ \"azure-storage-file-datalake (<13.0.0)\",\n + \ \"azure-storage-file-datalake<13.0.0\",\n + \ \"azure-storage-file-share (<13.0.0)\",\n + \ \"azure-storage-file-share<13.0.0\",\n \"colorama + (<0.5.0)\",\n \"colorama<0.5.0\",\n \"cryptography\",\n + \ \"cryptography\",\n \"docker\",\n + \ \"docker\",\n \"isodate\",\n + \ \"isodate\",\n \"jsonschema + (<5.0.0,>=4.0.0)\",\n \"jsonschema<5.0.0,>=4.0.0\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"marshmallow<4.0.0,>=3.5\",\n + \ \"opencensus-ext-azure (<2.0.0)\",\n \"opencensus-ext-azure<2.0.0\",\n + \ \"pydash (<6.0.0)\",\n \"pydash<6.0.0\",\n + \ \"pyjwt (<3.0.0)\",\n \"pyjwt<3.0.0\",\n + \ \"strictyaml (<2.0.0)\",\n \"strictyaml<2.0.0\",\n + \ \"tqdm (<5.0.0)\",\n \"tqdm<5.0.0\",\n + \ \"typing-extensions (<5.0.0)\",\n \"typing-extensions<5.0.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.21.0\"\n },\n + \ \"sha256Digest\": \"28b393126e7dd4ad2c885688293f4c2ef4fc3af686ab44dd6d84fe1e61fe3c0a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.21.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.21.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-common<2.0.0,>=1.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (<13.0.0,>=12.10.0)\",\n + \ \"azure-storage-blob<13.0.0,>=12.10.0\",\n + \ \"azure-storage-file-datalake (<13.0.0)\",\n + \ \"azure-storage-file-datalake<13.0.0\",\n + \ \"azure-storage-file-share (<13.0.0)\",\n + \ \"azure-storage-file-share<13.0.0\",\n \"colorama + (<0.5.0)\",\n \"colorama<0.5.0\",\n \"cryptography\",\n + \ \"cryptography\",\n \"docker\",\n + \ \"docker\",\n \"isodate\",\n + \ \"isodate\",\n \"jsonschema + (<5.0.0,>=4.0.0)\",\n \"jsonschema<5.0.0,>=4.0.0\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"marshmallow<4.0.0,>=3.5\",\n + \ \"opencensus-ext-azure (<2.0.0)\",\n \"opencensus-ext-azure<2.0.0\",\n + \ \"pydash (<7.0.6,>=6.0.0)\",\n \"pydash<7.0.6,>=6.0.0\",\n + \ \"pyjwt (<3.0.0)\",\n \"pyjwt<3.0.0\",\n + \ \"strictyaml (<2.0.0)\",\n \"strictyaml<2.0.0\",\n + \ \"tqdm (<5.0.0)\",\n \"tqdm<5.0.0\",\n + \ \"typing-extensions (<5.0.0)\",\n \"typing-extensions<5.0.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.21.1\"\n },\n + \ \"sha256Digest\": \"74d26f61ec61654eea8002e33e6c7d2c412522f9dc12d9c46feb4a7dbc3dbf7a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.22.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.22.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-common<2.0.0,>=1.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (<13.0.0,>=12.10.0)\",\n + \ \"azure-storage-blob<13.0.0,>=12.10.0\",\n + \ \"azure-storage-file-datalake (<13.0.0)\",\n + \ \"azure-storage-file-datalake<13.0.0\",\n + \ \"azure-storage-file-share (<13.0.0)\",\n + \ \"azure-storage-file-share<13.0.0\",\n \"colorama + (<0.5.0)\",\n \"colorama<0.5.0\",\n \"cryptography\",\n + \ \"cryptography\",\n \"docker\",\n + \ \"docker\",\n \"isodate\",\n + \ \"isodate\",\n \"jsonschema + (<5.0.0,>=4.0.0)\",\n \"jsonschema<5.0.0,>=4.0.0\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"marshmallow<4.0.0,>=3.5\",\n + \ \"opencensus-ext-azure (<2.0.0)\",\n \"opencensus-ext-azure<2.0.0\",\n + \ \"pydash (<7.0.6,>=6.0.0)\",\n \"pydash<7.0.6,>=6.0.0\",\n + \ \"pyjwt (<3.0.0)\",\n \"pyjwt<3.0.0\",\n + \ \"strictyaml (<2.0.0)\",\n \"strictyaml<2.0.0\",\n + \ \"tqdm (<5.0.0)\",\n \"tqdm<5.0.0\",\n + \ \"typing-extensions (<5.0.0)\",\n \"typing-extensions<5.0.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.22.0\"\n },\n + \ \"sha256Digest\": \"f333b3149c72d8b9230d3e82f77cbbe4af159ba65de8acfb7ef4190797d6fa8a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.23.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.23.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-common<2.0.0,>=1.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (<13.0.0,>=12.10.0)\",\n + \ \"azure-storage-blob<13.0.0,>=12.10.0\",\n + \ \"azure-storage-file-datalake (<13.0.0)\",\n + \ \"azure-storage-file-datalake<13.0.0\",\n + \ \"azure-storage-file-share (<13.0.0)\",\n + \ \"azure-storage-file-share<13.0.0\",\n \"colorama + (<0.5.0)\",\n \"colorama<0.5.0\",\n \"cryptography\",\n + \ \"cryptography\",\n \"docker\",\n + \ \"docker\",\n \"isodate\",\n + \ \"isodate\",\n \"jsonschema + (<5.0.0,>=4.0.0)\",\n \"jsonschema<5.0.0,>=4.0.0\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"marshmallow<4.0.0,>=3.5\",\n + \ \"opencensus-ext-azure (<2.0.0)\",\n \"opencensus-ext-azure<2.0.0\",\n + \ \"pydash (<7.0.6,>=6.0.0)\",\n \"pydash<7.0.6,>=6.0.0\",\n + \ \"pyjwt (<3.0.0)\",\n \"pyjwt<3.0.0\",\n + \ \"strictyaml (<2.0.0)\",\n \"strictyaml<2.0.0\",\n + \ \"tqdm (<5.0.0)\",\n \"tqdm<5.0.0\",\n + \ \"typing-extensions (<5.0.0)\",\n \"typing-extensions<5.0.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.23.0\"\n },\n + \ \"sha256Digest\": \"c4cffb5dd82c8146d11c93330b6952933bbe6755cdf77e954cdf910717e65323\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.24.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.24.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-common<2.0.0,>=1.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (<13.0.0,>=12.10.0)\",\n + \ \"azure-storage-blob<13.0.0,>=12.10.0\",\n + \ \"azure-storage-file-datalake (<13.0.0)\",\n + \ \"azure-storage-file-datalake<13.0.0\",\n + \ \"azure-storage-file-share (<13.0.0)\",\n + \ \"azure-storage-file-share<13.0.0\",\n \"azureml-dataprep-rslex + (>=2.22.0)\",\n \"azureml-dataprep-rslex>=2.22.0\",\n + \ \"colorama (<0.5.0)\",\n \"colorama<0.5.0\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"jsonschema<5.0.0,>=4.0.0\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"marshmallow<4.0.0,>=3.5\",\n + \ \"opencensus-ext-azure (<2.0.0)\",\n \"opencensus-ext-azure<2.0.0\",\n + \ \"opencensus-ext-logging (<=0.1.1)\",\n \"opencensus-ext-logging<=0.1.1\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt (<3.0.0)\",\n \"pyjwt<3.0.0\",\n + \ \"strictyaml (<2.0.0)\",\n \"strictyaml<2.0.0\",\n + \ \"tqdm (<5.0.0)\",\n \"tqdm<5.0.0\",\n + \ \"typing-extensions (<5.0.0)\",\n \"typing-extensions<5.0.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.24.0\"\n },\n + \ \"sha256Digest\": \"a2ea8f8e04a65d810e95150de1cfd388d7e2d76a2614580be42970c8dc1f4014\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.25.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.25.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-common<2.0.0,>=1.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (<13.0.0,>=12.10.0)\",\n + \ \"azure-storage-blob<13.0.0,>=12.10.0\",\n + \ \"azure-storage-file-datalake (<13.0.0)\",\n + \ \"azure-storage-file-datalake<13.0.0\",\n + \ \"azure-storage-file-share (<13.0.0)\",\n + \ \"azure-storage-file-share<13.0.0\",\n \"azureml-dataprep-rslex + (>=2.22.0)\",\n \"azureml-dataprep-rslex>=2.22.0\",\n + \ \"colorama (<0.5.0)\",\n \"colorama<0.5.0\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"jsonschema<5.0.0,>=4.0.0\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"marshmallow<4.0.0,>=3.5\",\n + \ \"opencensus-ext-azure (<2.0.0)\",\n \"opencensus-ext-azure<2.0.0\",\n + \ \"opencensus-ext-logging (<=0.1.1)\",\n \"opencensus-ext-logging<=0.1.1\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt (<3.0.0)\",\n \"pyjwt<3.0.0\",\n + \ \"strictyaml (<2.0.0)\",\n \"strictyaml<2.0.0\",\n + \ \"tqdm (<5.0.0)\",\n \"tqdm<5.0.0\",\n + \ \"typing-extensions (<5.0.0)\",\n \"typing-extensions<5.0.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.25.0\"\n },\n + \ \"sha256Digest\": \"6df57410a255c610627192c3527ac2b15f492409800070623cd1ecb433fb750d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.25.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.25.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-common<2.0.0,>=1.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (<13.0.0,>=12.10.0)\",\n + \ \"azure-storage-blob<13.0.0,>=12.10.0\",\n + \ \"azure-storage-file-datalake (<13.0.0)\",\n + \ \"azure-storage-file-datalake<13.0.0\",\n + \ \"azure-storage-file-share (<13.0.0)\",\n + \ \"azure-storage-file-share<13.0.0\",\n \"colorama + (<0.5.0)\",\n \"colorama<0.5.0\",\n \"cryptography\",\n + \ \"cryptography\",\n \"docker\",\n + \ \"docker\",\n \"isodate\",\n + \ \"isodate\",\n \"jsonschema + (<5.0.0,>=4.0.0)\",\n \"jsonschema<5.0.0,>=4.0.0\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"marshmallow<4.0.0,>=3.5\",\n + \ \"opencensus-ext-azure (<2.0.0)\",\n \"opencensus-ext-azure<2.0.0\",\n + \ \"opencensus-ext-logging (<=0.1.1)\",\n \"opencensus-ext-logging<=0.1.1\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt (<3.0.0)\",\n \"pyjwt<3.0.0\",\n + \ \"strictyaml (<2.0.0)\",\n \"strictyaml<2.0.0\",\n + \ \"tqdm (<5.0.0)\",\n \"tqdm<5.0.0\",\n + \ \"typing-extensions (<5.0.0)\",\n \"typing-extensions<5.0.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.25.1\"\n },\n + \ \"sha256Digest\": \"cf20d42f40871ccff101adc9da22ea1f3f61e2f941c777a7f21976e041a7daef\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.26.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.26.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"opencensus-ext-azure\",\n \"opencensus-ext-azure\",\n + \ \"opencensus-ext-logging\",\n \"opencensus-ext-logging\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.26.0\"\n },\n + \ \"sha256Digest\": \"63762ebec712d9d9aefdb95dd22f0720ca31c34b4ded0e16b701987e33fce506\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.26.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.26.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"opencensus-ext-azure\",\n \"opencensus-ext-azure\",\n + \ \"opencensus-ext-logging\",\n \"opencensus-ext-logging\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.26.1\"\n },\n + \ \"sha256Digest\": \"caac6f58f9f181cb94e4673f0e0affa10d8986ac84b30b6aa547a2d28901090e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.27.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.27.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"opencensus-ext-azure\",\n \"opencensus-ext-azure\",\n + \ \"opencensus-ext-logging\",\n \"opencensus-ext-logging\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.27.0\"\n },\n + \ \"sha256Digest\": \"21d076e34544770fcdc9a7c0eec0de45087b5d47b2756029fecf66e18877fba1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.27.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.27.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"opencensus-ext-azure\",\n \"opencensus-ext-azure\",\n + \ \"opencensus-ext-logging\",\n \"opencensus-ext-logging\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.27.1\"\n },\n + \ \"sha256Digest\": \"b53a8945ea6f26d2c1deb3e4b30a0b9ae09bf6e033662e71c40b700ac543c5d1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.28.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.28.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"opencensus-ext-azure\",\n \"opencensus-ext-azure\",\n + \ \"opencensus-ext-logging\",\n \"opencensus-ext-logging\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.28.0\"\n },\n + \ \"sha256Digest\": \"177c08432719db3d50b2e17ee47fc6aa5eb8e2400c7eda1d9d9d123a7ecc3838\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.29.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.29.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"opencensus-ext-azure\",\n \"opencensus-ext-azure\",\n + \ \"opencensus-ext-logging\",\n \"opencensus-ext-logging\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.29.0\"\n },\n + \ \"sha256Digest\": \"b414015d511c63ab80067ac7c0f0b6760de17bc8174d9bc25ebb9a392cccdffc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.30.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.30.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"opencensus-ext-azure\",\n \"opencensus-ext-azure\",\n + \ \"opencensus-ext-logging\",\n \"opencensus-ext-logging\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.30.0\"\n },\n + \ \"sha256Digest\": \"c0d685063ff76a850b21c6cd632f5a6ea216cf3fb718a663f11a83c0fd66699b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.30.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.30.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"opencensus-ext-azure\",\n \"opencensus-ext-azure\",\n + \ \"opencensus-ext-logging\",\n \"opencensus-ext-logging\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.30.1\"\n },\n + \ \"sha256Digest\": \"b55f5c652a9cdc3c415f22d776d37b1745f2fdfe9f1cfc59047984cf67d33714\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.31.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.31.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"opencensus-ext-azure\",\n \"opencensus-ext-azure\",\n + \ \"opencensus-ext-logging\",\n \"opencensus-ext-logging\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.31.0\"\n },\n + \ \"sha256Digest\": \"ee15dbf021b31ab3165fc6922c5c9d8f21526caa279f714a6a0c112e8dfad264\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.31.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.31.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"opencensus-ext-azure\",\n \"opencensus-ext-azure\",\n + \ \"opencensus-ext-logging\",\n \"opencensus-ext-logging\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.31.1\"\n },\n + \ \"sha256Digest\": \"b296d51cc1bf359d7a0adda6b1d941582d3b12bf90a6475df9e653b9ddca7c68\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.32.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.32.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"opencensus-ext-azure\",\n \"opencensus-ext-azure\",\n + \ \"opencensus-ext-logging\",\n \"opencensus-ext-logging\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.32.0\"\n },\n + \ \"sha256Digest\": \"2c2504542c001f38784ba4ee439265ca5ed3d3cc24e31de6585fc2d1fea14d97\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.32.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.32.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"opencensus-ext-azure\",\n \"opencensus-ext-azure\",\n + \ \"opencensus-ext-logging\",\n \"opencensus-ext-logging\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.32.1\"\n },\n + \ \"sha256Digest\": \"a84718f259852fab798d6c05b35384bfe21e48a6c08186d60087a6bbfb8919ba\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.32.4-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.32.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"opencensus-ext-azure\",\n \"opencensus-ext-azure\",\n + \ \"opencensus-ext-logging\",\n \"opencensus-ext-logging\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.32.4\"\n },\n + \ \"sha256Digest\": \"8c01fc15d96ce3a359acc8cf7b36855aa17e22e07d818325b62237c5e5649fee\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.33.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.33.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/azure/machine-learning/azure-machine-learning-release-notes-cli-v2?view=azureml-api-2\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"opencensus-ext-azure\",\n \"opencensus-ext-azure\",\n + \ \"opencensus-ext-logging\",\n \"opencensus-ext-logging\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.33.0\"\n },\n + \ \"sha256Digest\": \"b57c391586fc5d85a84598537e20881f6051d60ebf1cd0a9132290357be6d2bd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.33.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.33.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/azure/machine-learning/azure-machine-learning-release-notes-cli-v2?view=azureml-api-2\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"opencensus-ext-azure\",\n \"opencensus-ext-azure\",\n + \ \"opencensus-ext-logging\",\n \"opencensus-ext-logging\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.33.1\"\n },\n + \ \"sha256Digest\": \"938883571e31b5622042e9637ff167992b960d8b9531d05d7e19946d0cdaae25\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.34.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.34.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/azure/machine-learning/azure-machine-learning-release-notes-cli-v2?view=azureml-api-2\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-monitor-opentelemetry\",\n \"azure-monitor-opentelemetry\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.34.0\"\n },\n + \ \"sha256Digest\": \"eb561aa26592de782586f6cd8b9e594be418b12cbbd6b2380c34d1d5b923b99e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.35.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.35.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/azure/machine-learning/azure-machine-learning-release-notes-cli-v2?view=azureml-api-2\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-monitor-opentelemetry\",\n \"azure-monitor-opentelemetry\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.35.0\"\n },\n + \ \"sha256Digest\": \"dd7805a735fc75989040a0e2f78ea9b7d0c5d4aa4feba0effe57cab5cb9dad4a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.36.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.36.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"Programming Language :: Python :: 3.11\",\n \"Programming + Language :: Python :: 3.12\",\n \"Programming Language + :: Python :: 3.13\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"description_content_type\": + \"text/x-rst\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azuremlsdk@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/azure/machine-learning/azure-machine-learning-release-notes-cli-v2?view=azureml-api-2\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-monitor-opentelemetry\",\n \"azure-monitor-opentelemetry\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.36.0\"\n },\n + \ \"sha256Digest\": \"5d4e284f8acf4d4a25cfd9e1c2ff0b1d0fa978984aae66f8392b2fff1c1c8c24\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.36.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.36.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/azure/machine-learning/azure-machine-learning-release-notes-cli-v2?view=azureml-api-2\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-monitor-opentelemetry\",\n \"azure-monitor-opentelemetry\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.36.1\"\n },\n + \ \"sha256Digest\": \"067e5dad4052820669427d7903aef1dd2aba3f6a26433b87f2b2aec86d8e3512\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.36.2-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.36.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/azure/machine-learning/azure-machine-learning-release-notes-cli-v2?view=azureml-api-2\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-monitor-opentelemetry\",\n \"azure-monitor-opentelemetry\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.36.2\"\n },\n + \ \"sha256Digest\": \"67ca9be7af1091d73469bfad9aa3eb00bddd32f7b7560266d3d04bcaeff542fe\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.36.3-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.36.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/azure/machine-learning/azure-machine-learning-release-notes-cli-v2?view=azureml-api-2\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-monitor-opentelemetry\",\n \"azure-monitor-opentelemetry\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.36.3\"\n },\n + \ \"sha256Digest\": \"c008c48d2bec307a6e52a1d3b074741c0fde46ff44243c12592394a29c9af0ac\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.36.4-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.36.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/azure/machine-learning/azure-machine-learning-release-notes-cli-v2?view=azureml-api-2\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-monitor-opentelemetry\",\n \"azure-monitor-opentelemetry\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"marshmallow<4.0.0,>=3.5\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.36.4\"\n },\n + \ \"sha256Digest\": \"6562b6aebef1a725828a3f03c6ef9a0f850d96a6e225e61f9c6688c9c0ccf621\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.36.5-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.36.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/azure/machine-learning/azure-machine-learning-release-notes-cli-v2?view=azureml-api-2\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-monitor-opentelemetry\",\n \"azure-monitor-opentelemetry\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama (<1.0.0)\",\n \"colorama<1.0.0\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate (<1.0.0)\",\n \"isodate<1.0.0\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"jsonschema<5.0.0,>=4.0.0\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"marshmallow<4.0.0,>=3.5\",\n + \ \"pydash (<9.0.0,>=6.0.0)\",\n \"pydash<9.0.0,>=6.0.0\",\n + \ \"pyjwt (<3.0.0)\",\n \"pyjwt<3.0.0\",\n + \ \"strictyaml (<2.0.0)\",\n \"strictyaml<2.0.0\",\n + \ \"tqdm (<5.0.0)\",\n \"tqdm<5.0.0\",\n + \ \"typing-extensions (<5.0.0)\",\n \"typing-extensions<5.0.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.36.5\"\n },\n + \ \"sha256Digest\": \"7957ae50f65a06a7cf0030e9c5dff879654b69c3eb56483d6ff7ef7a565e317a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.37.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.37.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"Programming Language :: Python :: 3.11\",\n \"Programming + Language :: Python :: 3.12\",\n \"Programming Language + :: Python :: 3.13\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"description_content_type\": + \"text/x-rst\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azuremlsdk@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/azure/machine-learning/azure-machine-learning-release-notes-cli-v2?view=azureml-api-2\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-monitor-opentelemetry\",\n \"azure-monitor-opentelemetry\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama (<1.0.0)\",\n \"colorama<1.0.0\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate (<1.0.0)\",\n \"isodate<1.0.0\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"jsonschema<5.0.0,>=4.0.0\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"marshmallow<4.0.0,>=3.5\",\n + \ \"pydash (<9.0.0,>=6.0.0)\",\n \"pydash<9.0.0,>=6.0.0\",\n + \ \"pyjwt (<3.0.0)\",\n \"pyjwt<3.0.0\",\n + \ \"six (>=1.11.0)\",\n \"six>=1.11.0\",\n + \ \"strictyaml (<2.0.0)\",\n \"strictyaml<2.0.0\",\n + \ \"tqdm (<5.0.0)\",\n \"tqdm<5.0.0\",\n + \ \"typing-extensions (<5.0.0)\",\n \"typing-extensions<5.0.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.37.0\"\n },\n + \ \"sha256Digest\": \"2137b0b35beff7916ced5c13c84561217f7013f3faa36dcbb447bc0006c41bd9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.37.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.37.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"Programming Language :: Python :: 3.11\",\n \"Programming + Language :: Python :: 3.12\",\n \"Programming Language + :: Python :: 3.13\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"description_content_type\": + \"text/x-rst\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azuremlsdk@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/azure/machine-learning/azure-machine-learning-release-notes-cli-v2?view=azureml-api-2\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-monitor-opentelemetry\",\n \"azure-monitor-opentelemetry\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama (<1.0.0)\",\n \"colorama<1.0.0\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate (<1.0.0)\",\n \"isodate<1.0.0\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"jsonschema<5.0.0,>=4.0.0\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"marshmallow<4.0.0,>=3.5\",\n + \ \"pydash (<9.0.0,>=6.0.0)\",\n \"pydash<9.0.0,>=6.0.0\",\n + \ \"pyjwt (<3.0.0)\",\n \"pyjwt<3.0.0\",\n + \ \"six (>=1.11.0)\",\n \"six>=1.11.0\",\n + \ \"strictyaml (<2.0.0)\",\n \"strictyaml<2.0.0\",\n + \ \"tqdm (<5.0.0)\",\n \"tqdm<5.0.0\",\n + \ \"typing-extensions (<5.0.0)\",\n \"typing-extensions<5.0.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.37.1\"\n },\n + \ \"sha256Digest\": \"24d3fd4fc8b1cdd25f0ff4a68aaea1d345cc2d9f5c79f8cb17a19d2b7cdf832f\"\n + \ }\n ],\n \"mobile-network\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/mobile_network-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"mobile_network-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.43.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/mobile-network\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"mobile-network\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MobileNetwork Extension.\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"aa356521cae8df8578ef5e0b58274862bc602739bec3ca4385f45a5cc0e77c5a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/mobile_network-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"mobile_network-0.1.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.43.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/mobile-network\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"mobile-network\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MobileNetwork Extension.\",\n \"version\": \"0.1.1\"\n + \ },\n \"sha256Digest\": \"2efa62e8df2cab2ba2f3e14f9d5193c88d26f43bf335f77054e332d232b967b0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/mobile_network-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"mobile_network-0.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/mobile-network\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"mobile-network\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MobileNetwork Extension.\",\n \"version\": \"0.2.0\"\n + \ },\n \"sha256Digest\": \"1ecaaa16aa6f5d1b23b4a041129767e5ebf5e46ed373c162af2914245c6f348b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/mobile_network-0.2.1-py3-none-any.whl\",\n + \ \"filename\": \"mobile_network-0.2.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/mobile-network\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"mobile-network\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MobileNetwork Extension.\",\n \"version\": \"0.2.1\"\n + \ },\n \"sha256Digest\": \"66bd39f687c2ac030ab6bd44b8746ec8d64c4804b44592c0bb1ffda837dce22b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/mobile_network-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"mobile_network-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/mobile-network\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"mobile-network\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MobileNetwork Extension.\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"2d9572a4ed706df8f626c62036ad22f46a15b113273f8ff9b06313a380a27f56\"\n + \ }\n ],\n \"mongo-db\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/mongo_db-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"mongo_db-1.0.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.70.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/mongo-db\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"mongo-db\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MongoDb Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"cff8be3ff931e0c4fc5ec921aa3a2144bdd7a677bdb5e2deea399f0afea2bfed\"\n + \ }\n ],\n \"monitor-control-service\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/monitor_control_service-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"monitor_control_service-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/monitor-control-service\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"monitor-control-service\",\n \"summary\": \"Microsoft + Azure Command-Line Tools MonitorClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"71604e21a29c5bd84916a890cdf6e09dd7a0623867871d5ac8a0f5c2bed179dd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/monitor_control_service-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"monitor_control_service-0.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/monitor-control-service\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"monitor-control-service\",\n \"summary\": \"Microsoft + Azure Command-Line Tools MonitorClient Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"a9996879f536220d71b5fe21e366ad22e4898e73761a8013d59981ebae6f0b21\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/monitor_control_service-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"monitor_control_service-0.3.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/monitor-control-service\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"monitor-control-service\",\n \"summary\": \"Microsoft + Azure Command-Line Tools MonitorClient Extension\",\n \"version\": + \"0.3.0\"\n },\n \"sha256Digest\": \"518bd5b37083151b2b29a1f3895b0b150abb3116210d77d43eed121ee8055a60\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/monitor_control_service-0.3.1-py3-none-any.whl\",\n + \ \"filename\": \"monitor_control_service-0.3.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/monitor-control-service\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"monitor-control-service\",\n \"summary\": \"Microsoft + Azure Command-Line Tools MonitorClient Extension\",\n \"version\": + \"0.3.1\"\n },\n \"sha256Digest\": \"bf6b5dc6180748902494ee7cd7c3065b056e386789e168b273ebc92bfde3515a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/monitor_control_service-0.4.0-py3-none-any.whl\",\n + \ \"filename\": \"monitor_control_service-0.4.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/monitor-control-service\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"monitor-control-service\",\n \"summary\": \"Microsoft + Azure Command-Line Tools MonitorClient Extension\",\n \"version\": + \"0.4.0\"\n },\n \"sha256Digest\": \"e9b6a95187afe4dc31dca5121e7a9872377f70e12c4bc10080770bdbc0304e4d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/monitor_control_service-0.4.1-py3-none-any.whl\",\n + \ \"filename\": \"monitor_control_service-0.4.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/monitor-control-service\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"monitor-control-service\",\n \"summary\": \"Microsoft + Azure Command-Line Tools MonitorClient Extension\",\n \"version\": + \"0.4.1\"\n },\n \"sha256Digest\": \"e4af764b2ec9091aa928a82bdcf27d516a19a12c30e63546c4e3a9cb3e8161ed\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/monitor_control_service-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"monitor_control_service-1.0.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/monitor-control-service\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"monitor-control-service\",\n \"summary\": \"Microsoft + Azure Command-Line Tools MonitorClient Extension\",\n \"version\": + \"1.0.1\"\n },\n \"sha256Digest\": \"66475eb79c577ea566c74f986b9ef6af936580beb02dde622701370323d430a3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/monitor_control_service-1.0.2-py3-none-any.whl\",\n + \ \"filename\": \"monitor_control_service-1.0.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/monitor-control-service\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"monitor-control-service\",\n \"summary\": \"Microsoft + Azure Command-Line Tools MonitorClient Extension\",\n \"version\": + \"1.0.2\"\n },\n \"sha256Digest\": \"e0a271c65997120e0022baf51e63c2feec4df3235258a6243a60ff069315b84a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/monitor_control_service-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"monitor_control_service-1.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/monitor-control-service\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"monitor-control-service\",\n \"summary\": \"Microsoft + Azure Command-Line Tools MonitorClient Extension\",\n \"version\": + \"1.1.0\"\n },\n \"sha256Digest\": \"d155c671cd3ba0799c7ecba590804c557e832f3714f7ce247fc1e34fa61f2225\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/monitor_control_service-1.2.0-py3-none-any.whl\",\n + \ \"filename\": \"monitor_control_service-1.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/monitor-control-service\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"monitor-control-service\",\n \"summary\": \"Microsoft + Azure Command-Line Tools MonitorClient Extension\",\n \"version\": + \"1.2.0\"\n },\n \"sha256Digest\": \"3151a341845d053a4be45d9b7c04e1e15b88503ab6b110163a12b9aee6fd3cd9\"\n + \ }\n ],\n \"monitor-pipeline-group\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/monitor_pipeline_group-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"monitor_pipeline_group-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/monitor-pipeline-group\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"monitor-pipeline-group\",\n \"summary\": \"Microsoft + Azure Command-Line Tools MonitorPipelineGroup Extension.\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"cf31f9e3fa9458716f0c3d1c15698ef79b707c5bd7d146773d2b2afe42e64c29\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/monitor_pipeline_group-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"monitor_pipeline_group-1.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/monitor-pipeline-group\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"monitor-pipeline-group\",\n \"summary\": \"Microsoft + Azure Command-Line Tools MonitorPipelineGroup Extension.\",\n \"version\": + \"1.0.0b2\"\n },\n \"sha256Digest\": \"b247c7409eef1a7299b5a0e60069a33cbb6ec4d7f21c4e38a718b552c97d5fdb\"\n + \ }\n ],\n \"multicloud-connector\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/multicloud_connector-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"multicloud_connector-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/multicloud-connector\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"multicloud-connector\",\n \"summary\": \"Microsoft Azure + Command-Line Tools MulticloudConnector Extension.\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"ad84350162ae877287f8a151920b3c4bdc6375dd419dd6101c2702db606a5d19\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/multicloud_connector-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"multicloud_connector-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/multicloud-connector\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"multicloud-connector\",\n \"summary\": \"Microsoft Azure + Command-Line Tools MulticloudConnector Extension.\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"f066fde3af8aec3c0c9b9b3919139472261192f62fc6007bac1e58dcc467e6df\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/multicloud_connector-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"multicloud_connector-1.0.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/multicloud-connector\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"multicloud-connector\",\n \"summary\": \"Microsoft Azure + Command-Line Tools MulticloudConnector Extension.\",\n \"version\": + \"1.0.1\"\n },\n \"sha256Digest\": \"ab9b6eaa737de054b5a29afda0bc762c7158b855fa3d30da066bafac1c974ec2\"\n + \ }\n ],\n \"neon\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/neon-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"neon-1.0.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/neon\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"neon\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Neon Extension.\",\n \"version\": \"1.0.0b1\"\n },\n + \ \"sha256Digest\": \"240dc3387ce79e98ead27b77d2d0162c7494c94bfa8a17d1b7841ae25e436a3b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/neon-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"neon-1.0.0b2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/neon\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"neon\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Neon Extension.\",\n \"version\": \"1.0.0b2\"\n },\n + \ \"sha256Digest\": \"11420ed578edf51689e1116af584133b66b566ac9d56cf1be4fab25b479fec06\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/neon-1.0.0b3-py3-none-any.whl\",\n + \ \"filename\": \"neon-1.0.0b3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.70.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/neon\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"neon\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Neon Extension.\",\n \"version\": \"1.0.0b3\"\n },\n + \ \"sha256Digest\": \"b6f9c7bf9a341b196d57264d426ada3ec24131713efd700868970c015293501a\"\n + \ }\n ],\n \"netappfiles-preview\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/netappfiles_preview-0.3.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"netappfiles_preview-0.3.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.56\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/netappfiles-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"netappfiles-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"msrest\"\n ]\n + \ }\n ],\n \"summary\": + \"Provides a preview for upcoming Azure NetApp Files (ANF) features.\",\n + \ \"version\": \"0.3.2\"\n },\n \"sha256Digest\": + \"d581bfefe3eb7fbceeed12c192ebdf5993fcf04ede7267d053aa416596bd0b53\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/netappfiles_preview-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"netappfiles_preview-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/netappfiles-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"netappfiles-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"msrest\",\n \"msrest\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Provides a preview for upcoming Azure NetApp + Files (ANF) features.\",\n \"version\": \"1.0.0b1\"\n },\n + \ \"sha256Digest\": \"a504381f819be5efef3ad0c48310c5736203612b78c052d261df21b80ccc95a9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/netappfiles_preview-1.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"netappfiles_preview-1.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/netappfiles-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"netappfiles-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"msrest\",\n \"msrest\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Provides a preview for upcoming Azure NetApp + Files (ANF) features.\",\n \"version\": \"1.0.0b2\"\n },\n + \ \"sha256Digest\": \"e10b4d543deafe0a04493b7abfa3e905cd008551b611af3a2637269b46722edc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/netappfiles_preview-1.0.0b3-py2.py3-none-any.whl\",\n + \ \"filename\": \"netappfiles_preview-1.0.0b3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/netappfiles-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"netappfiles-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"msrest\",\n \"msrest\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Provides a preview for upcoming Azure NetApp + Files (ANF) features.\",\n \"version\": \"1.0.0b3\"\n },\n + \ \"sha256Digest\": \"937def18249801f9b52edba9004ea0710e45cae9b9853276e0811bf41206da7a\"\n + \ }\n ],\n \"network-analytics\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/network_analytics-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"network_analytics-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/network-analytics\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"network-analytics\",\n \"summary\": \"Microsoft Azure + Command-Line Tools NetworkAnalytics Extension.\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"c8d7e195f913298ac03ef8eb1f8d7fb09526956d3eb750a8cd447ae8f61d4317\"\n + \ }\n ],\n \"networkcloud\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/networkcloud-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"networkcloud-0.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/networkcloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"networkcloud\",\n \"summary\": \"Support for Azure Operator + Nexus network cloud commands based on 2022-12-12-preview API version.\",\n + \ \"version\": \"0.3.0\"\n },\n \"sha256Digest\": + \"29e25ecccbfe5776f20d925c52b70f390c1af7818ed6aa100415fd509c960a9e\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/networkcloud-0.4.0-py3-none-any.whl\",\n + \ \"filename\": \"networkcloud-0.4.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/networkcloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"networkcloud\",\n \"summary\": \"Support for Azure Operator + Nexus network cloud commands based on 2023-05-01-preview API version.\",\n + \ \"version\": \"0.4.0\"\n },\n \"sha256Digest\": + \"50041fee91ed70f6754058f24aad2e13718ba821493719fd907b7df99bc4ccbb\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/networkcloud-0.4.1-py3-none-any.whl\",\n + \ \"filename\": \"networkcloud-0.4.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/networkcloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"networkcloud\",\n \"summary\": \"Support for Azure Operator + Nexus network cloud commands based on 2023-05-01-preview API version.\",\n + \ \"version\": \"0.4.1\"\n },\n \"sha256Digest\": + \"6a7c8154589ae18c2426f77db3c907190eb60b6c6fbeb77d845bf1b487c5e5b2\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/networkcloud-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"networkcloud-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/networkcloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"networkcloud\",\n \"summary\": \"Support for Azure Operator + Nexus network cloud commands based on 2023-07-01 API version.\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"a938d111bc2f0ad1d3c66f8c1039a4e0a2518ae8d2c6d57e98c6bb5892444e91\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/networkcloud-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"networkcloud-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/networkcloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"networkcloud\",\n \"summary\": \"Support for Azure Operator + Nexus network cloud commands based on 2023-07-01 API version.\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"c1df70aa89c9e8e4a0662621a55b79f2b4ed5217c4841ca332570e7f7c2899d2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/networkcloud-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"networkcloud-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/networkcloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"networkcloud\",\n \"summary\": \"Support for Azure Operator + Nexus network cloud commands based on 2023-07-01 API version.\",\n \"version\": + \"1.1.0\"\n },\n \"sha256Digest\": \"a6e4d24b38a6af79adf521bd6329e14d700ae52dbb9481adbc9b853458db2da5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/networkcloud-2.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"networkcloud-2.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/networkcloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"networkcloud\",\n \"summary\": \"Support for Azure Operator + Nexus network cloud commands based on 2023-10-01-preview API version.\",\n + \ \"version\": \"2.0.0b1\"\n },\n \"sha256Digest\": + \"480d59d3b807ee4a77a02523c69b6a8af690350fea87ed5a1b4fd7e2c393b8af\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/networkcloud-2.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"networkcloud-2.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/networkcloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"networkcloud\",\n \"summary\": \"Support for Azure Operator + Nexus network cloud commands based on 2023-10-01-preview API version.\",\n + \ \"version\": \"2.0.0b2\"\n },\n \"sha256Digest\": + \"28c43560516e254ab60708c0ac8cf868795ce76e4aa9da1548584b22331af467\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/networkcloud-2.0.0b3-py3-none-any.whl\",\n + \ \"filename\": \"networkcloud-2.0.0b3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/networkcloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"networkcloud\",\n \"summary\": \"Support for Azure Operator + Nexus network cloud commands based on 2024-06-01-preview API version.\",\n + \ \"version\": \"2.0.0b3\"\n },\n \"sha256Digest\": + \"8ff5af8e70f7f9c62300b1212b89012cb45ac02342cae6e6e46df0d2379bb55f\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/networkcloud-2.0.0b4-py3-none-any.whl\",\n + \ \"filename\": \"networkcloud-2.0.0b4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/networkcloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"networkcloud\",\n \"summary\": \"Support for Azure Operator + Nexus network cloud commands based on 2024-07-01 API version.\",\n \"version\": + \"2.0.0b4\"\n },\n \"sha256Digest\": \"06707a008405739a5639230f3fd094031084a69f867648503aed4039d118ad9f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/networkcloud-2.0.0b5-py3-none-any.whl\",\n + \ \"filename\": \"networkcloud-2.0.0b5-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/networkcloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"networkcloud\",\n \"summary\": \"Support for Azure Operator + Nexus network cloud commands based on 2024-07-01 API version.\",\n \"version\": + \"2.0.0b5\"\n },\n \"sha256Digest\": \"ac72cfc54ed35834ca6cd5c727a0fdd71e4943bcd66e65cd0ff607e8ae495c7a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/networkcloud-2.0.0b6-py3-none-any.whl\",\n + \ \"filename\": \"networkcloud-2.0.0b6-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/networkcloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"networkcloud\",\n \"summary\": \"Support for Azure Operator + Nexus network cloud commands based on 2024-07-01 API version.\",\n \"version\": + \"2.0.0b6\"\n },\n \"sha256Digest\": \"d53f887a955353b0cb1d0ec27dc125b501befe5af292dcd4141ed163d3bd8733\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/networkcloud-2.0.0b7-py3-none-any.whl\",\n + \ \"filename\": \"networkcloud-2.0.0b7-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.66.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/networkcloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"networkcloud\",\n \"summary\": \"Support for Azure Operator + Nexus network cloud commands based on 2024-07-01 API version.\",\n \"version\": + \"2.0.0b7\"\n },\n \"sha256Digest\": \"114594f6e2b3c9f0bc26067f53dc056b5cb04d14e04885dffe5a5bcc1ff9092a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/networkcloud-2.0.0-py3-none-any.whl\",\n + \ \"filename\": \"networkcloud-2.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.66.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/networkcloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"networkcloud\",\n \"summary\": \"Support for Azure Operator + Nexus network cloud commands based on 2024-07-01 API version.\",\n \"version\": + \"2.0.0\"\n },\n \"sha256Digest\": \"f27b4a4d29062707611c909e0a511dec0d1c52045e77cb15fe5eea3f98c04214\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/networkcloud-3.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"networkcloud-3.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.67.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/networkcloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"networkcloud\",\n \"summary\": \"Support for Azure Operator + Nexus network cloud commands based on 2024-10-01-preview API version.\",\n + \ \"version\": \"3.0.0b1\"\n },\n \"sha256Digest\": + \"60609f066c2fa2d963522c28a4f99118bc7ee13dcd39da7c6324a017dae8f8a6\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/networkcloud-3.0.0-py3-none-any.whl\",\n + \ \"filename\": \"networkcloud-3.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.67.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/networkcloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"networkcloud\",\n \"summary\": \"Support for Azure Operator + Nexus network cloud commands based on 2025-02-01 API version.\",\n \"version\": + \"3.0.0\"\n },\n \"sha256Digest\": \"64d5af67a3ed73c40cd075b30ad47a4599f0f4f6a86eb54a8e37dc088f5d89d7\"\n + \ }\n ],\n \"new-relic\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/new_relic-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"new_relic-1.0.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/new-relic\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"new-relic\",\n \"summary\": \"Microsoft Azure Command-Line + Tools NewRelic Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"9ce69f1684cea14acba0f2fdb473e47e0a06745e383bb5144954c5e85e416199\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/new_relic-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"new_relic-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/new-relic\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"new-relic\",\n \"summary\": \"Microsoft Azure Command-Line + Tools NewRelic Extension.\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"3105310aec2321d429f068e74dfe16b0b64c7100aa51eaef2c11765971ea6f5a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/new_relic-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"new_relic-1.0.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/new-relic\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"new-relic\",\n \"summary\": \"Microsoft Azure Command-Line + Tools NewRelic Extension.\",\n \"version\": \"1.0.1\"\n + \ },\n \"sha256Digest\": \"54a6df836b1f94cca5b07723bc9d505216d55b77ce1be2558ae09222de262760\"\n + \ }\n ],\n \"next\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/next-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"next-0.1.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.19.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"next\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Next Extension\",\n \"version\": \"0.1.0\"\n },\n + \ \"sha256Digest\": \"038d673501dd3b3c04314d0f69f01cfdd52e6ca3f44820a45d20dc3dd58317dd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/next-0.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"next-0.1.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.20.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"next\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Next Extension\",\n \"version\": \"0.1.1\"\n },\n + \ \"sha256Digest\": \"dee069e3a0efafbec8154fbf91ced5cee1f782599a726ac5937b9adc297d3c8a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/next-0.1.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"next-0.1.2-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.20.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"next\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Next Extension\",\n \"version\": \"0.1.2\"\n },\n + \ \"sha256Digest\": \"3bd9bc4ddf96fdb0ce17da57700fd40fc2a7aca56c0277ff95376256baeab4c8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/next-0.1.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"next-0.1.3-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.20.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/next\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"next\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Next Extension\",\n \"version\": \"0.1.3\"\n },\n + \ \"sha256Digest\": \"83c4e03427f190203e094c14e4f7e79cec989f1277e16b9256bb9fe688aa5e07\"\n + \ }\n ],\n \"nexusidentity\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/nexusidentity-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"nexusidentity-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.59.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/nexusidentity\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"nexusidentity\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-identity\",\n \"azure-identity\",\n + \ \"msgraph-sdk\",\n \"msgraph-sdk\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Nexusidentity + Extension\",\n \"version\": \"1.0.0b1\"\n },\n + \ \"sha256Digest\": \"56beac87256cef8a0815f106e57e968ca20d5ee3bdf3ecdef3fa706758622417\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nexusidentity-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"nexusidentity-1.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/nexusidentity\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"nexusidentity\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"msgraph-sdk\",\n \"msgraph-sdk\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Nexusidentity + Extension\",\n \"version\": \"1.0.0b2\"\n },\n + \ \"sha256Digest\": \"44f8bf08d841ea61af58acb38ca44aea76dc26d46484ec23dea95338097814ac\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nexusidentity-1.0.0b3-py3-none-any.whl\",\n + \ \"filename\": \"nexusidentity-1.0.0b3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/nexusidentity\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"nexusidentity\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"msgraph-sdk\",\n \"msgraph-sdk\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Nexusidentity + Extension\",\n \"version\": \"1.0.0b3\"\n },\n + \ \"sha256Digest\": \"c69afe5e3e122b98331a65338a8d2bd9bf6ce0ad1cfa8c3b20acef36b138e44a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nexusidentity-1.0.0b4-py3-none-any.whl\",\n + \ \"filename\": \"nexusidentity-1.0.0b4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/nexusidentity\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"nexusidentity\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"msgraph-sdk\",\n \"msgraph-sdk\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Nexusidentity + Extension\",\n \"version\": \"1.0.0b4\"\n },\n + \ \"sha256Digest\": \"1c8a42713b473662221c21ae87a33e57aef7bcd17b3affd072268f526fa6c972\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nexusidentity-1.0.0b5-py3-none-any.whl\",\n + \ \"filename\": \"nexusidentity-1.0.0b5-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/nexusidentity\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"nexusidentity\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"msgraph-sdk\",\n \"msgraph-sdk\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Nexusidentity + Extension\",\n \"version\": \"1.0.0b5\"\n },\n + \ \"sha256Digest\": \"1393afb91eb873fcb120b0b15a88052f8e2b0eb27f67b83eee0a6384c2c10c03\"\n + \ }\n ],\n \"nginx\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/nginx-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"nginx-0.1.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.40.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"nginx\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Nginx Extension\",\n \"version\": \"0.1.0\"\n },\n + \ \"sha256Digest\": \"a5b017c415c4a030b2c63b2145e6476f789f860a0cb0385b6e336e7572bef73b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nginx-0.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"nginx-0.1.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.40.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"nginx\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Nginx Extension\",\n \"version\": \"0.1.1\"\n },\n + \ \"sha256Digest\": \"3234129a26043a68e80ee1ae31c36e7ef8b2691a096cd6fc557e3a46fea8170e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nginx-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"nginx-1.0.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.55.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"nginx\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Nginx Extension\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"af877e67f99d7b147efdd4d4c566a13834692823d47d6fdfc5d107c20bb8ba7a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nginx-2.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"nginx-2.0.0b1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.58.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"nginx\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Nginx Extension\",\n \"version\": \"2.0.0b1\"\n },\n + \ \"sha256Digest\": \"496a898173f71aafe056dfcd036f8c4b9f72215d06f3c31bad9a484ab99f8602\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nginx-2.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"nginx-2.0.0b2-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.58.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"nginx\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Nginx Extension\",\n \"version\": \"2.0.0b2\"\n },\n + \ \"sha256Digest\": \"7f26070f348d7af3132974f4393fb993eba5293ae18494af6a868e85aa34103c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nginx-2.0.0b3-py2.py3-none-any.whl\",\n + \ \"filename\": \"nginx-2.0.0b3-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.60.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"nginx\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Nginx Extension\",\n \"version\": \"2.0.0b3\"\n },\n + \ \"sha256Digest\": \"1cabdd210d0d7d0ecad435c161a1bcc499deea2002946a7879079b726ea9946e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nginx-2.0.0b4-py2.py3-none-any.whl\",\n + \ \"filename\": \"nginx-2.0.0b4-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.60.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"nginx\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Nginx Extension\",\n \"version\": \"2.0.0b4\"\n },\n + \ \"sha256Digest\": \"5327d108083910acbc066b46b8aaf7cb9355bc6e82b4857c706e9990074b512c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nginx-2.0.0b5-py2.py3-none-any.whl\",\n + \ \"filename\": \"nginx-2.0.0b5-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"nginx\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Nginx Extension\",\n \"version\": \"2.0.0b5\"\n },\n + \ \"sha256Digest\": \"92e0b817bb863173da129abd3c326e058df3afce0fbb9851e6ff8ccea3c04773\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nginx-2.0.0b6-py2.py3-none-any.whl\",\n + \ \"filename\": \"nginx-2.0.0b6-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.64.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"nginx\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Nginx Extension\",\n \"version\": \"2.0.0b6\"\n },\n + \ \"sha256Digest\": \"d94f77c12ce6945c823f7efa84238e398b5aec878156bbdf3112f0def1eb8960\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nginx-2.0.0b7-py2.py3-none-any.whl\",\n + \ \"filename\": \"nginx-2.0.0b7-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.68.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"nginx\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Nginx Extension\",\n \"version\": \"2.0.0b7\"\n },\n + \ \"sha256Digest\": \"227339c67ca866f790dc6c88cc8df06f92307421e8df18ed656958cd2b5014fc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nginx-2.0.0b8-py2.py3-none-any.whl\",\n + \ \"filename\": \"nginx-2.0.0b8-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.68.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"nginx\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Nginx Extension\",\n \"version\": \"2.0.0b8\"\n },\n + \ \"sha256Digest\": \"77f10b5e91a3affa11eeb9c842a75d71603cf17da7e418b3840b9661235bd493\"\n + \ }\n ],\n \"notification-hub\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/notification_hub-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"notification_hub-0.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"notification-hub\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Notification Hub Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"6f8ae57c43f53380db7944d5244121b3b757f996f6ecca394696106fd2c1d875\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/notification_hub-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"notification_hub-0.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"notification-hub\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Notification Hub Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"a8d0333e6c8ecc8846dcf162f01ce3d1f7a84cc4a431ec44cb5f48bd498b6d1b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/notification_hub-1.0.0a1-py3-none-any.whl\",\n + \ \"filename\": \"notification_hub-1.0.0a1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/notification-hub\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"notification-hub\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Notification Hub Extension\",\n \"version\": + \"1.0.0a1\"\n },\n \"sha256Digest\": \"a03751b715700e0d18a38e808bfeed164335024c9608c4bfd53aeacc731d1099\"\n + \ }\n ],\n \"nsp\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/nsp-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"nsp-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/nsp\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"nsp\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Nsp Extension.\",\n \"version\": \"0.1.0\"\n },\n + \ \"sha256Digest\": \"14d995890f7f7bf14ce4a92a8d0de0252595d017ead7a49bffecbb741c074fb5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nsp-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"nsp-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/nsp\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"nsp\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Nsp Extension.\",\n \"version\": \"0.2.0\"\n },\n + \ \"sha256Digest\": \"c6227fc8fcf084c37effb6c22c27b2b4843704e231177776c938e3461ebe6b2d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nsp-0.2.1-py3-none-any.whl\",\n + \ \"filename\": \"nsp-0.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/nsp\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"nsp\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Nsp Extension.\",\n \"version\": \"0.2.1\"\n },\n + \ \"sha256Digest\": \"3aaf9a245ff82bf8212fd28767d61089ffa13285447964f97e7b8aa8547509ac\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nsp-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"nsp-0.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.54.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/nsp\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"nsp\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Nsp Extension.\",\n \"version\": \"0.3.0\"\n },\n + \ \"sha256Digest\": \"3e53051a70693a5da8c563118d0f695efc8465eab769ca64416fc8a16ba6e72a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nsp-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"nsp-1.0.0b2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/nsp\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"nsp\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Nsp Extension.\",\n \"version\": \"1.0.0b2\"\n },\n + \ \"sha256Digest\": \"febfce38fc449daa67c7ad8410e7fa250f7f39afb5f870496ce045bb74935bcd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nsp-1.0.0b3-py3-none-any.whl\",\n + \ \"filename\": \"nsp-1.0.0b3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/nsp\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"nsp\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Nsp Extension.\",\n \"version\": \"1.0.0b3\"\n },\n + \ \"sha256Digest\": \"36cc5fe013045a4bf1e6877b62c2f040b65d50b739825c2d7030bba82971e53f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nsp-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"nsp-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/nsp\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"nsp\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Nsp Extension.\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"9e54726bdbfc53aabfb23195e57360b122c305e54f3d217fb68e0a22fbdc92f1\"\n + \ }\n ],\n \"offazure\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/offazure-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"offazure-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/offazure\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"offazure\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureMigrateV2 Extension\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"1918817070ae9e0ceef57b93366d18b6e8bf577fd632e7da999e1e2abbb53656\"\n + \ }\n ],\n \"oracle-database\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/oracle_database-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"oracle_database-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/oracle-database\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"oracle-database\",\n \"summary\": \"Microsoft Azure Command-Line + Tools OracleDatabase Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"058c3de6c1e103ff0c62a188b1c606a35097a6652cb7eb6c3e5b77f77e15b5b1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/oracle_database-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"oracle_database-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/oracle-database\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"oracle-database\",\n \"summary\": \"Microsoft Azure Command-Line + Tools OracleDatabase Extension.\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"0ad716e117359e81427f8c91482f2592031877964c6952e768b66148db54dbce\"\n + \ }\n ],\n \"orbital\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/orbital-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"orbital-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.39.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/orbital\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"orbital\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Orbital Extension.\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"4259fb8ff560440d63251cc9721bb3f2283452f2399134514611f886fa350f37\"\n + \ }\n ],\n \"palo-alto-networks\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/palo_alto_networks-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"palo_alto_networks-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.50.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/palo-alto-networks\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"palo-alto-networks\",\n \"summary\": \"Microsoft Azure + Command-Line Tools PaloAltoNetworks Extension.\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"6c6856f9af7e57202a063c072e23b88bc6d337a5a7440c43cc9e01fa6833533e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/palo_alto_networks-1.1.1b1-py3-none-any.whl\",\n + \ \"filename\": \"palo_alto_networks-1.1.1b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/palo-alto-networks\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"palo-alto-networks\",\n \"summary\": \"Microsoft Azure + Command-Line Tools PaloAltoNetworks Extension.\",\n \"version\": + \"1.1.1b1\"\n },\n \"sha256Digest\": \"8d4f6a4b72366bd57780bd158d6c25b363999e1a13ea85d491809cc9a4d29608\"\n + \ }\n ],\n \"partnercenter\": [\n {\n \"downloadUrl\": + \"https://github.com/Azure/partnercenter-cli-extension/releases/download/v0.1.1-alpha/partnercenter-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"partnercenter-0.1.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"2.43.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/partnercenter-cli-extension/tree/main/partnercenter\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"partnercenter\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-storage-blob\",\n \"docker\",\n + \ \"pydantic\",\n \"requests\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure CLI Extension for Partner + Center\",\n \"version\": \"0.1.1\"\n },\n + \ \"sha256Digest\": \"39a510a25a2805f188909d0b24139cebbce36f734ee00b7b067851fe777ef75f\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/partnercenter-cli-extension/releases/download/v0.1.2-alpha/partnercenter-0.1.2-py3-none-any.whl\",\n + \ \"filename\": \"partnercenter-0.1.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"2.43.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/partnercenter-cli-extension/tree/main/partnercenter\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"partnercenter\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-storage-blob\",\n \"docker\",\n + \ \"pydantic\",\n \"requests\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure CLI Extension for Partner + Center\",\n \"version\": \"0.1.2\"\n },\n + \ \"sha256Digest\": \"a2e4ef513b74c138c3c445c6c494eb9e4677338f53e1b5a634a280b57bd70fc5\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/partnercenter-cli-extension/releases/download/v0.2.3-alpha/partnercenter-0.2.3-py3-none-any.whl\",\n + \ \"filename\": \"partnercenter-0.2.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/partnercenter-cli-extension/tree/main/partnercenter\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"partnercenter\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-storage-blob\",\n \"docker\",\n + \ \"pydantic\",\n \"requests\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure CLI Extension for Partner + Center\",\n \"version\": \"0.2.3\"\n },\n + \ \"sha256Digest\": \"5e364c5f375e9cdbbd7117c571d45ef434648c0f68b894fd1ebcf6cec26e4798\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/partnercenter-cli-extension/releases/download/v0.2.4-alpha/partnercenter-0.2.4-py3-none-any.whl\",\n + \ \"filename\": \"partnercenter-0.2.4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/partnercenter-cli-extension/tree/main/partnercenter\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"partnercenter\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-storage-blob\",\n \"docker\",\n + \ \"pydantic (<2)\",\n \"requests\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure CLI Extension for Partner + Center\",\n \"version\": \"0.2.4\"\n },\n + \ \"sha256Digest\": \"daca7562e92ddeb0195d2e85bdad22f0873010359ada146b1bfd8e415244cac9\"\n + \ }\n ],\n \"peering\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/peering-0.1.0rc2-py2.py3-none-any.whl\",\n + \ \"filename\": \"peering-0.1.0rc2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"peering\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Peering Extension\",\n \"version\": \"0.1.0rc2\"\n + \ },\n \"sha256Digest\": \"1b73d60427e5e84971e244a5884b7f14e0e05e65792e9ecc7483695d1b596992\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/peering-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"peering-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"peering\",\n \"summary\": \"Microsoft Azure Command-Line + Tools PeeringManagementClient Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"dd301c22107f961692a4acdbb5a98d28a7e86e7fb8619f2322884a2bc5507241\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/peering-0.2.1-py3-none-any.whl\",\n + \ \"filename\": \"peering-0.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/peering\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"peering\",\n \"summary\": \"Microsoft Azure Command-Line + Tools PeeringManagementClient Extension\",\n \"version\": + \"0.2.1\"\n },\n \"sha256Digest\": \"b068c12b47f17304af51431a2ae975339b7d4601a180e83916efae73d7c42600\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/peering-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"peering-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/peering\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"peering\",\n \"summary\": \"Microsoft Azure Command-Line + Tools PeeringManagementClient Extension\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"fe4e3ba85c1f65966a059291e46ebeb7c956f28da2b15b541b0492765b623992\"\n + \ }\n ],\n \"playwright-cli-extension\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/playwright_cli_extension-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"playwright_cli_extension-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.67.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/playwright-cli-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"playwright-cli-extension\",\n \"summary\": \"Microsoft + Azure Command-Line Tools PlaywrightCliExtension Extension.\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"6f1b071794dd11d4fdeeea77a6782ce47acd28e5098074294eba71816bb8da2d\"\n + \ }\n ],\n \"portal\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/portal-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"portal-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"portal\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Portal Extension\",\n \"version\": \"0.1.0\"\n },\n + \ \"sha256Digest\": \"89fdc138db22055fc09cf30a46050205a9e842d8fe386a3d8773ea563b074083\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/portal-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"portal-0.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"portal\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Portal Extension\",\n \"version\": \"0.1.1\"\n },\n + \ \"sha256Digest\": \"a3fc71fd6f0390850a60947cc1bff31d6346fc3f79e3ac8947add577c10c31a3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/portal-0.1.2-py3-none-any.whl\",\n + \ \"filename\": \"portal-0.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/portal\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"portal\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Portal Extension\",\n \"version\": \"0.1.2\"\n },\n + \ \"sha256Digest\": \"0e09b913c7b691496f46a131e608dcc1d37fc887c900d16ac87ec6a4c1e0b646\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/portal-0.1.3-py3-none-any.whl\",\n + \ \"filename\": \"portal-0.1.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/portal\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"portal\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Portal Extension\",\n \"version\": \"0.1.3\"\n },\n + \ \"sha256Digest\": \"3c3ebe23f59db5f2d286ca52cf8cfbbc5983ce8073622de11a35dab95800a996\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/portal-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"portal-1.0.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.67.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/portal\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"portal\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Portal Extension\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"d3fa59d56a37214077852371768e8c855b207f9b1d11f3be4e9fddb0e1ac7969\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/portal-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"portal-1.0.0b2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.67.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/portal\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"portal\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Portal Extension\",\n \"version\": \"1.0.0b2\"\n + \ },\n \"sha256Digest\": \"257516f455a017e515aaf1435c2d2a18f4c28ee2037af8a6275016fb914035d6\"\n + \ }\n ],\n \"powerbidedicated\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/powerbidedicated-0.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"powerbidedicated-0.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"3.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"powerbidedicated\",\n \"summary\": \"Microsoft Azure + Command-Line Tools PowerBIDedicated Extension\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"a7373b5005814f9d6d0151622c8356b37758a7548aa2fb8cad3ddc4368c5e05f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/powerbidedicated-0.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"powerbidedicated-0.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"3.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/powerbidedicated\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"powerbidedicated\",\n \"summary\": \"Microsoft Azure + Command-Line Tools PowerBIDedicated Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"127cb7b69076d07254aee3b57720409455e601ad431d3e12d713d886578ce1bf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/powerbidedicated-0.2.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"powerbidedicated-0.2.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"3.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/powerbidedicated\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"powerbidedicated\",\n \"summary\": \"Microsoft Azure + Command-Line Tools PowerBIDedicated Extension\",\n \"version\": + \"0.2.1\"\n },\n \"sha256Digest\": \"be1b824d4e4561ccfccebba9453d27a4542e6d4e6471eabe3def15bb1b35ca6f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/powerbidedicated-0.2.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"powerbidedicated-0.2.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/powerbidedicated\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"powerbidedicated\",\n \"summary\": \"Microsoft Azure + Command-Line Tools PowerBIDedicated Extension\",\n \"version\": + \"0.2.2\"\n },\n \"sha256Digest\": \"2f87e7006a1670a8c7ec9cce7aa90adaa55871f183e7fedc44509eaea40546fa\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/powerbidedicated-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"powerbidedicated-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/powerbidedicated\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"powerbidedicated\",\n \"summary\": \"Microsoft Azure + Command-Line Tools PowerBIDedicated Extension\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"e1e58bb6f57edde4793f4c66a0c10a2776f842172878162385f2b1d21539de6e\"\n + \ }\n ],\n \"providerhub\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/providerhub-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"providerhub-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/providerhub\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"providerhub\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Providerhub Extension\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"9385d61fe18f10c379e7a7c57a1ded34dd0f5b15bcf021777e4d51d288b703fe\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/providerhub-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"providerhub-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/providerhub\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"providerhub\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ProviderHub Extension\",\n \"version\": \"0.2.0\"\n + \ },\n \"sha256Digest\": \"9cda8fed546254987e5c5f872b4119105796c89de8d65d385638dac155bdf01e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/providerhub-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"providerhub-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/providerhub\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"providerhub\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ProviderHub Extension\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"7b93cb7ecb1fa3a520909d45e6e6597c8ba7daac4fbc1a26c3de66043678dd0d\"\n + \ }\n ],\n \"purview\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/purview-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"purview-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/purview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"purview\",\n \"summary\": \"Microsoft Azure Command-Line + Tools PurviewManagementClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"706cc2550fbd07b8b676345c2f26c5ba66550905bc8ec224c6c4e5637c497266\"\n + \ }\n ],\n \"quantum\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.5.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"0.1.0\"\n },\n + \ \"sha256Digest\": \"ac71362fb4834e02f26644403b4aac166def6488474e4f201ce3243b12b2424f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.5.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"0.2.0\"\n },\n + \ \"sha256Digest\": \"49f14768df82cf63f8be1a4bdc69ecd531149c7603f05d1951431c006dcc3660\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.5.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"0.3.0\"\n },\n + \ \"sha256Digest\": \"2564b05153b85eab96b58a2f8f3211241d6e07bdbe9a13f8feb74d09e1b80832\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.4.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.4.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.5.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"0.4.0\"\n },\n + \ \"sha256Digest\": \"90b537ba647b0eecda70ef8cbe4823d4199429f4ae436808434180d715448769\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.5.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.5.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"0.5.0\"\n },\n + \ \"sha256Digest\": \"257dfba42b6505dfa66721ddba9197da7f769f2e26d7c4bba9bcc729a72e49b7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.6.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.6.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"0.6.0\"\n },\n + \ \"sha256Digest\": \"407d45555dc239d16882b99d52634d2726057ffbe404e008d6181a5cb0f212cd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.6.1-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.6.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"0.6.1\"\n },\n + \ \"sha256Digest\": \"5306a838f3c1c36d80cf7945ee8f74d472a6d1e19c45e47f233b22671953edfb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.7.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.7.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"0.7.0\"\n },\n + \ \"sha256Digest\": \"e3658e4549ce96f262d60c3ae357c3c057b8678cd01060a6eea0cd715a6d2e45\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.8.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.8.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"0.8.0\"\n },\n + \ \"sha256Digest\": \"cab7430782efaf49e865f6c217b911e27b3868ec5df53e70614aa256b3ba91ca\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.9.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.9.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"0.9.0\"\n },\n + \ \"sha256Digest\": \"214d6303c3381a8a328a15ca3bb8f77f68c36cf71d83cdaa41be87b2af6e28fe\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.10.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.10.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"0.10.0\"\n + \ },\n \"sha256Digest\": \"c280a1eda5a9eee853239cac1ac2c610d159d59be5ac29fa7d5a4a1a3d7cbbde\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.11.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.11.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"0.11.0\"\n + \ },\n \"sha256Digest\": \"96d85f1c7675e4d8a42384de348cad66e80343b6ae26142ebdb19d753c45fc2e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.12.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.12.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"0.12.0\"\n + \ },\n \"sha256Digest\": \"ffc62c0663843522a3439acf4c682f9287849d5b3efcf2c4fd721266bfecfe96\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.13.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.13.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/quantum\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"0.13.0\"\n + \ },\n \"sha256Digest\": \"d37a85117a1b0989c1ceba8bbb571c777b626eabf9ce14161617837dbfeb067e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.14.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.14.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/quantum\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"0.14.0\"\n + \ },\n \"sha256Digest\": \"bad894820d83dceabf1805498ad98d1dc196fe8e1c6907136d60cbea30fee816\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.15.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.15.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/quantum\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"0.15.0\"\n + \ },\n \"sha256Digest\": \"4ca37f0e8b7b1b9b32ed35b127600f5b1ea2390b5dfc5901c7dbce5fef631278\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.16.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.16.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/quantum\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"0.16.0\"\n + \ },\n \"sha256Digest\": \"d8d4650f5f4b385c7612598301db487ffd2a09b59119453760ca9ab1319f1363\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.17.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.17.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/quantum\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"0.17.0\"\n + \ },\n \"sha256Digest\": \"219065a730c5caa44b07979d56211e24e498a4cfb2d1d50e2d86239254b4d945\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.18.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.18.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.41.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/quantum\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"quantum\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-storage-blob (~=12.14.1)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Quantum Extension\",\n \"version\": + \"0.18.0\"\n },\n \"sha256Digest\": \"7eddef419f89623b2f4d168be9c60c2ead8ede385fbff1c23671823260fd8569\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.19.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.19.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.41.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/quantum\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"quantum\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-storage-blob (~=12.14.1)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Quantum Extension\",\n \"version\": + \"0.19.0\"\n },\n \"sha256Digest\": \"96c60aff31dc8153e2c8a2f72ac5a8a4b1e0810b37a1f0b0fdd3d79c4263517e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.20.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.20.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.41.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/quantum\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"quantum\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-storage-blob (~=12.14.1)\",\n \"azure-storage-blob~=12.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Quantum + Extension\",\n \"version\": \"0.20.0\"\n },\n + \ \"sha256Digest\": \"9b9fdd106ff324bfa88188c287675e2fa72cdcb20a0107003dba9d17ea67fb34\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.21.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.21.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.41.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/quantum\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"quantum\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-storage-blob (~=12.14.1)\",\n \"azure-storage-blob~=12.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Quantum + Extension\",\n \"version\": \"0.21.0\"\n },\n + \ \"sha256Digest\": \"ea4262c017aa585c82dcda0204cf33bac3898a12512adb91a37912b77c06f93e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"quantum-1.0.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.41.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/quantum\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"quantum\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-storage-blob (~=12.14.1)\",\n \"azure-storage-blob~=12.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Quantum + Extension\",\n \"version\": \"1.0.0b1\"\n },\n + \ \"sha256Digest\": \"25f4fb67c5e0b8d041b73e6944c533b1e0009ef80563d0cd3e9506f4c17d1fcf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"quantum-1.0.0b2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.41.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/quantum\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"quantum\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-storage-blob (~=12.14.1)\",\n \"azure-storage-blob~=12.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Quantum + Extension\",\n \"version\": \"1.0.0b2\"\n },\n + \ \"sha256Digest\": \"e22d0d25828fd064570e3e7cbe54420fccf97357b7c786c3d80f6a2a00712c34\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-1.0.0b3-py3-none-any.whl\",\n + \ \"filename\": \"quantum-1.0.0b3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.41.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/quantum\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"quantum\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-storage-blob (~=12.14.1)\",\n \"azure-storage-blob~=12.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Quantum + Extension\",\n \"version\": \"1.0.0b3\"\n },\n + \ \"sha256Digest\": \"3301f40b76afe377bda1d08a35b8892b38b7fc1eddb5707a8a190c15bbf782b2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-1.0.0b4-py3-none-any.whl\",\n + \ \"filename\": \"quantum-1.0.0b4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.41.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/quantum\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"1.0.0b4\"\n + \ },\n \"sha256Digest\": \"73c2a50559648768f123de7039ac8288c265cee4d88e94c3ced85cecbce6b552\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-1.0.0b6-py3-none-any.whl\",\n + \ \"filename\": \"quantum-1.0.0b6-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.41.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/quantum\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"1.0.0b6\"\n + \ },\n \"sha256Digest\": \"293603be0942ceb3f2e175ac3db06f28a845235fe6c4ac2cc818b9ffcab6fb2f\"\n + \ }\n ],\n \"qumulo\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/qumulo-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"qumulo-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.48.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/qumulo\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"qumulo\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Qumulo Extension.\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"9973f580a3fc20cc2fe5558a1cfdc10ddfc6567982d12f37008bbfec7aafcf9b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/qumulo-2.0.0-py3-none-any.whl\",\n + \ \"filename\": \"qumulo-2.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/qumulo\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"qumulo\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Qumulo Extension.\",\n \"version\": \"2.0.0\"\n },\n + \ \"sha256Digest\": \"7ec519c9dd2cf91bf54b2e8b9b68aadb134cb2bbfec54e8a2cb08ea3a0e47e62\"\n + \ }\n ],\n \"quota\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/quota-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"quota-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/quota\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quota\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureQuotaExtensionAPI Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"f336a9499c951ba012c9f68ed7887af63b053ed1585df4bbdef88ddf9e0d6805\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quota-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"quota-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.54.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/quota\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quota\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureQuotaExtensionAPI Extension\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"8b4c3475df0c3544dbcc28e4875eb5b163d72b40aff4250aafdad94180c3f995\"\n + \ }\n ],\n \"rdbms-connect\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/rdbms_connect-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"rdbms_connect-0.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.19.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/rdbms-connect\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"rdbms-connect\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"mycli (==1.22.2)\",\n \"pgcli + (==3.0.0)\",\n \"setproctitle (==1.2.2)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Support for testing connection to Azure + Database for MySQL & PostgreSQL servers.\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"fd80779e01d5afa74da88dda0339b9068e5ca3390d2dea78b034002c62b713b4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/rdbms_connect-0.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"rdbms_connect-0.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.19.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/rdbms-connect\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"rdbms-connect\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"mycli (==1.22.2)\",\n \"pgcli + (==3.0.0)\",\n \"setproctitle (==1.2.2)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Support for testing connection to Azure + Database for MySQL & PostgreSQL servers.\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"83e3110a82f414274564d97ae5ba1088557376d5cc68cc358152135c283acf15\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/rdbms_connect-0.1.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"rdbms_connect-0.1.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.19.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/rdbms-connect\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"rdbms-connect\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"mycli (==1.22.2)\",\n \"pgcli + (==3.0.0)\",\n \"setproctitle (==1.2.2)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Support for testing connection to Azure + Database for MySQL & PostgreSQL servers.\",\n \"version\": + \"0.1.2\"\n },\n \"sha256Digest\": \"c738cd82edc1c9ad31ba0250eab982ef344d01e50e11dfec9c5b96ccdd5d1b6b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/rdbms_connect-0.1.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"rdbms_connect-0.1.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.19.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/rdbms-connect\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"rdbms-connect\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"mycli (==1.22.2)\",\n \"pgcli + (==3.0.0)\",\n \"setproctitle (==1.2.2)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Support for testing connection to Azure + Database for MySQL & PostgreSQL servers.\",\n \"version\": + \"0.1.3\"\n },\n \"sha256Digest\": \"5a6652ecacdc5b5c77dd9225abb30e5fb1160bc491a6ac3083327e81cc60f90e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/rdbms_connect-0.1.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"rdbms_connect-0.1.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.19.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/rdbms-connect\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"rdbms-connect\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"mycli (==1.22.2)\",\n \"pgcli + (==3.0.0)\",\n \"setproctitle (==1.2.2)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Support for testing connection to Azure + Database for MySQL & PostgreSQL servers.\",\n \"version\": + \"0.1.4\"\n },\n \"sha256Digest\": \"674a880f508d649f75d426c5b9700f7283079c1b9de2e5bccf31edbce907b838\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/rdbms_connect-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"rdbms_connect-1.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.19.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/rdbms-connect\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"rdbms-connect\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"mycli (==1.22.2)\",\n \"pgcli + (==3.0.0)\",\n \"setproctitle (==1.2.2)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Support for testing connection to Azure + Database for MySQL & PostgreSQL servers.\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"c1830f07c8829025597bf60db45b04c6b854c76d598235e71e6c7ff9626ba100\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/rdbms_connect-1.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"rdbms_connect-1.0.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.19.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/rdbms-connect\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"rdbms-connect\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"mycli (==1.22.2)\",\n \"pgcli + (==3.0.0)\",\n \"setproctitle (==1.2.2)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Support for testing connection to Azure + Database for MySQL & PostgreSQL servers.\",\n \"version\": + \"1.0.1\"\n },\n \"sha256Digest\": \"c13bd245524b6c0f8dab0b7c80e51d710934f12f1f68fbc74614805aeb1429f7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/rdbms_connect-1.0.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"rdbms_connect-1.0.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.19.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/rdbms-connect\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"rdbms-connect\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"mycli (==1.22.2)\",\n \"pgcli + (==3.0.0)\",\n \"setproctitle (~=1.2.2)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Support for testing connection to Azure + Database for MySQL & PostgreSQL servers.\",\n \"version\": + \"1.0.2\"\n },\n \"sha256Digest\": \"e5fc0b600c652c9b5ef3f9ec55fde9756a22b0dd9ac17b4ca4efc68339491b58\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/rdbms_connect-1.0.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"rdbms_connect-1.0.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.19.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/rdbms-connect\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"rdbms-connect\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"mycli (==1.22.2)\",\n \"pgcli + (==3.0.0)\",\n \"setproctitle (~=1.2.2)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Support for testing connection to Azure + Database for MySQL & PostgreSQL servers.\",\n \"version\": + \"1.0.3\"\n },\n \"sha256Digest\": \"fadc2e3b684636448f1f4b6533e54dc30381984c125dc771e605a0410d26dcbe\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/rdbms_connect-1.0.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"rdbms_connect-1.0.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.19.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/rdbms-connect\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"rdbms-connect\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"mycli (==1.26.1)\",\n \"pgcli + (==3.4.1)\",\n \"psycopg2 (==2.9.3)\",\n \"setproctitle + (~=1.2.2)\"\n ]\n }\n ],\n + \ \"summary\": \"Support for testing connection to Azure + Database for MySQL & PostgreSQL servers.\",\n \"version\": + \"1.0.4\"\n },\n \"sha256Digest\": \"8dc15a70881c71f21ba000854960b1be851a057b403dc8de156b73883efb543d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/rdbms_connect-1.0.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"rdbms_connect-1.0.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.19.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/rdbms-connect\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"rdbms-connect\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"mycli (~=1.27.0)\",\n \"mycli~=1.27.0\",\n + \ \"pgcli (==4.0.1)\",\n \"pgcli==4.0.1\",\n + \ \"psycopg2 (==2.9.3)\",\n \"psycopg2==2.9.3\",\n + \ \"setproctitle (~=1.3.3)\",\n \"setproctitle~=1.3.3\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Support for testing connection to Azure + Database for MySQL & PostgreSQL servers.\",\n \"version\": + \"1.0.5\"\n },\n \"sha256Digest\": \"4684fe51f6d77f8ab1aced59dbbf27ed3324fc8d351e9e98e8dcc2b30493018b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/rdbms_connect-1.0.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"rdbms_connect-1.0.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.19.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\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 \"Programming Language + :: Python :: 3.11\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/rdbms-connect\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"rdbms-connect\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"mycli (~=1.27.0)\",\n \"mycli~=1.27.0\",\n + \ \"pgcli (==4.0.1)\",\n \"pgcli==4.0.1\",\n + \ \"psycopg2 (~=2.9.3)\",\n \"psycopg2~=2.9.3\",\n + \ \"setproctitle (~=1.3.3)\",\n \"setproctitle~=1.3.3\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Support for testing connection to Azure + Database for MySQL & PostgreSQL servers.\",\n \"version\": + \"1.0.6\"\n },\n \"sha256Digest\": \"49cbe8d9b7ea07a8974a29ad90247e864ed798bed5f28d0e3a57a4b37f5939e7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/rdbms_connect-1.0.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"rdbms_connect-1.0.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.19.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\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 \"Programming Language + :: Python :: 3.11\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/rdbms-connect\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"rdbms-connect\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"mycli (~=1.27.0)\",\n \"mycli~=1.27.0\",\n + \ \"pgcli (==4.0.1)\",\n \"pgcli==4.0.1\",\n + \ \"psycopg2 (~=2.9.3)\",\n \"psycopg2~=2.9.3\",\n + \ \"setproctitle (~=1.3.3)\",\n \"setproctitle~=1.3.3\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Support for testing connection to Azure + Database for MySQL & PostgreSQL servers.\",\n \"version\": + \"1.0.7\"\n },\n \"sha256Digest\": \"eba997d4ad5acd0bdbb80a72281c2f56e88a09b2daa9ecc20ddaefd2586f543d\"\n + \ }\n ],\n \"redisenterprise\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/redisenterprise-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"redisenterprise-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/redisenterprise\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"redisenterprise\",\n \"summary\": \"Microsoft Azure Command-Line + Tools RedisEnterpriseManagementClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"22b1965e5a148ce4eb2d45bf48880caa21becb165810b1b93658886cd5e39515\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/redisenterprise-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"redisenterprise-0.1.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/redisenterprise\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"redisenterprise\",\n \"summary\": \"Microsoft Azure Command-Line + Tools RedisEnterpriseManagementClient Extension\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"f0662c4091e8c4e87069f93db23b5f057f2862f78d038a5f709f16f8d37d524f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/redisenterprise-0.1.2-py3-none-any.whl\",\n + \ \"filename\": \"redisenterprise-0.1.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/redisenterprise\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"redisenterprise\",\n \"summary\": \"Microsoft Azure Command-Line + Tools RedisEnterpriseManagementClient Extension\",\n \"version\": + \"0.1.2\"\n },\n \"sha256Digest\": \"db8c673e2e29498e9f54f3392a5305952c273e7c24d293d96c0708dd3e90d5fe\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/redisenterprise-0.1.3-py3-none-any.whl\",\n + \ \"filename\": \"redisenterprise-0.1.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/redisenterprise\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"redisenterprise\",\n \"summary\": \"Microsoft Azure Command-Line + Tools RedisEnterprise Extension.\",\n \"version\": \"0.1.3\"\n + \ },\n \"sha256Digest\": \"744ef0651a7d4c734675d3d567d1162d1dd1986e5274c62613387fd93d0efe6c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/redisenterprise-0.1.4-py3-none-any.whl\",\n + \ \"filename\": \"redisenterprise-0.1.4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/redisenterprise\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"redisenterprise\",\n \"summary\": \"Microsoft Azure Command-Line + Tools RedisEnterprise Extension.\",\n \"version\": \"0.1.4\"\n + \ },\n \"sha256Digest\": \"cb59ab44eb12b51ecc62f8a5b6302d166be5d6388cf8ff21bc49f2829128d031\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/redisenterprise-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"redisenterprise-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/redisenterprise\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"redisenterprise\",\n \"summary\": \"Microsoft Azure Command-Line + Tools RedisEnterprise Extension.\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"e43737fefbb1205970254f369b0f0c33fbfd5b82d64eb2025228eb3a07bed3e7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/redisenterprise-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"redisenterprise-1.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/redisenterprise\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"redisenterprise\",\n \"summary\": \"Microsoft Azure Command-Line + Tools RedisEnterprise Extension.\",\n \"version\": \"1.1.0\"\n + \ },\n \"sha256Digest\": \"acd14dc2c5b75bb49e554d970830d541ce5450868626dfcc3150f01910ba788b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/redisenterprise-1.2.0-py3-none-any.whl\",\n + \ \"filename\": \"redisenterprise-1.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/redisenterprise\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"redisenterprise\",\n \"summary\": \"Microsoft Azure Command-Line + Tools RedisEnterprise Extension.\",\n \"version\": \"1.2.0\"\n + \ },\n \"sha256Digest\": \"6e776d464afaaf66456d7b8e6d36ab1a12f19054617479ea8f13633d3a49ffac\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/redisenterprise-1.2.1b1-py3-none-any.whl\",\n + \ \"filename\": \"redisenterprise-1.2.1b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/redisenterprise\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"redisenterprise\",\n \"summary\": \"Microsoft Azure Command-Line + Tools RedisEnterprise Extension.\",\n \"version\": \"1.2.1b1\"\n + \ },\n \"sha256Digest\": \"9816e8571a8689864973327b6331d243703da31b40c0539ed89136b9dbf6c9e0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/redisenterprise-1.2.1b2-py3-none-any.whl\",\n + \ \"filename\": \"redisenterprise-1.2.1b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/redisenterprise\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"redisenterprise\",\n \"summary\": \"Microsoft Azure Command-Line + Tools RedisEnterprise Extension.\",\n \"version\": \"1.2.1b2\"\n + \ },\n \"sha256Digest\": \"c645c66bfb1667dec7c443e045daf55750f89e517f15cad3b9a6d6ad9d56a434\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/redisenterprise-1.2.1-py3-none-any.whl\",\n + \ \"filename\": \"redisenterprise-1.2.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.70.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/redisenterprise\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"redisenterprise\",\n \"summary\": \"Microsoft Azure Command-Line + Tools RedisEnterprise Extension.\",\n \"version\": \"1.2.1\"\n + \ },\n \"sha256Digest\": \"62ed3a929ce86492edf25e45b7d47a02ef554baac5afdbfd6e6aea969d080c68\"\n + \ }\n ],\n \"reservation\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/reservation-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"reservation-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.41.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/reservation\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"reservation\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Reservation Extension\",\n \"version\": \"0.2.0\"\n + \ },\n \"sha256Digest\": \"8cea59293bb54d3ae741035690c67b2aa6925b7f79e71e5b1ec1b152e8e9eb86\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/reservation-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"reservation-0.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/reservation\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"reservation\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Reservation Extension\",\n \"version\": \"0.3.0\"\n + \ },\n \"sha256Digest\": \"548a8d6c935b97b93f4ea24f7f0470f0ebd8c0b983d91e3bc5234d3a191ed666\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/reservation-0.3.1-py3-none-any.whl\",\n + \ \"filename\": \"reservation-0.3.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.50.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/reservation\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"reservation\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Reservation Extension\",\n \"version\": \"0.3.1\"\n + \ },\n \"sha256Digest\": \"649f086b02305d142f2f08ea96f52a322a165a6f2a958f3287f53550938ab912\"\n + \ }\n ],\n \"resource-graph\": [\n {\n + \ \"downloadUrl\": \"https://files.pythonhosted.org/packages/bd/c1/3df175a9a6a0c6aeae1ca1a7499955d75dd03452b5ba75f6df01a02b7c7f/resource_graph-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"resource_graph-1.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.45\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"ilidemi@microsoft.com\",\n \"name\": + \"Ilia Demianenko\",\n \"role\": \"author\"\n + \ },\n {\n \"email\": + \"earc@microsoft.com\",\n \"name\": \"Azure + Resource Graph\",\n \"role\": \"maintainer\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/resource-graph\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"resource-graph\",\n \"summary\": \"Support for querying + Azure resources with Resource Graph.\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"76f10264a7c6d78664c34e73d390565ce66e639fd39ffdfad149da8fc499112d\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/resource_graph-1.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"resource_graph-1.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.4\",\n \"Programming + Language :: Python :: 3.5\",\n \"Programming Language + :: Python :: 3.6\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"description_content_type\": + \"text/markdown\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ilidemi@microsoft.com\",\n + \ \"name\": \"Ilia Demianenko\",\n \"role\": + \"author\"\n },\n {\n + \ \"email\": \"earc@microsoft.com\",\n \"name\": + \"Azure Resource Graph\",\n \"role\": \"maintainer\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/resource-graph\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"resource-graph\",\n \"summary\": \"Support for querying + Azure resources with Resource Graph.\",\n \"version\": + \"1.1.0\"\n },\n \"sha256Digest\": \"1eaef63df8a22666f88f322829f3470efb790e36d35376c1705b40fb03464549\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/resource_graph-2.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"resource_graph-2.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.21.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.4\",\n \"Programming + Language :: Python :: 3.5\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"description_content_type\": + \"text/markdown\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ilidemi@microsoft.com\",\n + \ \"name\": \"Ilia Demianenko\",\n \"role\": + \"author\"\n },\n {\n + \ \"email\": \"earc@microsoft.com\",\n \"name\": + \"Azure Resource Graph\",\n \"role\": \"maintainer\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/resource-graph\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"resource-graph\",\n \"summary\": \"Support for querying + Azure resources with Resource Graph.\",\n \"version\": + \"2.0.0\"\n },\n \"sha256Digest\": \"3bda3548bd742ad24b84d5a81f58aaf47f0d7b97f4a04d5a5b405715f850a31c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/resource_graph-2.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"resource_graph-2.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.22.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.4\",\n \"Programming + Language :: Python :: 3.5\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"description_content_type\": + \"text/markdown\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ilidemi@microsoft.com\",\n + \ \"name\": \"Ilia Demianenko\",\n \"role\": + \"author\"\n },\n {\n + \ \"email\": \"earc@microsoft.com\",\n \"name\": + \"Azure Resource Graph\",\n \"role\": \"maintainer\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/resource-graph\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"resource-graph\",\n \"summary\": \"Support for querying + Azure resources with Resource Graph.\",\n \"version\": + \"2.1.0\"\n },\n \"sha256Digest\": \"62c81e3d62ce60c5a0a485829d00bdb0c733145ee93fb6098c14e3b27ee27c40\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/resource_graph-2.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"resource_graph-2.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.22.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.4\",\n \"Programming + Language :: Python :: 3.5\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"description_content_type\": + \"text/markdown\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ilidemi@microsoft.com\",\n + \ \"name\": \"Ilia Demianenko\",\n \"role\": + \"author\"\n },\n {\n + \ \"email\": \"earc@microsoft.com\",\n \"name\": + \"Azure Resource Graph\",\n \"role\": \"maintainer\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/resource-graph\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"resource-graph\",\n \"summary\": \"Support for querying + Azure resources with Resource Graph.\",\n \"version\": + \"2.1.1\"\n },\n \"sha256Digest\": \"436b2e865d7f3fb6beea2cdc017c74dd48a66991209a5ab8dc092443ec93140f\"\n + \ }\n ],\n \"resource-mover\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/resource_mover-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"resource_mover-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/resource-mover\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"resource-mover\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ResourceMoverServiceAPI Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"f86ecfcde11e6016da9b107e191b1feaba6896f395d989e5962c6fe6ac34c593\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/resource_mover-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"resource_mover-0.1.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/resource-mover\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"resource-mover\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ResourceMoverServiceAPI Extension\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"dee4f576aa3902497762f0d3582fea9e7846de6cfad48575798c9349a45c20a0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/resource_mover-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"resource_mover-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.50.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/resource-mover\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"resource-mover\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ResourceMoverServiceAPI Extension\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"3bc9f41aa30c4f6bc04ff780dc30e8df05bfc887f2adbdf9e89d59f8389e55f3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/resource_mover-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"resource_mover-1.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.50.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/resource-mover\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"resource-mover\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ResourceMoverServiceAPI Extension\",\n \"version\": + \"1.0.0b2\"\n },\n \"sha256Digest\": \"a7e520e025c3caba24a782536377048f1749a99ceb54f009f33392fc9643570f\"\n + \ }\n ],\n \"sap-hana\": [\n {\n \"downloadUrl\": + \"https://github.com/Azure/azure-hanaonazure-cli-extension/releases/download/0.6.5/sap_hana-0.6.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"sap_hana-0.6.5-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.0.46\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-hanaonazure-cli-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"sap-hana\",\n \"summary\": \"Additional commands for + working with SAP HanaOnAzure instances.\",\n \"version\": + \"0.6.5\"\n },\n \"sha256Digest\": \"b4554c125f3a0eb5c891cec396e7705f6e91d4d81789acef20e3c4d172fa4543\"\n + \ }\n ],\n \"scenario-guide\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scenario_guide-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"scenario_guide-0.1.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.20.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/scenario-guide\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scenario-guide\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Scenario Guidance Extension\",\n \"version\": \"0.1.1\"\n + \ },\n \"sha256Digest\": \"4264b48b4b980334488a3fdb3bc43241e828a2742c35ce48985f3bebf019e8f8\"\n + \ }\n ],\n \"scheduled-query\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/scheduled_query-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"scheduled_query-0.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scheduled-query\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Scheduled_query Extension\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"5529213e41055f70c53407498b618c7d48cea70a0ce0aca069e0dd9bb818f549\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/scheduled_query-0.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"scheduled_query-0.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scheduled-query\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Scheduled_query Extension\",\n \"version\": \"0.2.0\"\n + \ },\n \"sha256Digest\": \"d9cba80c47b0b8b3e3ad86a257eb53598611698efab6687a11f81c2b036b1083\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scheduled_query-0.2.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"scheduled_query-0.2.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scheduled-query\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Scheduled_query Extension\",\n \"version\": \"0.2.1\"\n + \ },\n \"sha256Digest\": \"f7a7ee6f9c11260c8cfff54f36ec68b2a3b235767ceb8ff281280523f2eda696\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scheduled_query-0.2.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"scheduled_query-0.2.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scheduled-query\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Scheduled_query Extension\",\n \"version\": \"0.2.2\"\n + \ },\n \"sha256Digest\": \"17f2dfaa317f735eee708b4365e107a29b3fb796f8d6a9505388ec30c73bf930\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scheduled_query-0.3.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"scheduled_query-0.3.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.20.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scheduled-query\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Scheduled_query Extension\",\n \"version\": \"0.3.0\"\n + \ },\n \"sha256Digest\": \"ec2220289b5715676e169baeb457322cceade980a36c9034eb58206371703892\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scheduled_query-0.3.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"scheduled_query-0.3.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.20.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scheduled-query\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Scheduled_query Extension\",\n \"version\": \"0.3.1\"\n + \ },\n \"sha256Digest\": \"0535be22855f9ab829421fc8f8d47704a0f7e2ea1067ea57d486e9b81a71c5cd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scheduled_query-0.4.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"scheduled_query-0.4.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.20.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scheduled-query\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Scheduled_query Extension\",\n \"version\": \"0.4.0\"\n + \ },\n \"sha256Digest\": \"9228691ea2baa13b11473c8ff9916f8bd1fa39fae33ee4386648d9bffb239617\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scheduled_query-0.5.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"scheduled_query-0.5.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.20.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scheduled-query\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Scheduled_query Extension\",\n \"version\": \"0.5.0\"\n + \ },\n \"sha256Digest\": \"ee4c54e1d96ac2bd33f2cf148e7cc1eac978afe842dc5b49be24bd2c24c6d13a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scheduled_query-0.5.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"scheduled_query-0.5.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/scheduled-query\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scheduled-query\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Scheduled_query Extension\",\n \"version\": \"0.5.1\"\n + \ },\n \"sha256Digest\": \"34b68f6a3edbcd703c17f5d384e50e1dee71bc2f05e8aa80862d46afef8c570c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scheduled_query-0.5.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"scheduled_query-0.5.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/scheduled-query\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scheduled-query\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Scheduled_query Extension\",\n \"version\": \"0.5.2\"\n + \ },\n \"sha256Digest\": \"b393b38bf6dd80918778460b4f4e50643900ffab5dada7af1216c415d25fb706\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scheduled_query-0.5.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"scheduled_query-0.5.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.54.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/scheduled-query\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scheduled-query\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Scheduled_query Extension\",\n \"version\": \"0.5.3\"\n + \ },\n \"sha256Digest\": \"b141ce4ff7678484561e9f3c842d8249112a465b7a0da07a6da49856920f8534\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scheduled_query-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"scheduled_query-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.54.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/scheduled-query\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scheduled-query\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Scheduled_query Extension\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"fd5e69d0438b8089dbe197d5ba4c41776aed906941cac374755a4c9044c4af04\"\n + \ }\n ],\n \"scvmm\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/scvmm-0.1.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"scvmm-0.1.4-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedvmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scvmm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SCVMM Extension\",\n \"version\": \"0.1.4\"\n },\n + \ \"sha256Digest\": \"22aaf76e9bb066f279683f451c45d1b927e288a000879a21c728891f463c9e94\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scvmm-0.1.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"scvmm-0.1.5-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/scvmm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scvmm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SCVMM Extension\",\n \"version\": \"0.1.5\"\n },\n + \ \"sha256Digest\": \"53c40fbc78ed7826ea11e64a79dfc8a49112d5c837417b3032fbe8c69b84f0e3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scvmm-0.1.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"scvmm-0.1.6-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/scvmm\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"scvmm\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pwinput\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools SCVMM Extension\",\n \"version\": + \"0.1.6\"\n },\n \"sha256Digest\": \"5c02543fff1da970b523055d7c97012bdc40440c5929ade899ccfcf397c37736\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scvmm-0.1.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"scvmm-0.1.7-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/scvmm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scvmm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SCVMM Extension\",\n \"version\": \"0.1.7\"\n },\n + \ \"sha256Digest\": \"e462aa30bbca50d140a70a80db81cb9f661ae11bc7a29435b7dc57aa32756c53\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scvmm-0.1.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"scvmm-0.1.8-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/scvmm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scvmm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SCVMM Extension\",\n \"version\": \"0.1.8\"\n },\n + \ \"sha256Digest\": \"167a9a333afebbb7b211b1f9a60d68f33bee28965653894c9193676f102c5a38\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scvmm-0.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"scvmm-0.2.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/scvmm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scvmm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SCVMM Extension\",\n \"version\": \"0.2.0\"\n },\n + \ \"sha256Digest\": \"ab64e7ab90cc3048443959e32332c400b0b83746dd39558849e1f6edc13b6dcd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scvmm-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"scvmm-1.0.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/scvmm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scvmm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SCVMM Extension\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"565aa9d75dd4d276df2f8ffec5311bd2ae16a2d6172d525a7763fc5972b262b7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scvmm-1.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"scvmm-1.1.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/scvmm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scvmm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SCVMM Extension\",\n \"version\": \"1.1.0\"\n },\n + \ \"sha256Digest\": \"dfbf446da90a9ed211f3a6554eea713b569fc8747398af9a5c2fb74220d0fa95\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scvmm-1.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"scvmm-1.1.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/scvmm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scvmm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SCVMM Extension\",\n \"version\": \"1.1.1\"\n },\n + \ \"sha256Digest\": \"7d704578bc5eb60b8105de0b4a924176581a4cf2fd162b0896d81246f7f73a68\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scvmm-1.1.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"scvmm-1.1.2-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/scvmm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scvmm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SCVMM Extension\",\n \"version\": \"1.1.2\"\n },\n + \ \"sha256Digest\": \"b1b2e66c0ff057976d48f18a43960f4ff5802b5502e9e6d2d5a5d8f1b4e8b6f2\"\n + \ }\n ],\n \"self-help\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/self_help-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"self_help-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/self-help\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"self-help\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SelfHelp Extension.\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"24e94291acb3735073d3372cc11459577c6a2649bf3b34f10ae66f29964ff4ff\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/self_help-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"self_help-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/self-help\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"self-help\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SelfHelp Extension.\",\n \"version\": \"0.2.0\"\n + \ },\n \"sha256Digest\": \"a57d629f75443666af570188716eaf2b9182da41f6d2f958f6d53d79b830b23e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/self_help-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"self_help-0.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/self-help\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"self-help\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SelfHelp Extension.\",\n \"version\": \"0.3.0\"\n + \ },\n \"sha256Digest\": \"0545610ee482069ad89c3fcc342e3d94f72b4d5eb139312c778501c843e8216d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/self_help-0.4.0-py3-none-any.whl\",\n + \ \"filename\": \"self_help-0.4.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/self-help\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"self-help\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SelfHelp Extension.\",\n \"version\": \"0.4.0\"\n + \ },\n \"sha256Digest\": \"8c903aaf10d6cb61e6455f6010deeeb496d1e23d6876662089266a49403586b6\"\n + \ }\n ],\n \"sentinel\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/sentinel-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"sentinel-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/sentinel\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"sentinel\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SecurityInsights Extension\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"0c0de10af8cc7c91704dc29afa2bc178f18bf4e28612d6d0c5d7c594bd05d4c9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/sentinel-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"sentinel-0.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.11.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/sentinel\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"sentinel\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SecurityInsights Extension\",\n \"version\": \"0.1.1\"\n + \ },\n \"sha256Digest\": \"407f23c06a7bd6e1200f108abcd0127904334d9813ccae8df8fc3e63b3eaa97f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/sentinel-0.1.2-py3-none-any.whl\",\n + \ \"filename\": \"sentinel-0.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.11.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/sentinel\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"sentinel\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SecurityInsights Extension\",\n \"version\": \"0.1.2\"\n + \ },\n \"sha256Digest\": \"978d4d15a01124d46dd310918c428bba1792a58716aa0511f2fdbfec2176f7e2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/sentinel-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"sentinel-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.37.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/securityinsight\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"sentinel\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Sentinel Extension.\",\n \"version\": \"0.2.0\"\n + \ },\n \"sha256Digest\": \"5511544b4e342b03a4a4263617c603d87442ad5179ce9d8c0d1fd10915f93b7a\"\n + \ }\n ],\n \"serial-console\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serial_console-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"serial_console-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serialconsole\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serial-console\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websocket-client (~=0.56.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools for Serial Console Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"39317e5d4ecc6add26a624a6fa0d48344cfb6b3faaefb6ccbdcb30de9d35fb50\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serial_console-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"serial_console-0.1.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serialconsole\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serial-console\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websocket-client (~=0.56.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools for Serial Console Extension\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"082f315c9cdf5887987f12d6e27645101ea8318003a8d60c24dc630c861ebc97\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serial_console-0.1.2-py3-none-any.whl\",\n + \ \"filename\": \"serial_console-0.1.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/serialconsole\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serial-console\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websocket-client (~=0.56.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools for Serial Console Extension\",\n \"version\": + \"0.1.2\"\n },\n \"sha256Digest\": \"51493fe5617f90d06f5e4493b81a85b5d664f80c264941d4e6f5ca5f3473dc57\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serial_console-0.1.3-py3-none-any.whl\",\n + \ \"filename\": \"serial_console-0.1.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/serialconsole\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serial-console\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websocket-client (~=0.56.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools for Serial Console Extension\",\n \"version\": + \"0.1.3\"\n },\n \"sha256Digest\": \"66ed2625bac7ab1e73300a37eb76d856f25673e398ccdbe6939f0b0d10e4770e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serial_console-0.1.4-py3-none-any.whl\",\n + \ \"filename\": \"serial_console-0.1.4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/serialconsole\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serial-console\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websocket-client (==1.3.1)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools for Serial Console Extension\",\n \"version\": + \"0.1.4\"\n },\n \"sha256Digest\": \"312bd981dc2a9c2661bae6056333d0d74292023ffaeb5be26a4be9c5ec233e50\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serial_console-0.1.5-py3-none-any.whl\",\n + \ \"filename\": \"serial_console-0.1.5-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/serialconsole\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serial-console\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websocket-client (==1.3.1)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools for Serial Console Extension\",\n \"version\": + \"0.1.5\"\n },\n \"sha256Digest\": \"8c65ea10b0c336106f3c9c862e50b327c044b8be90bf6075771cc98973aa99f8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serial_console-0.1.6-py3-none-any.whl\",\n + \ \"filename\": \"serial_console-0.1.6-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/serial-console\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serial-console\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websocket-client (==1.3.1)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools for Serial Console Extension\",\n \"version\": + \"0.1.6\"\n },\n \"sha256Digest\": \"2b20fce597a655c1016ab4d3b2f569267adf1536ed34481063e56c22f407381a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serial_console-0.1.7-py3-none-any.whl\",\n + \ \"filename\": \"serial_console-0.1.7-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/serial-console\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serial-console\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websocket-client (==1.3.1)\",\n \"websocket-client==1.3.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools for + Serial Console Extension\",\n \"version\": \"0.1.7\"\n + \ },\n \"sha256Digest\": \"5a67a26b525a8f28fe3189024b02763bd9a0d8dc4c641fb62317475cd11ec51c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serial_console-0.1.8-py3-none-any.whl\",\n + \ \"filename\": \"serial_console-0.1.8-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/serial-console\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serial-console\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websocket-client (==1.3.1)\",\n \"websocket-client==1.3.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools for + Serial Console Extension\",\n \"version\": \"0.1.8\"\n + \ },\n \"sha256Digest\": \"d4deb023672e1b17e5045dd4cf206b7a518c1bfceeb081f73f43fd4fe9b99777\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serial_console-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"serial_console-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/serial-console\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serial-console\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websocket-client (==1.3.1)\",\n \"websocket-client==1.3.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools for + Serial Console Extension\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"c6f9d04ba068ff966dd1f522521ca7142e15deaf5bfa732805f2cd139332cbfd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serial_console-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"serial_console-1.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/serial-console\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serial-console\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websocket-client (==1.3.1)\",\n \"websocket-client==1.3.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools for + Serial Console Extension\",\n \"version\": \"1.0.0b2\"\n + \ },\n \"sha256Digest\": \"59ebb804476aff476f8b4efaf3651f60bf05cc077770a65419524b4f3276ec93\"\n + \ }\n ],\n \"serviceconnector-passwordless\": [\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-0.3.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b1)\",\n + \ \"psycopg2-binary (==2.9.5)\",\n \"pyodbc + (==4.0.35)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"0.3.0\"\n },\n + \ \"sha256Digest\": \"5364760a136655207f5f970431882d5d6c844818e43fbb81ffb311d19a21700a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-0.3.1-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-0.3.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b1)\",\n + \ \"psycopg2-binary (==2.9.5)\",\n \"pyodbc + (==4.0.35)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"0.3.1\"\n },\n + \ \"sha256Digest\": \"d61dd33d4fe9542c506a91a9f7876bcb4dd14e27ffe0aeae5f1cbf76eda93413\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-0.3.2-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-0.3.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b1)\",\n + \ \"psycopg2-binary (==2.9.5)\",\n \"pyodbc + (==4.0.35)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"0.3.2\"\n },\n + \ \"sha256Digest\": \"51f2a46660cf7d489a08be9292d5ba1c6e9a09925ead9baac0ba50fe982670f8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-0.3.3-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-0.3.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b1)\",\n + \ \"psycopg2-binary (==2.9.5)\",\n \"pyodbc + (==4.0.35)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"0.3.3\"\n },\n + \ \"sha256Digest\": \"9f9cddae41ab3172fe541e88b915ef4a8cb16139a5215d259ee23c279c290472\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-0.3.4-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-0.3.4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b1)\",\n + \ \"psycopg2-binary (==2.9.5)\",\n \"pyodbc + (==4.0.35)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"0.3.4\"\n },\n + \ \"sha256Digest\": \"5b68cc4fcf6cde9edd4691dd55a9bb063fcce0f2c740abbab798d65804cd07a2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-0.3.5-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-0.3.5-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b1)\",\n + \ \"psycopg2-binary (==2.9.5)\",\n \"pyodbc + (==4.0.35)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"0.3.5\"\n },\n + \ \"sha256Digest\": \"05df173778361eed918fa63d241704b47e479443f053bf3ff327f07946c5f553\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-0.3.6-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-0.3.6-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b1)\",\n + \ \"psycopg2-binary (==2.9.5)\",\n \"pyodbc + (==4.0.35)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"0.3.6\"\n },\n + \ \"sha256Digest\": \"c9e6d013ae6142a4d4fdefbec40b89c4af37ea1c4c4840b02f27d3e9573a1357\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-0.3.8-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-0.3.8-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b1)\",\n + \ \"psycopg2-binary (==2.9.5)\",\n \"pyodbc + (==4.0.35)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"0.3.8\"\n },\n + \ \"sha256Digest\": \"546af88e93fb857552183869a12001020897f7b724cc1f350936971635302ef4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-0.3.9-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-0.3.9-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b1)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b1\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"0.3.9\"\n },\n + \ \"sha256Digest\": \"48e3b58838945f62f6aecac7579b00f3a71d6d4db7f8f34af39d6308a26bd445\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-0.3.11-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-0.3.11-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b1)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b1\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"0.3.11\"\n },\n + \ \"sha256Digest\": \"bb8d273e2b221c439fb5d418ddf2d8591e3382f2efba85ce384e6dcb93488a38\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-0.3.12-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-0.3.12-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b1)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b1\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"0.3.12\"\n },\n + \ \"sha256Digest\": \"7d3fadef5e1dddc362f043c8b0a802668c24187c68fdf8e33797250f5276ee2f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-0.3.13-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-0.3.13-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b1)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b1\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"0.3.13\"\n },\n + \ \"sha256Digest\": \"0948c4b5cb9ef84ad4470b3947d67034aef0531fba24d97782f48e0aacb2801a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b1)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b1\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"cb065e4ca01b71023bd7c6c242f20123eeb8ff90c2178b035e8de58552740488\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-1.0.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b1)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b1\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"1.0.1\"\n },\n + \ \"sha256Digest\": \"04e4cc595ee68484f28159ba010c3feda561ee68cd0f386ab1b72045f2d19272\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-1.0.2-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-1.0.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b1)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b1\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"1.0.2\"\n },\n + \ \"sha256Digest\": \"ce27bafbeb27a848c0294e085f95c81778b64d67537e7efbc6a5ce09b0ede902\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-1.0.3-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-1.0.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b1)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b1\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"1.0.3\"\n },\n + \ \"sha256Digest\": \"066ed68dcfc4b6991ea38579874ce1967d8d9636838023d4a03910026467d348\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-2.0.0-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-2.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.60.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b2)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b2\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"2.0.0\"\n },\n + \ \"sha256Digest\": \"2da75d871e2f4ba0585d6609978beaa17511ba7ffbc298aaf10d2c58b8310cb1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-2.0.1-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-2.0.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.60.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b2)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b2\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"2.0.1\"\n },\n + \ \"sha256Digest\": \"65f6db04c42d74474534a8dc3d59066cc04325b72551a7045fd9d298350b3ad0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-2.0.2-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-2.0.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.60.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b2)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b2\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"2.0.2\"\n },\n + \ \"sha256Digest\": \"19001ff4ebcd5b4b2cc890a7cdef6fdd1bc404d9e29c03c5adcfe59355864671\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-2.0.3-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-2.0.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.60.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b2)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b2\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"2.0.3\"\n },\n + \ \"sha256Digest\": \"045240af31f6ba900b9743f10c2e7a552e5c09c31aec8bec63ce05e7e96fd7e7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-2.0.5-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-2.0.5-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.60.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b2)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b2\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"2.0.5\"\n },\n + \ \"sha256Digest\": \"27b8c5f6e1b576ce2c3a74e967851398e2e0bca77faaccb890410e66dcf9c304\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-2.0.6-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-2.0.6-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.60.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b2)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b2\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"2.0.6\"\n },\n + \ \"sha256Digest\": \"7f24220cbd58d682d1bc765f40c2663dbd3014e88b7684a8756e43675730e6e0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-2.0.7-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-2.0.7-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.60.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b2)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b2\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"2.0.7\"\n },\n + \ \"sha256Digest\": \"e71ad49f38ec94a516281352e4498e578f2fca2aa4d233f3f9a93c9e22635e61\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-3.0.0-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-3.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.60.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b2)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b2\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"3.0.0\"\n },\n + \ \"sha256Digest\": \"119d2bab1cedc9cf24e7935e0273af98a6ed7472c62baf7578152195a1ff03e4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-3.0.1-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-3.0.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.60.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b2)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b2\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"3.0.1\"\n },\n + \ \"sha256Digest\": \"499cb8a10273a6137f1b1731f25de0a1a78052b7e77fc981578f91a707550bdd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-3.0.2-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-3.0.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.60.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b2)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b2\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"3.0.2\"\n },\n + \ \"sha256Digest\": \"9fa9a04604f100bbdc3ab9e1d8f2a823dcb6a9cc1a6174bb2b6ba22b98f24b8d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-3.1.0-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-3.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.60.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b2)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b2\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"3.1.0\"\n },\n + \ \"sha256Digest\": \"3d747aba647b7e87f7e73000fde80052552e9f8ae187cf45e05e867e82e767eb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-3.1.1-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-3.1.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.60.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b2)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b2\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"3.1.1\"\n },\n + \ \"sha256Digest\": \"1b1c248844162b1f5065841b26da1d9b7c63b03336045001a1f02835efb2f7e9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-3.1.2-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-3.1.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.60.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.1.1)\",\n \"PyMySQL==1.1.1\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b2)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b2\",\n \"psycopg2-binary + (==2.9.9)\",\n \"psycopg2-binary==2.9.9\",\n + \ \"pyodbc (==5.1.0)\",\n \"pyodbc==5.1.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"3.1.2\"\n },\n + \ \"sha256Digest\": \"3097e0d58a8ac4715b6d4dee7b2c6d7f4311e2296baddd87c18eaa994e91cfeb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-3.1.3-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-3.1.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.60.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.1.1)\",\n \"PyMySQL==1.1.1\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b3)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b3\",\n \"psycopg2-binary + (==2.9.9)\",\n \"psycopg2-binary==2.9.9\",\n + \ \"pyodbc (==5.1.0)\",\n \"pyodbc==5.1.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"3.1.3\"\n },\n + \ \"sha256Digest\": \"46be87de214749c01447f825c464b8992292005d9f41e3bb8d8b2b1d31b58ffa\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-3.2.0-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-3.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.60.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.1.1)\",\n \"PyMySQL==1.1.1\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b3)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b3\",\n \"psycopg2-binary + (==2.9.9)\",\n \"psycopg2-binary==2.9.9\",\n + \ \"pyodbc (==5.1.0)\",\n \"pyodbc==5.1.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"3.2.0\"\n },\n + \ \"sha256Digest\": \"9f5f1652780dd0d430c073154cd22f72c8e6de568b89058440efed2a0db88b54\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-3.3.0-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-3.3.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.60.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.1.1)\",\n \"PyMySQL==1.1.1\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b3)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b3\",\n \"psycopg2-binary + (==2.9.9)\",\n \"psycopg2-binary==2.9.9\",\n + \ \"pyodbc (==5.1.0)\",\n \"pyodbc==5.1.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"3.3.0\"\n },\n + \ \"sha256Digest\": \"6d7b341983d44c4df2c3a2d02c2ae82c2384d52c7da96b67f8540e5527f8e227\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-3.3.1-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-3.3.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.60.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.1.1)\",\n \"PyMySQL==1.1.1\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b3)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b3\",\n \"psycopg2-binary + (==2.9.9)\",\n \"psycopg2-binary==2.9.9\",\n + \ \"pyodbc (==5.1.0)\",\n \"pyodbc==5.1.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"3.3.1\"\n },\n + \ \"sha256Digest\": \"990d83aaf60f3f816d07e5951cdd8add1ad23f8faa1164dbcf796d24769255a4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-3.3.3-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-3.3.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.60.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.1.1)\",\n \"PyMySQL==1.1.1\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b3)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b3\",\n \"psycopg2-binary + (==2.9.9)\",\n \"psycopg2-binary==2.9.9\",\n + \ \"pyodbc (==5.1.0)\",\n \"pyodbc==5.1.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"3.3.3\"\n },\n + \ \"sha256Digest\": \"8293e8bc7f1773354c3274c9f59972376a9c0f67368d4fa6202f2d906cc8c797\"\n + \ }\n ],\n \"site-recovery\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/site_recovery-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"site_recovery-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/site-recovery\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"site-recovery\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SiteRecovery Extension.\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"ab19142c9a2e06190b6dac272d8cf29e179c9e283f965f8e3a4d29275b847ce5\"\n + \ }\n ],\n \"spring\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.30.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"ac3a708e67b9de1b38583313e0504e318f92005fd583143594e03ca7fd70b1aa\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.30.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.1.0\"\n },\n + \ \"sha256Digest\": \"5ea52b25dd34ef7c253f9e5aff2933dee5fe01bb66791f71c85981f68610ab85\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.1-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.30.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.1.1\"\n },\n + \ \"sha256Digest\": \"67d9d8b02739221f00822f82f4fad31b972a60ab1b4bbeee2ece955b4124bd29\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.2-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.30.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.1.2\"\n },\n + \ \"sha256Digest\": \"0ea6fa1d20a5f494597dcb627282152b7a1e9e3b20028afb5e6406376f15203c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.3-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.1.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.30.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.1.3\"\n },\n + \ \"sha256Digest\": \"65110cbf382e4a1ad98c108c618f2c77bd32634d8ae4759cae5ea47c026c7c85\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.4-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.1.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.30.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.1.4\"\n },\n + \ \"sha256Digest\": \"f159454ffaac8d90baa484870ac2e9acf7d2f18aabc0a6dac3db8342d21a7fab\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.5-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.1.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.30.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.1.5\"\n },\n + \ \"sha256Digest\": \"091004e8bfea9c39fbb192065b2355018f6a3ab1041e914ace26f8c02ef14687\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.7-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.1.7-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.1.7\"\n },\n + \ \"sha256Digest\": \"351b7e2d1b434f72eeaa1a8392a57e2c2cb52223d2140c446de85e339f7c457d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.8-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.1.8-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.1.8\"\n },\n + \ \"sha256Digest\": \"e0ff591d3833ea873c4e3ba72c33f314c67ff01cf3da2da358a2b40cea9b6bb0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.9-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.1.9-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.1.9\"\n },\n + \ \"sha256Digest\": \"bb71dbe3b05a6bc32bce1b12a5793dd6171dbed226d3173f115ffe411a8044df\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.10-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.1.10-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.1.10\"\n },\n + \ \"sha256Digest\": \"864200fb0cc9f988e40db675c6b6b016c2fcff91ff25551c03a576ae0dd4096b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.11-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.1.11-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.1.11\"\n },\n + \ \"sha256Digest\": \"be1471eb6aa6a462d13f352f643f4267fa8411c73f17d2b6d0f842229860dde8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.12-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.1.12-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.1.12\"\n },\n + \ \"sha256Digest\": \"ae1c41d2d09150c600e51d6de3a085a04d079b6803bdf4fcba6b041460f46a8d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.13-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.1.13-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.1.13\"\n },\n + \ \"sha256Digest\": \"c3d968114b8e68b522962dccba958bc43b0235af55c417ad5cf6b6a25f1a9444\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.14-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.1.14-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.1.14\"\n },\n + \ \"sha256Digest\": \"e7d57cac5569ee8b530ddc51cf44ff45eedbdf5f94fadbb058e79eea705758a8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.2.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.2.0\"\n },\n + \ \"sha256Digest\": \"36ff3ca0812a809dcfda55b4510194f3a53891b7f5a7a2bb0bc5385c072e9fae\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.3.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.3.0\"\n },\n + \ \"sha256Digest\": \"5021a61fc3d91bcd78ce38f15d2d1de977d6aa9c15e87cfc9d45c653a01076d6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.4.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.4.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.4.0\"\n },\n + \ \"sha256Digest\": \"e808882388d07ccbd1b96a176a3d992b8434296a16af816a6dd19e13bb228d55\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.4.1-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.4.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.4.1\"\n },\n + \ \"sha256Digest\": \"bca1287b8fb6cd2e1d4b1d4d92859840ee5e44223225942756d067cd0eeed8d8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.4.2-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.4.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.4.2\"\n },\n + \ \"sha256Digest\": \"6a56032cea46be8a2e3cd27242c73481d2b2f31074456cb31c868a051eda3127\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.5.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.5.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.5.0\"\n },\n + \ \"sha256Digest\": \"b553b17bdeab27e2c69f9dd3957e5e59efc664b9405e581809a2730cc7ef5619\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.6.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.6.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.6.0\"\n },\n + \ \"sha256Digest\": \"30839266640b6e89a183107ede0abcdec3363cd5831fe36c179107d267faa57b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.6.1-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.6.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.6.1\"\n },\n + \ \"sha256Digest\": \"37a32ef1b28f9e1ecd1f61a76bf6a44bf063746a5401894dd513999afdeed0b0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.6.2-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.6.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.6.2\"\n },\n + \ \"sha256Digest\": \"6718bc1fb7ff0e106b3e00603d900adab9e2ed7b7939a0e1ed223d5cdf7924fc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.6.3-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.6.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.6.3\"\n },\n + \ \"sha256Digest\": \"0dcbb166127c0f4eb0b33eb70ea108b6c7e9f470858c12da30eecb483eb0080b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.6.4-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.6.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.6.4\"\n },\n + \ \"sha256Digest\": \"a52902d1a828827847c2b8a571fcd3970ee6c006a49ed1fcfd57e581bfefa251\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.6.5-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.6.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.6.5\"\n },\n + \ \"sha256Digest\": \"a00363a73db626180830a20c0465874f6d4062dad07862e1b4a22f8c1908dca8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.6.6-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.6.6-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.6.6\"\n },\n + \ \"sha256Digest\": \"34064f43b620a36f1f8aa20200990297aaaf91c58795e0274d6f719136b029a4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.6.7-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.6.7-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.6.7\"\n },\n + \ \"sha256Digest\": \"7d9a8d4f792962dd1f713a839f9099bcf04c24958411f8e0edc4ef47321b87a3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.6.8-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.6.8-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.6.8\"\n },\n + \ \"sha256Digest\": \"2286a779c293a47a4f2d01c2699f6d01ac8d28ac471c07e97f4c9f38750e6c92\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.7.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.7.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.7.0\"\n },\n + \ \"sha256Digest\": \"913b70f5f98b1da973fdb8324916ebc8fef4747a872b834efcbdef19101cb424\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.7.1-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.7.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.7.1\"\n },\n + \ \"sha256Digest\": \"4a4252041f9b0395cf6614b86b1c93afd94ac92d75ab82daae6634b0dbfa60a5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.7.2-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.7.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.7.2\"\n },\n + \ \"sha256Digest\": \"b4a5740ff04788a947d6c67c57cea71b3a3e3244adb7d19bc02e52ccd7c4fea0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.7.3-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.7.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.7.3\"\n },\n + \ \"sha256Digest\": \"a58e5fec5be4068420a10e14072bc788caf2782908c3406c92c761c4619426ec\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.8.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.8.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.8.0\"\n },\n + \ \"sha256Digest\": \"d83225658e5959ee43b9dac59ec9d9488fc3f3158f09f99f5d97ab58f1549c17\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.9.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.9.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.9.0\"\n },\n + \ \"sha256Digest\": \"9efab0aa23a5aba4ed754b25e1197b9b1e960184cecd10237d3ebad66c3c1a78\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.9.1-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.9.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.9.1\"\n },\n + \ \"sha256Digest\": \"3b07830d1a32c045af46de4c77250db5ea65fba26f1d9bb8f7f8582a923d34b2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.9.2-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.9.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.9.2\"\n },\n + \ \"sha256Digest\": \"36b30260e23bef6398eb153090379d8784d6b3868fa41d1748e447a37a21c874\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.10.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.10.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.10.0\"\n },\n + \ \"sha256Digest\": \"031895d8e91ad28eb8edda87b34bd704d8ed8b471597bcaaa0064ff2c408c101\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.11.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.11.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.11.0\"\n },\n + \ \"sha256Digest\": \"a02e5fe4531399d9e2d790004e55ce21d19dd384e2da377244beeb7342239291\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.11.1-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.11.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.11.1\"\n },\n + \ \"sha256Digest\": \"7cb83c3cb8811f10c724d7d321510821b9c8ca7103927820c8aab8257a063f44\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.11.2-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.11.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.11.2\"\n },\n + \ \"sha256Digest\": \"6122206a0eb4de9bde73b8a8975b8f1b7ccf120e8b419dadbd890921c068120a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.11.3-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.11.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.11.3\"\n },\n + \ \"sha256Digest\": \"415dce682cd5636d234e0b36f015322b0fb5062a0a7955bc8f9a122cdd7f9c0e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.12.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.12.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.12.0\"\n },\n + \ \"sha256Digest\": \"8d2a4bf4fa2bad75868b1f1dabfe5e6d41e93affd29098f1c818486174aed3ec\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.12.1-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.12.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.12.1\"\n },\n + \ \"sha256Digest\": \"8b4ddd8caa4df29b8e98e4d258ce2ca36d146387300b7b289c705de760bd75ff\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.12.2-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.12.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.12.2\"\n },\n + \ \"sha256Digest\": \"89e1762ee425d9d535b563799b9ef8bca1dbdc1083e217b6f5403c5b737e8ce0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.13.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.13.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.13.0\"\n },\n + \ \"sha256Digest\": \"ad70a699f7b14f3fa7099a4ea4da31cd62f7222ce3fe7b8f705df16750dd3dcb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.13.1-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.13.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.13.1\"\n },\n + \ \"sha256Digest\": \"bc70bf2099410034e833c95c76b4b35366916f3f50f53bb22cfbdc6c9224754d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.13.2-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.13.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.13.2\"\n },\n + \ \"sha256Digest\": \"e87768d4df7b6a633f9c0ea50216a49c382d3a681a4f8c2a39021cc802092887\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.13.3-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.13.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.13.3\"\n },\n + \ \"sha256Digest\": \"694913f936898e8a3c06feae951be4c979913a3fc04d4a5eeb944f1586406cac\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.14.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.14.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.14.0\"\n },\n + \ \"sha256Digest\": \"3452d273b7e2bda35c592944518ff65cc148c06369a5b976af84100f1b6be719\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.14.2-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.14.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.14.2\"\n },\n + \ \"sha256Digest\": \"9264d442d0fe12960e1e9fdaa2b2863a51b87eed0d3ffc6b6c85ce4261cd937f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.14.3-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.14.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.14.3\"\n },\n + \ \"sha256Digest\": \"c8eafccfd0c0d31e732fdb6ff18b7c647ea70587687bafec355ed1fa40d75346\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.15.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.15.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.15.0\"\n },\n + \ \"sha256Digest\": \"ca61934f24ccd5640747de02039081fc33493ebec2b462961dd398aeefb041e8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.15.1-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.15.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.15.1\"\n },\n + \ \"sha256Digest\": \"d01289fadaa3f8a024089d21699490260d5a04752751a07a225e0b1668cf28a1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.16.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.16.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.16.0\"\n },\n + \ \"sha256Digest\": \"ccea329952e48382372742fc179bcad391fcdae94692b33da14ca80d9c344487\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.17.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.17.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.17.0\"\n },\n + \ \"sha256Digest\": \"1914ab006f731d3ed27eae28429134dcf5ccd4fd5cc46d0dcf773277dd7cb53b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.18.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.18.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.18.0\"\n },\n + \ \"sha256Digest\": \"8ee1a9ac7bbc649d37c328ebf62994180689e64778d225dbc046a848208498f1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.19.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.19.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.19.0\"\n },\n + \ \"sha256Digest\": \"770e81524dab1c51788dbd82b0b1a5ef3bc99738b481babdd6335605f12d9eea\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.19.1-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.19.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.19.1\"\n },\n + \ \"sha256Digest\": \"b9f9e224aeafbc9a774adec2222a5efcc76ba88a0d50ef3aaebb69d59cbd9812\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.19.2-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.19.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.19.2\"\n },\n + \ \"sha256Digest\": \"fcd04cee0a1778ed6ee5fd3ec470f919ba4f2f133fbb93737164a65b17eab76b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.19.3-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.19.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.19.3\"\n },\n + \ \"sha256Digest\": \"80cbd41e563231e500670402b01e95150adce18b7c128320c3d2393284e0d5d5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.19.4-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.19.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.19.4\"\n },\n + \ \"sha256Digest\": \"9a278e1ffc07c31c575b9837ad86002427f7a39175581724e8aedc91d407bc01\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.20.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.20.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.20.0\"\n },\n + \ \"sha256Digest\": \"7dd09706b04194a1f3d762d0f88fffa9d51d94e81b83a700fb217001dc1d7702\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.20.1-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.20.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.20.1\"\n },\n + \ \"sha256Digest\": \"3f0fa8b87858c4b313bf2772975c58ff76dcecbf35309c220150105f644209c6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.21.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.21.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.21.0\"\n },\n + \ \"sha256Digest\": \"a513aff7c4034e4b7016b948ae6fcfabcc0c754c1631d619233ea7bf61508ab1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.22.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.22.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.22.0\"\n },\n + \ \"sha256Digest\": \"bfc252e596b14d4212e017b1d64d5c9882f25ee61f7684bfd4e187f3b19bb497\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.23.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.23.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.23.0\"\n },\n + \ \"sha256Digest\": \"249c22d850131babda049e4524be50ecd6abe76dc88998f91a4c0985928c83cd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.24.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.24.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.24.0\"\n },\n + \ \"sha256Digest\": \"92b6b4f07d1a5f1f19892735697e2bce813910f0840f920d9205d490cca52fcc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.24.1-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.24.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.24.1\"\n },\n + \ \"sha256Digest\": \"d47c8dcffd935d85cc924d88335e4feabfa5c8528b86d538e4d0ce0abda1762d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.24.2-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.24.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.24.2\"\n },\n + \ \"sha256Digest\": \"2bce0075fcf2365cca884f6acd1385f2d769ef7a20f122c04f27f77bac30c0ad\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.24.3-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.24.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.24.3\"\n },\n + \ \"sha256Digest\": \"8f173b6f3544ac73de36f1cd065aade3472b2056374de28c25c2082c51b5efb3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.24.4-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.24.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.24.4\"\n },\n + \ \"sha256Digest\": \"2e298a74b53fcac40d6173a5e9ea386568fcf73d88bde4c44b37c8b755b7555d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.24.5-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.24.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.24.5\"\n },\n + \ \"sha256Digest\": \"fc3d3d751da3262ef123904c3f9253eb7f0d6b1d3c6001aab69c5c6c1a9a89f8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.25.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.25.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.25.0\"\n },\n + \ \"sha256Digest\": \"2b9cf4ae2fd52b5f644bfefba69ed5e574404597e3cab0e3a9b8e44e7b03363f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.25.1-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.25.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.25.1\"\n },\n + \ \"sha256Digest\": \"9eb8a6f2f77b19c9f9809526bb701076590ddb35f6b2ec431ce318b96cc40733\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.26.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.26.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.26.0\"\n },\n + \ \"sha256Digest\": \"e82c6a3aec88a0736c76147707b64e64cfd9b85450335d9e0facc790e1e761b4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.26.1-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.26.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.26.1\"\n },\n + \ \"sha256Digest\": \"4f263f6b90c9d739ed376d8697d6025b3fd3cb6eb3b9b669c33952d74232795a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.27.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.27.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"spring\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"jinja2\",\n \"jinja2\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools spring + Extension\",\n \"version\": \"1.27.0\"\n },\n + \ \"sha256Digest\": \"9fe0bd616748d3577e18b36d6bd313394e5fec2709f990cdb8a355fa4358c66f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.27.1-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.27.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"spring\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"jinja2\",\n \"jinja2\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools spring + Extension\",\n \"version\": \"1.27.1\"\n },\n + \ \"sha256Digest\": \"ba5a76fe5c37fa3ec26613888b065e43d21bbb4db25b95157dafe4bdb212d5e0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.28.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.28.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"spring\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"jinja2\",\n \"jinja2\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools spring + Extension\",\n \"version\": \"1.28.0\"\n },\n + \ \"sha256Digest\": \"e5f9d39ff4d14a33450e37035a318ebb87fa771171766eb61712e44223272ece\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.28.1-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.28.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"spring\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"jinja2\",\n \"jinja2\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools spring + Extension\",\n \"version\": \"1.28.1\"\n },\n + \ \"sha256Digest\": \"695b86056384ee5db96e55f148e439937402605636f071757c4c935c1b0d356c\"\n + \ }\n ],\n \"spring-cloud\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-0.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"2.1.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"1042caa1c3b6c85c2e5360bf57de4d26f71afd80ecae6b14cf45fbfe73b5cf0e\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-0.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-0.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"2.1.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"0.1.1\"\n + \ },\n \"sha256Digest\": \"f42d8c99ace9b4df29eea79ac7a588b1fcaecd381b1a80c7dbdd920756f8d209\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-0.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-0.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"2.1.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"0.2.0\"\n + \ },\n \"sha256Digest\": \"b39aa8c49b316b1870e79db0526be2db772b179f9f517f72af898d9c3cc3310d\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-0.2.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-0.2.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"2.1.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"0.2.1\"\n + \ },\n \"sha256Digest\": \"dfb974346cf9f62d8f9564756d6661cd758904d1e7035ca61c7227d6b0fc6cf1\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-0.2.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-0.2.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"0.2.2\"\n + \ },\n \"sha256Digest\": \"ab81ea74ecb86edaa1b4e5938e1136dbf6788b237b141c5905b121646edd9f5b\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-0.2.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-0.2.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"0.2.3\"\n + \ },\n \"sha256Digest\": \"c4af1e193256ae2b04fc9c46a414c3203944b458b2a8959654c55450ec9ea76d\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-0.2.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-0.2.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"0.2.4\"\n + \ },\n \"sha256Digest\": \"9e18d1d44c7f63c970bbc70d29f6c5719c4062c5defa5a63165db13d8623fc70\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-0.2.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-0.2.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"0.2.5\"\n + \ },\n \"sha256Digest\": \"281fc1babe47793e0bcccbe004ea4771802038eead1e8c3b553461b8062be912\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-0.2.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-0.2.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"0.2.6\"\n + \ },\n \"sha256Digest\": \"f3fdb9cd98dcd887a7f84dcc5eff38c8b6384b464fa0734965df9f379acaacd8\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-0.3.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-0.3.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"0.3.0\"\n + \ },\n \"sha256Digest\": \"9c719fe1c6f539ba663283bd2eb8464aa9bcbf2d35617ac58408c6133f824f38\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-0.3.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-0.3.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"0.3.1\"\n + \ },\n \"sha256Digest\": \"a720deecb978406fb081c148078ee8831780cefefe965556852c00f8e1fc36c7\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-0.4.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-0.4.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"0.4.0\"\n + \ },\n \"sha256Digest\": \"c09d2a188fe5e41f7fd9835c1efd0c3065b55f2b9efde39b6f2ff399be567eec\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-0.5.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-0.5.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"0.5.0\"\n + \ },\n \"sha256Digest\": \"b2a36656b073f9cf588755508757fcd2cd7e0f8d573b7e43fc5fa3adb315a063\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-0.5.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-0.5.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"0.5.1\"\n + \ },\n \"sha256Digest\": \"79fd3b7b6928ea53b63a040412420398e138097e960a3afdfa76da051f140f19\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-1.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"698aa10606de4ec9eec580747a2d6d38c755633261241d75618badc53fe1e0f4\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-1.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-1.0.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"1.0.1\"\n + \ },\n \"sha256Digest\": \"d2b766d594c89a19abba3a7b2df6224d1af15fd9202b31fe5d57b9d9970b399c\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-1.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-1.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"1.1.0\"\n + \ },\n \"sha256Digest\": \"a4fa97d6241fab2a66d8dd80e0d6a68ea17d849bb7404349ad6203c71fb89ba9\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-1.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-1.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"1.1.1\"\n + \ },\n \"sha256Digest\": \"ed63f4464f80e47df33b336ede149e1bc0f3b985dd033ee3541fffbaa9ad5f59\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-1.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-1.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"1.2.0\"\n + \ },\n \"sha256Digest\": \"241c7485bfc3792efe8cd728df2ce8aa3a52eb078b7eab43a1dd2fd6322b413a\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.0.0\"\n + \ },\n \"sha256Digest\": \"c1e2931b439dea0bea043aec7817b454d510c944552a7bf084fd9916ab513142\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.0.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.0.1\"\n + \ },\n \"sha256Digest\": \"82e4d6c55a28dd7de155504e6836981a390e26562ca684bdf9240324bf428665\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.1.0\"\n + \ },\n \"sha256Digest\": \"4d6714f950fc8f3097d4ec1e1a6eb52f564f3fd543195cb3e5da2b47f187fa92\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.1.1\"\n + \ },\n \"sha256Digest\": \"a9775975158941a59479571440dcf6555c6dabfff576ed5ffaf98bd25e49fe12\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.1.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.1.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.1.2\"\n + \ },\n \"sha256Digest\": \"a07a8718562169a6ec1524e2a111ab5f926b05db91f484ae2ff2397218afe171\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.2.0\"\n + \ },\n \"sha256Digest\": \"88ba35a78eb607d24d1c6ac72aa770990e961e3db17ed70278d99a60eee8830e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.2.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.2.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.2.1\"\n + \ },\n \"sha256Digest\": \"d12cf4e756b518d4caf799fc59e312a28fd105fe5c5ddaa62ceb22929ec2dc63\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.3.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.3.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.3.0\"\n + \ },\n \"sha256Digest\": \"6c776b16405b4c01bfd8af78307914eb5f050bb3793d7bf6549b2eca645d02f4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.3.1-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.3.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.3.1\"\n + \ },\n \"sha256Digest\": \"3597aab72ffc4d9fdc3ee9d02b492bc0b11146b9ae0f4b9f4d6f958c05fdc980\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.4.0-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.4.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.4.0\"\n + \ },\n \"sha256Digest\": \"f4abfe885c9d08e80d48f1983d09082e8340e353ceb861a8eb9ce62f6786b180\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.5.0-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.5.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.25.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.5.0\"\n + \ },\n \"sha256Digest\": \"2238877407cb3d4c0425350350abee4f82da5376d11fea979194c62f8b485f68\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.5.1-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.5.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.5.1\"\n + \ },\n \"sha256Digest\": \"a0a28e6eea330f55f5dce630a4ddbbcc9f6f4d800a3e0fc3eeaf1bf2bb7db095\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.6.0-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.6.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.6.0\"\n + \ },\n \"sha256Digest\": \"a3f685cd0166cabb4e289aba399045399fb2fdc3d691f05cd5d8e9000031b434\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.7.0-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.7.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.7.0\"\n + \ },\n \"sha256Digest\": \"2694319d0d46dff1b159b0b02d615cb8848306e7c3df81a334ce35523f834b73\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.7.1-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.7.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.7.1\"\n + \ },\n \"sha256Digest\": \"68917af5100e931c03887a56ed14edb4d8ea258c049759b07018f52f03f8c08c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.8.0-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.8.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.8.0\"\n + \ },\n \"sha256Digest\": \"0c29139a8cdaf18c70cd53497a5888885c71fef03698631400191947496f97a9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.9.0-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.9.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.9.0\"\n + \ },\n \"sha256Digest\": \"902fa79c399a2f374987ac84b65d76cf8e349de57da7a52c8c781a559fe24f35\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.10.0-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.10.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.25.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.10.0\"\n + \ },\n \"sha256Digest\": \"0f5f286381bdb4f8a36b7e1484da8a651b9a41b6a5ffd5390c2ebe76577415d3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.11.0-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.11.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.25.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.11.0\"\n + \ },\n \"sha256Digest\": \"0b9bd233a830046a0286387c65a12facc5dea2d498281a50bda64ba846ef4dc7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.11.1-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.11.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.25.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.11.1\"\n + \ },\n \"sha256Digest\": \"0646e9965895f9ff1640d461049c2249f2a67036c4bac60ff90f8ba792c6e95f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.11.2-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.11.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.25.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.11.2\"\n + \ },\n \"sha256Digest\": \"11d01765c886a387ab622580e4e7b9476a86be5ee84a4d4af7120ef189752f32\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.12.0-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.12.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.25.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.12.0\"\n + \ },\n \"sha256Digest\": \"5865ebb83df7fe713a5ad7d2687b5b1b0c5668b24a774e80e04c303d9b8e6f9e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.12.1-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.12.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.25.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.12.1\"\n + \ },\n \"sha256Digest\": \"a46561af3afdca63d0b74bb97242e83e4b187601832b8531f915d7604964c430\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.12.2-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.12.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.25.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.12.2\"\n + \ },\n \"sha256Digest\": \"54880b35deac43f659d9e2b5a8a1f7437898eaf848c002a5733487bed6c9b42e\"\n + \ },\n {\n \"downloadUrl\": \"https://ascprivatecli.blob.core.windows.net/cli-extension/spring_cloud-2.12.3-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.12.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.25.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.12.3\"\n + \ },\n \"sha256Digest\": \"026c63b42b7b63464e0016e7321c074b99600656d9d5b57c4bada27d268deb28\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-3.0.0-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-3.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.25.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"3.0.0\"\n + \ },\n \"sha256Digest\": \"4d7f70bd517be50771f0e0eb94ca2535ed5907f29b7929534f1dd6a26684a805\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-3.0.1-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-3.0.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.25.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"3.0.1\"\n + \ },\n \"sha256Digest\": \"1142951621ab8ae41759275261cdd0507d11544ba03ad57e02c880e074eabafd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-3.1.1-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-3.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.34.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"3.1.1\"\n + \ },\n \"sha256Digest\": \"24d37afd816a9b6cbad6e3e0fae2c515ed2f11639cf7944266d128f01e98a0b9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-3.1.2-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-3.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.30.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"3.1.2\"\n + \ },\n \"sha256Digest\": \"f30828da4055c5cb4e88e981a6f883c304fafea747ecac46e92f2b65a04e1dc8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-3.1.3-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-3.1.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.30.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"3.1.3\"\n + \ },\n \"sha256Digest\": \"2826a70767439d7a3e2ff1446f13bf6a5075359f37d675181d8d97f75808fee8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-3.1.4-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-3.1.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.30.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"3.1.4\"\n + \ },\n \"sha256Digest\": \"25259140040004f711753a4eb980153d60ceb0560e534705c90141082a1bb085\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-3.1.5-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-3.1.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.30.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"3.1.5\"\n + \ },\n \"sha256Digest\": \"a8c92bcfe2d1a36174c58966947dd928f9d40bd42e0a2015fb981e6d4f99b4ae\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-3.1.7-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-3.1.7-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"3.1.7\"\n + \ },\n \"sha256Digest\": \"c65cbdd85cb30d0219bb942d7d7bb8e1fedd7d984f24aba60ada83dcfc626a6a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-3.1.8-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-3.1.8-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"3.1.8\"\n + \ },\n \"sha256Digest\": \"14993abe3524c28a42b2e9ba0f0a8a7083162ba9174975e09d8cea834b9829ee\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-3.1.9-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-3.1.9-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"3.1.9\"\n + \ },\n \"sha256Digest\": \"c9232b9f807f7dfedc2c4480649505ad1e406a3c136c061e0b485ddf2a498af5\"\n + \ }\n ],\n \"ssh\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/ssh-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"ssh-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.4.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ryrossit@microsoft.com\",\n + \ \"name\": \"Ryan Rossiter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"cryptography (==2.8.0)\",\n \"paramiko + (==2.6.0)\"\n ]\n }\n ],\n + \ \"summary\": \"SSH into VMs\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"cf39bfcf542db4a7a3acf119f4ea71f17626eaaac7fe480d058962fec3d3ff25\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-0.1.4-py3-none-any.whl\",\n + \ \"filename\": \"ssh-0.1.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.4.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ryrossit@microsoft.com\",\n + \ \"name\": \"Ryan Rossiter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"cryptography (==2.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"SSH into VMs\",\n \"version\": \"0.1.4\"\n },\n + \ \"sha256Digest\": \"2dc5540957fa050c986b6cfa5c57b5e0bb06f3d46d868d54d4418b15e4082c5e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-0.1.5-py3-none-any.whl\",\n + \ \"filename\": \"ssh-0.1.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.4.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"cryptography (==2.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"SSH into VMs\",\n \"version\": \"0.1.5\"\n },\n + \ \"sha256Digest\": \"070cc0bf147852872908ca9910d668c6f9b93b89d5cc6d0ec2869142635e6ae6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-0.1.6-py3-none-any.whl\",\n + \ \"filename\": \"ssh-0.1.6-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.4.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"cryptography\"\n ]\n + \ }\n ],\n \"summary\": + \"SSH into Azure VMs using RBAC and AAD OpenSSH Certificates\",\n \"version\": + \"0.1.6\"\n },\n \"sha256Digest\": \"a4de20dd94051c4b9143805cb9531075f56df5f56106c6aaed5e2fd1ffd62c3d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-0.1.7-py3-none-any.whl\",\n + \ \"filename\": \"ssh-0.1.7-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.4.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"cryptography\",\n \"oschmod + (==0.3.12)\"\n ]\n }\n ],\n + \ \"summary\": \"SSH into Azure VMs using RBAC and AAD OpenSSH + Certificates\",\n \"version\": \"0.1.7\"\n },\n + \ \"sha256Digest\": \"680bd601879c1687faf5d7c15a7fac15887ffa613ff1b37f6fd6e98ba96998ff\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-0.1.8-py3-none-any.whl\",\n + \ \"filename\": \"ssh-0.1.8-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.4.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"cryptography\"\n ]\n + \ }\n ],\n \"summary\": + \"SSH into Azure VMs using RBAC and AAD OpenSSH Certificates\",\n \"version\": + \"0.1.8\"\n },\n \"sha256Digest\": \"bd01a2dfb72acb547161338de894395db8b939e892ce19e4ec99fa3ce18f78f9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"ssh-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.4.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"cryptography\"\n ]\n + \ }\n ],\n \"summary\": + \"SSH into Azure VMs using RBAC and AAD OpenSSH Certificates\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"12073d047fbedb7daca67c7ccbb3b063d0c82c01d02d00a28b9c560702fda099\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"ssh-1.0.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.4.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"cryptography\"\n ]\n + \ }\n ],\n \"summary\": + \"SSH into Azure VMs using RBAC and AAD OpenSSH Certificates\",\n \"version\": + \"1.0.1\"\n },\n \"sha256Digest\": \"f54a2bcc784316c451dc4a776f3ca910fb804296e96b9d8ff7b262754a7e79e0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"ssh-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.4.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"cryptography\",\n \"oschmod + (==0.3.12)\"\n ]\n }\n ],\n + \ \"summary\": \"SSH into Azure VMs using RBAC and AAD OpenSSH + Certificates\",\n \"version\": \"1.1.0\"\n },\n + \ \"sha256Digest\": \"3256339030666983a84dde5a5198cff91a4d555c785cf0480de61b4d9a495550\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-1.1.1-py3-none-any.whl\",\n + \ \"filename\": \"ssh-1.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.4.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"cryptography\",\n \"oschmod + (==0.3.12)\"\n ]\n }\n ],\n + \ \"summary\": \"SSH into Azure VMs using RBAC and AAD OpenSSH + Certificates\",\n \"version\": \"1.1.1\"\n },\n + \ \"sha256Digest\": \"71c6ffe17e95734735d2f8387cd643cb11b1628d6b66751507f7aea6931d9855\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-1.1.2-py3-none-any.whl\",\n + \ \"filename\": \"ssh-1.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.4.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"oschmod (==0.3.12)\"\n ]\n + \ }\n ],\n \"summary\": + \"SSH into Azure VMs using RBAC and AAD OpenSSH Certificates\",\n \"version\": + \"1.1.2\"\n },\n \"sha256Digest\": \"e50513e5985024936c5f65ae564817e5705ccda69046abcbabd2418f5753d48e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-1.1.3-py3-none-any.whl\",\n + \ \"filename\": \"ssh-1.1.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.4.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"oschmod (==0.3.12)\"\n ]\n + \ }\n ],\n \"summary\": + \"SSH into Azure VMs using RBAC and AAD OpenSSH Certificates\",\n \"version\": + \"1.1.3\"\n },\n \"sha256Digest\": \"7cc245377b2a287b6ca4d2b47119ee48a1c5aa18443db00e6ea0e071825f7adf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-1.1.4-py3-none-any.whl\",\n + \ \"filename\": \"ssh-1.1.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"oschmod (==0.3.12)\"\n ]\n + \ }\n ],\n \"summary\": + \"SSH into Azure VMs using RBAC and AAD OpenSSH Certificates\",\n \"version\": + \"1.1.4\"\n },\n \"sha256Digest\": \"410147d46141519be32f3b572cbc4654d8d8d3ec9e6a86a66bb08f783c9ecc5a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-1.1.5-py3-none-any.whl\",\n + \ \"filename\": \"ssh-1.1.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"oschmod (==0.3.12)\"\n ]\n + \ }\n ],\n \"summary\": + \"SSH into Azure VMs using RBAC and AAD OpenSSH Certificates\",\n \"version\": + \"1.1.5\"\n },\n \"sha256Digest\": \"c0377075050af03caf70b27449efac36b2151fb34fd11f184de8bf79041a9de9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-1.1.6-py3-none-any.whl\",\n + \ \"filename\": \"ssh-1.1.6-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"oschmod (==0.3.12)\"\n ]\n + \ }\n ],\n \"summary\": + \"SSH into Azure VMs using RBAC and AAD OpenSSH Certificates\",\n \"version\": + \"1.1.6\"\n },\n \"sha256Digest\": \"ed727dbe18994db27d22b4c1fdc28a6bfa0a91670042389b0534838f9eb235e1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-2.0.0-py3-none-any.whl\",\n + \ \"filename\": \"ssh-2.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"oschmod (==0.3.12)\"\n ]\n + \ }\n ],\n \"summary\": + \"SSH into Azure VMs using RBAC and AAD OpenSSH Certificates\",\n \"version\": + \"2.0.0\"\n },\n \"sha256Digest\": \"4ea13f7043fd7ff624131818724068c8aa730e65cdf069df185d4e152ac2b2ab\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-2.0.1-py3-none-any.whl\",\n + \ \"filename\": \"ssh-2.0.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"oschmod (==0.3.12)\"\n ]\n + \ }\n ],\n \"summary\": + \"SSH into Azure VMs using RBAC and AAD OpenSSH Certificates\",\n \"version\": + \"2.0.1\"\n },\n \"sha256Digest\": \"a5da31dcdd83ad793a607ace5db3f86d04cb6f58910184f86dee2218aad79329\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-2.0.2-py3-none-any.whl\",\n + \ \"filename\": \"ssh-2.0.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"oschmod (==0.3.12)\",\n \"oschmod==0.3.12\"\n + \ ]\n }\n ],\n + \ \"summary\": \"SSH into Azure VMs using RBAC and AAD OpenSSH + Certificates\",\n \"version\": \"2.0.2\"\n },\n + \ \"sha256Digest\": \"fe74b89a8b7ae41f0cb021a3211b5bdf3584ba99d907c7928ba6f4594ca723e9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-2.0.3-py3-none-any.whl\",\n + \ \"filename\": \"ssh-2.0.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"oschmod (==0.3.12)\",\n \"oschmod==0.3.12\"\n + \ ]\n }\n ],\n + \ \"summary\": \"SSH into Azure VMs using RBAC and AAD OpenSSH + Certificates\",\n \"version\": \"2.0.3\"\n },\n + \ \"sha256Digest\": \"c63e790eab8b4e939551fa4a96f691c823c5dfe15de3a05a2db27108236430e3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-2.0.4-py3-none-any.whl\",\n + \ \"filename\": \"ssh-2.0.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"oras (==0.1.30)\",\n \"oras==0.1.30\",\n + \ \"oschmod (==0.3.12)\",\n \"oschmod==0.3.12\"\n + \ ]\n }\n ],\n + \ \"summary\": \"SSH into Azure VMs using RBAC and AAD OpenSSH + Certificates\",\n \"version\": \"2.0.4\"\n },\n + \ \"sha256Digest\": \"f9154c0cae61ff13a8da589fff05a55dc8127120d720b7bf633efba28fb29034\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-2.0.5-py3-none-any.whl\",\n + \ \"filename\": \"ssh-2.0.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"oras (==0.1.30)\",\n \"oras==0.1.30\",\n + \ \"oschmod (==0.3.12)\",\n \"oschmod==0.3.12\"\n + \ ]\n }\n ],\n + \ \"summary\": \"SSH into Azure VMs using RBAC and AAD OpenSSH + Certificates\",\n \"version\": \"2.0.5\"\n },\n + \ \"sha256Digest\": \"80c98b10d7bf1ce4005b7694aedd05c47355456775ba6125308be65fb0fefc93\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-2.0.6-py3-none-any.whl\",\n + \ \"filename\": \"ssh-2.0.6-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"oras (==0.1.30)\",\n \"oras==0.1.30\",\n + \ \"oschmod (==0.3.12)\",\n \"oschmod==0.3.12\"\n + \ ]\n }\n ],\n + \ \"summary\": \"SSH into Azure VMs using RBAC and AAD OpenSSH + Certificates\",\n \"version\": \"2.0.6\"\n },\n + \ \"sha256Digest\": \"3d2206b4e6bdd56c69cc509ab99e5de6dc7f66d091b0185b7a3b557d8dc182cb\"\n + \ }\n ],\n \"stack-hci\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/stack_hci-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCIClient Extension\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"9095702d720e24173616232ffab42bdf121dd82eeda48becd52d141f73c35bb3\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/stack_hci-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci-0.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCIClient Extension\",\n \"version\": \"0.1.1\"\n + \ },\n \"sha256Digest\": \"dc6bc793de093c9e2be98d68379f7178ee67231058ece34bbf2f8e2d9f89f2e0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/stack_hci-0.1.2-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci-0.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCIClient Extension\",\n \"version\": \"0.1.2\"\n + \ },\n \"sha256Digest\": \"c9c2359f5684f7c59600e55b2e99cdcd913f59dc2d7e5cc7d5e493b13b1248d1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/stack_hci-0.1.3-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci-0.1.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCIClient Extension\",\n \"version\": \"0.1.3\"\n + \ },\n \"sha256Digest\": \"c47cafffa1b541dd9e42100339ed4d22184a22974c804641a7e5adba4a756ba1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/stack_hci-0.1.4-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci-0.1.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCIClient Extension\",\n \"version\": \"0.1.4\"\n + \ },\n \"sha256Digest\": \"2da335cae454c13cd02d8bf54ba2131f42998a35f619f7ba3937e9f93d592c29\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/stack_hci-0.1.5-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci-0.1.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/stack-hci\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCIClient Extension\",\n \"version\": \"0.1.5\"\n + \ },\n \"sha256Digest\": \"8edc35b629c2d86d0f88cdf3e63e16db4af13af1d69723edf541f9dce216e511\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/stack_hci-0.1.6-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci-0.1.6-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/stack-hci\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCIClient Extension\",\n \"version\": \"0.1.6\"\n + \ },\n \"sha256Digest\": \"35077970e30adc39d6bd2292d29fba35b274a09fc7f271d8ee0e9c01ceeba20e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/stack_hci-0.1.7-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci-0.1.7-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/stack-hci\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCIClient Extension\",\n \"version\": \"0.1.7\"\n + \ },\n \"sha256Digest\": \"e94f1fa190d504d080a6ad34f631f95aacfd1a0c56268d6d479267c9af8e27ba\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/stack_hci-0.1.8-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci-0.1.8-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.48.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/stack-hci\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCIClient Extension\",\n \"version\": \"0.1.8\"\n + \ },\n \"sha256Digest\": \"8fd1859564ff3fcb15688902f73ea7ee014423c74a0ae07ebf53e9fcfdb99dc4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/stack_hci-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.50.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/stack-hci\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCIClient Extension\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"58074ff73a72a1a9c76d406a4b6988a7b714dfaa9259b92172a7b6f66680db31\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/stack_hci-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.54.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/stack-hci\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCIClient Extension\",\n \"version\": \"1.1.0\"\n + \ },\n \"sha256Digest\": \"9bb0350f6c28ac2068a5a4a20bbcf74ae34b392d05eb148c403c618525cbadef\"\n + \ }\n ],\n \"stack-hci-vm\": [\n {\n \"downloadUrl\": + \"https://hybridaksstorage.z13.web.core.windows.net/SelfServiceVM/CLI/stack_hci_vm-0.1.2-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-0.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://msazure.visualstudio.com/msk8s/_git/azstackhci-util?version=GBmain\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCIClient Extension \",\n \"version\": + \"0.1.2\"\n },\n \"sha256Digest\": \"40de4e8a6fbde3afc3f760b6014ecc4d37e8e0ec72f4ff2a5d009cfadbf9938b\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/SelfServiceVM/CLI/stack_hci_vm-0.1.6-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-0.1.6-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://msazure.visualstudio.com/msk8s/_git/azstackhci-util?version=GBmain\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCIClient Extension \",\n \"version\": + \"0.1.6\"\n },\n \"sha256Digest\": \"1d4a811cfdb511e3ca394ecbfbe5266c9f91db590fd01743baf23538d3a77ffc\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/SelfServiceVM/CLI/stack_hci_vm-0.1.8-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-0.1.8-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Stack-HCi-VM Extension\",\n \"version\": \"0.1.8\"\n + \ },\n \"sha256Digest\": \"9d92e9f019d0790be488b92fe84fa4ddfa2cd2b7c227808d6553abdcda3664af\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/SelfServiceVM/CLI/stack_hci_vm-0.1.11.1-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-0.1.11.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://msazure.visualstudio.com/msk8s/_git/azstackhci-util?version=GBmain\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCIClient Extension \",\n \"version\": + \"0.1.11\"\n },\n \"sha256Digest\": \"cc99134288545178d08b18abd5b7c9e3d099d2add8b52ab9308f6c5fd97ae60c\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/SelfServiceVM/CLI/stack_hci_vm-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-1.0.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"stack-hci-vm\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-identity\",\n \"azure-identity\",\n + \ \"azure-mgmt-resourcegraph\",\n \"azure-mgmt-resourcegraph\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Stack-HCi-VM + Extension\",\n \"version\": \"1.0.1\"\n },\n + \ \"sha256Digest\": \"f07527adb8d0b762619eaa67d270119e0170485b549fa3fcc1df6c93b9c21a88\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/SelfServiceVM/CLI/stack_hci_vm-1.1.2-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-1.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Stack-HCi-VM Extension\",\n \"version\": \"1.1.2\"\n + \ },\n \"sha256Digest\": \"eac2401a6aebfcacd2f9d7dd468c00024b2b83ecfe72e33c77697b04a2af0d20\"\n + \ },\n {\n \"downloadUrl\": \"https://hciarcvmsstorage.z13.web.core.windows.net/cli-extensions/stack_hci_vm-1.1.11-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-1.1.11-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Stack-HCi-VM Extension\",\n \"version\": \"1.1.11\"\n + \ },\n \"sha256Digest\": \"35810b2c3e02a7e3f0fa985c5bd443fbf94ccd72ac28b6ebff5aad1b2d7469aa\"\n + \ },\n {\n \"downloadUrl\": \"https://hciarcvmsstorage.z13.web.core.windows.net/cli-extensions/stack_hci_vm-1.1.12-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-1.1.12-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Stack-HCi-VM Extension\",\n \"version\": \"1.1.12\"\n + \ },\n \"sha256Digest\": \"de1cd45f5d1cf72dbec728b41ac6cd686a1c0f254cdc7ee361758d5dd8dc2974\"\n + \ },\n {\n \"downloadUrl\": \"https://hciarcvmsstorage.z13.web.core.windows.net/cli-extensions/stack_hci_vm-1.1.14-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-1.1.14-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Stack-HCi-VM Extension\",\n \"version\": \"1.1.14\"\n + \ },\n \"sha256Digest\": \"c48b293937a50a7bdcbbb8d5028062f08f65bf3cf7e88bf723ea90935f2ddb9c\"\n + \ },\n {\n \"downloadUrl\": \"https://hciarcvmsstorage.z13.web.core.windows.net/cli-extensions/stack_hci_vm-1.1.16-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-1.1.16-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Stack-HCi-VM Extension\",\n \"version\": \"1.1.16\"\n + \ },\n \"sha256Digest\": \"6b08c750b3c3898aab17c459ff626210c17ad12f960f2ab89204765a17d530da\"\n + \ },\n {\n \"downloadUrl\": \"https://hciarcvmsstorage.z13.web.core.windows.net/cli-extensions/stack_hci_vm-1.1.20-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-1.1.20-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Stack-HCi-VM Extension\",\n \"version\": \"1.1.20\"\n + \ },\n \"sha256Digest\": \"7de544b8058ab11d9713b551db65aeaec6b8e5832cdadbbf26ccb7a4a282db6b\"\n + \ },\n {\n \"downloadUrl\": \"https://hciarcvmsstorage.z13.web.core.windows.net/cli-extensions/stack_hci_vm-1.2.3-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-1.2.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Stack-HCi-VM Extension\",\n \"version\": \"1.2.3\"\n + \ },\n \"sha256Digest\": \"356ac7cb14af4c617b0f87ff5b9698eea08f56da84979c07f90fcc0f34cc8287\"\n + \ },\n {\n \"downloadUrl\": \"https://hciarcvmsstorage.z13.web.core.windows.net/cli-extensions/stack_hci_vm-1.3.0-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-1.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Stack-HCi-VM Extension\",\n \"version\": \"1.3.0\"\n + \ },\n \"sha256Digest\": \"19553e50d59cafcc19166be7e91be43c725f7abae1d8338914f8e6043853fc09\"\n + \ },\n {\n \"downloadUrl\": \"https://hciarcvmsstorage.z13.web.core.windows.net/cli-extensions/stack_hci_vm-1.4.3-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-1.4.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Stack-HCi-VM Extension\",\n \"version\": \"1.4.3\"\n + \ },\n \"sha256Digest\": \"4f5ba538e830dcef195147c8ba71c739b2bd494cbb9a8ab51e831c40bc1f3329\"\n + \ },\n {\n \"downloadUrl\": \"https://hciarcvmsstorage.z13.web.core.windows.net/cli-extensions/stack_hci_vm-1.5.0-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-1.5.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Stack-HCi-VM Extension\",\n \"version\": \"1.5.0\"\n + \ },\n \"sha256Digest\": \"a2d8b124f0db429d3e7ae81815c544ce00231ab1640c21dda915304f7590f8f8\"\n + \ },\n {\n \"downloadUrl\": \"https://hciarcvmsstorage.z13.web.core.windows.net/cli-extensions/stack_hci_vm-1.6.4-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-1.6.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Stack-HCi-VM Extension\",\n \"version\": \"1.6.4\"\n + \ },\n \"sha256Digest\": \"3dda894a4fb13a7936c17ec544f569a865d2695c68676a8c7880975d07b30d59\"\n + \ },\n {\n \"downloadUrl\": \"https://hciarcvmsstorage.z13.web.core.windows.net/cli-extensions/stack_hci_vm-1.6.5-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-1.6.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Stack-HCi-VM Extension\",\n \"version\": \"1.6.5\"\n + \ },\n \"sha256Digest\": \"8971338d723db40268556ca3ff0a1b5ff8b0d651e145d395e247585ef7914db9\"\n + \ },\n {\n \"downloadUrl\": \"https://hciarcvmsstorage.z13.web.core.windows.net/cli-extensions/stack_hci_vm-1.7.9-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-1.7.9-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Stack-HCi-VM Extension\",\n \"version\": \"1.7.9\"\n + \ },\n \"sha256Digest\": \"94d876f2f1933b110d51f1d088e67208432a132967469ca7de7a3a73fbc90d6d\"\n + \ },\n {\n \"downloadUrl\": \"https://hciarcvmsstorage.z13.web.core.windows.net/cli-extensions/stack_hci_vm-1.8.1-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-1.8.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Stack-HCi-VM Extension\",\n \"version\": \"1.8.1\"\n + \ },\n \"sha256Digest\": \"97b3df6ba34179140afdbd88127f15c4603a9d563b7bdd0568c4c094a5a2bf1b\"\n + \ },\n {\n \"downloadUrl\": \"https://hciarcvmsstorage.z13.web.core.windows.net/cli-extensions/stack_hci_vm-1.8.2-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-1.8.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Stack-HCi-VM Extension\",\n \"version\": \"1.8.2\"\n + \ },\n \"sha256Digest\": \"4a649bed1d4bc66118f3f05203ffca07b72b5aff0945d544f31540184e76a6d7\"\n + \ },\n {\n \"downloadUrl\": \"https://hciarcvmsstorage.z13.web.core.windows.net/cli-extensions/stack_hci_vm-1.9.1-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-1.9.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Stack-HCi-VM Extension\",\n \"version\": \"1.9.1\"\n + \ },\n \"sha256Digest\": \"059490d6d54b4a4404fa340fa595881c4a0cffce913ca4f99009662a635ad2a6\"\n + \ }\n ],\n \"standbypool\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/standbypool-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"standbypool-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/standbypool\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"standbypool\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Standbypool Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"44c03e320c8b49f52390e3c11d61b25a67afeffc18d62baa522c373142de0e15\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/standbypool-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"standbypool-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/standbypool\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"standbypool\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Standbypool Extension.\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"5a5639537d26ffbb06f38e68bd6c939ed90905d9acb18c07161823732fb27cf9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/standbypool-2.0.0-py3-none-any.whl\",\n + \ \"filename\": \"standbypool-2.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.70.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/standbypool\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"standbypool\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Standbypool Extension.\",\n \"version\": \"2.0.0\"\n + \ },\n \"sha256Digest\": \"f27b228379f787b1d9aa01500b48de96f396b3c6d9a1edae39815ed00c4905f7\"\n + \ }\n ],\n \"staticwebapp\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/staticwebapp-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"staticwebapp-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.39.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/staticwebapp\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"staticwebapp\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Staticwebapp Extension\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"fb1dcd876fc2d829cc7a1cc545e9445364d43357d888bb3deeb36a716b805717\"\n + \ }\n ],\n \"storage-actions\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_actions-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"storage_actions-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-actions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-actions\",\n \"summary\": \"Microsoft Azure Command-Line + Tools StorageActions Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"07c5be256edbbe2c81d839e4c6d3d917a56b93921515028cf962393e1176331b\"\n + \ }\n ],\n \"storage-blob-preview\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/storage_blob_preview-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_blob_preview-0.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.9.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-blob-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Storage-blob-preview Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"3407bc6ea0425aab5c5a495c447b0d9ec4f4a360f08bdfd68cfd7a6504789231\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/storage_blob_preview-0.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_blob_preview-0.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.12.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-blob-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Storage-blob-preview Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"fc96b22fd656fcba97b8ee3283a1bead65b941aae10c174f597703ad7d8a5114\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/storage_blob_preview-0.3.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_blob_preview-0.3.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.12.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-blob-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Storage-blob-preview Extension\",\n \"version\": + \"0.3.0\"\n },\n \"sha256Digest\": \"daec951de77a200f3479c00ebf1015534891592cfd4bbf7873c5784bdd3f57a0\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/storage_blob_preview-0.4.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_blob_preview-0.4.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.14.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-blob-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Storage-blob-preview Extension\",\n \"version\": + \"0.4.0\"\n },\n \"sha256Digest\": \"03ef575ccf01776e99f8adb1882c77ee41278ff18901556424c753279724c9a3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_blob_preview-0.4.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_blob_preview-0.4.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.16.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-blob-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Storage-blob-preview Extension\",\n \"version\": + \"0.4.1\"\n },\n \"sha256Digest\": \"4cb5caa42e4c70db8ea5b33ad663246419003af30234f93ccef9aa2252e294d3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_blob_preview-0.5.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_blob_preview-0.5.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.16.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-blob-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Storage-blob-preview Extension\",\n \"version\": + \"0.5.0\"\n },\n \"sha256Digest\": \"a3303da3925f8ad83c8eeced02f6b8897b355a3cc249424a7e70c621ee0d3642\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_blob_preview-0.5.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_blob_preview-0.5.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.25.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-blob-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Storage-blob-preview Extension\",\n \"version\": + \"0.5.1\"\n },\n \"sha256Digest\": \"d09bf0befecb5f64b803a1873e666900d3b2d0ca9fe6eea5bd959a68254339a8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_blob_preview-0.5.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_blob_preview-0.5.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.25.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-blob-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Storage-blob-preview Extension\",\n \"version\": + \"0.5.2\"\n },\n \"sha256Digest\": \"adabed83d8fad6a23dda1763edcef110962a4abf04450e1461a1345572e7052a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_blob_preview-0.6.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_blob_preview-0.6.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.27.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-blob-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Storage-blob-preview Extension\",\n \"version\": + \"0.6.0\"\n },\n \"sha256Digest\": \"5ce281e94a4aff64964d80ea042f3a7fee472848575bbe796b6ff764ae67e478\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_blob_preview-0.6.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_blob_preview-0.6.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.27.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-blob-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Storage-blob-preview Extension\",\n \"version\": + \"0.6.1\"\n },\n \"sha256Digest\": \"1f2362df611cb017b516d5b9a4389f194066dcf308e8cbc52ea7868d0c5f3f80\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_blob_preview-0.6.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_blob_preview-0.6.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.27.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-blob-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-blob-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Storage-blob-preview Extension\",\n \"version\": + \"0.6.2\"\n },\n \"sha256Digest\": \"e9bae6062186e6241fc77ab2162767eab4d4b593266faa8f81a6ff8a8917625e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_blob_preview-0.7.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_blob_preview-0.7.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.27.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-blob-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-blob-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Storage-blob-preview Extension\",\n \"version\": + \"0.7.0\"\n },\n \"sha256Digest\": \"a2015b7a7b06ec3f013a3911db35ec463dd8b75d6bb2824330b5857125ae7767\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_blob_preview-0.7.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_blob_preview-0.7.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.27.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-blob-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-blob-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Storage-blob-preview Extension\",\n \"version\": + \"0.7.1\"\n },\n \"sha256Digest\": \"af7bbbeb78d7c080bf0fb1637484e7c70917b2f695fbed8ddcc4b55b52a4db19\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_blob_preview-0.7.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_blob_preview-0.7.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.27.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-blob-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-blob-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Storage-blob-preview Extension\",\n \"version\": + \"0.7.2\"\n },\n \"sha256Digest\": \"002b7779f4c6531fdb714f77bcea5d3d96007a7ff5b86869f8e56aad98298b23\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_blob_preview-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_blob_preview-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.27.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-blob-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-blob-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Storage-blob-preview Extension\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"1ffe451e41657c8f28a22abee387371d11cedd80d2e52cfcbed0adac0a917b41\"\n + \ }\n ],\n \"storage-mover\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_mover-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"storage_mover-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-mover\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-mover\",\n \"summary\": \"Microsoft Azure Command-Line + Tools StorageMover Extension.\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"0f8e5c21714cf107848671f22b9ff029bc188047dae9adea8d9832c33173772d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_mover-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"storage_mover-0.1.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-mover\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-mover\",\n \"summary\": \"Microsoft Azure Command-Line + Tools StorageMover Extension.\",\n \"version\": \"0.1.1\"\n + \ },\n \"sha256Digest\": \"0576833f2e974605df3312adb0a0e55d7f8486d240541990b08f9f51c111744e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_mover-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"storage_mover-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.50.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-mover\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-mover\",\n \"summary\": \"Microsoft Azure Command-Line + Tools StorageMover Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"2682859ea376194a6942713ad673fd426555ce2d4ebe9545e45d18da4fed98b1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_mover-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"storage_mover-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-mover\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-mover\",\n \"summary\": \"Microsoft Azure Command-Line + Tools StorageMover Extension.\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"135a11f6d9f0b833ce3cc83914e289852f1f786083d294f647a0f90e01666f0d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_mover-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"storage_mover-1.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-mover\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-mover\",\n \"summary\": \"Microsoft Azure Command-Line + Tools StorageMover Extension.\",\n \"version\": \"1.1.0\"\n + \ },\n \"sha256Digest\": \"7d768aca50aa98978a0d929c46cffe60bf488a527665485da631b33444cae24c\"\n + \ }\n ],\n \"storage-preview\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/storage_preview-0.2.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.2.8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.52\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/storage-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-preview\",\n \"summary\": \"Provides a preview + for upcoming storage features.\",\n \"version\": \"0.2.8\"\n + \ },\n \"sha256Digest\": \"a3d48247051e95847ded28217433c4b98fc02d6ee21eedfcb24dd43f7360569d\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/storage_preview-0.2.9-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.2.9-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/storage-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-preview\",\n \"summary\": \"Provides a preview + for upcoming storage features.\",\n \"version\": \"0.2.9\"\n + \ },\n \"sha256Digest\": \"880e01de0fab8893770497ef9410559ae223a1f09dbd6a23712226ab4e2d5ecb\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/storage_preview-0.2.10-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.2.10-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/storage-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-preview\",\n \"summary\": \"Provides a preview + for upcoming storage features.\",\n \"version\": \"0.2.10\"\n + \ },\n \"sha256Digest\": \"8c87013be456849f27ea7f76df284e998e6f3911d3de478ec19abe84bb30fbe9\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/storage_preview-0.2.11-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.2.11-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/storage-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-preview\",\n \"summary\": \"Provides a preview + for upcoming storage features.\",\n \"version\": \"0.2.11\"\n + \ },\n \"sha256Digest\": \"b00ccc8846bbb389b95064e7e9b547cbd877b0a596b8c36d86982be435695d5c\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/storage_preview-0.2.12-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.2.12-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/storage-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-preview\",\n \"summary\": \"Provides a preview + for upcoming storage features.\",\n \"version\": \"0.2.12\"\n + \ },\n \"sha256Digest\": \"5bd273bf4c1952f4576faf05ed80fd73b25f0f4d0be81fe0bbf471019705a6bb\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/storage_preview-0.3.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.3.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.6.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/storage-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-preview\",\n \"summary\": \"Provides a preview + for upcoming storage features.\",\n \"version\": \"0.3.0\"\n + \ },\n \"sha256Digest\": \"7fb50e37a0e271c118124b4488474e3c2957cffe1b319660bd3df91534911008\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/storage_preview-0.4.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.4.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.13.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/storage-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-preview\",\n \"summary\": \"Provides a preview + for upcoming storage features.\",\n \"version\": \"0.4.0\"\n + \ },\n \"sha256Digest\": \"822137d0987829d27537f36923d31d69371e756f8adc686ccdd5a2e03a40ab5f\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/storage_preview-0.5.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.5.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.13.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/storage-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-preview\",\n \"summary\": \"Provides a preview + for upcoming storage features.\",\n \"version\": \"0.5.0\"\n + \ },\n \"sha256Digest\": \"7ec8887f3f83a4f67613a22f1eea7f9c5968c9b108d74c7299eacc400e40c710\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/storage_preview-0.6.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.6.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.13.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/storage-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-preview\",\n \"summary\": \"Provides a preview + for upcoming storage features.\",\n \"version\": \"0.6.0\"\n + \ },\n \"sha256Digest\": \"9431e5bba2ddd8d7850c1e3b4fc2a29dd0cc38322f1b04247bf7f7a5f3aacf4a\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/storage_preview-0.6.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.6.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.13.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/storage-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-preview\",\n \"summary\": \"Provides a preview + for upcoming storage features.\",\n \"version\": \"0.6.1\"\n + \ },\n \"sha256Digest\": \"93cf02038cb209c2baee6e2a4bf17e0c8a8f55eb2c86c7678163499f84c31a75\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/storage_preview-0.7.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.7.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.13.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/storage-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-preview\",\n \"summary\": \"Provides a preview + for upcoming storage features.\",\n \"version\": \"0.7.0\"\n + \ },\n \"sha256Digest\": \"3b2a463e7852cd1153372b3dd9522c007dee8daff53ccf26fda0c84b642e8367\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_preview-0.7.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.7.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.13.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/storage-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-preview\",\n \"summary\": \"Provides a preview + for upcoming storage features.\",\n \"version\": \"0.7.1\"\n + \ },\n \"sha256Digest\": \"25f0848bb685c0886bc4e3074652af587c56edd7ee88fe60df93f8150a8c8caa\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_preview-0.7.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.7.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.21.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/storage-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-preview\",\n \"summary\": \"Provides a preview + for upcoming storage features.\",\n \"version\": \"0.7.2\"\n + \ },\n \"sha256Digest\": \"768aecf13a62b06fd26b9d15078da74c38541a2793208b8c434afc55b39c2c64\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_preview-0.7.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.7.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.21.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/storage-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"storage-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Provides a preview for upcoming storage features.\",\n \"version\": + \"0.7.3\"\n },\n \"sha256Digest\": \"ec0e700f8ba51eca45198d5907d056780946e0b5ffa593d264598679e949dcb1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_preview-0.7.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.7.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.25.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/storage-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"storage-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Provides a preview for upcoming storage features.\",\n \"version\": + \"0.7.4\"\n },\n \"sha256Digest\": \"eede880e897e6fbfb7e631b91ee23b35229c1dbcefb5785279809d53a4568a87\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_preview-0.8.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.8.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.25.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/storage-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"storage-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Provides a preview for upcoming storage features.\",\n \"version\": + \"0.8.0\"\n },\n \"sha256Digest\": \"0187510c8ebf2312c8937ae364a723016f912ac237c40685e94bac505e097be0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_preview-0.8.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.8.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.25.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"storage-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Provides a preview for upcoming storage features.\",\n \"version\": + \"0.8.1\"\n },\n \"sha256Digest\": \"1b31f65c2455974ffed95c2450a933714c3daa10b91972a9a65861ba496fa267\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_preview-0.8.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.8.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.25.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"storage-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Provides a preview for upcoming storage features.\",\n \"version\": + \"0.8.2\"\n },\n \"sha256Digest\": \"7528528b799aa957d751aa28fc61be07bd999ce22d54748b4a308c7f0def7e94\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_preview-0.8.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.8.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.25.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"storage-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Provides a preview for upcoming storage features.\",\n \"version\": + \"0.8.3\"\n },\n \"sha256Digest\": \"5ec7a8a7141fe3bef54b6ce570e542b6836933a43b992b918674d9c231e1f7dc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_preview-0.8.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.8.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.25.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"storage-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Provides a preview for upcoming storage features.\",\n \"version\": + \"0.8.4\"\n },\n \"sha256Digest\": \"f72b944cdf6887d88b7b8271904b010816b595c9854743761092fca71600a196\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_preview-0.9.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.9.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.25.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"storage-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Provides a preview for upcoming storage features.\",\n \"version\": + \"0.9.0\"\n },\n \"sha256Digest\": \"9cabf9a6cf901788983017b85e8d39ebb9f3ad080c75309e8855c614f0229f67\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_preview-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.50.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"storage-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Provides a preview for upcoming storage features.\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"cd1ac15f3c962b6e22d374c2fc03ae04564f28334d019ba270716b53bca8cd7c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_preview-1.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-1.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"storage-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Provides a preview for upcoming storage + features.\",\n \"version\": \"1.0.0b2\"\n },\n + \ \"sha256Digest\": \"2de8fa421622928a308bb70048c3fdf40400bad3b34afd601d0b3afcd8b82764\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_preview-1.0.0b3-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-1.0.0b3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"storage-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Provides a preview for upcoming storage + features.\",\n \"version\": \"1.0.0b3\"\n },\n + \ \"sha256Digest\": \"139bf5c03e9f57724a8da0b0887144bf2e9fe51f604cdc8c7d0d7398b29157e9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_preview-1.0.0b4-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-1.0.0b4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"storage-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Provides a preview for upcoming storage + features.\",\n \"version\": \"1.0.0b4\"\n },\n + \ \"sha256Digest\": \"5c7aaed2e945b19f643f66c3c8ef3c59c64630549b44efd6df4f02ec6ce50e64\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_preview-1.0.0b5-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-1.0.0b5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"storage-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Provides a preview for upcoming storage + features.\",\n \"version\": \"1.0.0b5\"\n },\n + \ \"sha256Digest\": \"82ce2e42b9e95e6d3788fc8ffa2e439c55af438dfe647378c1266235155953b8\"\n + \ }\n ],\n \"storagesync\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/storagesync-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"storagesync-0.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storagesync\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MicrosoftStorageSync Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"a1d15edfcc18d9d301dea843cd7dce9845b8da6f6b1beb47a1bba35ff46eadde\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storagesync-0.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"storagesync-0.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/storagesync\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storagesync\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MicrosoftStorageSync Extension\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"06d5e71b42edf721c5624cfd286b8593c68316f2b0ea4edf60c7a74835a695e2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storagesync-0.1.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"storagesync-0.1.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/storagesync\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storagesync\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MicrosoftStorageSync Extension\",\n \"version\": + \"0.1.2\"\n },\n \"sha256Digest\": \"498aff0d83037e11a668915788a7a78c981d7241ad31e9fb7cf2f27725253261\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storagesync-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"storagesync-1.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storagesync\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storagesync\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MicrosoftStorageSync Extension\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"1f6997e186199058e60d8fdc020c407d4f92d8e78286189c1887e57a371b43c1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storagesync-1.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"storagesync-1.0.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storagesync\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storagesync\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MicrosoftStorageSync Extension\",\n \"version\": + \"1.0.1\"\n },\n \"sha256Digest\": \"7f2ba91a7a44741f4384b44ba7cea73a8a03b5d385b43404cb4951dd2ea5dc5a\"\n + \ }\n ],\n \"stream-analytics\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/stream_analytics-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"stream_analytics-0.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stream-analytics\",\n \"summary\": \"Microsoft Azure + Command-Line Tools stream-analytics Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"e3a9048f289d1b870637e4b13c0ee1e877827834e1f71d31cb8161bacc441388\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/stream_analytics-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"stream_analytics-0.1.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stream-analytics\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stream-analytics\",\n \"summary\": \"Microsoft Azure + Command-Line Tools StreamAnalyticsManagementClient Extension\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"95fcd5a67813e6961026efcd5fce764ce968c15c1ae03ffd7854e6e0f6c8bebc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/stream_analytics-0.1.2-py3-none-any.whl\",\n + \ \"filename\": \"stream_analytics-0.1.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/stream-analytics\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stream-analytics\",\n \"summary\": \"Microsoft Azure + Command-Line Tools StreamAnalyticsManagementClient Extension\",\n \"version\": + \"0.1.2\"\n },\n \"sha256Digest\": \"6a41159bb00f7974017461c3daec5d24385a50491d2157e82b1853f72d12b62c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/stream_analytics-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"stream_analytics-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/stream-analytics\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stream-analytics\",\n \"summary\": \"Microsoft Azure + Command-Line Tools StreamAnalyticsManagementClient Extension\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"15443fd8a73d319a5c9fbc586c9727d1ce1a31e11fd3f3c7e4fcbc97ad076aaa\"\n + \ }\n ],\n \"subscription\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/subscription-0.1.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"subscription-0.1.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"classifiers\": [\n + \ \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"wilcob@microsoft.com\",\n + \ \"name\": \"Wilco Bauwer\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"subscription\",\n \"summary\": \"Support for subscription + management preview.\",\n \"version\": \"0.1.3\"\n },\n + \ \"sha256Digest\": \"74388eb7d4976c620bd41ef577cdb9284cd9a3e38dc4756796d091a7c8193267\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/subscription-0.1.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"subscription-0.1.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.30\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"wilcob@microsoft.com\",\n + \ \"name\": \"Wilco Bauwer\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"subscription\",\n \"summary\": \"Support for subscription + management preview.\",\n \"version\": \"0.1.4\"\n },\n + \ \"sha256Digest\": \"0f28407be656e9930d06240b95bf1ccc8ebbbc9fc961cbd9e4b0575e1867b03d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/subscription-0.1.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"subscription-0.1.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.30\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"wilcob@microsoft.com\",\n + \ \"name\": \"Wilco Bauwer\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/subscription\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"subscription\",\n \"summary\": \"Support for subscription + management preview.\",\n \"version\": \"0.1.5\"\n },\n + \ \"sha256Digest\": \"ff7896aebc46862a6d30ac5f4cf64bdd40cb50e5437cea299590896d75f1013e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/subscription-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"subscription-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/subscription\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"subscription\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Subscription Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"3f3bb4fbb761174d13a0f863362b74f388bc648f7f296f9b6e2191b35507ae4f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/subscription-1.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"subscription-1.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/subscription\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"subscription\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Subscription Extension.\",\n \"version\": \"1.0.0b2\"\n + \ },\n \"sha256Digest\": \"1b937f4b7360d2f292b695da6fa21ff2d89a8c900d669f12c97cf98c38365d1f\"\n + \ }\n ],\n \"support\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/support-0.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"support-0.1.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.81\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-cli-extensions/tree/master/src/support\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"support\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Support Extension\",\n \"version\": \"0.1.1\"\n },\n + \ \"sha256Digest\": \"e74e1b769155a08226d103781dbec7a20b517c37f4b75871172b2769e37676fa\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/support-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"support-1.0.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.0.81\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-cli-extensions/tree/master/src/support\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"support\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Support Extension\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"3646b584af5fb68e57a153991cdbf049cd6f8e471c36b28c7f3bb642ecc341d8\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/support-1.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"support-1.0.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.0.81\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-cli-extensions/tree/master/src/support\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"support\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Support Extension\",\n \"version\": \"1.0.1\"\n },\n + \ \"sha256Digest\": \"5490c5dbe52b0457b51a327426cad741005f8afc24c13cefefb9fe8694a558f7\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/support-1.0.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"support-1.0.2-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.0.81\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-cli-extensions/tree/master/src/support\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"support\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Support Extension\",\n \"version\": \"1.0.2\"\n },\n + \ \"sha256Digest\": \"815e9ed05789f4cd00eb00cbae0e6339e7519c0c6d816bf3aa302af534acef5b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/support-1.0.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"support-1.0.3-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.0.81\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-cli-extensions/tree/master/src/support\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"support\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Support Extension\",\n \"version\": \"1.0.3\"\n },\n + \ \"sha256Digest\": \"9f5b4ebc6a90b48d2a3c18ce7b74d89240275dcf23aa836b8509882b1ee28c56\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/support-1.0.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"support-1.0.4-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.0.81\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-cli-extensions/tree/main/src/support\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"support\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Support Extension\",\n \"version\": \"1.0.4\"\n },\n + \ \"sha256Digest\": \"ac554e2b6362a9a6ff8e03000730df31dd72781aba8bbdcf05ceb44ce1b680a0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/support-2.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"support-2.0.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-cli-extensions/tree/main/src/support\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"support\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Support Extension\",\n \"version\": \"2.0.0\"\n },\n + \ \"sha256Digest\": \"5dde97f8fb12eaa258530f68ec2cae00a957f30479835e9f5ed057940312741a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/support-2.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"support-2.0.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-cli-extensions/tree/main/src/support\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"support\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Support Extension\",\n \"version\": \"2.0.1\"\n },\n + \ \"sha256Digest\": \"3f070154f839464aa24b54990d87d2dba99d6da60ec3ef314a74ba22c268fec4\"\n + \ }\n ],\n \"terraform\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/terraform-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"terraform-1.0.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/terraform\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"terraform\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Terraform Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"80fde2b896b707fd83f83821809682079bd3bb032aa9cb04ba0d2595b3673f27\"\n + \ }\n ],\n \"timeseriesinsights\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/timeseriesinsights-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"timeseriesinsights-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/src/timeseriesinsights\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"timeseriesinsights\",\n \"summary\": \"Microsoft Azure + Command-Line Tools TimeSeriesInsightsClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"a1cd9f9177ff31010638048d3737dc39fac144d9ca107fe4eafc4339386d71cd\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/timeseriesinsights-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"timeseriesinsights-0.1.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/src/timeseriesinsights\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"timeseriesinsights\",\n \"summary\": \"Microsoft Azure + Command-Line Tools TimeSeriesInsightsClient Extension\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"3276b876cad87ef8b29e6af58294fc7ff20b9d2d0187ce84e2b15ba8917b00d9\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/timeseriesinsights-0.1.2-py3-none-any.whl\",\n + \ \"filename\": \"timeseriesinsights-0.1.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/src/timeseriesinsights\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"timeseriesinsights\",\n \"summary\": \"Microsoft Azure + Command-Line Tools TimeSeriesInsightsClient Extension\",\n \"version\": + \"0.1.2\"\n },\n \"sha256Digest\": \"3caba62be85114e44cd61c8541df49c7ff67b76b8c26e53e198b00a98a907417\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/timeseriesinsights-0.1.3-py3-none-any.whl\",\n + \ \"filename\": \"timeseriesinsights-0.1.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/src/timeseriesinsights\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"timeseriesinsights\",\n \"summary\": \"Microsoft Azure + Command-Line Tools TimeSeriesInsightsClient Extension\",\n \"version\": + \"0.1.3\"\n },\n \"sha256Digest\": \"84009856e1a9e6e6b178425099c2e1eaa4753ba5e375426a504f92bd4b9a21aa\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/timeseriesinsights-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"timeseriesinsights-0.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.11.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/timeseriesinsights\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"timeseriesinsights\",\n \"summary\": \"Microsoft Azure + Command-Line Tools TimeSeriesInsightsClient Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"79f257abed8ac699a395e1c61351cd2c68f3a1844d3369aca5b346b2b1c0aa10\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/timeseriesinsights-0.2.1-py3-none-any.whl\",\n + \ \"filename\": \"timeseriesinsights-0.2.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/timeseriesinsights\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"timeseriesinsights\",\n \"summary\": \"Microsoft Azure + Command-Line Tools TimeSeriesInsightsClient Extension\",\n \"version\": + \"0.2.1\"\n },\n \"sha256Digest\": \"6ec3fe5ff3d92c3c2c8ba581af679567bfc430dd38fa70945b43378cf9b81ff2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/timeseriesinsights-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"timeseriesinsights-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.50.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/timeseriesinsights\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"timeseriesinsights\",\n \"summary\": \"Microsoft Azure + Command-Line Tools TimeSeriesInsightsClient Extension\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"c578804a6cfbb4ef8ab91de2130bba8f6139f2fadea4ed1e38b05ea62c7aa95d\"\n + \ }\n ],\n \"traffic-collector\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/traffic_collector-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"traffic_collector-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.39.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/traffic-collector\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"traffic-collector\",\n \"summary\": \"Microsoft Azure + Command-Line Tools TrafficCollector Extension.\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"c148d0db3dc2284f30fe8d9cce4cde9be7f93b18664aae54d70622fd86a09b3a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/traffic_collector-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"traffic_collector-0.1.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.40.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/traffic-collector\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"traffic-collector\",\n \"summary\": \"Microsoft Azure + Command-Line Tools TrafficCollector Extension.\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"8fbce712f8edcedf422c463f6b970fa7bdd94a452887ca5ddefb4fb00735acb5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/traffic_collector-0.1.2-py3-none-any.whl\",\n + \ \"filename\": \"traffic_collector-0.1.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.40.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/traffic-collector\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"traffic-collector\",\n \"summary\": \"Microsoft Azure + Command-Line Tools TrafficCollector Extension.\",\n \"version\": + \"0.1.2\"\n },\n \"sha256Digest\": \"98bda4d9a9233efb0ae1c5fae1a6c2a42942e8a71b0ebf19d3a7193548b13ff2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/traffic_collector-0.1.3-py3-none-any.whl\",\n + \ \"filename\": \"traffic_collector-0.1.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.40.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/traffic-collector\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"traffic-collector\",\n \"summary\": \"Microsoft Azure + Command-Line Tools TrafficCollector Extension.\",\n \"version\": + \"0.1.3\"\n },\n \"sha256Digest\": \"a144a4fda3bce84db22277bd8611084ae1ae39e0bb8c7b50619ec378711f57ba\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/traffic_collector-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"traffic_collector-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.40.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/traffic-collector\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"traffic-collector\",\n \"summary\": \"Microsoft Azure + Command-Line Tools TrafficCollector Extension.\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"4695abb53723ea509f0f7a0bc6d4f4be5cc0382fe89b76671ee0785a05157dfc\"\n + \ }\n ],\n \"trustedsigning\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/trustedsigning-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"trustedsigning-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/trustedsigning\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"trustedsigning\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Trustedsigning Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"d49d6fe7430ae84096cb4914532a2abc8d9dc2bb46ca33226b686bc7a6e7fc37\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/trustedsigning-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"trustedsigning-1.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/trustedsigning\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"trustedsigning\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Trustedsigning Extension.\",\n \"version\": \"1.0.0b2\"\n + \ },\n \"sha256Digest\": \"c3ae869c1371493180b9ed71db0bdc3842bad54c8832beb6007118d26bed71e8\"\n + \ }\n ],\n \"virtual-network-manager\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_network_manager-0.5.1-py3-none-any.whl\",\n + \ \"filename\": \"virtual_network_manager-0.5.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/network-manager\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-network-manager\",\n \"summary\": \"Microsoft + Azure Command-Line Tools NetworkManagementClient Extension\",\n \"version\": + \"0.5.1\"\n },\n \"sha256Digest\": \"3c633cc53b341ae78514a62ab8cd7faf13c211e98a1c464eae2f636030d1e090\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_network_manager-0.5.2-py3-none-any.whl\",\n + \ \"filename\": \"virtual_network_manager-0.5.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/network-manager\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-network-manager\",\n \"summary\": \"Microsoft + Azure Command-Line Tools NetworkManagementClient Extension\",\n \"version\": + \"0.5.2\"\n },\n \"sha256Digest\": \"a115ac51ef73b6ba377b289f15b3afe87b392bd462ae50c21c91b9f7fc2288c8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_network_manager-0.5.3-py3-none-any.whl\",\n + \ \"filename\": \"virtual_network_manager-0.5.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/network-manager\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-network-manager\",\n \"summary\": \"Microsoft + Azure Command-Line Tools NetworkManagementClient Extension\",\n \"version\": + \"0.5.3\"\n },\n \"sha256Digest\": \"6b956e955ac01eec26f1135cdadb58e4bc7349a7c3e4064a077433ddf88cccf9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_network_manager-0.6.0-py3-none-any.whl\",\n + \ \"filename\": \"virtual_network_manager-0.6.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.43.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/network-manager\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-network-manager\",\n \"summary\": \"Microsoft + Azure Command-Line Tools NetworkManagementClient Extension\",\n \"version\": + \"0.6.0\"\n },\n \"sha256Digest\": \"91215253b053ad19413345c789b5ed1cc79ab2af18624ad279dca24a7913730a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_network_manager-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"virtual_network_manager-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/network-manager\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-network-manager\",\n \"summary\": \"Microsoft + Azure Command-Line Tools NetworkManagementClient Extension\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"094c473dc8feb568ae3ca3f7f716ab3adda4fb18e2b1db9579f13b8ad14d94cf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_network_manager-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"virtual_network_manager-1.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/network-manager\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-network-manager\",\n \"summary\": \"Microsoft + Azure Command-Line Tools NetworkManagementClient Extension\",\n \"version\": + \"1.0.0b2\"\n },\n \"sha256Digest\": \"3a8476fa6dcc072b49be7bdd9e1926392be4d16e41e0efa631f7f2a873583ca1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_network_manager-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"virtual_network_manager-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/network-manager\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-network-manager\",\n \"summary\": \"Microsoft + Azure Command-Line Tools NetworkManagementClient Extension\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"4dbb5ddd86e2b2a0cb99e3e81f9f3b258c8a74490c91e94caa6f63e4b990ee48\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_network_manager-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"virtual_network_manager-1.0.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/network-manager\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-network-manager\",\n \"summary\": \"Microsoft + Azure Command-Line Tools NetworkManagementClient Extension\",\n \"version\": + \"1.0.1\"\n },\n \"sha256Digest\": \"a18581c625791fb29736e7ec1b9e18d4a00f3765a8600192e10c892fd27b7ba1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_network_manager-1.2.0-py3-none-any.whl\",\n + \ \"filename\": \"virtual_network_manager-1.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/network-manager\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-network-manager\",\n \"summary\": \"Microsoft + Azure Command-Line Tools NetworkManagementClient Extension\",\n \"version\": + \"1.2.0\"\n },\n \"sha256Digest\": \"7f9f239fd7904645beacc2b738dd4660fb36779966e9b2331c43826e37564793\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_network_manager-1.3.0-py3-none-any.whl\",\n + \ \"filename\": \"virtual_network_manager-1.3.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/network-manager\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-network-manager\",\n \"summary\": \"Microsoft + Azure Command-Line Tools NetworkManagementClient Extension\",\n \"version\": + \"1.3.0\"\n },\n \"sha256Digest\": \"f16f992f98fd03c01dcef8a40f9b84de2367ff9e8850b48663a9bb1cb55b7bd4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_network_manager-1.3.1-py3-none-any.whl\",\n + \ \"filename\": \"virtual_network_manager-1.3.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/network-manager\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-network-manager\",\n \"summary\": \"Microsoft + Azure Command-Line Tools NetworkManagementClient Extension\",\n \"version\": + \"1.3.1\"\n },\n \"sha256Digest\": \"cb95535c057a6199384bc9e5c30a9942dbc589cf0ceadb2a62d26aa7f70d4e1d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_network_manager-2.0.0-py3-none-any.whl\",\n + \ \"filename\": \"virtual_network_manager-2.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/network-manager\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-network-manager\",\n \"summary\": \"Microsoft + Azure Command-Line Tools NetworkManagementClient Extension\",\n \"version\": + \"2.0.0\"\n },\n \"sha256Digest\": \"11b982aabb331b83c2f34c820e5f887f374ac34b4ee11d122fa883fb0ca6bbdc\"\n + \ }\n ],\n \"virtual-network-tap\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/virtual_network_tap-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_network_tap-0.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.46\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/virtual-network-tap\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-network-tap\",\n \"summary\": \"Manage virtual + network taps (VTAP).\",\n \"version\": \"0.1.0\"\n },\n + \ \"sha256Digest\": \"7e3f634f8eb701cf6fef504159785bc90e6f5bd2482e459469dd9ab30601aa35\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_network_tap-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_network_tap-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.46\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/virtual-network-tap\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-network-tap\",\n \"summary\": \"Manage virtual + network taps (VTAP).\",\n \"version\": \"1.0.0b1\"\n },\n + \ \"sha256Digest\": \"ee5f6dcfc09fc09e0c3bbd386b4d3bc6cc1f8a3dde8ed550804f43ed4c3cb7ba\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_network_tap-1.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_network_tap-1.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/virtual-network-tap\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-network-tap\",\n \"summary\": \"Manage virtual + network taps (VTAP).\",\n \"version\": \"1.0.0b2\"\n },\n + \ \"sha256Digest\": \"879c8f1eb7eb92de3e673947fe0bc626e2b6df2ee8175c96ff3626c435b81b1e\"\n + \ }\n ],\n \"virtual-wan\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.1.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.1.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.1.2\"\n + \ },\n \"sha256Digest\": \"35d7b9f8b62167957708902b19a6c2f97ceaafa28abcba815b39a2d9040066f8\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.1.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.1.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.1.3\"\n + \ },\n \"sha256Digest\": \"10bc530d54677c0f24363326f28b0476a3324198417117e3effa031c20d6c2cb\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.2.0\"\n + \ },\n \"sha256Digest\": \"45b52f87cd76a269d8e6151782a437692cea3725b4f64d9d4d64cc2c4b49288f\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.2.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.2.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.2.1\"\n + \ },\n \"sha256Digest\": \"db108cf3fb9f3a49aea87f35d658b0bdc9c2321122b9a1ec1f58f4fecb0ebe90\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.2.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.2.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.2.2\"\n + \ },\n \"sha256Digest\": \"0b141457b8c3f57061f300dae18472ec9da96f4b4f9ddb9239a4a5dbda7c1ffd\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.2.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.2.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.2.3\"\n + \ },\n \"sha256Digest\": \"21e1333af42c80c094099212db57b5e7171afee8690f0de211fdf359e3f1da16\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.2.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.2.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.2.4\"\n + \ },\n \"sha256Digest\": \"236668a188121738975f85148957ce843dd43c8644f76c915dde9d2f8233c9e4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.2.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.2.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.2.5\"\n + \ },\n \"sha256Digest\": \"e16f67e75abfd1d462d16cc00cca97551c63c5d6f9d4bbc838b4f331b2c1072a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.2.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.2.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.2.6\"\n + \ },\n \"sha256Digest\": \"4c695172677a9397b94f335748ca1b10caa87d5dfbefe1975e73aae60bf8b69f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.2.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.2.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.2.7\"\n + \ },\n \"sha256Digest\": \"9358296298aa06595055b6d82ce3a4443b3a63dc4236f675e056769c5c633bc9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.2.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.2.8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.2.8\"\n + \ },\n \"sha256Digest\": \"14568d2b5de27623558f6d4d26ce68a3b4af0a429cc82cbb06021942f7239a36\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.2.9-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.2.9-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.2.9\"\n + \ },\n \"sha256Digest\": \"ca3569805f44c420ed58719fb9e514d7fa28b84bec9fc1321702250cdd8fcbf0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.2.10-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.2.10-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.2.10\"\n + \ },\n \"sha256Digest\": \"eb0afdcc23910d9e7ec5a55c511f0e67c5d8c0229d84eaaa821b72ccb2468c23\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.2.11-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.2.11-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.2.11\"\n + \ },\n \"sha256Digest\": \"35899c30c1a7e7dd43b36895deac4eb0accbb88c98d2e8c5c41dd985f732ee1b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.2.12-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.2.12-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.2.12\"\n + \ },\n \"sha256Digest\": \"d213eb778405b8128bc657ce61fcc19f2cde044ab9ab0950f28a94795ae9ccfd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.2.13-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.2.13-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.39.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.2.13\"\n + \ },\n \"sha256Digest\": \"3e928079bb81620ed133d3f3692e9b7ba0632bd75cdf0aea704eb640450b5d37\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.2.14-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.2.14-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.40.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.2.14\"\n + \ },\n \"sha256Digest\": \"9765d218d70f51e69725af92690e26c135937206483add4bf47854553f839e23\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.2.15-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.2.15-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.40.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.2.15\"\n + \ },\n \"sha256Digest\": \"e701b4da1f6ebcbf58d4b16f9e349f9edc8117ad922e2ae7ec1b2a31bc2828db\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.2.16-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.2.16-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.2.16\"\n + \ },\n \"sha256Digest\": \"39a75f9a88493949bd3e6f7bb4978d475720f7c97e056fcb6c201a8532fb6e76\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.2.17-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.2.17-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.2.17\"\n + \ },\n \"sha256Digest\": \"736e4d0fe7af899cc9825893c9994e25c467fb6750d8e7653fe9d33c0fc2394a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.3.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.3.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.50.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.3.0\"\n + \ },\n \"sha256Digest\": \"e5f4e9d4398cf0fcd656c0107386adbc8493e69e3158af6c5145ed23aaf77165\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_wan-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-1.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"project_urls\": {\n \"Home\": + \"https://github.com/Azure/azure-cli-extensions/tree/main/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"0ef7b4bf9ffd0aa1ad5c50e15a343276636bcfe0296e52d2ee5f0b75ce70633d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_wan-1.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-1.0.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"project_urls\": {\n \"Home\": + \"https://github.com/Azure/azure-cli-extensions/tree/main/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"1.0.1\"\n + \ },\n \"sha256Digest\": \"2db6c253d43862d06a4525073d67b61f1d34b7c8832162bd3b0bfffd24b9ada6\"\n + \ }\n ],\n \"vm-repair\": [\n {\n \"downloadUrl\": + \"https://azurecomputeaidrepair.blob.core.windows.net/prod/vm_repair-0.2.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.2.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"classifiers\": [\n + \ \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.2.6\"\n },\n + \ \"sha256Digest\": \"3556adeb1053262aa1aa0203b53423252afbd89b3e455255c2a2964a3be9a78e\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/vm_repair-0.2.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.2.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"classifiers\": [\n + \ \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.2.7\"\n },\n + \ \"sha256Digest\": \"4949871a99d5ef62ffdad72d35bfa75a483f1a714bf8d7ca84f134f86a5e9578\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/vm_repair-0.3.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.3.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.3.1\"\n },\n + \ \"sha256Digest\": \"4c893d48469b70772318c989ecac03e1ac494dc0c97652d1827a8ad55d8e8b51\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/vm_repair-0.3.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.3.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.3.2\"\n },\n + \ \"sha256Digest\": \"b7837a3129ff2614d27c2acbd254e97d83ac1540745225d2b156c897bb065125\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/vm_repair-0.3.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.3.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.3.3\"\n },\n + \ \"sha256Digest\": \"04ddc34a525af5b313f9dd1b5b446e5aa2a79d242451cf09f7670147c7aadd42\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/vm_repair-0.3.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.3.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.3.4\"\n },\n + \ \"sha256Digest\": \"b5964a8ed60193dc73e9109763af7cbb0162c029dbd81ed9ec5a7f20fa48ee7d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.3.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.3.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.3.5\"\n },\n + \ \"sha256Digest\": \"70112e8c4ce186f0c494e89680d751f8f4c6dc906c47cc44b8b5cdf0e19d2e50\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.3.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.3.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.3.6\"\n },\n + \ \"sha256Digest\": \"bd7d1259bb095ab238d8efca72c201570c5144816d7d4e98e73d1a82eb08a80a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.3.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.3.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.3.7\"\n },\n + \ \"sha256Digest\": \"021ae4b3b776b41e98fc91c35bc54e0ea7bcdfd32be3cfd23261e450535326bd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.3.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.3.8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.3.8\"\n },\n + \ \"sha256Digest\": \"51499825455a4db3e4ede2a5abd31a28e8177f9bf66597c41dac0dc4851c41bb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.3.9-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.3.9-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.3.9\"\n },\n + \ \"sha256Digest\": \"d8a13d094c4900114a46778bb7c34f567401850193616d00dd06e02f415ceb81\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.4.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.4.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.4.0\"\n },\n + \ \"sha256Digest\": \"075c1df17bc63b1029cbcffee499143bef02ee1f6bd28ea1bf1f736352630532\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.4.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.4.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.4.1\"\n },\n + \ \"sha256Digest\": \"7dfc648e6dfa0392feb8491af3da54e229edd48bb75421cd554cd5be7e99e149\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.4.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.4.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.4.2\"\n },\n + \ \"sha256Digest\": \"cef2c111ea85fe22d51ee67ed4a88e46d9ac771ec04d5dc411460420d913cd4f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.4.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.4.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.4.3\"\n },\n + \ \"sha256Digest\": \"a9bf31ef4166e564a8fdcccb70edb217b59f0036a0849c5c57ec951f1693a08a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.4.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.4.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.4.4\"\n },\n + \ \"sha256Digest\": \"de9e7d77143dadc1606ebe079431ed974e483737cc001e89ff52335f60c938d1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.4.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.4.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.4.5\"\n },\n + \ \"sha256Digest\": \"6fb1d3a83fb4e06581f850d68070d22ed7d29739633a336efaeb8155baadd0df\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.4.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.4.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.4.6\"\n },\n + \ \"sha256Digest\": \"79b261c39c6f90889d0bfa41581566bb8b659b492ca1f9a37d700518b1408b85\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.4.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.4.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.4.7\"\n },\n + \ \"sha256Digest\": \"bed73a688d073c97207daaa907816db5781b429b6f3441d1b618b463feff2fcb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.4.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.4.8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.4.8\"\n },\n + \ \"sha256Digest\": \"2ea0b50f1b484bc9c7ea72e9285163de489e726ef24cb2939620d3fa3c763c4a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.4.9-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.4.9-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.4.9\"\n },\n + \ \"sha256Digest\": \"4fe3fe3af8d52b86ad51af08b642fe93f4de076947df8127e9825762e7c46769\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.4.10-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.4.10-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.4.10\"\n },\n + \ \"sha256Digest\": \"67e4fd4a5daf78c9e7244cabda74aede9d2c9c92d11dab4c3e3d431017e656c7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.5.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.5.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.5.0\"\n },\n + \ \"sha256Digest\": \"dd5f2ec5d37aa6e745e9e706d4bd1d848f17f209807522831354ac0230c07f4c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.5.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.5.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.5.1\"\n },\n + \ \"sha256Digest\": \"91efbb3d2b46f01e6a4b04fd792f353dd702a8769319f59a0252fa35d7c409ab\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.5.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.5.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.5.2\"\n },\n + \ \"sha256Digest\": \"959f9bae59170c8c8785e47f046f3634472243b76cf576f049ca4cdaded0534e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.5.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.5.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.5.3\"\n },\n + \ \"sha256Digest\": \"6b71d6ddfb3a70057316ca760b0406417a330852ef184b2da239e417c4852dd4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.5.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.5.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.5.4\"\n },\n + \ \"sha256Digest\": \"49938853a802b1415f697200402e26a74679805fe08f0ba6b2e066bb4af69730\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.5.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.5.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.5.5\"\n },\n + \ \"sha256Digest\": \"feb439384e06c2a972f024a1d9eac7b766f03048fe1d142fe5043b3d583ca42f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.5.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.5.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.5.6\"\n },\n + \ \"sha256Digest\": \"ed46927769751d9bd3410979bef63dc2e7e3df5027e881e469c01c44eab67535\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.5.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.5.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.5.7\"\n },\n + \ \"sha256Digest\": \"bea352b15c0e1c5e0751c51e916f616b59e902256117f8cecd73c3f28928a89c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.5.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.5.8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.5.8\"\n },\n + \ \"sha256Digest\": \"8f1d0dbc284a527af98d183df447533a295d5b7c81fc73e5f15c57182a03ce8f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.5.9-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.5.9-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.5.9\"\n },\n + \ \"sha256Digest\": \"4e41adbfd52e88a21ae112ff8076f58ded8100e319963c0b5bbf105e7607be25\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"1.0.0b1\"\n },\n + \ \"sha256Digest\": \"7e6b9fb9952a56811d65de87b87b0403a6161edfa82284a43fa58f176e397b8b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-1.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-1.0.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"1.0.1\"\n },\n + \ \"sha256Digest\": \"0b8d2814ba628765785accf730a220e5805f700a6d1f07a653f1c0d8f8e8dc03\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-1.0.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-1.0.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"1.0.2\"\n },\n + \ \"sha256Digest\": \"54945c836b3a91aed5a92eaca872c47e364dd3e846ab02aca637412488ead5b4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-1.0.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-1.0.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"1.0.3\"\n },\n + \ \"sha256Digest\": \"3ea7181d6e5337cc9c85176467bafc413a2c1111a21ec06dd3e406f9cac82a93\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-1.0.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-1.0.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"1.0.4\"\n },\n + \ \"sha256Digest\": \"2adddc6d8cba9c6846a0c76f2612177a4d5b0813732f83534e4f8d0a48ddf9ab\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-1.0.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-1.0.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"1.0.5\"\n },\n + \ \"sha256Digest\": \"f2f7bc5698f89e0f6254464dc18d04d477dab4aab93296a46649018723855b26\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-1.0.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-1.0.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"1.0.6\"\n },\n + \ \"sha256Digest\": \"c3fe396c4c769095f68fe765505e40ff4671b192e1a6daee584749044a906ca7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-1.0.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-1.0.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"1.0.7\"\n },\n + \ \"sha256Digest\": \"989b15053fe19f1dbb37fd4a31720e2a1ca622ecadaaa4b5c568c44e44c20fa6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-1.0.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-1.0.8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"vm-repair\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"opencensus (~=0.11.4)\",\n \"opencensus~=0.11.4\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Auto repair commands to fix VMs.\",\n \"version\": + \"1.0.8\"\n },\n \"sha256Digest\": \"165935c55f7da622fa17d3b1898d337c87838a24e390fbc5bf5c56ef9c0b4bfb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-1.0.9-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-1.0.9-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"vm-repair\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"opencensus (~=0.11.4)\",\n \"opencensus~=0.11.4\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Auto repair commands to fix VMs.\",\n \"version\": + \"1.0.9\"\n },\n \"sha256Digest\": \"72eef7e7dcfe46473f4e8451464f27557e72a79632eddb6f73c319eb5cef5cbc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-1.0.10-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-1.0.10-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"vm-repair\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"opencensus (~=0.11.4)\",\n \"opencensus~=0.11.4\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Auto repair commands to fix VMs.\",\n \"version\": + \"1.0.10\"\n },\n \"sha256Digest\": \"9ccd6c1ea95874c0928a161fa2d12ca25b3a7ae9bc5461faacd690debfdc0c89\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-1.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-1.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"vm-repair\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"opencensus (~=0.11.4)\",\n \"opencensus~=0.11.4\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Auto repair commands to fix VMs.\",\n \"version\": + \"1.1.0\"\n },\n \"sha256Digest\": \"c5d14b41d22049e8e7ddbc481c1dfeb08acbdc799fb86ab51541b3fe0b7d98e9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-1.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-1.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"vm-repair\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"opencensus (~=0.11.4)\",\n \"opencensus~=0.11.4\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Auto repair commands to fix VMs.\",\n \"version\": + \"1.1.1\"\n },\n \"sha256Digest\": \"b3444d8b20923c6ba284349a8819b6991ab71620f1e5c2d95185e4fc0a812db6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-2.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-2.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"vm-repair\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"opencensus (~=0.11.4)\",\n \"opencensus~=0.11.4\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Auto repair commands to fix VMs.\",\n \"version\": + \"2.0.0\"\n },\n \"sha256Digest\": \"9816b44a02b219dc6b4edad2543a7bf19d325d4332c0bffda34a2c29e51b85d5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-2.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-2.0.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"vm-repair\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"opencensus (~=0.11.4)\",\n \"opencensus~=0.11.4\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Auto repair commands to fix VMs.\",\n \"version\": + \"2.0.1\"\n },\n \"sha256Digest\": \"9d8c12d7e6685b8e2b8754b7a88e82a62655455bffd70d44bc30969151e5ab83\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-2.0.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-2.0.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"vm-repair\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"opencensus (~=0.11.4)\",\n \"opencensus~=0.11.4\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Auto repair commands to fix VMs.\",\n \"version\": + \"2.0.2\"\n },\n \"sha256Digest\": \"b6cec1c93588d4286dc7d905437b1fc384d63fc5f96f5858b1cb9d9d824374eb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-2.0.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-2.0.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"vm-repair\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"opencensus (~=0.11.4)\",\n \"opencensus~=0.11.4\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Auto repair commands to fix VMs.\",\n \"version\": + \"2.0.3\"\n },\n \"sha256Digest\": \"ca76eaf17ca80ba2d1ecdff1e99b65ef81aee28b5337e42258b9afcbb39f180d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-2.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-2.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"vm-repair\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"opencensus (~=0.11.4)\",\n \"opencensus~=0.11.4\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Auto repair commands to fix VMs.\",\n \"version\": + \"2.1.0\"\n },\n \"sha256Digest\": \"fdd1d329cbb243e269cbc0a24e0183180d5e747907eb67d61455659ec4aac0e3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-2.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-2.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"vm-repair\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"opencensus (~=0.11.4)\",\n \"opencensus~=0.11.4\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Auto repair commands to fix VMs.\",\n \"version\": + \"2.1.1\"\n },\n \"sha256Digest\": \"dcf830a69a7822cb0d62127e51240dc0c129f755dd643c0d967356cd55ab1c53\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-2.1.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-2.1.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"vm-repair\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"opencensus (~=0.11.4)\",\n \"opencensus~=0.11.4\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Auto repair commands to fix VMs.\",\n \"version\": + \"2.1.2\"\n },\n \"sha256Digest\": \"0ceb87ec11b85ab84fed2407dc6227161ec31d3d2a377261486efa11798d9f6e\"\n + \ }\n ],\n \"vme\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/vme-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"vme-1.0.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.70.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"graytownsquad@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vme\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vme\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Vme Extension\",\n \"version\": \"1.0.0b1\"\n },\n + \ \"sha256Digest\": \"70201987ccadc73e6c12dc8db95fc4a99f4aa8e89f057af55bc3c125672dcfff\"\n + \ }\n ],\n \"vmware\": [\n {\n \"downloadUrl\": + \"https://github.com/virtustream/az-vmware-cli/releases/download/0.7.2/vmware-0.7.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"vmware-0.7.2-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.0.66\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/az-vmware-cli\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vmware\",\n \"summary\": \"Azure VMware Solution commands.\",\n + \ \"version\": \"0.7.2\"\n },\n \"sha256Digest\": + \"b84b027fe8d836f8969893480cef63b05b85db1a59f6ef11063e52be530fd9ff\"\n },\n + \ {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/vmware-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"vmware-1.0.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.0.66\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/az-vmware-cli\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vmware\",\n \"summary\": \"Azure VMware Solution commands.\",\n + \ \"version\": \"1.0.0\"\n },\n \"sha256Digest\": + \"e1775b05e22e3afb70ad395bc3cff1cb7fdfc9a90836b61e13d4c54843577ddb\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vmware-2.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"vmware-2.0.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"description_content_type\": \"text/markdown\",\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/az-vmware-cli\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vmware\",\n \"summary\": \"Azure VMware Solution commands.\",\n + \ \"version\": \"2.0.1\"\n },\n \"sha256Digest\": + \"9201be5570c050b7f048f25b70ee0a2229bf73ad048aea036b484166631bc8e5\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vmware-3.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"vmware-3.0.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"description_content_type\": \"text/markdown\",\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/az-vmware-cli\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vmware\",\n \"summary\": \"Azure VMware Solution commands.\",\n + \ \"version\": \"3.0.0\"\n },\n \"sha256Digest\": + \"d68bcb114a2b46860eecf0debeb0d9c5db46c069399ef9e3f5292220a3cd37c2\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vmware-3.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"vmware-3.1.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"description_content_type\": \"text/markdown\",\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/az-vmware-cli\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vmware\",\n \"summary\": \"Azure VMware Solution commands.\",\n + \ \"version\": \"3.1.0\"\n },\n \"sha256Digest\": + \"7b1ff134e840caa3b30a636fceb0e6a8022565e8a439245b8e1a111534e196f8\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vmware-3.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"vmware-3.2.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"description_content_type\": \"text/markdown\",\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/az-vmware-cli\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vmware\",\n \"summary\": \"Azure VMware Solution commands.\",\n + \ \"version\": \"3.2.0\"\n },\n \"sha256Digest\": + \"4d557e5fbd5cc8cfc80a9f6085d5503007a0955160e264b816f9e6a6a7332580\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vmware-4.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"vmware-4.0.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"description_content_type\": \"text/markdown\",\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/az-vmware-cli\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vmware\",\n \"summary\": \"Azure VMware Solution commands.\",\n + \ \"version\": \"4.0.1\"\n },\n \"sha256Digest\": + \"93008844fbc5b157d17470738899e9f8cd0d09be2970cd045da10b8f8dac360a\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vmware-4.0.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"vmware-4.0.2-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"description_content_type\": \"text/markdown\",\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vmware\",\n \"summary\": \"Azure VMware Solution commands.\",\n + \ \"version\": \"4.0.2\"\n },\n \"sha256Digest\": + \"ce2fe71b5095fea0d3762e7c698abf1bb0d7b51cb54a4e841d07493c24ccbbdb\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vmware-4.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"vmware-4.1.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"description_content_type\": \"text/markdown\",\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vmware\",\n \"summary\": \"Azure VMware Solution commands.\",\n + \ \"version\": \"4.1.0\"\n },\n \"sha256Digest\": + \"05a8c52125bcd12250201a2ef0a1eb637e2b28f8b30aa4df014036f403584131\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vmware-5.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"vmware-5.0.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"description_content_type\": \"text/markdown\",\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vmware\",\n \"summary\": \"Azure VMware Solution commands.\",\n + \ \"version\": \"5.0.1\"\n },\n \"sha256Digest\": + \"1e971f5d4e3072017a624af9cf04919fbf78a755c7566c851c3b07cffdb46073\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vmware-5.0.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"vmware-5.0.2-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"description_content_type\": \"text/markdown\",\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vmware\",\n \"summary\": \"Azure VMware Solution commands.\",\n + \ \"version\": \"5.0.2\"\n },\n \"sha256Digest\": + \"3e8c591a7725b27ea3452d27ccbb1368e72fa689710ccffbca51c5adf1683ea1\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vmware-5.0.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"vmware-5.0.3-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"description_content_type\": \"text/markdown\",\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vmware\",\n \"summary\": \"Azure VMware Solution commands.\",\n + \ \"version\": \"5.0.3\"\n },\n \"sha256Digest\": + \"3bd864a243c7c72d41e7ac71af1d2c1389eb9974169548e6004f69ffae7ffc72\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vmware-6.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"vmware-6.0.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"description_content_type\": \"text/markdown\",\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vmware\",\n \"summary\": \"Azure VMware Solution commands.\",\n + \ \"version\": \"6.0.0\"\n },\n \"sha256Digest\": + \"92a73c84de0bad2cb19c1e81d2989a07ebcd67be0baa4635c99829ed563c6ca2\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vmware-6.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"vmware-6.0.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"description_content_type\": \"text/markdown\",\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vmware\",\n \"summary\": \"Azure VMware Solution commands.\",\n + \ \"version\": \"6.0.1\"\n },\n \"sha256Digest\": + \"2e07a4ddf1b244cfe8b63a29b7f82c3ec94294f10bacfe8fd604841d290020b5\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vmware-7.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"vmware-7.0.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.54.0\",\n \"description_content_type\": \"text/markdown\",\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vmware\",\n \"summary\": \"Azure VMware Solution commands.\",\n + \ \"version\": \"7.0.0\"\n },\n \"sha256Digest\": + \"e0fadce4fc02996443a8e1673d19ebd24383c584ca89bd396ce963e85865ac0d\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vmware-7.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"vmware-7.1.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.54.0\",\n \"description_content_type\": \"text/markdown\",\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vmware\",\n \"summary\": \"Azure VMware Solution commands.\",\n + \ \"version\": \"7.1.0\"\n },\n \"sha256Digest\": + \"53dc8b1d803cd784e668c4d4d630dec20390406af46266df0860f548a5c21f9d\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vmware-7.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"vmware-7.2.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.67.0\",\n \"description_content_type\": \"text/markdown\",\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vmware\",\n \"summary\": \"Azure VMware Solution commands.\",\n + \ \"version\": \"7.2.0\"\n },\n \"sha256Digest\": + \"e0f931dfdc3abd0fac770ecfd03a9463fcccf2fdfb9f0994d97a8fa912c576b2\"\n }\n + \ ],\n \"webapp\": [\n {\n \"downloadUrl\": + \"https://github.com/Nking92/azure-cli-extensions/raw/whl-files/dist/webapp-0.2.24-py2.py3-none-any.whl\",\n + \ \"filename\": \"webapp-0.2.24-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.46\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"sisirap@microsoft.com\",\n \"name\": + \"Sisira Panchagnula\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/webapp\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"webapp\",\n \"summary\": \"Additional commands for Azure + AppService.\",\n \"version\": \"0.2.24\"\n },\n + \ \"sha256Digest\": \"797abb3d8b41547ed3c2bcc8e01e30cbb5d487262cd2f285e755419bd1c03bed\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/webapp-0.3.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"webapp-0.3.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.46\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"sisirap@microsoft.com\",\n \"name\": + \"Sisira Panchagnula\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/webapp\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"webapp\",\n \"summary\": \"Additional commands for Azure + AppService.\",\n \"version\": \"0.3.1\"\n },\n + \ \"sha256Digest\": \"1cd5bb1a8ad02a5f7c8c72a01692637fed434b24ea359d21caf919ed5323941a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/webapp-0.4.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"webapp-0.4.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"sisirap@microsoft.com\",\n \"name\": + \"Sisira Panchagnula\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/webapp\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"webapp\",\n \"summary\": \"Additional commands for Azure + AppService.\",\n \"version\": \"0.4.0\"\n },\n + \ \"sha256Digest\": \"908b0df07cef652176a0f2bf0fdcf58b5d16fb4903ee3c06f73f0bb3913a5c0f\"\n + \ }\n ],\n \"webpubsub\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/webpubsub-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"webpubsub-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.22.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/webpubsub\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"webpubsub\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Webpubsub Extension\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"e36b3e5d0585b1082884150b829de871dbe906fd2b5356689127e1153829245f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/webpubsub-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"webpubsub-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.22.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/webpubsub\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"webpubsub\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websockets (~=8.1)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Webpubsub Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"f29d5b7217b8f03fc05dde2cab282cbebec9d211dc8cd7c1ee9baa71b23ff6d5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/webpubsub-0.2.1-py3-none-any.whl\",\n + \ \"filename\": \"webpubsub-0.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.22.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/webpubsub\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"webpubsub\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websockets (~=8.1)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Webpubsub Extension\",\n \"version\": + \"0.2.1\"\n },\n \"sha256Digest\": \"8eac173dde02b0703d0dd3ef193e796e83e85732c98302aa0f53418a128bddec\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/webpubsub-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"webpubsub-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.22.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/webpubsub\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"webpubsub\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websockets (~=8.1)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Webpubsub Extension\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"5e98577476bc8aba299baa00e664ff10185546c8f766260b961ef1c428b66a34\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/webpubsub-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"webpubsub-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.22.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/webpubsub\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"webpubsub\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websockets (~=8.1)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Webpubsub Extension\",\n \"version\": + \"1.1.0\"\n },\n \"sha256Digest\": \"802e829313a4993702d114a94eb8b119a376085d92b0a7860fd2c308e73112f6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/webpubsub-1.2.0-py3-none-any.whl\",\n + \ \"filename\": \"webpubsub-1.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.39.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/webpubsub\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"webpubsub\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websockets (~=10.4)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Webpubsub Extension\",\n \"version\": + \"1.2.0\"\n },\n \"sha256Digest\": \"faf83397b2215c7686ae7b3e93a576c3fd0aa9c70173ab72be66d2089b84b280\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/webpubsub-1.3.0-py3-none-any.whl\",\n + \ \"filename\": \"webpubsub-1.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.39.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/webpubsub\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"webpubsub\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websockets (~=10.4)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Webpubsub Extension\",\n \"version\": + \"1.3.0\"\n },\n \"sha256Digest\": \"ea713a11d4c2da55a1d60390bdb552f78bb80c1606214829eef099481eedb1da\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/webpubsub-1.4.0-py3-none-any.whl\",\n + \ \"filename\": \"webpubsub-1.4.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.39.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/webpubsub\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"webpubsub\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websockets (~=10.4)\",\n \"websockets~=10.4\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Webpubsub + Extension\",\n \"version\": \"1.4.0\"\n },\n + \ \"sha256Digest\": \"50eab39bf43aa912ac947bd483092d6e1434cbba9ff3ce3ba05adf84a8a7d219\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/webpubsub-1.5.0-py3-none-any.whl\",\n + \ \"filename\": \"webpubsub-1.5.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.39.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/webpubsub\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"webpubsub\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websockets (~=10.4)\",\n \"websockets~=10.4\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Webpubsub + Extension\",\n \"version\": \"1.5.0\"\n },\n + \ \"sha256Digest\": \"549fd4718c4663e4204be928dc3f86e5ef0f2003acf23fab03a4fdf5fdf4a3d8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/webpubsub-1.5.1-py3-none-any.whl\",\n + \ \"filename\": \"webpubsub-1.5.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/webpubsub\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"webpubsub\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websockets (~=10.4)\",\n \"websockets~=10.4\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Webpubsub + Extension\",\n \"version\": \"1.5.1\"\n },\n + \ \"sha256Digest\": \"32bbeb0da13bb4c197c993a260afdaffc78c18d5f2bc390d588c5142baa785e9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/webpubsub-1.6.0-py3-none-any.whl\",\n + \ \"filename\": \"webpubsub-1.6.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/webpubsub\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"webpubsub\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websockets (~=10.4)\",\n \"websockets~=10.4\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Webpubsub + Extension\",\n \"version\": \"1.6.0\"\n },\n + \ \"sha256Digest\": \"7c30049ded256664b8e5434230407331f6349def48e8aa57a759dc1cd9ab75e9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/webpubsub-1.7.0-py3-none-any.whl\",\n + \ \"filename\": \"webpubsub-1.7.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/webpubsub\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"webpubsub\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websockets (~=10.4)\",\n \"websockets~=10.4\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Webpubsub + Extension\",\n \"version\": \"1.7.0\"\n },\n + \ \"sha256Digest\": \"d4a1df1b81531516cbb8460303e30ab7e465ff10da9bb91f5c90e5c223610643\"\n + \ }\n ],\n \"workloads\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/workloads-0.1.0a1-py3-none-any.whl\",\n + \ \"filename\": \"workloads-0.1.0a1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/workloads\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"workloads\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Workloads Extension.\",\n \"version\": \"0.1.0a1\"\n + \ },\n \"sha256Digest\": \"0e5ba95c3799d043fc2ba869ce0c5b2eea200357a8b0cbd2b2733bb91d4cc7a8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/workloads-1.1.0b1-py3-none-any.whl\",\n + \ \"filename\": \"workloads-1.1.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/workloads\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"workloads\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Workloads Extension.\",\n \"version\": \"1.1.0b1\"\n + \ },\n \"sha256Digest\": \"262c41b08b831d689802634bb1a0fea0add38c3611f27b2036576d45232a1ff5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/workloads-1.1.0b2-py3-none-any.whl\",\n + \ \"filename\": \"workloads-1.1.0b2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/workloads\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"workloads\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Workloads Extension.\",\n \"version\": \"1.1.0b2\"\n + \ },\n \"sha256Digest\": \"716ec3db6d1d637da3d0255e83406aed3acd26b83405bbcadc4d30e1110beea3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/workloads-1.1.0b3-py3-none-any.whl\",\n + \ \"filename\": \"workloads-1.1.0b3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/workloads\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"workloads\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Workloads Extension.\",\n \"version\": \"1.1.0b3\"\n + \ },\n \"sha256Digest\": \"a7373b2d3766c43b3caeafc0eddbb492429750b62c78f767760b9b0b42363206\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/workloads-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"workloads-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/workloads\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"workloads\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Workloads Extension.\",\n \"version\": \"1.1.0\"\n + \ },\n \"sha256Digest\": \"869344894e0805ee64ad0717117d28200adf5425c1ecbbfa3b5b1b92b7520289\"\n + \ }\n ],\n \"zones\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/zones-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"zones-1.0.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"nielsb@microsoft.com\",\n + \ \"name\": \"Niels Buit\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/zones\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"zones\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Zones Extension\",\n \"version\": \"1.0.0b1\"\n },\n + \ \"sha256Digest\": \"fc23cc115a9dc5ecb3b769772bcf9eaafe47b3e1168d725e29d5ad0f8c71186d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/zones-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"zones-1.0.0b2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"nielsb@microsoft.com\",\n + \ \"name\": \"Niels Buit\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/zones\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"zones\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Zones Extension\",\n \"version\": \"1.0.0b2\"\n },\n + \ \"sha256Digest\": \"783082e58622e8c49560764b910917ef45171632e5d177a063efde51b43e542d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/zones-1.0.0b3-py3-none-any.whl\",\n + \ \"filename\": \"zones-1.0.0b3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"nielsb@microsoft.com\",\n + \ \"name\": \"Niels Buit\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/zones\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"zones\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Zones Extension\",\n \"version\": \"1.0.0b3\"\n },\n + \ \"sha256Digest\": \"3bd81c28abd60c59a59d969b222a0318d231aa7f170da138c5e3addffabeed19\"\n + \ }\n ]\n },\n \"formatVersion\": \"1\"\n}" + headers: + content-length: + - '5278591' + content-md5: + - zkzBclZkQPPd00gBqAXQZQ== + content-type: + - application/json + date: + - Wed, 28 May 2025 23:29:05 GMT + etag: + - '0x8DD9DBDDC4D5C2A' + last-modified: + - Wed, 28 May 2025 08:01:32 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-type: + - BlockBlob + x-ms-lease-status: + - unlocked + x-ms-version: + - '2009-09-19' + status: + code: 200 + message: OK - request: body: '{"name": "storageacc000003", "type": "Microsoft.Storage/storageAccounts"}' headers: @@ -31,7 +62007,7 @@ interactions: content-type: - application/json date: - - Tue, 06 May 2025 05:01:30 GMT + - Wed, 28 May 2025 23:29:29 GMT expires: - '-1' pragma: @@ -43,11 +62019,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/fe301bec-74d2-4cf5-9f43-448a58902e53 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/c906e965-0604-4071-948a-211095683e78 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 2493166F2A17445F8F862D5E1197C871 Ref B: CO6AA3150217017 Ref C: 2025-05-06T05:01:30Z' + - 'Ref A: 3EFF36CBAEA842B5B0107E73E1BAD2B5 Ref B: MNZ221060610017 Ref C: 2025-05-28T23:29:29Z' status: code: 200 message: OK @@ -85,11 +62061,11 @@ interactions: content-type: - text/plain; charset=utf-8 date: - - Tue, 06 May 2025 05:01:34 GMT + - Wed, 28 May 2025 23:29:32 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc6b73fd-925a-45ac-af63-bf2492d32938?monitor=true&api-version=2024-01-01&t=638821044951262268&c=MIIHpTCCBo2gAwIBAgITOgWZuFmLREgOyTdeugAEBZm4WTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwNDE5MTQyMjI3WhcNMjUxMDE2MTQyMjI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPxDlNdj6r6H0vTzKfz228nqLQPXYSxPqEGQSSSCczQcCX3f_Xtnvc-lFdoleay-OVQlgfbWiMkGazl2q7FVj9BZUHJ3KXFg833nlMDzzIkfrA17t4t3OW-6po21aPw9TdEBtH-GReYxdd8YmK-hHhKfpllLkKKn29Z8r3ecn-VJ1URRr4gV1Dnhd8h62eio4oVWmqq_9ITkiyfphE8gKB3n-2ZGTlftv1uEX4hpgnUbyhP4GBPp9Ni0RdYmpukMEr1-GI3W5OnXgKOvoCRB0HZQKU-5u630M-76UA_GFyALd1X_xQwHcCHKvtBzX5EEcQ4AOj_B540c3Mp0HnljQsECAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRgocSx-jjjSuZiJXHuNlAhZPhmbjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAK5mT0Rrym5x1NF2yah7nxZLo1y0madgpRkCREZyGAoW02DZD68DX6wagq4RbcOr_MAlhvWOTjVB8J52ZIsydOGq5NSpxte9Cy10m7-zSXWMn0yNE8YUToarDNRzmshQ5pEBXhjU6kSMEvqeNG8Fr3KrDZEVieQc5By_ZV8F9vtuv90XjrjiLw1qOrPVVvUFOTx-JlUR4aErF4Jldd_YA0aWCiYbvu3Bd1vWtXdnrkJSX-natlKNqGimVnj86nKEao8ktK5pKaHq6C8vbOLeNreXRy5C2fC1tgiZ00V2pHuk1qbOdhlzTDv8G0HZLm_T7_s92OBqMAwBJ1uChKnQm6M&s=2rcyNs-U0bEIh97KWBYS8ejx9YWur1bXEIowTbYM4fRdHloFea3y67vhRFZd9Z_4-sesKdkGOTLUxxnuwEUxNg3Ey0yfY1xUMHlL3WWMwrRpdt_rWMG6fyi13eGWwxld7h2W9igOsOfmXI7VQSVNHL3k1H6BOZav_YoUhxuOMq4m3ZzKas4KizwG2xmiNGJm_KIaIOFpVtYVRYkW0Cp3JBIs-mkNWuNuWYZHQzcP9KLzKpJuAmF0JtnJpSjzABvatEl20wVy2m99teAlbjDxGvanVSy-RAWQ6rrDh3d_cEZ7YDAuN6109hxb8JSb0bGA9qio-W-PYOL3t9Sr6Imq6w&h=XfyOym6m74nYZio0eVQwBQJJGUY3bOinhdjdufn7xmc + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1a9d365-6962-43d4-846c-6a349d6d93cd?monitor=true&api-version=2024-01-01&t=638840717728218697&c=MIIHhzCCBm-gAwIBAgITHgbIFmDY79XLPJrDjgAABsgWYDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUwNDE3MDcxODAyWhcNMjUxMDE0MDcxODAyWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMmXL0h9ESvC4b92QYV7yPeOyC8nGJyORFUoUm7UdBjxDbKTdSt8SfTfQkW5HjszhiwurE_fjCMlYj9_ymGSwiuCaKmitW7pcXF-WPgkAU2dKPUrSPqJAyeDDvG5SbZOmYYKHttoh0ZCPxadX4ljJ_k6BiE0-a-tSIYI__abusYKDqLuE9uYszi2Ra_hhLOH8qi2TBg71Jc7Dasa4RRwHnwfYbhpKL0tyMrBwyvMUGO00Q_Lx0iRvtIyWhp0HLppX7M2gzHCkh37uEJaggrcqn2T1QHSLgt2AuneElzaS8_if-JVZWv8ZdwCW8Oa-9JXQCzDSFKFP-2yMm1KPtualuUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBSJ3ygYgt4NuGG8mfdBelaS0ABH_DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAI2X3AiLN4s7W-C4ho0tyyAJfaEptV5HLxJHbIHK4awoIyOC8pp8Ay2pGHpXZlTZAhmvEJBKPbB0dVv_cphT1EjWF5rgvvLTBfp9Roo8PqmTQxmvMefBGXnYPmtPgtKMi5nwH1Y4xayGTzvIjIz1ZwYW5_hkF8jKx3e9bGDWPlgyHm3bRRRSgD650gZ7x69myyaDo4tX8FNWbLk-7PYxKiDBeLyle73_kab63klBJc7ep-O2AIxEtxi2DhDGLlGADWVwyYhEhlcFAhxXcOjCETnpsvDfOiK7XD3hnEkdKsChwTT9Gp6wEmn6xu59Qm2DenO3AMiv6vEyP2-7F-bR5G4&s=HS09p9OWR_Qkr2FWKX-ky-0d_ztCpTtRq_Jla-JG1c2tQ0ToIiI0PdV81O9IjxEA-9oqKtSgXu6vgA7Le9VesBz4YB4bIUjRm5BYVr9Y0232iTnzxzlhtWH_spokySTk3p3c9tzO6wA2NmkZRpp2Vs2B3iE-DcxB4Q1GCWq7AbR7lcgT25Q7OEYdy68-dLVLzFdh7KXYVFmP49kx70Wm2MCIwaY_Qddo2QZExD1rmR3yV1ZStt9MDRLOaC9vlkR1ZRpECgVesiyDT89gTlJxC1BUqcVI47rrT_G32EILazKGeDPcUkOgjbpMxXZV8DaP2yPiK6RxS8RwV9puU5TrOg&h=PYnFBMEcV2aBdw30RKtdQ2xFR3frncSvH35g-5aMams pragma: - no-cache strict-transport-security: @@ -99,13 +62075,13 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/f96ad33a-c1a1-4be8-8d78-cea1caf1e03b + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/a702aa04-b8a6-4e41-a5fd-0069f1517a2e x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 6A68F8E914374D44AA7C976DC53F4D4E Ref B: CO6AA3150217017 Ref C: 2025-05-06T05:01:31Z' + - 'Ref A: 64B753212AC74E0AAF7FBB544AAABFD3 Ref B: MNZ221060610017 Ref C: 2025-05-28T23:29:30Z' status: code: 202 message: Accepted @@ -125,7 +62101,7 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc6b73fd-925a-45ac-af63-bf2492d32938?monitor=true&api-version=2024-01-01&t=638821044951262268&c=MIIHpTCCBo2gAwIBAgITOgWZuFmLREgOyTdeugAEBZm4WTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwNDE5MTQyMjI3WhcNMjUxMDE2MTQyMjI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPxDlNdj6r6H0vTzKfz228nqLQPXYSxPqEGQSSSCczQcCX3f_Xtnvc-lFdoleay-OVQlgfbWiMkGazl2q7FVj9BZUHJ3KXFg833nlMDzzIkfrA17t4t3OW-6po21aPw9TdEBtH-GReYxdd8YmK-hHhKfpllLkKKn29Z8r3ecn-VJ1URRr4gV1Dnhd8h62eio4oVWmqq_9ITkiyfphE8gKB3n-2ZGTlftv1uEX4hpgnUbyhP4GBPp9Ni0RdYmpukMEr1-GI3W5OnXgKOvoCRB0HZQKU-5u630M-76UA_GFyALd1X_xQwHcCHKvtBzX5EEcQ4AOj_B540c3Mp0HnljQsECAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRgocSx-jjjSuZiJXHuNlAhZPhmbjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAK5mT0Rrym5x1NF2yah7nxZLo1y0madgpRkCREZyGAoW02DZD68DX6wagq4RbcOr_MAlhvWOTjVB8J52ZIsydOGq5NSpxte9Cy10m7-zSXWMn0yNE8YUToarDNRzmshQ5pEBXhjU6kSMEvqeNG8Fr3KrDZEVieQc5By_ZV8F9vtuv90XjrjiLw1qOrPVVvUFOTx-JlUR4aErF4Jldd_YA0aWCiYbvu3Bd1vWtXdnrkJSX-natlKNqGimVnj86nKEao8ktK5pKaHq6C8vbOLeNreXRy5C2fC1tgiZ00V2pHuk1qbOdhlzTDv8G0HZLm_T7_s92OBqMAwBJ1uChKnQm6M&s=2rcyNs-U0bEIh97KWBYS8ejx9YWur1bXEIowTbYM4fRdHloFea3y67vhRFZd9Z_4-sesKdkGOTLUxxnuwEUxNg3Ey0yfY1xUMHlL3WWMwrRpdt_rWMG6fyi13eGWwxld7h2W9igOsOfmXI7VQSVNHL3k1H6BOZav_YoUhxuOMq4m3ZzKas4KizwG2xmiNGJm_KIaIOFpVtYVRYkW0Cp3JBIs-mkNWuNuWYZHQzcP9KLzKpJuAmF0JtnJpSjzABvatEl20wVy2m99teAlbjDxGvanVSy-RAWQ6rrDh3d_cEZ7YDAuN6109hxb8JSb0bGA9qio-W-PYOL3t9Sr6Imq6w&h=XfyOym6m74nYZio0eVQwBQJJGUY3bOinhdjdufn7xmc + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1a9d365-6962-43d4-846c-6a349d6d93cd?monitor=true&api-version=2024-01-01&t=638840717728218697&c=MIIHhzCCBm-gAwIBAgITHgbIFmDY79XLPJrDjgAABsgWYDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUwNDE3MDcxODAyWhcNMjUxMDE0MDcxODAyWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMmXL0h9ESvC4b92QYV7yPeOyC8nGJyORFUoUm7UdBjxDbKTdSt8SfTfQkW5HjszhiwurE_fjCMlYj9_ymGSwiuCaKmitW7pcXF-WPgkAU2dKPUrSPqJAyeDDvG5SbZOmYYKHttoh0ZCPxadX4ljJ_k6BiE0-a-tSIYI__abusYKDqLuE9uYszi2Ra_hhLOH8qi2TBg71Jc7Dasa4RRwHnwfYbhpKL0tyMrBwyvMUGO00Q_Lx0iRvtIyWhp0HLppX7M2gzHCkh37uEJaggrcqn2T1QHSLgt2AuneElzaS8_if-JVZWv8ZdwCW8Oa-9JXQCzDSFKFP-2yMm1KPtualuUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBSJ3ygYgt4NuGG8mfdBelaS0ABH_DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAI2X3AiLN4s7W-C4ho0tyyAJfaEptV5HLxJHbIHK4awoIyOC8pp8Ay2pGHpXZlTZAhmvEJBKPbB0dVv_cphT1EjWF5rgvvLTBfp9Roo8PqmTQxmvMefBGXnYPmtPgtKMi5nwH1Y4xayGTzvIjIz1ZwYW5_hkF8jKx3e9bGDWPlgyHm3bRRRSgD650gZ7x69myyaDo4tX8FNWbLk-7PYxKiDBeLyle73_kab63klBJc7ep-O2AIxEtxi2DhDGLlGADWVwyYhEhlcFAhxXcOjCETnpsvDfOiK7XD3hnEkdKsChwTT9Gp6wEmn6xu59Qm2DenO3AMiv6vEyP2-7F-bR5G4&s=HS09p9OWR_Qkr2FWKX-ky-0d_ztCpTtRq_Jla-JG1c2tQ0ToIiI0PdV81O9IjxEA-9oqKtSgXu6vgA7Le9VesBz4YB4bIUjRm5BYVr9Y0232iTnzxzlhtWH_spokySTk3p3c9tzO6wA2NmkZRpp2Vs2B3iE-DcxB4Q1GCWq7AbR7lcgT25Q7OEYdy68-dLVLzFdh7KXYVFmP49kx70Wm2MCIwaY_Qddo2QZExD1rmR3yV1ZStt9MDRLOaC9vlkR1ZRpECgVesiyDT89gTlJxC1BUqcVI47rrT_G32EILazKGeDPcUkOgjbpMxXZV8DaP2yPiK6RxS8RwV9puU5TrOg&h=PYnFBMEcV2aBdw30RKtdQ2xFR3frncSvH35g-5aMams response: body: string: '' @@ -137,11 +62113,11 @@ interactions: content-type: - text/plain; charset=utf-8 date: - - Tue, 06 May 2025 05:01:34 GMT + - Wed, 28 May 2025 23:29:32 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc6b73fd-925a-45ac-af63-bf2492d32938?monitor=true&api-version=2024-01-01&t=638821044955731151&c=MIIHpTCCBo2gAwIBAgITOgWZuFmLREgOyTdeugAEBZm4WTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwNDE5MTQyMjI3WhcNMjUxMDE2MTQyMjI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPxDlNdj6r6H0vTzKfz228nqLQPXYSxPqEGQSSSCczQcCX3f_Xtnvc-lFdoleay-OVQlgfbWiMkGazl2q7FVj9BZUHJ3KXFg833nlMDzzIkfrA17t4t3OW-6po21aPw9TdEBtH-GReYxdd8YmK-hHhKfpllLkKKn29Z8r3ecn-VJ1URRr4gV1Dnhd8h62eio4oVWmqq_9ITkiyfphE8gKB3n-2ZGTlftv1uEX4hpgnUbyhP4GBPp9Ni0RdYmpukMEr1-GI3W5OnXgKOvoCRB0HZQKU-5u630M-76UA_GFyALd1X_xQwHcCHKvtBzX5EEcQ4AOj_B540c3Mp0HnljQsECAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRgocSx-jjjSuZiJXHuNlAhZPhmbjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAK5mT0Rrym5x1NF2yah7nxZLo1y0madgpRkCREZyGAoW02DZD68DX6wagq4RbcOr_MAlhvWOTjVB8J52ZIsydOGq5NSpxte9Cy10m7-zSXWMn0yNE8YUToarDNRzmshQ5pEBXhjU6kSMEvqeNG8Fr3KrDZEVieQc5By_ZV8F9vtuv90XjrjiLw1qOrPVVvUFOTx-JlUR4aErF4Jldd_YA0aWCiYbvu3Bd1vWtXdnrkJSX-natlKNqGimVnj86nKEao8ktK5pKaHq6C8vbOLeNreXRy5C2fC1tgiZ00V2pHuk1qbOdhlzTDv8G0HZLm_T7_s92OBqMAwBJ1uChKnQm6M&s=AMQWjEmfbm_Bv-3Z9-P4svNj_I4wWybDqNvFPiGzSW4NEaZNgi5eU8NaTEMDqXPQRutyoOAIwkjcKuW2bNtp3jS1gIzSaTf3RADU9edpbNe5vhfkaagcuDs4SLVUkAzf2d0atzP4ZdNSn1WL2k8KxOIt_gWZT5m3pIQkbQtkKZlNAw2zVWN71ygAv1NgdgQ1guxFURs7Oa5X2vY2VgSlavUrSUn3iAbIN6z0XbMfUSTgIoGLtypwruFRtyetyxyirotCDX9qtmbgVGyRl6JVnGM_DsAbz0VEsRzA3SNYe30Ttr8XgRDc81XSveC-WWs5sMAGzlwLh5GSBpYkcENB2w&h=Dp6F33g5OBBShK_KmZYyTaQE6VH4BrD40zIqc_9F03g + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1a9d365-6962-43d4-846c-6a349d6d93cd?monitor=true&api-version=2024-01-01&t=638840717733568995&c=MIIHhzCCBm-gAwIBAgITHgbIFmDY79XLPJrDjgAABsgWYDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUwNDE3MDcxODAyWhcNMjUxMDE0MDcxODAyWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMmXL0h9ESvC4b92QYV7yPeOyC8nGJyORFUoUm7UdBjxDbKTdSt8SfTfQkW5HjszhiwurE_fjCMlYj9_ymGSwiuCaKmitW7pcXF-WPgkAU2dKPUrSPqJAyeDDvG5SbZOmYYKHttoh0ZCPxadX4ljJ_k6BiE0-a-tSIYI__abusYKDqLuE9uYszi2Ra_hhLOH8qi2TBg71Jc7Dasa4RRwHnwfYbhpKL0tyMrBwyvMUGO00Q_Lx0iRvtIyWhp0HLppX7M2gzHCkh37uEJaggrcqn2T1QHSLgt2AuneElzaS8_if-JVZWv8ZdwCW8Oa-9JXQCzDSFKFP-2yMm1KPtualuUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBSJ3ygYgt4NuGG8mfdBelaS0ABH_DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAI2X3AiLN4s7W-C4ho0tyyAJfaEptV5HLxJHbIHK4awoIyOC8pp8Ay2pGHpXZlTZAhmvEJBKPbB0dVv_cphT1EjWF5rgvvLTBfp9Roo8PqmTQxmvMefBGXnYPmtPgtKMi5nwH1Y4xayGTzvIjIz1ZwYW5_hkF8jKx3e9bGDWPlgyHm3bRRRSgD650gZ7x69myyaDo4tX8FNWbLk-7PYxKiDBeLyle73_kab63klBJc7ep-O2AIxEtxi2DhDGLlGADWVwyYhEhlcFAhxXcOjCETnpsvDfOiK7XD3hnEkdKsChwTT9Gp6wEmn6xu59Qm2DenO3AMiv6vEyP2-7F-bR5G4&s=vfGKHpTmNXR1HrVeDA_i4sx2cIqFa6d6eV1Vk-LUNgQX2uSSOTlxOLu9kN8Ewe_KcRssvFxfQyz4u3PybIQ0GbL7hxKPaXaRTosPFFGbB1ytMewlJKHrO1u9VH4d3pENPovQlu-z4u83sHzE06ZrLd0dbbEtnGSrU0UhPBDWUVcPTgsCpBqN1SOd5WqmnVxyDBJ20aqeYAdr7dbCwVjfTEY5F-4M0z2LE_-8PrM7nOB4u-aok1xN1FaN0dA0npvab0VplBQBPlP8sYo61Y1cABt_kPtVfAT--_mmsVC8LeliczLQSfwsqi2fBnokcOUUQMuVMcjG5f3glOLTu-6_ew&h=2Jo1rZeyy8Msu1qKv5V56eoFmP2Tw2E2FhajMtjkgiA pragma: - no-cache strict-transport-security: @@ -151,11 +62127,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/ae1c4f5f-0206-4d9b-8828-5fff6e1fe8ea + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/49460182-3a4c-423c-b650-9fa8c82c5767 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: E5561FA537DF4CC3AB98538AE39775C3 Ref B: CO6AA3150217017 Ref C: 2025-05-06T05:01:35Z' + - 'Ref A: 8C6E688918D6442C96E4252681A38929 Ref B: MNZ221060610017 Ref C: 2025-05-28T23:29:33Z' status: code: 202 message: Accepted @@ -175,10 +62151,10 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc6b73fd-925a-45ac-af63-bf2492d32938?monitor=true&api-version=2024-01-01&t=638821044955731151&c=MIIHpTCCBo2gAwIBAgITOgWZuFmLREgOyTdeugAEBZm4WTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwNDE5MTQyMjI3WhcNMjUxMDE2MTQyMjI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPxDlNdj6r6H0vTzKfz228nqLQPXYSxPqEGQSSSCczQcCX3f_Xtnvc-lFdoleay-OVQlgfbWiMkGazl2q7FVj9BZUHJ3KXFg833nlMDzzIkfrA17t4t3OW-6po21aPw9TdEBtH-GReYxdd8YmK-hHhKfpllLkKKn29Z8r3ecn-VJ1URRr4gV1Dnhd8h62eio4oVWmqq_9ITkiyfphE8gKB3n-2ZGTlftv1uEX4hpgnUbyhP4GBPp9Ni0RdYmpukMEr1-GI3W5OnXgKOvoCRB0HZQKU-5u630M-76UA_GFyALd1X_xQwHcCHKvtBzX5EEcQ4AOj_B540c3Mp0HnljQsECAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRgocSx-jjjSuZiJXHuNlAhZPhmbjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAK5mT0Rrym5x1NF2yah7nxZLo1y0madgpRkCREZyGAoW02DZD68DX6wagq4RbcOr_MAlhvWOTjVB8J52ZIsydOGq5NSpxte9Cy10m7-zSXWMn0yNE8YUToarDNRzmshQ5pEBXhjU6kSMEvqeNG8Fr3KrDZEVieQc5By_ZV8F9vtuv90XjrjiLw1qOrPVVvUFOTx-JlUR4aErF4Jldd_YA0aWCiYbvu3Bd1vWtXdnrkJSX-natlKNqGimVnj86nKEao8ktK5pKaHq6C8vbOLeNreXRy5C2fC1tgiZ00V2pHuk1qbOdhlzTDv8G0HZLm_T7_s92OBqMAwBJ1uChKnQm6M&s=AMQWjEmfbm_Bv-3Z9-P4svNj_I4wWybDqNvFPiGzSW4NEaZNgi5eU8NaTEMDqXPQRutyoOAIwkjcKuW2bNtp3jS1gIzSaTf3RADU9edpbNe5vhfkaagcuDs4SLVUkAzf2d0atzP4ZdNSn1WL2k8KxOIt_gWZT5m3pIQkbQtkKZlNAw2zVWN71ygAv1NgdgQ1guxFURs7Oa5X2vY2VgSlavUrSUn3iAbIN6z0XbMfUSTgIoGLtypwruFRtyetyxyirotCDX9qtmbgVGyRl6JVnGM_DsAbz0VEsRzA3SNYe30Ttr8XgRDc81XSveC-WWs5sMAGzlwLh5GSBpYkcENB2w&h=Dp6F33g5OBBShK_KmZYyTaQE6VH4BrD40zIqc_9F03g + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1a9d365-6962-43d4-846c-6a349d6d93cd?monitor=true&api-version=2024-01-01&t=638840717733568995&c=MIIHhzCCBm-gAwIBAgITHgbIFmDY79XLPJrDjgAABsgWYDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUwNDE3MDcxODAyWhcNMjUxMDE0MDcxODAyWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMmXL0h9ESvC4b92QYV7yPeOyC8nGJyORFUoUm7UdBjxDbKTdSt8SfTfQkW5HjszhiwurE_fjCMlYj9_ymGSwiuCaKmitW7pcXF-WPgkAU2dKPUrSPqJAyeDDvG5SbZOmYYKHttoh0ZCPxadX4ljJ_k6BiE0-a-tSIYI__abusYKDqLuE9uYszi2Ra_hhLOH8qi2TBg71Jc7Dasa4RRwHnwfYbhpKL0tyMrBwyvMUGO00Q_Lx0iRvtIyWhp0HLppX7M2gzHCkh37uEJaggrcqn2T1QHSLgt2AuneElzaS8_if-JVZWv8ZdwCW8Oa-9JXQCzDSFKFP-2yMm1KPtualuUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBSJ3ygYgt4NuGG8mfdBelaS0ABH_DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAI2X3AiLN4s7W-C4ho0tyyAJfaEptV5HLxJHbIHK4awoIyOC8pp8Ay2pGHpXZlTZAhmvEJBKPbB0dVv_cphT1EjWF5rgvvLTBfp9Roo8PqmTQxmvMefBGXnYPmtPgtKMi5nwH1Y4xayGTzvIjIz1ZwYW5_hkF8jKx3e9bGDWPlgyHm3bRRRSgD650gZ7x69myyaDo4tX8FNWbLk-7PYxKiDBeLyle73_kab63klBJc7ep-O2AIxEtxi2DhDGLlGADWVwyYhEhlcFAhxXcOjCETnpsvDfOiK7XD3hnEkdKsChwTT9Gp6wEmn6xu59Qm2DenO3AMiv6vEyP2-7F-bR5G4&s=vfGKHpTmNXR1HrVeDA_i4sx2cIqFa6d6eV1Vk-LUNgQX2uSSOTlxOLu9kN8Ewe_KcRssvFxfQyz4u3PybIQ0GbL7hxKPaXaRTosPFFGbB1ytMewlJKHrO1u9VH4d3pENPovQlu-z4u83sHzE06ZrLd0dbbEtnGSrU0UhPBDWUVcPTgsCpBqN1SOd5WqmnVxyDBJ20aqeYAdr7dbCwVjfTEY5F-4M0z2LE_-8PrM7nOB4u-aok1xN1FaN0dA0npvab0VplBQBPlP8sYo61Y1cABt_kPtVfAT--_mmsVC8LeliczLQSfwsqi2fBnokcOUUQMuVMcjG5f3glOLTu-6_ew&h=2Jo1rZeyy8Msu1qKv5V56eoFmP2Tw2E2FhajMtjkgiA response: body: - string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/storageacc000003","name":"storageacc000003","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-05-06T05:01:33.3987233Z","key2":"2025-05-06T05:01:33.3987233Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"allowSharedKeyAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-05-06T05:01:33.3987233Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-05-06T05:01:33.3987233Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-05-06T05:01:33.2112213Z","primaryEndpoints":{"dfs":"https://storageacc000003.dfs.core.windows.net/","web":"https://storageacc000003.z20.web.core.windows.net/","blob":"https://storageacc000003.blob.core.windows.net/","queue":"https://storageacc000003.queue.core.windows.net/","table":"https://storageacc000003.table.core.windows.net/","file":"https://storageacc000003.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}}' + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/storageacc000003","name":"storageacc000003","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-05-28T23:29:31.0463836Z","key2":"2025-05-28T23:29:31.0463836Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"allowSharedKeyAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-05-28T23:29:31.0463836Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-05-28T23:29:31.0463836Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-05-28T23:29:30.8901312Z","primaryEndpoints":{"dfs":"https://storageacc000003.dfs.core.windows.net/","web":"https://storageacc000003.z20.web.core.windows.net/","blob":"https://storageacc000003.blob.core.windows.net/","queue":"https://storageacc000003.queue.core.windows.net/","table":"https://storageacc000003.table.core.windows.net/","file":"https://storageacc000003.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}}' headers: cache-control: - no-cache @@ -187,7 +62163,7 @@ interactions: content-type: - application/json date: - - Tue, 06 May 2025 05:01:51 GMT + - Wed, 28 May 2025 23:29:49 GMT expires: - '-1' pragma: @@ -199,11 +62175,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/539ee622-6c38-4376-b156-ae2088c4dd3a + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/967deedd-4153-4be7-96ce-74a4331dbce3 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 9ED3EF6A61CE4C20A77609C3F193E7FF Ref B: CO6AA3150217017 Ref C: 2025-05-06T05:01:52Z' + - 'Ref A: C1F8606BCEC943828E6912EB6BC2B863 Ref B: MNZ221060610017 Ref C: 2025-05-28T23:29:49Z' status: code: 200 message: OK @@ -225,7 +62201,7 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-storage-blob/12.16.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) x-ms-date: - - Tue, 06 May 2025 05:01:53 GMT + - Wed, 28 May 2025 23:29:54 GMT x-ms-version: - '2022-11-02' method: PUT @@ -237,11 +62213,11 @@ interactions: content-length: - '0' date: - - Tue, 06 May 2025 05:01:55 GMT + - Wed, 28 May 2025 23:29:53 GMT etag: - - '"0x8DD8C5B1F97A8AA"' + - '"0x8DD9E3F8D35CB07"' last-modified: - - Tue, 06 May 2025 05:01:55 GMT + - Wed, 28 May 2025 23:29:54 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: @@ -279,7 +62255,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 06 May 2025 05:02:06 GMT + - Wed, 28 May 2025 23:30:44 GMT expires: - '-1' pragma: @@ -293,7 +62269,7 @@ interactions: x-ms-failure-cause: - gateway x-msedge-ref: - - 'Ref A: 39B39F81032642A2841E71D8B2DCC028 Ref B: CO6AA3150218029 Ref C: 2025-05-06T05:02:06Z' + - 'Ref A: B9B3AF51AE0C455DA2D14944AFDBFECC Ref B: MNZ221060618027 Ref C: 2025-05-28T23:30:44Z' status: code: 404 message: Not Found @@ -313,10 +62289,10 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2024-11-01 + 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":"eastus2","tags":{"product":"azurecli","cause":"automation","test":"test_aks_extension_backup","date":"2025-05-06T05:00:52Z","module":"aks-preview"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"eastus2","tags":{"product":"azurecli","cause":"automation","test":"test_aks_extension_backup","date":"2025-05-28T23:28:51Z","module":"aks-preview"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -325,7 +62301,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 06 May 2025 05:02:08 GMT + - Wed, 28 May 2025 23:30:44 GMT expires: - '-1' pragma: @@ -339,16 +62315,16 @@ interactions: x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: BFAFB53D75184C55B520AA872E240443 Ref B: MWH011020807031 Ref C: 2025-05-06T05:02:08Z' + - 'Ref A: B834179E52EB452C8F7FBFEA7B2A17F3 Ref B: BL2AA2011004040 Ref C: 2025-05-28T23:30:45Z' status: code: 200 message: OK - request: body: '{"location": "eastus2", "sku": {"name": "Base", "tier": "Free"}, "identity": {"type": "SystemAssigned"}, "kind": "Base", "properties": {"kubernetesVersion": - "", "dnsPrefix": "cliakstest-clitestaeqnlkp5t-15c06b", "agentPoolProfiles": - [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": - "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", + "", "dnsPrefix": "cliakstest-clitest45fbzbkaa-15c06b", "agentPoolProfiles": + [{"count": 3, "vmSize": "", "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": [], "nodeInitializationTaints": @@ -356,11 +62332,10 @@ interactions: false, "networkProfile": {}, "securityProfile": {"sshAccess": "localuser"}, "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": {"podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", - "dnsServiceIP": "10.0.0.10", "outboundType": "loadBalancer", "loadBalancerSku": - "standard"}, "disableLocalAccounts": false, "storageProfile": {}, "bootstrapProfile": - {"artifactSource": "Direct"}}}' + test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "networkProfile": + {"podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", + "outboundType": "loadBalancer", "loadBalancerSku": "standard"}, "disableLocalAccounts": + false, "storageProfile": {}, "bootstrapProfile": {"artifactSource": "Direct"}}}' headers: Accept: - application/json @@ -371,7 +62346,7 @@ interactions: Connection: - keep-alive Content-Length: - - '2030' + - '1981' Content-Type: - application/json ParameterSetName: @@ -386,38 +62361,38 @@ interactions: \"location\": \"eastus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"kind\": \"Base\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.31\",\n \"currentKubernetesVersion\": \"1.31.7\",\n \"dnsPrefix\": \"cliakstest-clitestaeqnlkp5t-15c06b\",\n - \ \"fqdn\": \"cliakstest-clitestaeqnlkp5t-15c06b-wtfj5xt8.hcp.eastus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestaeqnlkp5t-15c06b-wtfj5xt8.portal.hcp.eastus2.azmk8s.io\",\n + \"1.31\",\n \"currentKubernetesVersion\": \"1.31.8\",\n \"dnsPrefix\": \"cliakstest-clitest45fbzbkaa-15c06b\",\n + \ \"fqdn\": \"cliakstest-clitest45fbzbkaa-15c06b-v1z6sbco.hcp.eastus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest45fbzbkaa-15c06b-v1z6sbco.portal.hcp.eastus2.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\": 250,\n \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": - false,\n \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Creating\",\n - \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.31\",\n \"currentOrchestratorVersion\": \"1.31.7\",\n \"enableNodePublicIP\": - false,\n \"enableCustomCATrust\": false,\n \"nodeLabels\": {},\n \"mode\": - \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": - false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-202504.22.0\",\n \"upgradeSettings\": {\n - \ \"maxSurge\": \"10%\",\n \"maxUnavailable\": \"0\"\n },\n \"enableFIPS\": - false,\n \"networkProfile\": {},\n \"securityProfile\": {\n \"sshAccess\": - \"LocalUser\",\n \"enableVTPM\": false,\n \"enableSecureBoot\": false\n - \ }\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + 3,\n \"vmSize\": \"Standard_D4ads_v5\",\n \"osDiskSizeGB\": 150,\n \"osDiskType\": + \"Ephemeral\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 250,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"scaleDownMode\": \"Delete\",\n \"provisioningState\": + \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n + \ \"orchestratorVersion\": \"1.31\",\n \"currentOrchestratorVersion\": + \"1.31.8\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + false,\n \"nodeLabels\": {},\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": + false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2containerd-202505.14.0\",\n + \ \"upgradeSettings\": {\n \"maxSurge\": \"10%\",\n \"maxUnavailable\": + \"0\"\n },\n \"enableFIPS\": false,\n \"networkProfile\": {},\n \"securityProfile\": + {\n \"sshAccess\": \"LocalUser\",\n \"enableVTPM\": false,\n \"enableSecureBoot\": + false\n }\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_eastus2\",\n \"enableRBAC\": true,\n - \ \"enablePodSecurityPolicy\": false,\n \"supportPlan\": \"KubernetesOfficial\",\n - \ \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"networkPluginMode\": - \"overlay\",\n \"networkPolicy\": \"none\",\n \"networkDataplane\": \"azure\",\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 \"podLinkLocalAccess\": + \ \"supportPlan\": \"KubernetesOfficial\",\n \"networkProfile\": {\n \"networkPlugin\": + \"azure\",\n \"networkPluginMode\": \"overlay\",\n \"networkPolicy\": + \"none\",\n \"networkDataplane\": \"azure\",\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 \"podLinkLocalAccess\": \"IMDS\"\n },\n \"maxAgentPools\": 100,\n \"autoUpgradeProfile\": {\n \"nodeOSUpgradeChannel\": \"NodeImage\"\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": true,\n @@ -425,27 +62400,27 @@ interactions: true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n },\n \ \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": {},\n \"metricsProfile\": {\n \"costAnalysis\": {\n \"enabled\": false\n - \ }\n },\n \"resourceUID\": \"681997d6e79d070001736b19\",\n \"controlPlanePluginProfiles\": + \ }\n },\n \"resourceUID\": \"68379caa50048500010d04ef\",\n \"controlPlanePluginProfiles\": {\n \"azure-monitor-metrics-ccp\": {\n \"enableV2\": true\n },\n \"karpenter\": {\n \"enableV2\": true\n },\n \"kubelet-serving-csr-approver\": {\n \ \"enableV2\": true\n },\n \"live-patching-controller\": {\n \"enableV2\": true\n },\n \"static-egress-controller\": {\n \"enableV2\": true\n - \ }\n },\n \"nodeProvisioningProfile\": {\n \"mode\": \"Manual\"\n },\n - \ \"bootstrapProfile\": {\n \"artifactSource\": \"Direct\"\n }\n },\n \"identity\": - {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ }\n },\n \"nodeProvisioningProfile\": {\n \"mode\": \"Manual\",\n \"defaultNodePools\": + \"Auto\"\n },\n \"bootstrapProfile\": {\n \"artifactSource\": \"Direct\"\n + \ }\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": {\n \ \"name\": \"Base\",\n \"tier\": \"Free\"\n }\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/2c533839-f405-4d2c-850e-f4b36d61a7d3?api-version=2017-08-31&t=638821045362418559&c=MIIHpTCCBo2gAwIBAgITOgWZuFmLREgOyTdeugAEBZm4WTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwNDE5MTQyMjI3WhcNMjUxMDE2MTQyMjI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPxDlNdj6r6H0vTzKfz228nqLQPXYSxPqEGQSSSCczQcCX3f_Xtnvc-lFdoleay-OVQlgfbWiMkGazl2q7FVj9BZUHJ3KXFg833nlMDzzIkfrA17t4t3OW-6po21aPw9TdEBtH-GReYxdd8YmK-hHhKfpllLkKKn29Z8r3ecn-VJ1URRr4gV1Dnhd8h62eio4oVWmqq_9ITkiyfphE8gKB3n-2ZGTlftv1uEX4hpgnUbyhP4GBPp9Ni0RdYmpukMEr1-GI3W5OnXgKOvoCRB0HZQKU-5u630M-76UA_GFyALd1X_xQwHcCHKvtBzX5EEcQ4AOj_B540c3Mp0HnljQsECAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRgocSx-jjjSuZiJXHuNlAhZPhmbjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAK5mT0Rrym5x1NF2yah7nxZLo1y0madgpRkCREZyGAoW02DZD68DX6wagq4RbcOr_MAlhvWOTjVB8J52ZIsydOGq5NSpxte9Cy10m7-zSXWMn0yNE8YUToarDNRzmshQ5pEBXhjU6kSMEvqeNG8Fr3KrDZEVieQc5By_ZV8F9vtuv90XjrjiLw1qOrPVVvUFOTx-JlUR4aErF4Jldd_YA0aWCiYbvu3Bd1vWtXdnrkJSX-natlKNqGimVnj86nKEao8ktK5pKaHq6C8vbOLeNreXRy5C2fC1tgiZ00V2pHuk1qbOdhlzTDv8G0HZLm_T7_s92OBqMAwBJ1uChKnQm6M&s=JpEAA9Ks2U8lv7n6lNNkupGX6_valmfiF8-c0tQxlBLVMwjs_PRWpWoehbsilFdULIhBMW94vJVMI3JQGTbZvLhrDoVWeqm1IDxxrxCrnvJ1CThs3aW14Xf5BCfmtzYmd6eHoNixhfNHpaSlX0wJd9WLfGf6C1rhf1klLh_5w_7OHSfoW3I5euhGr2crAgWzOFMeet_XY9yGyh8vAYx8osHnd34wwumcGPyD26gzyeIHwrIF7j2MZiMO9NL2M9QypC5BtY_3eBSpEwbL9a0t1q-w6DxetJ6xAvjDBy8oSSH5eVttZXHe28KEQKUJs3_OPxOwIxbAMjlpzK-Gb4mfFA&h=YMVoYcl8VtRjYFpPjeCJ7mtnaaXqG42J9kxbobsQTMc + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/81df7b0b-eefa-47f7-8ce1-55ffdae32dd9?api-version=2025-03-01&t=638840718519046485&c=MIIHhzCCBm-gAwIBAgITHgbIFmDY79XLPJrDjgAABsgWYDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUwNDE3MDcxODAyWhcNMjUxMDE0MDcxODAyWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMmXL0h9ESvC4b92QYV7yPeOyC8nGJyORFUoUm7UdBjxDbKTdSt8SfTfQkW5HjszhiwurE_fjCMlYj9_ymGSwiuCaKmitW7pcXF-WPgkAU2dKPUrSPqJAyeDDvG5SbZOmYYKHttoh0ZCPxadX4ljJ_k6BiE0-a-tSIYI__abusYKDqLuE9uYszi2Ra_hhLOH8qi2TBg71Jc7Dasa4RRwHnwfYbhpKL0tyMrBwyvMUGO00Q_Lx0iRvtIyWhp0HLppX7M2gzHCkh37uEJaggrcqn2T1QHSLgt2AuneElzaS8_if-JVZWv8ZdwCW8Oa-9JXQCzDSFKFP-2yMm1KPtualuUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBSJ3ygYgt4NuGG8mfdBelaS0ABH_DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAI2X3AiLN4s7W-C4ho0tyyAJfaEptV5HLxJHbIHK4awoIyOC8pp8Ay2pGHpXZlTZAhmvEJBKPbB0dVv_cphT1EjWF5rgvvLTBfp9Roo8PqmTQxmvMefBGXnYPmtPgtKMi5nwH1Y4xayGTzvIjIz1ZwYW5_hkF8jKx3e9bGDWPlgyHm3bRRRSgD650gZ7x69myyaDo4tX8FNWbLk-7PYxKiDBeLyle73_kab63klBJc7ep-O2AIxEtxi2DhDGLlGADWVwyYhEhlcFAhxXcOjCETnpsvDfOiK7XD3hnEkdKsChwTT9Gp6wEmn6xu59Qm2DenO3AMiv6vEyP2-7F-bR5G4&s=sM7kb2rf2fxkdG-RCOepqEtf4EMDbtdUn1zGG6IwoRk8dTDzN5eYRebUlWrJOXTvRa2UtLEI6n8c59_3q8QyXaFAm4T5leguV5YNpJCQGSp_40tICoJXra8VPtlQi3HatNfoFupMYYv2o02BUlSH0pk_b6Y9eSAjwPflSRjD-u1IhkMUqoCImhjncVH6RsooX3yJb_d4HZGqPyPeHWHjmXIiHfUdLNHkDipTKgwSwBdRIQP2L9l7To9eY0RG70ZB6joMfAVmnGfT_oua2_70kFowYZBB3C1TzjdIIIJS42dRArwT6wVXuZkyCus6-lfqd-JBYyZ5Ud_KuB-4i9R5Ig&h=KsH0CoudcB2O-w0L6ubXSA48YTDjCn47obfM5RN4WvE cache-control: - no-cache content-length: - - '4689' + - '4688' content-type: - application/json date: - - Tue, 06 May 2025 05:02:16 GMT + - Wed, 28 May 2025 23:30:51 GMT expires: - '-1' pragma: @@ -457,13 +62432,13 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/4ad43268-2f04-4127-9295-2b6fbe4dc335 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/c7397f59-9fad-47c2-b847-0be9e59f5ffc x-ms-ratelimit-remaining-subscription-global-writes: - '12000' x-ms-ratelimit-remaining-subscription-writes: - '800' x-msedge-ref: - - 'Ref A: B90FBFA5F6F44F00A57A74787FBCAA69 Ref B: CO6AA3150218029 Ref C: 2025-05-06T05:02:08Z' + - 'Ref A: 1C3924C963924A9A91961FA7233F1380 Ref B: MNZ221060618027 Ref C: 2025-05-28T23:30:45Z' status: code: 201 message: Created @@ -483,11 +62458,11 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/2c533839-f405-4d2c-850e-f4b36d61a7d3?api-version=2017-08-31&t=638821045362418559&c=MIIHpTCCBo2gAwIBAgITOgWZuFmLREgOyTdeugAEBZm4WTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwNDE5MTQyMjI3WhcNMjUxMDE2MTQyMjI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPxDlNdj6r6H0vTzKfz228nqLQPXYSxPqEGQSSSCczQcCX3f_Xtnvc-lFdoleay-OVQlgfbWiMkGazl2q7FVj9BZUHJ3KXFg833nlMDzzIkfrA17t4t3OW-6po21aPw9TdEBtH-GReYxdd8YmK-hHhKfpllLkKKn29Z8r3ecn-VJ1URRr4gV1Dnhd8h62eio4oVWmqq_9ITkiyfphE8gKB3n-2ZGTlftv1uEX4hpgnUbyhP4GBPp9Ni0RdYmpukMEr1-GI3W5OnXgKOvoCRB0HZQKU-5u630M-76UA_GFyALd1X_xQwHcCHKvtBzX5EEcQ4AOj_B540c3Mp0HnljQsECAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRgocSx-jjjSuZiJXHuNlAhZPhmbjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAK5mT0Rrym5x1NF2yah7nxZLo1y0madgpRkCREZyGAoW02DZD68DX6wagq4RbcOr_MAlhvWOTjVB8J52ZIsydOGq5NSpxte9Cy10m7-zSXWMn0yNE8YUToarDNRzmshQ5pEBXhjU6kSMEvqeNG8Fr3KrDZEVieQc5By_ZV8F9vtuv90XjrjiLw1qOrPVVvUFOTx-JlUR4aErF4Jldd_YA0aWCiYbvu3Bd1vWtXdnrkJSX-natlKNqGimVnj86nKEao8ktK5pKaHq6C8vbOLeNreXRy5C2fC1tgiZ00V2pHuk1qbOdhlzTDv8G0HZLm_T7_s92OBqMAwBJ1uChKnQm6M&s=JpEAA9Ks2U8lv7n6lNNkupGX6_valmfiF8-c0tQxlBLVMwjs_PRWpWoehbsilFdULIhBMW94vJVMI3JQGTbZvLhrDoVWeqm1IDxxrxCrnvJ1CThs3aW14Xf5BCfmtzYmd6eHoNixhfNHpaSlX0wJd9WLfGf6C1rhf1klLh_5w_7OHSfoW3I5euhGr2crAgWzOFMeet_XY9yGyh8vAYx8osHnd34wwumcGPyD26gzyeIHwrIF7j2MZiMO9NL2M9QypC5BtY_3eBSpEwbL9a0t1q-w6DxetJ6xAvjDBy8oSSH5eVttZXHe28KEQKUJs3_OPxOwIxbAMjlpzK-Gb4mfFA&h=YMVoYcl8VtRjYFpPjeCJ7mtnaaXqG42J9kxbobsQTMc + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/81df7b0b-eefa-47f7-8ce1-55ffdae32dd9?api-version=2025-03-01&t=638840718519046485&c=MIIHhzCCBm-gAwIBAgITHgbIFmDY79XLPJrDjgAABsgWYDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUwNDE3MDcxODAyWhcNMjUxMDE0MDcxODAyWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMmXL0h9ESvC4b92QYV7yPeOyC8nGJyORFUoUm7UdBjxDbKTdSt8SfTfQkW5HjszhiwurE_fjCMlYj9_ymGSwiuCaKmitW7pcXF-WPgkAU2dKPUrSPqJAyeDDvG5SbZOmYYKHttoh0ZCPxadX4ljJ_k6BiE0-a-tSIYI__abusYKDqLuE9uYszi2Ra_hhLOH8qi2TBg71Jc7Dasa4RRwHnwfYbhpKL0tyMrBwyvMUGO00Q_Lx0iRvtIyWhp0HLppX7M2gzHCkh37uEJaggrcqn2T1QHSLgt2AuneElzaS8_if-JVZWv8ZdwCW8Oa-9JXQCzDSFKFP-2yMm1KPtualuUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBSJ3ygYgt4NuGG8mfdBelaS0ABH_DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAI2X3AiLN4s7W-C4ho0tyyAJfaEptV5HLxJHbIHK4awoIyOC8pp8Ay2pGHpXZlTZAhmvEJBKPbB0dVv_cphT1EjWF5rgvvLTBfp9Roo8PqmTQxmvMefBGXnYPmtPgtKMi5nwH1Y4xayGTzvIjIz1ZwYW5_hkF8jKx3e9bGDWPlgyHm3bRRRSgD650gZ7x69myyaDo4tX8FNWbLk-7PYxKiDBeLyle73_kab63klBJc7ep-O2AIxEtxi2DhDGLlGADWVwyYhEhlcFAhxXcOjCETnpsvDfOiK7XD3hnEkdKsChwTT9Gp6wEmn6xu59Qm2DenO3AMiv6vEyP2-7F-bR5G4&s=sM7kb2rf2fxkdG-RCOepqEtf4EMDbtdUn1zGG6IwoRk8dTDzN5eYRebUlWrJOXTvRa2UtLEI6n8c59_3q8QyXaFAm4T5leguV5YNpJCQGSp_40tICoJXra8VPtlQi3HatNfoFupMYYv2o02BUlSH0pk_b6Y9eSAjwPflSRjD-u1IhkMUqoCImhjncVH6RsooX3yJb_d4HZGqPyPeHWHjmXIiHfUdLNHkDipTKgwSwBdRIQP2L9l7To9eY0RG70ZB6joMfAVmnGfT_oua2_70kFowYZBB3C1TzjdIIIJS42dRArwT6wVXuZkyCus6-lfqd-JBYyZ5Ud_KuB-4i9R5Ig&h=KsH0CoudcB2O-w0L6ubXSA48YTDjCn47obfM5RN4WvE response: body: - string: "{\n \"name\": \"2c533839-f405-4d2c-850e-f4b36d61a7d3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2025-05-06T05:02:15.9589748Z\"\n}" + string: "{\n \"name\": \"81df7b0b-eefa-47f7-8ce1-55ffdae32dd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2025-05-28T23:30:51.7227222Z\"\n}" headers: cache-control: - no-cache @@ -496,7 +62471,7 @@ interactions: content-type: - application/json date: - - Tue, 06 May 2025 05:02:16 GMT + - Wed, 28 May 2025 23:30:51 GMT expires: - '-1' pragma: @@ -508,11 +62483,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/d88d7ebf-47ab-479c-9a12-194007e2832a + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/b2f0e995-8e66-4e4b-9702-20bcd8280f1f x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 28CE894688B74DCD988B14BB46BDD14E Ref B: CO6AA3150218029 Ref C: 2025-05-06T05:02:16Z' + - 'Ref A: 8026254E0EEA41B0A1032EC0707F0E11 Ref B: MNZ221060618027 Ref C: 2025-05-28T23:30:52Z' status: code: 200 message: OK @@ -532,11 +62507,11 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/2c533839-f405-4d2c-850e-f4b36d61a7d3?api-version=2017-08-31&t=638821045362418559&c=MIIHpTCCBo2gAwIBAgITOgWZuFmLREgOyTdeugAEBZm4WTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwNDE5MTQyMjI3WhcNMjUxMDE2MTQyMjI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPxDlNdj6r6H0vTzKfz228nqLQPXYSxPqEGQSSSCczQcCX3f_Xtnvc-lFdoleay-OVQlgfbWiMkGazl2q7FVj9BZUHJ3KXFg833nlMDzzIkfrA17t4t3OW-6po21aPw9TdEBtH-GReYxdd8YmK-hHhKfpllLkKKn29Z8r3ecn-VJ1URRr4gV1Dnhd8h62eio4oVWmqq_9ITkiyfphE8gKB3n-2ZGTlftv1uEX4hpgnUbyhP4GBPp9Ni0RdYmpukMEr1-GI3W5OnXgKOvoCRB0HZQKU-5u630M-76UA_GFyALd1X_xQwHcCHKvtBzX5EEcQ4AOj_B540c3Mp0HnljQsECAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRgocSx-jjjSuZiJXHuNlAhZPhmbjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAK5mT0Rrym5x1NF2yah7nxZLo1y0madgpRkCREZyGAoW02DZD68DX6wagq4RbcOr_MAlhvWOTjVB8J52ZIsydOGq5NSpxte9Cy10m7-zSXWMn0yNE8YUToarDNRzmshQ5pEBXhjU6kSMEvqeNG8Fr3KrDZEVieQc5By_ZV8F9vtuv90XjrjiLw1qOrPVVvUFOTx-JlUR4aErF4Jldd_YA0aWCiYbvu3Bd1vWtXdnrkJSX-natlKNqGimVnj86nKEao8ktK5pKaHq6C8vbOLeNreXRy5C2fC1tgiZ00V2pHuk1qbOdhlzTDv8G0HZLm_T7_s92OBqMAwBJ1uChKnQm6M&s=JpEAA9Ks2U8lv7n6lNNkupGX6_valmfiF8-c0tQxlBLVMwjs_PRWpWoehbsilFdULIhBMW94vJVMI3JQGTbZvLhrDoVWeqm1IDxxrxCrnvJ1CThs3aW14Xf5BCfmtzYmd6eHoNixhfNHpaSlX0wJd9WLfGf6C1rhf1klLh_5w_7OHSfoW3I5euhGr2crAgWzOFMeet_XY9yGyh8vAYx8osHnd34wwumcGPyD26gzyeIHwrIF7j2MZiMO9NL2M9QypC5BtY_3eBSpEwbL9a0t1q-w6DxetJ6xAvjDBy8oSSH5eVttZXHe28KEQKUJs3_OPxOwIxbAMjlpzK-Gb4mfFA&h=YMVoYcl8VtRjYFpPjeCJ7mtnaaXqG42J9kxbobsQTMc + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/81df7b0b-eefa-47f7-8ce1-55ffdae32dd9?api-version=2025-03-01&t=638840718519046485&c=MIIHhzCCBm-gAwIBAgITHgbIFmDY79XLPJrDjgAABsgWYDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUwNDE3MDcxODAyWhcNMjUxMDE0MDcxODAyWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMmXL0h9ESvC4b92QYV7yPeOyC8nGJyORFUoUm7UdBjxDbKTdSt8SfTfQkW5HjszhiwurE_fjCMlYj9_ymGSwiuCaKmitW7pcXF-WPgkAU2dKPUrSPqJAyeDDvG5SbZOmYYKHttoh0ZCPxadX4ljJ_k6BiE0-a-tSIYI__abusYKDqLuE9uYszi2Ra_hhLOH8qi2TBg71Jc7Dasa4RRwHnwfYbhpKL0tyMrBwyvMUGO00Q_Lx0iRvtIyWhp0HLppX7M2gzHCkh37uEJaggrcqn2T1QHSLgt2AuneElzaS8_if-JVZWv8ZdwCW8Oa-9JXQCzDSFKFP-2yMm1KPtualuUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBSJ3ygYgt4NuGG8mfdBelaS0ABH_DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAI2X3AiLN4s7W-C4ho0tyyAJfaEptV5HLxJHbIHK4awoIyOC8pp8Ay2pGHpXZlTZAhmvEJBKPbB0dVv_cphT1EjWF5rgvvLTBfp9Roo8PqmTQxmvMefBGXnYPmtPgtKMi5nwH1Y4xayGTzvIjIz1ZwYW5_hkF8jKx3e9bGDWPlgyHm3bRRRSgD650gZ7x69myyaDo4tX8FNWbLk-7PYxKiDBeLyle73_kab63klBJc7ep-O2AIxEtxi2DhDGLlGADWVwyYhEhlcFAhxXcOjCETnpsvDfOiK7XD3hnEkdKsChwTT9Gp6wEmn6xu59Qm2DenO3AMiv6vEyP2-7F-bR5G4&s=sM7kb2rf2fxkdG-RCOepqEtf4EMDbtdUn1zGG6IwoRk8dTDzN5eYRebUlWrJOXTvRa2UtLEI6n8c59_3q8QyXaFAm4T5leguV5YNpJCQGSp_40tICoJXra8VPtlQi3HatNfoFupMYYv2o02BUlSH0pk_b6Y9eSAjwPflSRjD-u1IhkMUqoCImhjncVH6RsooX3yJb_d4HZGqPyPeHWHjmXIiHfUdLNHkDipTKgwSwBdRIQP2L9l7To9eY0RG70ZB6joMfAVmnGfT_oua2_70kFowYZBB3C1TzjdIIIJS42dRArwT6wVXuZkyCus6-lfqd-JBYyZ5Ud_KuB-4i9R5Ig&h=KsH0CoudcB2O-w0L6ubXSA48YTDjCn47obfM5RN4WvE response: body: - string: "{\n \"name\": \"2c533839-f405-4d2c-850e-f4b36d61a7d3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2025-05-06T05:02:15.9589748Z\"\n}" + string: "{\n \"name\": \"81df7b0b-eefa-47f7-8ce1-55ffdae32dd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2025-05-28T23:30:51.7227222Z\"\n}" headers: cache-control: - no-cache @@ -545,7 +62520,7 @@ interactions: content-type: - application/json date: - - Tue, 06 May 2025 05:02:46 GMT + - Wed, 28 May 2025 23:31:20 GMT expires: - '-1' pragma: @@ -557,11 +62532,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/b893a128-4c0d-4148-8f61-f37165db85c7 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/51b896bf-b568-48f7-9226-5e23b2c0cb29 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 9AC05D243435456AA8F12085F1DD468D Ref B: CO6AA3150218029 Ref C: 2025-05-06T05:02:46Z' + - 'Ref A: 96D213D6F6F04A82B71B1F50A1EFF623 Ref B: MNZ221060618027 Ref C: 2025-05-28T23:31:21Z' status: code: 200 message: OK @@ -581,11 +62556,11 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/2c533839-f405-4d2c-850e-f4b36d61a7d3?api-version=2017-08-31&t=638821045362418559&c=MIIHpTCCBo2gAwIBAgITOgWZuFmLREgOyTdeugAEBZm4WTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwNDE5MTQyMjI3WhcNMjUxMDE2MTQyMjI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPxDlNdj6r6H0vTzKfz228nqLQPXYSxPqEGQSSSCczQcCX3f_Xtnvc-lFdoleay-OVQlgfbWiMkGazl2q7FVj9BZUHJ3KXFg833nlMDzzIkfrA17t4t3OW-6po21aPw9TdEBtH-GReYxdd8YmK-hHhKfpllLkKKn29Z8r3ecn-VJ1URRr4gV1Dnhd8h62eio4oVWmqq_9ITkiyfphE8gKB3n-2ZGTlftv1uEX4hpgnUbyhP4GBPp9Ni0RdYmpukMEr1-GI3W5OnXgKOvoCRB0HZQKU-5u630M-76UA_GFyALd1X_xQwHcCHKvtBzX5EEcQ4AOj_B540c3Mp0HnljQsECAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRgocSx-jjjSuZiJXHuNlAhZPhmbjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAK5mT0Rrym5x1NF2yah7nxZLo1y0madgpRkCREZyGAoW02DZD68DX6wagq4RbcOr_MAlhvWOTjVB8J52ZIsydOGq5NSpxte9Cy10m7-zSXWMn0yNE8YUToarDNRzmshQ5pEBXhjU6kSMEvqeNG8Fr3KrDZEVieQc5By_ZV8F9vtuv90XjrjiLw1qOrPVVvUFOTx-JlUR4aErF4Jldd_YA0aWCiYbvu3Bd1vWtXdnrkJSX-natlKNqGimVnj86nKEao8ktK5pKaHq6C8vbOLeNreXRy5C2fC1tgiZ00V2pHuk1qbOdhlzTDv8G0HZLm_T7_s92OBqMAwBJ1uChKnQm6M&s=JpEAA9Ks2U8lv7n6lNNkupGX6_valmfiF8-c0tQxlBLVMwjs_PRWpWoehbsilFdULIhBMW94vJVMI3JQGTbZvLhrDoVWeqm1IDxxrxCrnvJ1CThs3aW14Xf5BCfmtzYmd6eHoNixhfNHpaSlX0wJd9WLfGf6C1rhf1klLh_5w_7OHSfoW3I5euhGr2crAgWzOFMeet_XY9yGyh8vAYx8osHnd34wwumcGPyD26gzyeIHwrIF7j2MZiMO9NL2M9QypC5BtY_3eBSpEwbL9a0t1q-w6DxetJ6xAvjDBy8oSSH5eVttZXHe28KEQKUJs3_OPxOwIxbAMjlpzK-Gb4mfFA&h=YMVoYcl8VtRjYFpPjeCJ7mtnaaXqG42J9kxbobsQTMc + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/81df7b0b-eefa-47f7-8ce1-55ffdae32dd9?api-version=2025-03-01&t=638840718519046485&c=MIIHhzCCBm-gAwIBAgITHgbIFmDY79XLPJrDjgAABsgWYDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUwNDE3MDcxODAyWhcNMjUxMDE0MDcxODAyWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMmXL0h9ESvC4b92QYV7yPeOyC8nGJyORFUoUm7UdBjxDbKTdSt8SfTfQkW5HjszhiwurE_fjCMlYj9_ymGSwiuCaKmitW7pcXF-WPgkAU2dKPUrSPqJAyeDDvG5SbZOmYYKHttoh0ZCPxadX4ljJ_k6BiE0-a-tSIYI__abusYKDqLuE9uYszi2Ra_hhLOH8qi2TBg71Jc7Dasa4RRwHnwfYbhpKL0tyMrBwyvMUGO00Q_Lx0iRvtIyWhp0HLppX7M2gzHCkh37uEJaggrcqn2T1QHSLgt2AuneElzaS8_if-JVZWv8ZdwCW8Oa-9JXQCzDSFKFP-2yMm1KPtualuUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBSJ3ygYgt4NuGG8mfdBelaS0ABH_DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAI2X3AiLN4s7W-C4ho0tyyAJfaEptV5HLxJHbIHK4awoIyOC8pp8Ay2pGHpXZlTZAhmvEJBKPbB0dVv_cphT1EjWF5rgvvLTBfp9Roo8PqmTQxmvMefBGXnYPmtPgtKMi5nwH1Y4xayGTzvIjIz1ZwYW5_hkF8jKx3e9bGDWPlgyHm3bRRRSgD650gZ7x69myyaDo4tX8FNWbLk-7PYxKiDBeLyle73_kab63klBJc7ep-O2AIxEtxi2DhDGLlGADWVwyYhEhlcFAhxXcOjCETnpsvDfOiK7XD3hnEkdKsChwTT9Gp6wEmn6xu59Qm2DenO3AMiv6vEyP2-7F-bR5G4&s=sM7kb2rf2fxkdG-RCOepqEtf4EMDbtdUn1zGG6IwoRk8dTDzN5eYRebUlWrJOXTvRa2UtLEI6n8c59_3q8QyXaFAm4T5leguV5YNpJCQGSp_40tICoJXra8VPtlQi3HatNfoFupMYYv2o02BUlSH0pk_b6Y9eSAjwPflSRjD-u1IhkMUqoCImhjncVH6RsooX3yJb_d4HZGqPyPeHWHjmXIiHfUdLNHkDipTKgwSwBdRIQP2L9l7To9eY0RG70ZB6joMfAVmnGfT_oua2_70kFowYZBB3C1TzjdIIIJS42dRArwT6wVXuZkyCus6-lfqd-JBYyZ5Ud_KuB-4i9R5Ig&h=KsH0CoudcB2O-w0L6ubXSA48YTDjCn47obfM5RN4WvE response: body: - string: "{\n \"name\": \"2c533839-f405-4d2c-850e-f4b36d61a7d3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2025-05-06T05:02:15.9589748Z\"\n}" + string: "{\n \"name\": \"81df7b0b-eefa-47f7-8ce1-55ffdae32dd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2025-05-28T23:30:51.7227222Z\"\n}" headers: cache-control: - no-cache @@ -594,7 +62569,7 @@ interactions: content-type: - application/json date: - - Tue, 06 May 2025 05:03:17 GMT + - Wed, 28 May 2025 23:31:49 GMT expires: - '-1' pragma: @@ -606,11 +62581,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/7b36d9c8-543d-4f12-a149-c426a99a8577 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/e1379b5b-d02b-42e8-af35-edaf3f21a931 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 75436E0CFD1F4E63B44563EE1ED1D866 Ref B: CO6AA3150218029 Ref C: 2025-05-06T05:03:17Z' + - 'Ref A: 126120B6AFD34949834904EF8D039ECE Ref B: MNZ221060618027 Ref C: 2025-05-28T23:31:50Z' status: code: 200 message: OK @@ -630,11 +62605,11 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/2c533839-f405-4d2c-850e-f4b36d61a7d3?api-version=2017-08-31&t=638821045362418559&c=MIIHpTCCBo2gAwIBAgITOgWZuFmLREgOyTdeugAEBZm4WTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwNDE5MTQyMjI3WhcNMjUxMDE2MTQyMjI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPxDlNdj6r6H0vTzKfz228nqLQPXYSxPqEGQSSSCczQcCX3f_Xtnvc-lFdoleay-OVQlgfbWiMkGazl2q7FVj9BZUHJ3KXFg833nlMDzzIkfrA17t4t3OW-6po21aPw9TdEBtH-GReYxdd8YmK-hHhKfpllLkKKn29Z8r3ecn-VJ1URRr4gV1Dnhd8h62eio4oVWmqq_9ITkiyfphE8gKB3n-2ZGTlftv1uEX4hpgnUbyhP4GBPp9Ni0RdYmpukMEr1-GI3W5OnXgKOvoCRB0HZQKU-5u630M-76UA_GFyALd1X_xQwHcCHKvtBzX5EEcQ4AOj_B540c3Mp0HnljQsECAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRgocSx-jjjSuZiJXHuNlAhZPhmbjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAK5mT0Rrym5x1NF2yah7nxZLo1y0madgpRkCREZyGAoW02DZD68DX6wagq4RbcOr_MAlhvWOTjVB8J52ZIsydOGq5NSpxte9Cy10m7-zSXWMn0yNE8YUToarDNRzmshQ5pEBXhjU6kSMEvqeNG8Fr3KrDZEVieQc5By_ZV8F9vtuv90XjrjiLw1qOrPVVvUFOTx-JlUR4aErF4Jldd_YA0aWCiYbvu3Bd1vWtXdnrkJSX-natlKNqGimVnj86nKEao8ktK5pKaHq6C8vbOLeNreXRy5C2fC1tgiZ00V2pHuk1qbOdhlzTDv8G0HZLm_T7_s92OBqMAwBJ1uChKnQm6M&s=JpEAA9Ks2U8lv7n6lNNkupGX6_valmfiF8-c0tQxlBLVMwjs_PRWpWoehbsilFdULIhBMW94vJVMI3JQGTbZvLhrDoVWeqm1IDxxrxCrnvJ1CThs3aW14Xf5BCfmtzYmd6eHoNixhfNHpaSlX0wJd9WLfGf6C1rhf1klLh_5w_7OHSfoW3I5euhGr2crAgWzOFMeet_XY9yGyh8vAYx8osHnd34wwumcGPyD26gzyeIHwrIF7j2MZiMO9NL2M9QypC5BtY_3eBSpEwbL9a0t1q-w6DxetJ6xAvjDBy8oSSH5eVttZXHe28KEQKUJs3_OPxOwIxbAMjlpzK-Gb4mfFA&h=YMVoYcl8VtRjYFpPjeCJ7mtnaaXqG42J9kxbobsQTMc + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/81df7b0b-eefa-47f7-8ce1-55ffdae32dd9?api-version=2025-03-01&t=638840718519046485&c=MIIHhzCCBm-gAwIBAgITHgbIFmDY79XLPJrDjgAABsgWYDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUwNDE3MDcxODAyWhcNMjUxMDE0MDcxODAyWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMmXL0h9ESvC4b92QYV7yPeOyC8nGJyORFUoUm7UdBjxDbKTdSt8SfTfQkW5HjszhiwurE_fjCMlYj9_ymGSwiuCaKmitW7pcXF-WPgkAU2dKPUrSPqJAyeDDvG5SbZOmYYKHttoh0ZCPxadX4ljJ_k6BiE0-a-tSIYI__abusYKDqLuE9uYszi2Ra_hhLOH8qi2TBg71Jc7Dasa4RRwHnwfYbhpKL0tyMrBwyvMUGO00Q_Lx0iRvtIyWhp0HLppX7M2gzHCkh37uEJaggrcqn2T1QHSLgt2AuneElzaS8_if-JVZWv8ZdwCW8Oa-9JXQCzDSFKFP-2yMm1KPtualuUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBSJ3ygYgt4NuGG8mfdBelaS0ABH_DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAI2X3AiLN4s7W-C4ho0tyyAJfaEptV5HLxJHbIHK4awoIyOC8pp8Ay2pGHpXZlTZAhmvEJBKPbB0dVv_cphT1EjWF5rgvvLTBfp9Roo8PqmTQxmvMefBGXnYPmtPgtKMi5nwH1Y4xayGTzvIjIz1ZwYW5_hkF8jKx3e9bGDWPlgyHm3bRRRSgD650gZ7x69myyaDo4tX8FNWbLk-7PYxKiDBeLyle73_kab63klBJc7ep-O2AIxEtxi2DhDGLlGADWVwyYhEhlcFAhxXcOjCETnpsvDfOiK7XD3hnEkdKsChwTT9Gp6wEmn6xu59Qm2DenO3AMiv6vEyP2-7F-bR5G4&s=sM7kb2rf2fxkdG-RCOepqEtf4EMDbtdUn1zGG6IwoRk8dTDzN5eYRebUlWrJOXTvRa2UtLEI6n8c59_3q8QyXaFAm4T5leguV5YNpJCQGSp_40tICoJXra8VPtlQi3HatNfoFupMYYv2o02BUlSH0pk_b6Y9eSAjwPflSRjD-u1IhkMUqoCImhjncVH6RsooX3yJb_d4HZGqPyPeHWHjmXIiHfUdLNHkDipTKgwSwBdRIQP2L9l7To9eY0RG70ZB6joMfAVmnGfT_oua2_70kFowYZBB3C1TzjdIIIJS42dRArwT6wVXuZkyCus6-lfqd-JBYyZ5Ud_KuB-4i9R5Ig&h=KsH0CoudcB2O-w0L6ubXSA48YTDjCn47obfM5RN4WvE response: body: - string: "{\n \"name\": \"2c533839-f405-4d2c-850e-f4b36d61a7d3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2025-05-06T05:02:15.9589748Z\"\n}" + string: "{\n \"name\": \"81df7b0b-eefa-47f7-8ce1-55ffdae32dd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2025-05-28T23:30:51.7227222Z\"\n}" headers: cache-control: - no-cache @@ -643,7 +62618,7 @@ interactions: content-type: - application/json date: - - Tue, 06 May 2025 05:03:47 GMT + - Wed, 28 May 2025 23:32:18 GMT expires: - '-1' pragma: @@ -655,11 +62630,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/37b2e5c9-5b31-4efa-9955-32f1e653cbf6 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/f95b2240-ea61-4f79-8d08-59f133edbd36 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: ADFBCC1093094E90AA7F6D84AB5E3228 Ref B: CO6AA3150218029 Ref C: 2025-05-06T05:03:47Z' + - 'Ref A: C29EE21F53F846BBA4E93CE780FC4CAF Ref B: MNZ221060618027 Ref C: 2025-05-28T23:32:19Z' status: code: 200 message: OK @@ -679,11 +62654,11 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/2c533839-f405-4d2c-850e-f4b36d61a7d3?api-version=2017-08-31&t=638821045362418559&c=MIIHpTCCBo2gAwIBAgITOgWZuFmLREgOyTdeugAEBZm4WTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwNDE5MTQyMjI3WhcNMjUxMDE2MTQyMjI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPxDlNdj6r6H0vTzKfz228nqLQPXYSxPqEGQSSSCczQcCX3f_Xtnvc-lFdoleay-OVQlgfbWiMkGazl2q7FVj9BZUHJ3KXFg833nlMDzzIkfrA17t4t3OW-6po21aPw9TdEBtH-GReYxdd8YmK-hHhKfpllLkKKn29Z8r3ecn-VJ1URRr4gV1Dnhd8h62eio4oVWmqq_9ITkiyfphE8gKB3n-2ZGTlftv1uEX4hpgnUbyhP4GBPp9Ni0RdYmpukMEr1-GI3W5OnXgKOvoCRB0HZQKU-5u630M-76UA_GFyALd1X_xQwHcCHKvtBzX5EEcQ4AOj_B540c3Mp0HnljQsECAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRgocSx-jjjSuZiJXHuNlAhZPhmbjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAK5mT0Rrym5x1NF2yah7nxZLo1y0madgpRkCREZyGAoW02DZD68DX6wagq4RbcOr_MAlhvWOTjVB8J52ZIsydOGq5NSpxte9Cy10m7-zSXWMn0yNE8YUToarDNRzmshQ5pEBXhjU6kSMEvqeNG8Fr3KrDZEVieQc5By_ZV8F9vtuv90XjrjiLw1qOrPVVvUFOTx-JlUR4aErF4Jldd_YA0aWCiYbvu3Bd1vWtXdnrkJSX-natlKNqGimVnj86nKEao8ktK5pKaHq6C8vbOLeNreXRy5C2fC1tgiZ00V2pHuk1qbOdhlzTDv8G0HZLm_T7_s92OBqMAwBJ1uChKnQm6M&s=JpEAA9Ks2U8lv7n6lNNkupGX6_valmfiF8-c0tQxlBLVMwjs_PRWpWoehbsilFdULIhBMW94vJVMI3JQGTbZvLhrDoVWeqm1IDxxrxCrnvJ1CThs3aW14Xf5BCfmtzYmd6eHoNixhfNHpaSlX0wJd9WLfGf6C1rhf1klLh_5w_7OHSfoW3I5euhGr2crAgWzOFMeet_XY9yGyh8vAYx8osHnd34wwumcGPyD26gzyeIHwrIF7j2MZiMO9NL2M9QypC5BtY_3eBSpEwbL9a0t1q-w6DxetJ6xAvjDBy8oSSH5eVttZXHe28KEQKUJs3_OPxOwIxbAMjlpzK-Gb4mfFA&h=YMVoYcl8VtRjYFpPjeCJ7mtnaaXqG42J9kxbobsQTMc + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/81df7b0b-eefa-47f7-8ce1-55ffdae32dd9?api-version=2025-03-01&t=638840718519046485&c=MIIHhzCCBm-gAwIBAgITHgbIFmDY79XLPJrDjgAABsgWYDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUwNDE3MDcxODAyWhcNMjUxMDE0MDcxODAyWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMmXL0h9ESvC4b92QYV7yPeOyC8nGJyORFUoUm7UdBjxDbKTdSt8SfTfQkW5HjszhiwurE_fjCMlYj9_ymGSwiuCaKmitW7pcXF-WPgkAU2dKPUrSPqJAyeDDvG5SbZOmYYKHttoh0ZCPxadX4ljJ_k6BiE0-a-tSIYI__abusYKDqLuE9uYszi2Ra_hhLOH8qi2TBg71Jc7Dasa4RRwHnwfYbhpKL0tyMrBwyvMUGO00Q_Lx0iRvtIyWhp0HLppX7M2gzHCkh37uEJaggrcqn2T1QHSLgt2AuneElzaS8_if-JVZWv8ZdwCW8Oa-9JXQCzDSFKFP-2yMm1KPtualuUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBSJ3ygYgt4NuGG8mfdBelaS0ABH_DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAI2X3AiLN4s7W-C4ho0tyyAJfaEptV5HLxJHbIHK4awoIyOC8pp8Ay2pGHpXZlTZAhmvEJBKPbB0dVv_cphT1EjWF5rgvvLTBfp9Roo8PqmTQxmvMefBGXnYPmtPgtKMi5nwH1Y4xayGTzvIjIz1ZwYW5_hkF8jKx3e9bGDWPlgyHm3bRRRSgD650gZ7x69myyaDo4tX8FNWbLk-7PYxKiDBeLyle73_kab63klBJc7ep-O2AIxEtxi2DhDGLlGADWVwyYhEhlcFAhxXcOjCETnpsvDfOiK7XD3hnEkdKsChwTT9Gp6wEmn6xu59Qm2DenO3AMiv6vEyP2-7F-bR5G4&s=sM7kb2rf2fxkdG-RCOepqEtf4EMDbtdUn1zGG6IwoRk8dTDzN5eYRebUlWrJOXTvRa2UtLEI6n8c59_3q8QyXaFAm4T5leguV5YNpJCQGSp_40tICoJXra8VPtlQi3HatNfoFupMYYv2o02BUlSH0pk_b6Y9eSAjwPflSRjD-u1IhkMUqoCImhjncVH6RsooX3yJb_d4HZGqPyPeHWHjmXIiHfUdLNHkDipTKgwSwBdRIQP2L9l7To9eY0RG70ZB6joMfAVmnGfT_oua2_70kFowYZBB3C1TzjdIIIJS42dRArwT6wVXuZkyCus6-lfqd-JBYyZ5Ud_KuB-4i9R5Ig&h=KsH0CoudcB2O-w0L6ubXSA48YTDjCn47obfM5RN4WvE response: body: - string: "{\n \"name\": \"2c533839-f405-4d2c-850e-f4b36d61a7d3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2025-05-06T05:02:15.9589748Z\"\n}" + string: "{\n \"name\": \"81df7b0b-eefa-47f7-8ce1-55ffdae32dd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2025-05-28T23:30:51.7227222Z\"\n}" headers: cache-control: - no-cache @@ -692,7 +62667,7 @@ interactions: content-type: - application/json date: - - Tue, 06 May 2025 05:04:18 GMT + - Wed, 28 May 2025 23:32:47 GMT expires: - '-1' pragma: @@ -704,11 +62679,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/cc11d3ca-a0ef-4740-bbce-af684fda4f2f + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/54183dc4-84ef-47a0-96ff-abd0ea3b22a8 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: AA5A90ED0228466A9C9EB3BB5ABF5287 Ref B: CO6AA3150218029 Ref C: 2025-05-06T05:04:18Z' + - 'Ref A: 371DD1C3AA9743F6A66D7910118ADC7A Ref B: MNZ221060618027 Ref C: 2025-05-28T23:32:48Z' status: code: 200 message: OK @@ -728,11 +62703,11 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/2c533839-f405-4d2c-850e-f4b36d61a7d3?api-version=2017-08-31&t=638821045362418559&c=MIIHpTCCBo2gAwIBAgITOgWZuFmLREgOyTdeugAEBZm4WTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwNDE5MTQyMjI3WhcNMjUxMDE2MTQyMjI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPxDlNdj6r6H0vTzKfz228nqLQPXYSxPqEGQSSSCczQcCX3f_Xtnvc-lFdoleay-OVQlgfbWiMkGazl2q7FVj9BZUHJ3KXFg833nlMDzzIkfrA17t4t3OW-6po21aPw9TdEBtH-GReYxdd8YmK-hHhKfpllLkKKn29Z8r3ecn-VJ1URRr4gV1Dnhd8h62eio4oVWmqq_9ITkiyfphE8gKB3n-2ZGTlftv1uEX4hpgnUbyhP4GBPp9Ni0RdYmpukMEr1-GI3W5OnXgKOvoCRB0HZQKU-5u630M-76UA_GFyALd1X_xQwHcCHKvtBzX5EEcQ4AOj_B540c3Mp0HnljQsECAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRgocSx-jjjSuZiJXHuNlAhZPhmbjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAK5mT0Rrym5x1NF2yah7nxZLo1y0madgpRkCREZyGAoW02DZD68DX6wagq4RbcOr_MAlhvWOTjVB8J52ZIsydOGq5NSpxte9Cy10m7-zSXWMn0yNE8YUToarDNRzmshQ5pEBXhjU6kSMEvqeNG8Fr3KrDZEVieQc5By_ZV8F9vtuv90XjrjiLw1qOrPVVvUFOTx-JlUR4aErF4Jldd_YA0aWCiYbvu3Bd1vWtXdnrkJSX-natlKNqGimVnj86nKEao8ktK5pKaHq6C8vbOLeNreXRy5C2fC1tgiZ00V2pHuk1qbOdhlzTDv8G0HZLm_T7_s92OBqMAwBJ1uChKnQm6M&s=JpEAA9Ks2U8lv7n6lNNkupGX6_valmfiF8-c0tQxlBLVMwjs_PRWpWoehbsilFdULIhBMW94vJVMI3JQGTbZvLhrDoVWeqm1IDxxrxCrnvJ1CThs3aW14Xf5BCfmtzYmd6eHoNixhfNHpaSlX0wJd9WLfGf6C1rhf1klLh_5w_7OHSfoW3I5euhGr2crAgWzOFMeet_XY9yGyh8vAYx8osHnd34wwumcGPyD26gzyeIHwrIF7j2MZiMO9NL2M9QypC5BtY_3eBSpEwbL9a0t1q-w6DxetJ6xAvjDBy8oSSH5eVttZXHe28KEQKUJs3_OPxOwIxbAMjlpzK-Gb4mfFA&h=YMVoYcl8VtRjYFpPjeCJ7mtnaaXqG42J9kxbobsQTMc + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/81df7b0b-eefa-47f7-8ce1-55ffdae32dd9?api-version=2025-03-01&t=638840718519046485&c=MIIHhzCCBm-gAwIBAgITHgbIFmDY79XLPJrDjgAABsgWYDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUwNDE3MDcxODAyWhcNMjUxMDE0MDcxODAyWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMmXL0h9ESvC4b92QYV7yPeOyC8nGJyORFUoUm7UdBjxDbKTdSt8SfTfQkW5HjszhiwurE_fjCMlYj9_ymGSwiuCaKmitW7pcXF-WPgkAU2dKPUrSPqJAyeDDvG5SbZOmYYKHttoh0ZCPxadX4ljJ_k6BiE0-a-tSIYI__abusYKDqLuE9uYszi2Ra_hhLOH8qi2TBg71Jc7Dasa4RRwHnwfYbhpKL0tyMrBwyvMUGO00Q_Lx0iRvtIyWhp0HLppX7M2gzHCkh37uEJaggrcqn2T1QHSLgt2AuneElzaS8_if-JVZWv8ZdwCW8Oa-9JXQCzDSFKFP-2yMm1KPtualuUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBSJ3ygYgt4NuGG8mfdBelaS0ABH_DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAI2X3AiLN4s7W-C4ho0tyyAJfaEptV5HLxJHbIHK4awoIyOC8pp8Ay2pGHpXZlTZAhmvEJBKPbB0dVv_cphT1EjWF5rgvvLTBfp9Roo8PqmTQxmvMefBGXnYPmtPgtKMi5nwH1Y4xayGTzvIjIz1ZwYW5_hkF8jKx3e9bGDWPlgyHm3bRRRSgD650gZ7x69myyaDo4tX8FNWbLk-7PYxKiDBeLyle73_kab63klBJc7ep-O2AIxEtxi2DhDGLlGADWVwyYhEhlcFAhxXcOjCETnpsvDfOiK7XD3hnEkdKsChwTT9Gp6wEmn6xu59Qm2DenO3AMiv6vEyP2-7F-bR5G4&s=sM7kb2rf2fxkdG-RCOepqEtf4EMDbtdUn1zGG6IwoRk8dTDzN5eYRebUlWrJOXTvRa2UtLEI6n8c59_3q8QyXaFAm4T5leguV5YNpJCQGSp_40tICoJXra8VPtlQi3HatNfoFupMYYv2o02BUlSH0pk_b6Y9eSAjwPflSRjD-u1IhkMUqoCImhjncVH6RsooX3yJb_d4HZGqPyPeHWHjmXIiHfUdLNHkDipTKgwSwBdRIQP2L9l7To9eY0RG70ZB6joMfAVmnGfT_oua2_70kFowYZBB3C1TzjdIIIJS42dRArwT6wVXuZkyCus6-lfqd-JBYyZ5Ud_KuB-4i9R5Ig&h=KsH0CoudcB2O-w0L6ubXSA48YTDjCn47obfM5RN4WvE response: body: - string: "{\n \"name\": \"2c533839-f405-4d2c-850e-f4b36d61a7d3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2025-05-06T05:02:15.9589748Z\"\n}" + string: "{\n \"name\": \"81df7b0b-eefa-47f7-8ce1-55ffdae32dd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2025-05-28T23:30:51.7227222Z\"\n}" headers: cache-control: - no-cache @@ -741,7 +62716,7 @@ interactions: content-type: - application/json date: - - Tue, 06 May 2025 05:04:48 GMT + - Wed, 28 May 2025 23:33:16 GMT expires: - '-1' pragma: @@ -753,11 +62728,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/7cd3792d-b521-4dd9-bd50-9a7fbb302a4a + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/481ca248-7faf-47fd-bf0b-9f542bb34537 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 8601D84943EF400D92B4618F0A165F14 Ref B: CO6AA3150218029 Ref C: 2025-05-06T05:04:48Z' + - 'Ref A: 60940B71BEAC4286A3040AB1A5C45325 Ref B: MNZ221060618027 Ref C: 2025-05-28T23:33:17Z' status: code: 200 message: OK @@ -777,11 +62752,11 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/2c533839-f405-4d2c-850e-f4b36d61a7d3?api-version=2017-08-31&t=638821045362418559&c=MIIHpTCCBo2gAwIBAgITOgWZuFmLREgOyTdeugAEBZm4WTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwNDE5MTQyMjI3WhcNMjUxMDE2MTQyMjI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPxDlNdj6r6H0vTzKfz228nqLQPXYSxPqEGQSSSCczQcCX3f_Xtnvc-lFdoleay-OVQlgfbWiMkGazl2q7FVj9BZUHJ3KXFg833nlMDzzIkfrA17t4t3OW-6po21aPw9TdEBtH-GReYxdd8YmK-hHhKfpllLkKKn29Z8r3ecn-VJ1URRr4gV1Dnhd8h62eio4oVWmqq_9ITkiyfphE8gKB3n-2ZGTlftv1uEX4hpgnUbyhP4GBPp9Ni0RdYmpukMEr1-GI3W5OnXgKOvoCRB0HZQKU-5u630M-76UA_GFyALd1X_xQwHcCHKvtBzX5EEcQ4AOj_B540c3Mp0HnljQsECAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRgocSx-jjjSuZiJXHuNlAhZPhmbjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAK5mT0Rrym5x1NF2yah7nxZLo1y0madgpRkCREZyGAoW02DZD68DX6wagq4RbcOr_MAlhvWOTjVB8J52ZIsydOGq5NSpxte9Cy10m7-zSXWMn0yNE8YUToarDNRzmshQ5pEBXhjU6kSMEvqeNG8Fr3KrDZEVieQc5By_ZV8F9vtuv90XjrjiLw1qOrPVVvUFOTx-JlUR4aErF4Jldd_YA0aWCiYbvu3Bd1vWtXdnrkJSX-natlKNqGimVnj86nKEao8ktK5pKaHq6C8vbOLeNreXRy5C2fC1tgiZ00V2pHuk1qbOdhlzTDv8G0HZLm_T7_s92OBqMAwBJ1uChKnQm6M&s=JpEAA9Ks2U8lv7n6lNNkupGX6_valmfiF8-c0tQxlBLVMwjs_PRWpWoehbsilFdULIhBMW94vJVMI3JQGTbZvLhrDoVWeqm1IDxxrxCrnvJ1CThs3aW14Xf5BCfmtzYmd6eHoNixhfNHpaSlX0wJd9WLfGf6C1rhf1klLh_5w_7OHSfoW3I5euhGr2crAgWzOFMeet_XY9yGyh8vAYx8osHnd34wwumcGPyD26gzyeIHwrIF7j2MZiMO9NL2M9QypC5BtY_3eBSpEwbL9a0t1q-w6DxetJ6xAvjDBy8oSSH5eVttZXHe28KEQKUJs3_OPxOwIxbAMjlpzK-Gb4mfFA&h=YMVoYcl8VtRjYFpPjeCJ7mtnaaXqG42J9kxbobsQTMc + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/81df7b0b-eefa-47f7-8ce1-55ffdae32dd9?api-version=2025-03-01&t=638840718519046485&c=MIIHhzCCBm-gAwIBAgITHgbIFmDY79XLPJrDjgAABsgWYDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUwNDE3MDcxODAyWhcNMjUxMDE0MDcxODAyWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMmXL0h9ESvC4b92QYV7yPeOyC8nGJyORFUoUm7UdBjxDbKTdSt8SfTfQkW5HjszhiwurE_fjCMlYj9_ymGSwiuCaKmitW7pcXF-WPgkAU2dKPUrSPqJAyeDDvG5SbZOmYYKHttoh0ZCPxadX4ljJ_k6BiE0-a-tSIYI__abusYKDqLuE9uYszi2Ra_hhLOH8qi2TBg71Jc7Dasa4RRwHnwfYbhpKL0tyMrBwyvMUGO00Q_Lx0iRvtIyWhp0HLppX7M2gzHCkh37uEJaggrcqn2T1QHSLgt2AuneElzaS8_if-JVZWv8ZdwCW8Oa-9JXQCzDSFKFP-2yMm1KPtualuUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBSJ3ygYgt4NuGG8mfdBelaS0ABH_DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAI2X3AiLN4s7W-C4ho0tyyAJfaEptV5HLxJHbIHK4awoIyOC8pp8Ay2pGHpXZlTZAhmvEJBKPbB0dVv_cphT1EjWF5rgvvLTBfp9Roo8PqmTQxmvMefBGXnYPmtPgtKMi5nwH1Y4xayGTzvIjIz1ZwYW5_hkF8jKx3e9bGDWPlgyHm3bRRRSgD650gZ7x69myyaDo4tX8FNWbLk-7PYxKiDBeLyle73_kab63klBJc7ep-O2AIxEtxi2DhDGLlGADWVwyYhEhlcFAhxXcOjCETnpsvDfOiK7XD3hnEkdKsChwTT9Gp6wEmn6xu59Qm2DenO3AMiv6vEyP2-7F-bR5G4&s=sM7kb2rf2fxkdG-RCOepqEtf4EMDbtdUn1zGG6IwoRk8dTDzN5eYRebUlWrJOXTvRa2UtLEI6n8c59_3q8QyXaFAm4T5leguV5YNpJCQGSp_40tICoJXra8VPtlQi3HatNfoFupMYYv2o02BUlSH0pk_b6Y9eSAjwPflSRjD-u1IhkMUqoCImhjncVH6RsooX3yJb_d4HZGqPyPeHWHjmXIiHfUdLNHkDipTKgwSwBdRIQP2L9l7To9eY0RG70ZB6joMfAVmnGfT_oua2_70kFowYZBB3C1TzjdIIIJS42dRArwT6wVXuZkyCus6-lfqd-JBYyZ5Ud_KuB-4i9R5Ig&h=KsH0CoudcB2O-w0L6ubXSA48YTDjCn47obfM5RN4WvE response: body: - string: "{\n \"name\": \"2c533839-f405-4d2c-850e-f4b36d61a7d3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2025-05-06T05:02:15.9589748Z\"\n}" + string: "{\n \"name\": \"81df7b0b-eefa-47f7-8ce1-55ffdae32dd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2025-05-28T23:30:51.7227222Z\"\n}" headers: cache-control: - no-cache @@ -790,7 +62765,7 @@ interactions: content-type: - application/json date: - - Tue, 06 May 2025 05:05:19 GMT + - Wed, 28 May 2025 23:33:45 GMT expires: - '-1' pragma: @@ -802,11 +62777,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/11c9c28c-43f1-458f-98c4-e5a6fd08e10c + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/d532d057-a45b-47e5-89d9-6fa808f3a40f x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 3A50D661AC254E53A20C1937D9BE5DEC Ref B: CO6AA3150218029 Ref C: 2025-05-06T05:05:19Z' + - 'Ref A: 0B94CE85E8EA42159C5EDA4825B8AB33 Ref B: MNZ221060618027 Ref C: 2025-05-28T23:33:46Z' status: code: 200 message: OK @@ -826,11 +62801,11 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/2c533839-f405-4d2c-850e-f4b36d61a7d3?api-version=2017-08-31&t=638821045362418559&c=MIIHpTCCBo2gAwIBAgITOgWZuFmLREgOyTdeugAEBZm4WTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwNDE5MTQyMjI3WhcNMjUxMDE2MTQyMjI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPxDlNdj6r6H0vTzKfz228nqLQPXYSxPqEGQSSSCczQcCX3f_Xtnvc-lFdoleay-OVQlgfbWiMkGazl2q7FVj9BZUHJ3KXFg833nlMDzzIkfrA17t4t3OW-6po21aPw9TdEBtH-GReYxdd8YmK-hHhKfpllLkKKn29Z8r3ecn-VJ1URRr4gV1Dnhd8h62eio4oVWmqq_9ITkiyfphE8gKB3n-2ZGTlftv1uEX4hpgnUbyhP4GBPp9Ni0RdYmpukMEr1-GI3W5OnXgKOvoCRB0HZQKU-5u630M-76UA_GFyALd1X_xQwHcCHKvtBzX5EEcQ4AOj_B540c3Mp0HnljQsECAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRgocSx-jjjSuZiJXHuNlAhZPhmbjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAK5mT0Rrym5x1NF2yah7nxZLo1y0madgpRkCREZyGAoW02DZD68DX6wagq4RbcOr_MAlhvWOTjVB8J52ZIsydOGq5NSpxte9Cy10m7-zSXWMn0yNE8YUToarDNRzmshQ5pEBXhjU6kSMEvqeNG8Fr3KrDZEVieQc5By_ZV8F9vtuv90XjrjiLw1qOrPVVvUFOTx-JlUR4aErF4Jldd_YA0aWCiYbvu3Bd1vWtXdnrkJSX-natlKNqGimVnj86nKEao8ktK5pKaHq6C8vbOLeNreXRy5C2fC1tgiZ00V2pHuk1qbOdhlzTDv8G0HZLm_T7_s92OBqMAwBJ1uChKnQm6M&s=JpEAA9Ks2U8lv7n6lNNkupGX6_valmfiF8-c0tQxlBLVMwjs_PRWpWoehbsilFdULIhBMW94vJVMI3JQGTbZvLhrDoVWeqm1IDxxrxCrnvJ1CThs3aW14Xf5BCfmtzYmd6eHoNixhfNHpaSlX0wJd9WLfGf6C1rhf1klLh_5w_7OHSfoW3I5euhGr2crAgWzOFMeet_XY9yGyh8vAYx8osHnd34wwumcGPyD26gzyeIHwrIF7j2MZiMO9NL2M9QypC5BtY_3eBSpEwbL9a0t1q-w6DxetJ6xAvjDBy8oSSH5eVttZXHe28KEQKUJs3_OPxOwIxbAMjlpzK-Gb4mfFA&h=YMVoYcl8VtRjYFpPjeCJ7mtnaaXqG42J9kxbobsQTMc + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/81df7b0b-eefa-47f7-8ce1-55ffdae32dd9?api-version=2025-03-01&t=638840718519046485&c=MIIHhzCCBm-gAwIBAgITHgbIFmDY79XLPJrDjgAABsgWYDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUwNDE3MDcxODAyWhcNMjUxMDE0MDcxODAyWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMmXL0h9ESvC4b92QYV7yPeOyC8nGJyORFUoUm7UdBjxDbKTdSt8SfTfQkW5HjszhiwurE_fjCMlYj9_ymGSwiuCaKmitW7pcXF-WPgkAU2dKPUrSPqJAyeDDvG5SbZOmYYKHttoh0ZCPxadX4ljJ_k6BiE0-a-tSIYI__abusYKDqLuE9uYszi2Ra_hhLOH8qi2TBg71Jc7Dasa4RRwHnwfYbhpKL0tyMrBwyvMUGO00Q_Lx0iRvtIyWhp0HLppX7M2gzHCkh37uEJaggrcqn2T1QHSLgt2AuneElzaS8_if-JVZWv8ZdwCW8Oa-9JXQCzDSFKFP-2yMm1KPtualuUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBSJ3ygYgt4NuGG8mfdBelaS0ABH_DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAI2X3AiLN4s7W-C4ho0tyyAJfaEptV5HLxJHbIHK4awoIyOC8pp8Ay2pGHpXZlTZAhmvEJBKPbB0dVv_cphT1EjWF5rgvvLTBfp9Roo8PqmTQxmvMefBGXnYPmtPgtKMi5nwH1Y4xayGTzvIjIz1ZwYW5_hkF8jKx3e9bGDWPlgyHm3bRRRSgD650gZ7x69myyaDo4tX8FNWbLk-7PYxKiDBeLyle73_kab63klBJc7ep-O2AIxEtxi2DhDGLlGADWVwyYhEhlcFAhxXcOjCETnpsvDfOiK7XD3hnEkdKsChwTT9Gp6wEmn6xu59Qm2DenO3AMiv6vEyP2-7F-bR5G4&s=sM7kb2rf2fxkdG-RCOepqEtf4EMDbtdUn1zGG6IwoRk8dTDzN5eYRebUlWrJOXTvRa2UtLEI6n8c59_3q8QyXaFAm4T5leguV5YNpJCQGSp_40tICoJXra8VPtlQi3HatNfoFupMYYv2o02BUlSH0pk_b6Y9eSAjwPflSRjD-u1IhkMUqoCImhjncVH6RsooX3yJb_d4HZGqPyPeHWHjmXIiHfUdLNHkDipTKgwSwBdRIQP2L9l7To9eY0RG70ZB6joMfAVmnGfT_oua2_70kFowYZBB3C1TzjdIIIJS42dRArwT6wVXuZkyCus6-lfqd-JBYyZ5Ud_KuB-4i9R5Ig&h=KsH0CoudcB2O-w0L6ubXSA48YTDjCn47obfM5RN4WvE response: body: - string: "{\n \"name\": \"2c533839-f405-4d2c-850e-f4b36d61a7d3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2025-05-06T05:02:15.9589748Z\"\n}" + string: "{\n \"name\": \"81df7b0b-eefa-47f7-8ce1-55ffdae32dd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2025-05-28T23:30:51.7227222Z\"\n}" headers: cache-control: - no-cache @@ -839,7 +62814,7 @@ interactions: content-type: - application/json date: - - Tue, 06 May 2025 05:05:49 GMT + - Wed, 28 May 2025 23:34:14 GMT expires: - '-1' pragma: @@ -851,11 +62826,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/c3f5fb71-616c-49ab-afe9-15a41f9feb36 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/c57cc5fc-c71a-40d6-86bb-4d5386df57a8 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 3463CDE167A145F9BF68DABA22CB294A Ref B: CO6AA3150218029 Ref C: 2025-05-06T05:05:49Z' + - 'Ref A: 50A34B951CEA4F87B015E0CF0B3CD5D8 Ref B: MNZ221060618027 Ref C: 2025-05-28T23:34:15Z' status: code: 200 message: OK @@ -875,11 +62850,11 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/2c533839-f405-4d2c-850e-f4b36d61a7d3?api-version=2017-08-31&t=638821045362418559&c=MIIHpTCCBo2gAwIBAgITOgWZuFmLREgOyTdeugAEBZm4WTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwNDE5MTQyMjI3WhcNMjUxMDE2MTQyMjI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPxDlNdj6r6H0vTzKfz228nqLQPXYSxPqEGQSSSCczQcCX3f_Xtnvc-lFdoleay-OVQlgfbWiMkGazl2q7FVj9BZUHJ3KXFg833nlMDzzIkfrA17t4t3OW-6po21aPw9TdEBtH-GReYxdd8YmK-hHhKfpllLkKKn29Z8r3ecn-VJ1URRr4gV1Dnhd8h62eio4oVWmqq_9ITkiyfphE8gKB3n-2ZGTlftv1uEX4hpgnUbyhP4GBPp9Ni0RdYmpukMEr1-GI3W5OnXgKOvoCRB0HZQKU-5u630M-76UA_GFyALd1X_xQwHcCHKvtBzX5EEcQ4AOj_B540c3Mp0HnljQsECAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRgocSx-jjjSuZiJXHuNlAhZPhmbjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAK5mT0Rrym5x1NF2yah7nxZLo1y0madgpRkCREZyGAoW02DZD68DX6wagq4RbcOr_MAlhvWOTjVB8J52ZIsydOGq5NSpxte9Cy10m7-zSXWMn0yNE8YUToarDNRzmshQ5pEBXhjU6kSMEvqeNG8Fr3KrDZEVieQc5By_ZV8F9vtuv90XjrjiLw1qOrPVVvUFOTx-JlUR4aErF4Jldd_YA0aWCiYbvu3Bd1vWtXdnrkJSX-natlKNqGimVnj86nKEao8ktK5pKaHq6C8vbOLeNreXRy5C2fC1tgiZ00V2pHuk1qbOdhlzTDv8G0HZLm_T7_s92OBqMAwBJ1uChKnQm6M&s=JpEAA9Ks2U8lv7n6lNNkupGX6_valmfiF8-c0tQxlBLVMwjs_PRWpWoehbsilFdULIhBMW94vJVMI3JQGTbZvLhrDoVWeqm1IDxxrxCrnvJ1CThs3aW14Xf5BCfmtzYmd6eHoNixhfNHpaSlX0wJd9WLfGf6C1rhf1klLh_5w_7OHSfoW3I5euhGr2crAgWzOFMeet_XY9yGyh8vAYx8osHnd34wwumcGPyD26gzyeIHwrIF7j2MZiMO9NL2M9QypC5BtY_3eBSpEwbL9a0t1q-w6DxetJ6xAvjDBy8oSSH5eVttZXHe28KEQKUJs3_OPxOwIxbAMjlpzK-Gb4mfFA&h=YMVoYcl8VtRjYFpPjeCJ7mtnaaXqG42J9kxbobsQTMc + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/81df7b0b-eefa-47f7-8ce1-55ffdae32dd9?api-version=2025-03-01&t=638840718519046485&c=MIIHhzCCBm-gAwIBAgITHgbIFmDY79XLPJrDjgAABsgWYDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUwNDE3MDcxODAyWhcNMjUxMDE0MDcxODAyWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMmXL0h9ESvC4b92QYV7yPeOyC8nGJyORFUoUm7UdBjxDbKTdSt8SfTfQkW5HjszhiwurE_fjCMlYj9_ymGSwiuCaKmitW7pcXF-WPgkAU2dKPUrSPqJAyeDDvG5SbZOmYYKHttoh0ZCPxadX4ljJ_k6BiE0-a-tSIYI__abusYKDqLuE9uYszi2Ra_hhLOH8qi2TBg71Jc7Dasa4RRwHnwfYbhpKL0tyMrBwyvMUGO00Q_Lx0iRvtIyWhp0HLppX7M2gzHCkh37uEJaggrcqn2T1QHSLgt2AuneElzaS8_if-JVZWv8ZdwCW8Oa-9JXQCzDSFKFP-2yMm1KPtualuUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBSJ3ygYgt4NuGG8mfdBelaS0ABH_DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAI2X3AiLN4s7W-C4ho0tyyAJfaEptV5HLxJHbIHK4awoIyOC8pp8Ay2pGHpXZlTZAhmvEJBKPbB0dVv_cphT1EjWF5rgvvLTBfp9Roo8PqmTQxmvMefBGXnYPmtPgtKMi5nwH1Y4xayGTzvIjIz1ZwYW5_hkF8jKx3e9bGDWPlgyHm3bRRRSgD650gZ7x69myyaDo4tX8FNWbLk-7PYxKiDBeLyle73_kab63klBJc7ep-O2AIxEtxi2DhDGLlGADWVwyYhEhlcFAhxXcOjCETnpsvDfOiK7XD3hnEkdKsChwTT9Gp6wEmn6xu59Qm2DenO3AMiv6vEyP2-7F-bR5G4&s=sM7kb2rf2fxkdG-RCOepqEtf4EMDbtdUn1zGG6IwoRk8dTDzN5eYRebUlWrJOXTvRa2UtLEI6n8c59_3q8QyXaFAm4T5leguV5YNpJCQGSp_40tICoJXra8VPtlQi3HatNfoFupMYYv2o02BUlSH0pk_b6Y9eSAjwPflSRjD-u1IhkMUqoCImhjncVH6RsooX3yJb_d4HZGqPyPeHWHjmXIiHfUdLNHkDipTKgwSwBdRIQP2L9l7To9eY0RG70ZB6joMfAVmnGfT_oua2_70kFowYZBB3C1TzjdIIIJS42dRArwT6wVXuZkyCus6-lfqd-JBYyZ5Ud_KuB-4i9R5Ig&h=KsH0CoudcB2O-w0L6ubXSA48YTDjCn47obfM5RN4WvE response: body: - string: "{\n \"name\": \"2c533839-f405-4d2c-850e-f4b36d61a7d3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2025-05-06T05:02:15.9589748Z\"\n}" + string: "{\n \"name\": \"81df7b0b-eefa-47f7-8ce1-55ffdae32dd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2025-05-28T23:30:51.7227222Z\"\n}" headers: cache-control: - no-cache @@ -888,7 +62863,7 @@ interactions: content-type: - application/json date: - - Tue, 06 May 2025 05:06:20 GMT + - Wed, 28 May 2025 23:34:43 GMT expires: - '-1' pragma: @@ -900,11 +62875,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/7e9e0f4b-0049-47ea-b5d2-8a419a610eb0 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/a6e73bea-8356-4035-9b8a-05af5e28ca8b x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 13393C7487BC416BBB0CC32159162627 Ref B: CO6AA3150218029 Ref C: 2025-05-06T05:06:20Z' + - 'Ref A: 86B2EBF11D3E4E6C8A4859D0A3CEBC7D Ref B: MNZ221060618027 Ref C: 2025-05-28T23:34:44Z' status: code: 200 message: OK @@ -924,11 +62899,11 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/2c533839-f405-4d2c-850e-f4b36d61a7d3?api-version=2017-08-31&t=638821045362418559&c=MIIHpTCCBo2gAwIBAgITOgWZuFmLREgOyTdeugAEBZm4WTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwNDE5MTQyMjI3WhcNMjUxMDE2MTQyMjI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPxDlNdj6r6H0vTzKfz228nqLQPXYSxPqEGQSSSCczQcCX3f_Xtnvc-lFdoleay-OVQlgfbWiMkGazl2q7FVj9BZUHJ3KXFg833nlMDzzIkfrA17t4t3OW-6po21aPw9TdEBtH-GReYxdd8YmK-hHhKfpllLkKKn29Z8r3ecn-VJ1URRr4gV1Dnhd8h62eio4oVWmqq_9ITkiyfphE8gKB3n-2ZGTlftv1uEX4hpgnUbyhP4GBPp9Ni0RdYmpukMEr1-GI3W5OnXgKOvoCRB0HZQKU-5u630M-76UA_GFyALd1X_xQwHcCHKvtBzX5EEcQ4AOj_B540c3Mp0HnljQsECAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRgocSx-jjjSuZiJXHuNlAhZPhmbjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAK5mT0Rrym5x1NF2yah7nxZLo1y0madgpRkCREZyGAoW02DZD68DX6wagq4RbcOr_MAlhvWOTjVB8J52ZIsydOGq5NSpxte9Cy10m7-zSXWMn0yNE8YUToarDNRzmshQ5pEBXhjU6kSMEvqeNG8Fr3KrDZEVieQc5By_ZV8F9vtuv90XjrjiLw1qOrPVVvUFOTx-JlUR4aErF4Jldd_YA0aWCiYbvu3Bd1vWtXdnrkJSX-natlKNqGimVnj86nKEao8ktK5pKaHq6C8vbOLeNreXRy5C2fC1tgiZ00V2pHuk1qbOdhlzTDv8G0HZLm_T7_s92OBqMAwBJ1uChKnQm6M&s=JpEAA9Ks2U8lv7n6lNNkupGX6_valmfiF8-c0tQxlBLVMwjs_PRWpWoehbsilFdULIhBMW94vJVMI3JQGTbZvLhrDoVWeqm1IDxxrxCrnvJ1CThs3aW14Xf5BCfmtzYmd6eHoNixhfNHpaSlX0wJd9WLfGf6C1rhf1klLh_5w_7OHSfoW3I5euhGr2crAgWzOFMeet_XY9yGyh8vAYx8osHnd34wwumcGPyD26gzyeIHwrIF7j2MZiMO9NL2M9QypC5BtY_3eBSpEwbL9a0t1q-w6DxetJ6xAvjDBy8oSSH5eVttZXHe28KEQKUJs3_OPxOwIxbAMjlpzK-Gb4mfFA&h=YMVoYcl8VtRjYFpPjeCJ7mtnaaXqG42J9kxbobsQTMc + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/81df7b0b-eefa-47f7-8ce1-55ffdae32dd9?api-version=2025-03-01&t=638840718519046485&c=MIIHhzCCBm-gAwIBAgITHgbIFmDY79XLPJrDjgAABsgWYDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUwNDE3MDcxODAyWhcNMjUxMDE0MDcxODAyWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMmXL0h9ESvC4b92QYV7yPeOyC8nGJyORFUoUm7UdBjxDbKTdSt8SfTfQkW5HjszhiwurE_fjCMlYj9_ymGSwiuCaKmitW7pcXF-WPgkAU2dKPUrSPqJAyeDDvG5SbZOmYYKHttoh0ZCPxadX4ljJ_k6BiE0-a-tSIYI__abusYKDqLuE9uYszi2Ra_hhLOH8qi2TBg71Jc7Dasa4RRwHnwfYbhpKL0tyMrBwyvMUGO00Q_Lx0iRvtIyWhp0HLppX7M2gzHCkh37uEJaggrcqn2T1QHSLgt2AuneElzaS8_if-JVZWv8ZdwCW8Oa-9JXQCzDSFKFP-2yMm1KPtualuUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBSJ3ygYgt4NuGG8mfdBelaS0ABH_DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAI2X3AiLN4s7W-C4ho0tyyAJfaEptV5HLxJHbIHK4awoIyOC8pp8Ay2pGHpXZlTZAhmvEJBKPbB0dVv_cphT1EjWF5rgvvLTBfp9Roo8PqmTQxmvMefBGXnYPmtPgtKMi5nwH1Y4xayGTzvIjIz1ZwYW5_hkF8jKx3e9bGDWPlgyHm3bRRRSgD650gZ7x69myyaDo4tX8FNWbLk-7PYxKiDBeLyle73_kab63klBJc7ep-O2AIxEtxi2DhDGLlGADWVwyYhEhlcFAhxXcOjCETnpsvDfOiK7XD3hnEkdKsChwTT9Gp6wEmn6xu59Qm2DenO3AMiv6vEyP2-7F-bR5G4&s=sM7kb2rf2fxkdG-RCOepqEtf4EMDbtdUn1zGG6IwoRk8dTDzN5eYRebUlWrJOXTvRa2UtLEI6n8c59_3q8QyXaFAm4T5leguV5YNpJCQGSp_40tICoJXra8VPtlQi3HatNfoFupMYYv2o02BUlSH0pk_b6Y9eSAjwPflSRjD-u1IhkMUqoCImhjncVH6RsooX3yJb_d4HZGqPyPeHWHjmXIiHfUdLNHkDipTKgwSwBdRIQP2L9l7To9eY0RG70ZB6joMfAVmnGfT_oua2_70kFowYZBB3C1TzjdIIIJS42dRArwT6wVXuZkyCus6-lfqd-JBYyZ5Ud_KuB-4i9R5Ig&h=KsH0CoudcB2O-w0L6ubXSA48YTDjCn47obfM5RN4WvE response: body: - string: "{\n \"name\": \"2c533839-f405-4d2c-850e-f4b36d61a7d3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2025-05-06T05:02:15.9589748Z\"\n}" + string: "{\n \"name\": \"81df7b0b-eefa-47f7-8ce1-55ffdae32dd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2025-05-28T23:30:51.7227222Z\"\n}" headers: cache-control: - no-cache @@ -937,7 +62912,7 @@ interactions: content-type: - application/json date: - - Tue, 06 May 2025 05:06:50 GMT + - Wed, 28 May 2025 23:35:12 GMT expires: - '-1' pragma: @@ -949,11 +62924,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/c0edd617-949b-47ba-a317-6a50452cadb4 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/6c64f65e-7150-46a2-aad5-7497fc1e6a27 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: CEC9C1F64E5B4D668C3775F0774E3DAE Ref B: CO6AA3150218029 Ref C: 2025-05-06T05:06:50Z' + - 'Ref A: 8F9B4C4165124588B4643346C4CD6FF9 Ref B: MNZ221060618027 Ref C: 2025-05-28T23:35:12Z' status: code: 200 message: OK @@ -973,12 +62948,61 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/2c533839-f405-4d2c-850e-f4b36d61a7d3?api-version=2017-08-31&t=638821045362418559&c=MIIHpTCCBo2gAwIBAgITOgWZuFmLREgOyTdeugAEBZm4WTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwNDE5MTQyMjI3WhcNMjUxMDE2MTQyMjI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPxDlNdj6r6H0vTzKfz228nqLQPXYSxPqEGQSSSCczQcCX3f_Xtnvc-lFdoleay-OVQlgfbWiMkGazl2q7FVj9BZUHJ3KXFg833nlMDzzIkfrA17t4t3OW-6po21aPw9TdEBtH-GReYxdd8YmK-hHhKfpllLkKKn29Z8r3ecn-VJ1URRr4gV1Dnhd8h62eio4oVWmqq_9ITkiyfphE8gKB3n-2ZGTlftv1uEX4hpgnUbyhP4GBPp9Ni0RdYmpukMEr1-GI3W5OnXgKOvoCRB0HZQKU-5u630M-76UA_GFyALd1X_xQwHcCHKvtBzX5EEcQ4AOj_B540c3Mp0HnljQsECAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRgocSx-jjjSuZiJXHuNlAhZPhmbjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAK5mT0Rrym5x1NF2yah7nxZLo1y0madgpRkCREZyGAoW02DZD68DX6wagq4RbcOr_MAlhvWOTjVB8J52ZIsydOGq5NSpxte9Cy10m7-zSXWMn0yNE8YUToarDNRzmshQ5pEBXhjU6kSMEvqeNG8Fr3KrDZEVieQc5By_ZV8F9vtuv90XjrjiLw1qOrPVVvUFOTx-JlUR4aErF4Jldd_YA0aWCiYbvu3Bd1vWtXdnrkJSX-natlKNqGimVnj86nKEao8ktK5pKaHq6C8vbOLeNreXRy5C2fC1tgiZ00V2pHuk1qbOdhlzTDv8G0HZLm_T7_s92OBqMAwBJ1uChKnQm6M&s=JpEAA9Ks2U8lv7n6lNNkupGX6_valmfiF8-c0tQxlBLVMwjs_PRWpWoehbsilFdULIhBMW94vJVMI3JQGTbZvLhrDoVWeqm1IDxxrxCrnvJ1CThs3aW14Xf5BCfmtzYmd6eHoNixhfNHpaSlX0wJd9WLfGf6C1rhf1klLh_5w_7OHSfoW3I5euhGr2crAgWzOFMeet_XY9yGyh8vAYx8osHnd34wwumcGPyD26gzyeIHwrIF7j2MZiMO9NL2M9QypC5BtY_3eBSpEwbL9a0t1q-w6DxetJ6xAvjDBy8oSSH5eVttZXHe28KEQKUJs3_OPxOwIxbAMjlpzK-Gb4mfFA&h=YMVoYcl8VtRjYFpPjeCJ7mtnaaXqG42J9kxbobsQTMc + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/81df7b0b-eefa-47f7-8ce1-55ffdae32dd9?api-version=2025-03-01&t=638840718519046485&c=MIIHhzCCBm-gAwIBAgITHgbIFmDY79XLPJrDjgAABsgWYDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUwNDE3MDcxODAyWhcNMjUxMDE0MDcxODAyWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMmXL0h9ESvC4b92QYV7yPeOyC8nGJyORFUoUm7UdBjxDbKTdSt8SfTfQkW5HjszhiwurE_fjCMlYj9_ymGSwiuCaKmitW7pcXF-WPgkAU2dKPUrSPqJAyeDDvG5SbZOmYYKHttoh0ZCPxadX4ljJ_k6BiE0-a-tSIYI__abusYKDqLuE9uYszi2Ra_hhLOH8qi2TBg71Jc7Dasa4RRwHnwfYbhpKL0tyMrBwyvMUGO00Q_Lx0iRvtIyWhp0HLppX7M2gzHCkh37uEJaggrcqn2T1QHSLgt2AuneElzaS8_if-JVZWv8ZdwCW8Oa-9JXQCzDSFKFP-2yMm1KPtualuUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBSJ3ygYgt4NuGG8mfdBelaS0ABH_DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAI2X3AiLN4s7W-C4ho0tyyAJfaEptV5HLxJHbIHK4awoIyOC8pp8Ay2pGHpXZlTZAhmvEJBKPbB0dVv_cphT1EjWF5rgvvLTBfp9Roo8PqmTQxmvMefBGXnYPmtPgtKMi5nwH1Y4xayGTzvIjIz1ZwYW5_hkF8jKx3e9bGDWPlgyHm3bRRRSgD650gZ7x69myyaDo4tX8FNWbLk-7PYxKiDBeLyle73_kab63klBJc7ep-O2AIxEtxi2DhDGLlGADWVwyYhEhlcFAhxXcOjCETnpsvDfOiK7XD3hnEkdKsChwTT9Gp6wEmn6xu59Qm2DenO3AMiv6vEyP2-7F-bR5G4&s=sM7kb2rf2fxkdG-RCOepqEtf4EMDbtdUn1zGG6IwoRk8dTDzN5eYRebUlWrJOXTvRa2UtLEI6n8c59_3q8QyXaFAm4T5leguV5YNpJCQGSp_40tICoJXra8VPtlQi3HatNfoFupMYYv2o02BUlSH0pk_b6Y9eSAjwPflSRjD-u1IhkMUqoCImhjncVH6RsooX3yJb_d4HZGqPyPeHWHjmXIiHfUdLNHkDipTKgwSwBdRIQP2L9l7To9eY0RG70ZB6joMfAVmnGfT_oua2_70kFowYZBB3C1TzjdIIIJS42dRArwT6wVXuZkyCus6-lfqd-JBYyZ5Ud_KuB-4i9R5Ig&h=KsH0CoudcB2O-w0L6ubXSA48YTDjCn47obfM5RN4WvE response: body: - string: "{\n \"name\": \"2c533839-f405-4d2c-850e-f4b36d61a7d3\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2025-05-06T05:02:15.9589748Z\",\n \"endTime\": - \"2025-05-06T05:06:58.5661882Z\"\n}" + string: "{\n \"name\": \"81df7b0b-eefa-47f7-8ce1-55ffdae32dd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2025-05-28T23:30:51.7227222Z\"\n}" + headers: + cache-control: + - no-cache + content-length: + - '122' + content-type: + - application/json + date: + - Wed, 28 May 2025 23:35:40 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE + x-content-type-options: + - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/82e4c4d4-09cb-48b5-bdbf-1388fa05f03f + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: 9BD876E7B6B64A5B8CEA187E8C201C3E Ref B: MNZ221060618027 Ref C: 2025-05-28T23:35:41Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - -g -n --node-count --ssh-key-value + User-Agent: + - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/81df7b0b-eefa-47f7-8ce1-55ffdae32dd9?api-version=2025-03-01&t=638840718519046485&c=MIIHhzCCBm-gAwIBAgITHgbIFmDY79XLPJrDjgAABsgWYDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUwNDE3MDcxODAyWhcNMjUxMDE0MDcxODAyWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMmXL0h9ESvC4b92QYV7yPeOyC8nGJyORFUoUm7UdBjxDbKTdSt8SfTfQkW5HjszhiwurE_fjCMlYj9_ymGSwiuCaKmitW7pcXF-WPgkAU2dKPUrSPqJAyeDDvG5SbZOmYYKHttoh0ZCPxadX4ljJ_k6BiE0-a-tSIYI__abusYKDqLuE9uYszi2Ra_hhLOH8qi2TBg71Jc7Dasa4RRwHnwfYbhpKL0tyMrBwyvMUGO00Q_Lx0iRvtIyWhp0HLppX7M2gzHCkh37uEJaggrcqn2T1QHSLgt2AuneElzaS8_if-JVZWv8ZdwCW8Oa-9JXQCzDSFKFP-2yMm1KPtualuUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBSJ3ygYgt4NuGG8mfdBelaS0ABH_DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAI2X3AiLN4s7W-C4ho0tyyAJfaEptV5HLxJHbIHK4awoIyOC8pp8Ay2pGHpXZlTZAhmvEJBKPbB0dVv_cphT1EjWF5rgvvLTBfp9Roo8PqmTQxmvMefBGXnYPmtPgtKMi5nwH1Y4xayGTzvIjIz1ZwYW5_hkF8jKx3e9bGDWPlgyHm3bRRRSgD650gZ7x69myyaDo4tX8FNWbLk-7PYxKiDBeLyle73_kab63klBJc7ep-O2AIxEtxi2DhDGLlGADWVwyYhEhlcFAhxXcOjCETnpsvDfOiK7XD3hnEkdKsChwTT9Gp6wEmn6xu59Qm2DenO3AMiv6vEyP2-7F-bR5G4&s=sM7kb2rf2fxkdG-RCOepqEtf4EMDbtdUn1zGG6IwoRk8dTDzN5eYRebUlWrJOXTvRa2UtLEI6n8c59_3q8QyXaFAm4T5leguV5YNpJCQGSp_40tICoJXra8VPtlQi3HatNfoFupMYYv2o02BUlSH0pk_b6Y9eSAjwPflSRjD-u1IhkMUqoCImhjncVH6RsooX3yJb_d4HZGqPyPeHWHjmXIiHfUdLNHkDipTKgwSwBdRIQP2L9l7To9eY0RG70ZB6joMfAVmnGfT_oua2_70kFowYZBB3C1TzjdIIIJS42dRArwT6wVXuZkyCus6-lfqd-JBYyZ5Ud_KuB-4i9R5Ig&h=KsH0CoudcB2O-w0L6ubXSA48YTDjCn47obfM5RN4WvE + response: + body: + string: "{\n \"name\": \"81df7b0b-eefa-47f7-8ce1-55ffdae32dd9\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2025-05-28T23:30:51.7227222Z\",\n \"endTime\": + \"2025-05-28T23:35:49.8319471Z\"\n}" headers: cache-control: - no-cache @@ -987,7 +63011,7 @@ interactions: content-type: - application/json date: - - Tue, 06 May 2025 05:07:21 GMT + - Wed, 28 May 2025 23:36:09 GMT expires: - '-1' pragma: @@ -999,11 +63023,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/04a913d3-2797-46f9-968b-c42328d72f6f + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/833047ad-2b86-4ef8-8391-4bfed944b8d2 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 3C36A4409D0B4483A5D660F24BF4C7B1 Ref B: CO6AA3150218029 Ref C: 2025-05-06T05:07:21Z' + - 'Ref A: AF24049669944441878EFF5FE0889492 Ref B: MNZ221060618027 Ref C: 2025-05-28T23:36:10Z' status: code: 200 message: OK @@ -1030,34 +63054,34 @@ interactions: \"location\": \"eastus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"kind\": \"Base\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.31\",\n \"currentKubernetesVersion\": \"1.31.7\",\n \"dnsPrefix\": \"cliakstest-clitestaeqnlkp5t-15c06b\",\n - \ \"fqdn\": \"cliakstest-clitestaeqnlkp5t-15c06b-wtfj5xt8.hcp.eastus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestaeqnlkp5t-15c06b-wtfj5xt8.portal.hcp.eastus2.azmk8s.io\",\n + \"1.31\",\n \"currentKubernetesVersion\": \"1.31.8\",\n \"dnsPrefix\": \"cliakstest-clitest45fbzbkaa-15c06b\",\n + \ \"fqdn\": \"cliakstest-clitest45fbzbkaa-15c06b-v1z6sbco.hcp.eastus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest45fbzbkaa-15c06b-v1z6sbco.portal.hcp.eastus2.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\": 250,\n \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": - false,\n \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n - \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.31\",\n \"currentOrchestratorVersion\": \"1.31.7\",\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-202504.22.0\",\n + 3,\n \"vmSize\": \"Standard_D4ads_v5\",\n \"osDiskSizeGB\": 150,\n \"osDiskType\": + \"Ephemeral\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 250,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"scaleDownMode\": \"Delete\",\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n + \ \"orchestratorVersion\": \"1.31\",\n \"currentOrchestratorVersion\": + \"1.31.8\",\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-202505.14.0\",\n \ \"upgradeSettings\": {\n \"maxSurge\": \"10%\",\n \"maxUnavailable\": \"0\"\n },\n \"enableFIPS\": false,\n \"networkProfile\": {},\n \"securityProfile\": {\n \"sshAccess\": \"LocalUser\",\n \"enableVTPM\": false,\n \"enableSecureBoot\": - false\n },\n \"eTag\": \"404cb96b-461c-4a0e-95de-5635c74ce1b5\"\n }\n + false\n },\n \"eTag\": \"d8211f99-bf92-4c2b-93e2-22b9efff8175\"\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_eastus2\",\n \"enableRBAC\": true,\n - \ \"enablePodSecurityPolicy\": false,\n \"supportPlan\": \"KubernetesOfficial\",\n - \ \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"networkPluginMode\": - \"overlay\",\n \"networkPolicy\": \"none\",\n \"networkDataplane\": \"azure\",\n - \ \"loadBalancerSku\": \"standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": - {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_eastus2/providers/Microsoft.Network/publicIPAddresses/86fc73c6-9af2-4912-8aa5-d214cd42e5a2\"\n + \ \"supportPlan\": \"KubernetesOfficial\",\n \"networkProfile\": {\n \"networkPlugin\": + \"azure\",\n \"networkPluginMode\": \"overlay\",\n \"networkPolicy\": + \"none\",\n \"networkDataplane\": \"azure\",\n \"loadBalancerSku\": \"standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_eastus2/providers/Microsoft.Network/publicIPAddresses/b7edc2eb-6234-4f39-abb0-ccdf9d992fea\"\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 @@ -1073,25 +63097,25 @@ interactions: {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": {},\n \"metricsProfile\": {\n \ \"costAnalysis\": {\n \"enabled\": false\n }\n },\n \"resourceUID\": - \"681997d6e79d070001736b19\",\n \"controlPlanePluginProfiles\": {\n \"azure-monitor-metrics-ccp\": + \"68379caa50048500010d04ef\",\n \"controlPlanePluginProfiles\": {\n \"azure-monitor-metrics-ccp\": {\n \"enableV2\": true\n },\n \"karpenter\": {\n \"enableV2\": true\n \ },\n \"kubelet-serving-csr-approver\": {\n \"enableV2\": true\n },\n \ \"live-patching-controller\": {\n \"enableV2\": true\n },\n \"static-egress-controller\": {\n \"enableV2\": true\n }\n },\n \"nodeProvisioningProfile\": {\n - \ \"mode\": \"Manual\"\n },\n \"bootstrapProfile\": {\n \"artifactSource\": - \"Direct\"\n }\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n - \ \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \"tenantId\": - \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": {\n \"name\": \"Base\",\n - \ \"tier\": \"Free\"\n },\n \"eTag\": \"ffe7d937-2732-46fa-aa71-13bea86cf734\"\n}" + \ \"mode\": \"Manual\",\n \"defaultNodePools\": \"Auto\"\n },\n \"bootstrapProfile\": + {\n \"artifactSource\": \"Direct\"\n }\n },\n \"identity\": {\n \"type\": + \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": {\n + \ \"name\": \"Base\",\n \"tier\": \"Free\"\n },\n \"eTag\": \"555672ae-c706-4a2f-b7d9-c0e40496a7af\"\n}" headers: cache-control: - no-cache content-length: - - '5409' + - '5408' content-type: - application/json date: - - Tue, 06 May 2025 05:07:22 GMT + - Wed, 28 May 2025 23:36:10 GMT expires: - '-1' pragma: @@ -1105,7 +63129,7 @@ interactions: x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 76237EEC6A1A45FD8DFF91016331C9E7 Ref B: CO6AA3150218029 Ref C: 2025-05-06T05:07:22Z' + - 'Ref A: 854E2C9FE48B4E2F90F06DC8EEA2DB1C Ref B: MNZ221060618027 Ref C: 2025-05-28T23:36:10Z' status: code: 200 message: OK @@ -1128,7 +63152,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/storageacc000003?api-version=2024-01-01 response: body: - string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/storageacc000003","name":"storageacc000003","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-05-06T05:01:33.3987233Z","key2":"2025-05-06T05:01:33.3987233Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"allowSharedKeyAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-05-06T05:01:33.3987233Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-05-06T05:01:33.3987233Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-05-06T05:01:33.2112213Z","primaryEndpoints":{"dfs":"https://storageacc000003.dfs.core.windows.net/","web":"https://storageacc000003.z20.web.core.windows.net/","blob":"https://storageacc000003.blob.core.windows.net/","queue":"https://storageacc000003.queue.core.windows.net/","table":"https://storageacc000003.table.core.windows.net/","file":"https://storageacc000003.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}}' + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/storageacc000003","name":"storageacc000003","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-05-28T23:29:31.0463836Z","key2":"2025-05-28T23:29:31.0463836Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"allowSharedKeyAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-05-28T23:29:31.0463836Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-05-28T23:29:31.0463836Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-05-28T23:29:30.8901312Z","primaryEndpoints":{"dfs":"https://storageacc000003.dfs.core.windows.net/","web":"https://storageacc000003.z20.web.core.windows.net/","blob":"https://storageacc000003.blob.core.windows.net/","queue":"https://storageacc000003.queue.core.windows.net/","table":"https://storageacc000003.table.core.windows.net/","file":"https://storageacc000003.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}}' headers: cache-control: - no-cache @@ -1137,7 +63161,7 @@ interactions: content-type: - application/json date: - - Tue, 06 May 2025 05:07:31 GMT + - Wed, 28 May 2025 23:36:52 GMT expires: - '-1' pragma: @@ -1151,7 +63175,7 @@ interactions: x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: BFE82C3FC0D744D9AE5755067C8AC572 Ref B: MWH011020806034 Ref C: 2025-05-06T05:07:32Z' + - 'Ref A: 0B2A43CEB21C4B0EA7D75347D35EFCD1 Ref B: MNZ221060610009 Ref C: 2025-05-28T23:36:52Z' status: code: 200 message: OK @@ -1178,19 +63202,19 @@ interactions: \"location\": \"eastus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.31\",\n \"currentKubernetesVersion\": - \"1.31.7\",\n \"dnsPrefix\": \"cliakstest-clitestaeqnlkp5t-15c06b\",\n \"fqdn\": - \"cliakstest-clitestaeqnlkp5t-15c06b-wtfj5xt8.hcp.eastus2.azmk8s.io\",\n \"azurePortalFQDN\": - \"cliakstest-clitestaeqnlkp5t-15c06b-wtfj5xt8.portal.hcp.eastus2.azmk8s.io\",\n + \"1.31.8\",\n \"dnsPrefix\": \"cliakstest-clitest45fbzbkaa-15c06b\",\n \"fqdn\": + \"cliakstest-clitest45fbzbkaa-15c06b-v1z6sbco.hcp.eastus2.azmk8s.io\",\n \"azurePortalFQDN\": + \"cliakstest-clitest45fbzbkaa-15c06b-v1z6sbco.portal.hcp.eastus2.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\": 250,\n \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": - false,\n \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n - \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.31\",\n \"currentOrchestratorVersion\": \"1.31.7\",\n \"enableNodePublicIP\": - false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n - \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2containerd-202504.22.0\",\n + 3,\n \"vmSize\": \"Standard_D4ads_v5\",\n \"osDiskSizeGB\": 150,\n \"osDiskType\": + \"Ephemeral\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 250,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"scaleDownMode\": \"Delete\",\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n + \ \"orchestratorVersion\": \"1.31\",\n \"currentOrchestratorVersion\": + \"1.31.8\",\n \"enableNodePublicIP\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": + \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2containerd-202505.14.0\",\n \ \"upgradeSettings\": {\n \"maxSurge\": \"10%\"\n },\n \"enableFIPS\": false,\n \"networkProfile\": {},\n \"securityProfile\": {\n \"enableVTPM\": false,\n \"enableSecureBoot\": false\n }\n }\n ],\n \"linuxProfile\": @@ -1199,12 +63223,11 @@ interactions: test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_eastus2\",\n \"enableRBAC\": true,\n - \ \"enablePodSecurityPolicy\": false,\n \"supportPlan\": \"KubernetesOfficial\",\n - \ \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"networkPluginMode\": - \"overlay\",\n \"networkPolicy\": \"none\",\n \"networkDataplane\": \"azure\",\n - \ \"loadBalancerSku\": \"standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": - {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_eastus2/providers/Microsoft.Network/publicIPAddresses/86fc73c6-9af2-4912-8aa5-d214cd42e5a2\"\n + \ \"supportPlan\": \"KubernetesOfficial\",\n \"networkProfile\": {\n \"networkPlugin\": + \"azure\",\n \"networkPluginMode\": \"overlay\",\n \"networkPolicy\": + \"none\",\n \"networkDataplane\": \"azure\",\n \"loadBalancerSku\": \"standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_eastus2/providers/Microsoft.Network/publicIPAddresses/b7edc2eb-6234-4f39-abb0-ccdf9d992fea\"\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 @@ -1218,7 +63241,7 @@ interactions: {\n \"diskCSIDriver\": {\n \"enabled\": true\n },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n - \ \"workloadAutoScalerProfile\": {},\n \"resourceUID\": \"681997d6e79d070001736b19\",\n + \ \"workloadAutoScalerProfile\": {},\n \"resourceUID\": \"68379caa50048500010d04ef\",\n \ \"metricsProfile\": {\n \"costAnalysis\": {\n \"enabled\": false\n \ }\n },\n \"bootstrapProfile\": {\n \"artifactSource\": \"Direct\"\n \ }\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n @@ -1228,11 +63251,11 @@ interactions: cache-control: - no-cache content-length: - - '4760' + - '4728' content-type: - application/json date: - - Tue, 06 May 2025 05:07:33 GMT + - Wed, 28 May 2025 23:36:53 GMT expires: - '-1' pragma: @@ -1246,7 +63269,7 @@ interactions: x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 00C8BF74559244219DCC83F890DEE954 Ref B: MWH011020808060 Ref C: 2025-05-06T05:07:33Z' + - 'Ref A: 3386E6229FB7415A8A9B5911299E4A7E Ref B: BL2AA2011004040 Ref C: 2025-05-28T23:36:53Z' status: code: 200 message: OK @@ -1269,7 +63292,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/storageacc000003?api-version=2024-01-01 response: body: - string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/storageacc000003","name":"storageacc000003","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-05-06T05:01:33.3987233Z","key2":"2025-05-06T05:01:33.3987233Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"allowSharedKeyAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-05-06T05:01:33.3987233Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-05-06T05:01:33.3987233Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-05-06T05:01:33.2112213Z","primaryEndpoints":{"dfs":"https://storageacc000003.dfs.core.windows.net/","web":"https://storageacc000003.z20.web.core.windows.net/","blob":"https://storageacc000003.blob.core.windows.net/","queue":"https://storageacc000003.queue.core.windows.net/","table":"https://storageacc000003.table.core.windows.net/","file":"https://storageacc000003.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}}' + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/storageacc000003","name":"storageacc000003","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-05-28T23:29:31.0463836Z","key2":"2025-05-28T23:29:31.0463836Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"allowSharedKeyAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-05-28T23:29:31.0463836Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-05-28T23:29:31.0463836Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-05-28T23:29:30.8901312Z","primaryEndpoints":{"dfs":"https://storageacc000003.dfs.core.windows.net/","web":"https://storageacc000003.z20.web.core.windows.net/","blob":"https://storageacc000003.blob.core.windows.net/","queue":"https://storageacc000003.queue.core.windows.net/","table":"https://storageacc000003.table.core.windows.net/","file":"https://storageacc000003.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}}' headers: cache-control: - no-cache @@ -1278,7 +63301,7 @@ interactions: content-type: - application/json date: - - Tue, 06 May 2025 05:07:35 GMT + - Wed, 28 May 2025 23:36:54 GMT expires: - '-1' pragma: @@ -1292,7 +63315,7 @@ interactions: x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: FC6B79D5B34048BB8AECB20C697A8D74 Ref B: MWH011020808031 Ref C: 2025-05-06T05:07:35Z' + - 'Ref A: 54854B367D5549D981E613A707B9FE1A Ref B: MNZ221060608051 Ref C: 2025-05-28T23:36:54Z' status: code: 200 message: OK @@ -1312,7 +63335,7 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration?api-version=2024-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration?api-version=2022-09-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration","namespace":"Microsoft.KubernetesConfiguration","authorizations":[{"applicationId":"c699bf69-fb1d-4eaf-999b-99e6b2ae4d85","roleDefinitionId":"90155430-a360-410f-af5d-89dc284d85c6"},{"applicationId":"03db181c-e9d3-4868-9097-f0b728327182","roleDefinitionId":"DE2ADB97-42D8-49C8-8FCF-DBB53EF936AC"},{"applicationId":"a0f92522-89de-4c5e-9a75-0044ccf66efd","roleDefinitionId":"b3429810-7d5c-420e-8605-cf280f3099f2"},{"applicationId":"bd9b7cd5-dac1-495f-b013-ac871e98fa5f","roleDefinitionId":"0d44c8f0-08b9-44d4-9f59-e51c83f95200"},{"applicationId":"585fc3c3-9a59-4720-8319-53cce041a605","roleDefinitionId":"4a9ce2ee-6de2-43ba-a7bd-8f316de763a7"}],"resourceTypes":[{"resourceType":"sourceControlConfigurations","locations":["East @@ -1325,8 +63348,8 @@ interactions: South","South Africa North","Brazil South","Uae North","Norway West","Germany North","Jio India West","West India","Australia Central","Australia Central 2","Switzerland West","South Africa West","Brazil Southeast","Spain Central","New - Zealand North","Mexico Central","Malaysia West","Indonesia Central","East - US 2 EUAP","Central US EUAP"],"apiVersions":["2023-05-01","2022-11-01","2022-07-01","2022-03-01","2021-03-01","2020-10-01-preview","2020-07-01-preview","2019-11-01-preview"],"defaultApiVersion":"2023-05-01","capabilities":"SupportsExtension"},{"resourceType":"extensions","locations":["East + Zealand North","Mexico Central","Malaysia West","Chile Central","Indonesia + Central","East US 2 EUAP","Central US EUAP"],"apiVersions":["2023-05-01","2022-11-01","2022-07-01","2022-03-01","2021-03-01","2020-10-01-preview","2020-07-01-preview","2019-11-01-preview"],"defaultApiVersion":"2023-05-01","capabilities":"SupportsExtension"},{"resourceType":"extensions","locations":["East US","West Europe","West Central US","West US 2","West US 3","South Central US","East US 2","North Europe","UK South","Southeast Asia","Australia East","France Central","Central US","North Central US","West US","Korea Central","East Asia","Japan @@ -1336,8 +63359,8 @@ interactions: South","South Africa North","Brazil South","Uae North","Norway West","Germany North","Jio India West","West India","Australia Central","Australia Central 2","Switzerland West","South Africa West","Brazil Southeast","Spain Central","New - Zealand North","Mexico Central","Malaysia West","Indonesia Central","East - US 2 EUAP","Central US EUAP"],"apiVersions":["2024-11-01","2023-05-01","2022-11-01","2022-07-01","2022-03-01","2020-07-01-preview"],"defaultApiVersion":"2023-05-01","capabilities":"SystemAssignedResourceIdentity, + Zealand North","Mexico Central","Malaysia West","Chile Central","Indonesia + Central","East US 2 EUAP","Central US EUAP"],"apiVersions":["2024-11-01","2023-05-01","2022-11-01","2022-07-01","2022-03-01","2020-07-01-preview"],"defaultApiVersion":"2023-05-01","capabilities":"SystemAssignedResourceIdentity, SupportsExtension"},{"resourceType":"fluxConfigurations","locations":["East US","West Europe","West Central US","West US 2","West US 3","South Central US","East US 2","North Europe","UK South","Southeast Asia","Australia East","France @@ -1348,8 +63371,8 @@ interactions: South","South Africa North","Brazil South","Uae North","Norway West","Germany North","Jio India West","West India","Australia Central","Australia Central 2","Switzerland West","South Africa West","Brazil Southeast","Spain Central","New - Zealand North","Mexico Central","Malaysia West","Indonesia Central","East - US 2 EUAP","Central US EUAP"],"apiVersions":["2024-11-01","2024-04-01-preview","2023-05-01","2022-11-01","2022-07-01","2022-03-01","2022-01-01-preview","2021-11-01-preview","2021-06-01-preview"],"defaultApiVersion":"2023-05-01","capabilities":"SupportsExtension"},{"resourceType":"namespaces","locations":["Brazil + Zealand North","Mexico Central","Malaysia West","Chile Central","Indonesia + Central","East US 2 EUAP","Central US EUAP"],"apiVersions":["2024-11-01","2024-04-01-preview","2023-05-01","2022-11-01","2022-07-01","2022-03-01","2022-01-01-preview","2021-11-01-preview","2021-06-01-preview"],"defaultApiVersion":"2023-05-01","capabilities":"SupportsExtension"},{"resourceType":"namespaces","locations":["Brazil Southeast"],"apiVersions":["2021-12-01-preview"],"defaultApiVersion":"2021-12-01-preview","capabilities":"SupportsExtension"},{"resourceType":"operations","locations":[],"apiVersions":["2025-04-01","2024-11-01-preview","2024-11-01","2024-04-01-preview","2023-05-01-preview","2023-05-01","2022-11-01","2022-03-01","2022-01-01-preview","2021-12-01-preview","2021-11-01-preview","2021-09-01","2021-06-01-preview","2021-05-01-preview","2021-03-01","2020-10-01-preview","2020-07-01-preview","2019-11-01-preview"],"capabilities":"None"},{"resourceType":"extensionTypes","locations":["West US 2","East US","West Europe","West Central US","West US 3","South Central US","East US 2","North Europe","UK South","Southeast Asia","Australia East","France @@ -1361,7 +63384,7 @@ interactions: North","Norway West","Germany North","Jio India West","West India","Australia Central","Australia Central 2","Switzerland West","South Africa West","Brazil Southeast","Spain Central","New Zealand North","Mexico Central","Malaysia - West","Indonesia Central","East US 2 EUAP","Central US EUAP"],"apiVersions":["2024-11-01-preview","2023-05-01-preview","2022-01-15-preview"],"capabilities":"SupportsExtension"},{"resourceType":"locations/extensionTypes","locations":["West + West","Chile Central","Indonesia Central","East US 2 EUAP","Central US EUAP"],"apiVersions":["2024-11-01-preview","2023-05-01-preview","2022-01-15-preview"],"capabilities":"SupportsExtension"},{"resourceType":"locations/extensionTypes","locations":["West US 2","East US","West Europe","West Central US","West US 3","South Central US","East US 2","North Europe","UK South","Southeast Asia","Australia East","France Central","Central US","North Central US","West US","Korea Central","East Asia","Japan @@ -1371,8 +63394,8 @@ interactions: South","France South","South Africa North","Brazil South","Uae North","Norway West","Germany North","Jio India West","West India","Australia Central","Australia Central 2","Switzerland West","South Africa West","Brazil Southeast","Spain - Central","New Zealand North","Mexico Central","Malaysia West","Indonesia Central","East - US 2 EUAP","Central US EUAP"],"apiVersions":["2024-11-01-preview","2023-05-01-preview","2022-01-15-preview"],"capabilities":"None"},{"resourceType":"locations/extensionTypes/versions","locations":["West + Central","New Zealand North","Mexico Central","Malaysia West","Chile Central","Indonesia + Central","East US 2 EUAP","Central US EUAP"],"apiVersions":["2024-11-01-preview","2023-05-01-preview","2022-01-15-preview"],"capabilities":"None"},{"resourceType":"locations/extensionTypes/versions","locations":["West US 2","East US","West Europe","West Central US","West US 3","South Central US","East US 2","North Europe","UK South","Southeast Asia","Australia East","France Central","Central US","North Central US","West US","Korea Central","East Asia","Japan @@ -1392,8 +63415,8 @@ interactions: South","South Africa North","Brazil South","Uae North","Norway West","Germany North","Jio India West","West India","Australia Central","Australia Central 2","Switzerland West","South Africa West","Brazil Southeast","Spain Central","New - Zealand North","Mexico Central","Malaysia West","Indonesia Central","East - US 2 EUAP","Central US EUAP"],"apiVersions":["2024-11-01-preview","2022-04-02-preview"],"capabilities":"SupportsTags, + Zealand North","Mexico Central","Malaysia West","Chile Central","Indonesia + Central","East US 2 EUAP","Central US EUAP"],"apiVersions":["2024-11-01-preview","2022-04-02-preview"],"capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"privateLinkScopes/privateEndpointConnections","locations":["East US","West Europe","West Central US","West US 2","West US 3","South Central US","East US 2","North Europe","UK South","Southeast Asia","Australia East","France @@ -1404,8 +63427,8 @@ interactions: South","South Africa North","Brazil South","Uae North","Norway West","Germany North","Jio India West","West India","Australia Central","Australia Central 2","Switzerland West","South Africa West","Brazil Southeast","Spain Central","New - Zealand North","Mexico Central","Malaysia West","Indonesia Central","East - US 2 EUAP","Central US EUAP"],"apiVersions":["2024-11-01-preview","2022-04-02-preview"],"capabilities":"None"},{"resourceType":"privateLinkScopes/privateEndpointConnectionProxies","locations":["East + Zealand North","Mexico Central","Malaysia West","Chile Central","Indonesia + Central","East US 2 EUAP","Central US EUAP"],"apiVersions":["2024-11-01-preview","2022-04-02-preview"],"capabilities":"None"},{"resourceType":"privateLinkScopes/privateEndpointConnectionProxies","locations":["East US","West Europe","West Central US","West US 2","West US 3","South Central US","East US 2","North Europe","UK South","Southeast Asia","Australia East","France Central","Central US","North Central US","West US","Korea Central","East Asia","Japan @@ -1415,8 +63438,8 @@ interactions: North","Korea South","France South","Brazil South","Uae North","Norway West","Germany North","Jio India West","West India","Australia Central","Australia Central 2","Switzerland West","South Africa West","Brazil Southeast","Spain Central","New - Zealand North","Mexico Central","Malaysia West","Indonesia Central","East - US 2 EUAP","Central US EUAP"],"apiVersions":["2024-11-01-preview","2022-04-02-preview"],"capabilities":"None"},{"resourceType":"locations","locations":["East + Zealand North","Mexico Central","Malaysia West","Chile Central","Indonesia + Central","East US 2 EUAP","Central US EUAP"],"apiVersions":["2024-11-01-preview","2022-04-02-preview"],"capabilities":"None"},{"resourceType":"locations","locations":["East US 2 EUAP","West US 2","East US","West Europe","West Central US","West US 3","South Central US","East US 2","North Europe","UK South","Southeast Asia","Australia East","France Central","Central US","North Central US","West US","Korea Central","East @@ -1431,11 +63454,11 @@ interactions: cache-control: - no-cache content-length: - - '11654' + - '11782' content-type: - application/json; charset=utf-8 date: - - Tue, 06 May 2025 05:07:35 GMT + - Wed, 28 May 2025 23:36:53 GMT expires: - '-1' pragma: @@ -1449,7 +63472,7 @@ interactions: x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: A9FB562FC9A845F09B456E8FC15CC4DA Ref B: CO6AA3150220027 Ref C: 2025-05-06T05:07:35Z' + - 'Ref A: 8C7D4E2400674DBAA34F24795F950C88 Ref B: MNZ221060609007 Ref C: 2025-05-28T23:36:54Z' status: code: 200 message: OK @@ -1483,12 +63506,12 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensions/backup?api-version=2023-05-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensions/backup","name":"backup","type":"Microsoft.KubernetesConfiguration/extensions","properties":{"extensionType":"microsoft.dataprotection.kubernetes","autoUpgradeMinorVersion":true,"releaseTrain":"stable","version":null,"currentVersion":null,"scope":{"cluster":{"releaseNamespace":"dataprotection-microsoft"}},"provisioningState":"Creating","configurationSettings":{"configuration.backupStorageLocation.bucket":"blob000004","configuration.backupStorageLocation.config.storageAccount":"storageacc000003","configuration.backupStorageLocation.config.resourceGroup":"clitest000001","configuration.backupStorageLocation.config.subscriptionId":"15c06b1b-01d6-407b-bb21-740b8617dea3","credentials.tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","configuration.backupStorageLocation.config.useAAD":"true","configuration.backupStorageLocation.config.storageAccountURI":"https://storageacc000003.blob.core.windows.net/"},"configurationProtectedSettings":{},"statuses":[],"aksAssignedIdentity":null,"isSystemExtension":false},"systemData":{"createdBy":null,"createdByType":null,"createdAt":"2025-05-06T05:07:37.2311501+00:00","lastModifiedBy":null,"lastModifiedByType":null,"lastModifiedAt":"2025-05-06T05:07:37.2311501+00:00"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensions/backup","name":"backup","type":"Microsoft.KubernetesConfiguration/extensions","properties":{"extensionType":"microsoft.dataprotection.kubernetes","autoUpgradeMinorVersion":true,"releaseTrain":"stable","version":null,"currentVersion":null,"scope":{"cluster":{"releaseNamespace":"dataprotection-microsoft"}},"provisioningState":"Creating","configurationSettings":{"configuration.backupStorageLocation.bucket":"blob000004","configuration.backupStorageLocation.config.storageAccount":"storageacc000003","configuration.backupStorageLocation.config.resourceGroup":"clitest000001","configuration.backupStorageLocation.config.subscriptionId":"15c06b1b-01d6-407b-bb21-740b8617dea3","credentials.tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","configuration.backupStorageLocation.config.useAAD":"true","configuration.backupStorageLocation.config.storageAccountURI":"https://storageacc000003.blob.core.windows.net/"},"configurationProtectedSettings":{},"statuses":[],"aksAssignedIdentity":null,"isSystemExtension":false},"systemData":{"createdBy":null,"createdByType":null,"createdAt":"2025-05-28T23:36:55.8477923+00:00","lastModifiedBy":null,"lastModifiedByType":null,"lastModifiedAt":"2025-05-28T23:36:55.8477923+00:00"}}' headers: api-supported-versions: - 2023-05-01, 2024-11-01 azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensions/backup/operations/54da146b-b6dc-4200-a48a-a7a26206bdcc?api-version=2023-05-01&t=638821048573438056&c=MIIHpTCCBo2gAwIBAgITOgWZuFmLREgOyTdeugAEBZm4WTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwNDE5MTQyMjI3WhcNMjUxMDE2MTQyMjI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPxDlNdj6r6H0vTzKfz228nqLQPXYSxPqEGQSSSCczQcCX3f_Xtnvc-lFdoleay-OVQlgfbWiMkGazl2q7FVj9BZUHJ3KXFg833nlMDzzIkfrA17t4t3OW-6po21aPw9TdEBtH-GReYxdd8YmK-hHhKfpllLkKKn29Z8r3ecn-VJ1URRr4gV1Dnhd8h62eio4oVWmqq_9ITkiyfphE8gKB3n-2ZGTlftv1uEX4hpgnUbyhP4GBPp9Ni0RdYmpukMEr1-GI3W5OnXgKOvoCRB0HZQKU-5u630M-76UA_GFyALd1X_xQwHcCHKvtBzX5EEcQ4AOj_B540c3Mp0HnljQsECAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRgocSx-jjjSuZiJXHuNlAhZPhmbjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAK5mT0Rrym5x1NF2yah7nxZLo1y0madgpRkCREZyGAoW02DZD68DX6wagq4RbcOr_MAlhvWOTjVB8J52ZIsydOGq5NSpxte9Cy10m7-zSXWMn0yNE8YUToarDNRzmshQ5pEBXhjU6kSMEvqeNG8Fr3KrDZEVieQc5By_ZV8F9vtuv90XjrjiLw1qOrPVVvUFOTx-JlUR4aErF4Jldd_YA0aWCiYbvu3Bd1vWtXdnrkJSX-natlKNqGimVnj86nKEao8ktK5pKaHq6C8vbOLeNreXRy5C2fC1tgiZ00V2pHuk1qbOdhlzTDv8G0HZLm_T7_s92OBqMAwBJ1uChKnQm6M&s=jjyzJnBiiNhs_KM5oaxSq8QA4GLzBBt5EXE5zx00JeepzT0nUTVibezj6ua3T6dIIPHYjFpSHMur2UF4qOIwTvumU5pa_v4LjDK-ANtZ5DAIRUcUtW-nE7iZDinqbq8us82ll8_1gYe_pv68Rx2yMCm_c3bqji2AO0YOArb0JWeUdbsXDTcyoAw-ffpxXPM6JFfNG7brNdqGjNtzFe4IOEaU6aY4xsAFiaJ3KCg2t7DLQDBv_QSG95c6oALU_M4jKUf4DWQE7jci_8fHZjsicF7XXWXQujiJrlS4Z3eWadvNXJnuhcCTbb_4V6CPtNve03Wbopp7g97EEMlICprTAg&h=cqcx44xt-_rFDL46_naumPpoKtmjolCWWmjiftxnJH0 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensions/backup/operations/eec011f9-a309-4d85-9ac5-d7f09f9907f6?api-version=2023-05-01&t=638840722159599981&c=MIIHhzCCBm-gAwIBAgITHgbIFmDY79XLPJrDjgAABsgWYDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUwNDE3MDcxODAyWhcNMjUxMDE0MDcxODAyWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMmXL0h9ESvC4b92QYV7yPeOyC8nGJyORFUoUm7UdBjxDbKTdSt8SfTfQkW5HjszhiwurE_fjCMlYj9_ymGSwiuCaKmitW7pcXF-WPgkAU2dKPUrSPqJAyeDDvG5SbZOmYYKHttoh0ZCPxadX4ljJ_k6BiE0-a-tSIYI__abusYKDqLuE9uYszi2Ra_hhLOH8qi2TBg71Jc7Dasa4RRwHnwfYbhpKL0tyMrBwyvMUGO00Q_Lx0iRvtIyWhp0HLppX7M2gzHCkh37uEJaggrcqn2T1QHSLgt2AuneElzaS8_if-JVZWv8ZdwCW8Oa-9JXQCzDSFKFP-2yMm1KPtualuUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBSJ3ygYgt4NuGG8mfdBelaS0ABH_DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAI2X3AiLN4s7W-C4ho0tyyAJfaEptV5HLxJHbIHK4awoIyOC8pp8Ay2pGHpXZlTZAhmvEJBKPbB0dVv_cphT1EjWF5rgvvLTBfp9Roo8PqmTQxmvMefBGXnYPmtPgtKMi5nwH1Y4xayGTzvIjIz1ZwYW5_hkF8jKx3e9bGDWPlgyHm3bRRRSgD650gZ7x69myyaDo4tX8FNWbLk-7PYxKiDBeLyle73_kab63klBJc7ep-O2AIxEtxi2DhDGLlGADWVwyYhEhlcFAhxXcOjCETnpsvDfOiK7XD3hnEkdKsChwTT9Gp6wEmn6xu59Qm2DenO3AMiv6vEyP2-7F-bR5G4&s=IbrwHrehibZQ7na1JJJxBYT1kTvteqOIpPNjC4vOmYXWQj0fJd-J5EnboOddEa_Xk69xbYsToLv2Nc94kVOp1mlq3nvWpHIBMm5Zh_Ov38V83TVwdQjy0ASBHtPabpe6YniiBARWHM7KgfyaPM0Lu9eH0kUAP0CZuMqwoK928kN_Wriku9_Hd9w-oT0AuUhmI3d_bVHcrM7ofUaxnzcCPuVET8zap6zbcWKtin0E2SF61HYeRsC4N48BvlrkB9xN6NETfwAycr9TTPgENudiqEkOcqyDeBRgE3xCyNi19nHxalVBFV-5u8Tk-AXRLXuOgxT2kH0AVxl0ReGLj6qoPQ&h=S_S_mdlEKOz5m0Uy7wzqn_bvhMww8cxW29eEl1VD-nw cache-control: - no-cache content-length: @@ -1496,7 +63519,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 06 May 2025 05:07:37 GMT + - Wed, 28 May 2025 23:36:55 GMT expires: - '-1' location: @@ -1510,13 +63533,13 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/07e044b0-8876-42f8-a085-db0a7e8ea3f3 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/58d4a354-14d7-4fb0-a4d6-1742f543cab5 x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 32D1F45A925E4170AFA080DFEE39B433 Ref B: MWH011020806025 Ref C: 2025-05-06T05:07:36Z' + - 'Ref A: 2F9225F12A274E47BBDB593C4FA1FF2E Ref B: MNZ221060618029 Ref C: 2025-05-28T23:36:55Z' status: code: 201 message: Created @@ -1539,7 +63562,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensions/backup?api-version=2023-05-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensions/backup","name":"backup","type":"Microsoft.KubernetesConfiguration/extensions","properties":{"extensionType":"microsoft.dataprotection.kubernetes","autoUpgradeMinorVersion":true,"releaseTrain":"stable","version":null,"currentVersion":"0.0.3004-544","scope":{"cluster":{"releaseNamespace":"dataprotection-microsoft"}},"provisioningState":"Creating","configurationSettings":{"configuration.backupStorageLocation.bucket":"blob000004","configuration.backupStorageLocation.config.storageAccount":"storageacc000003","configuration.backupStorageLocation.config.resourceGroup":"clitest000001","configuration.backupStorageLocation.config.subscriptionId":"15c06b1b-01d6-407b-bb21-740b8617dea3","credentials.tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","configuration.backupStorageLocation.config.useAAD":"true","configuration.backupStorageLocation.config.storageAccountURI":"https://storageacc000003.blob.core.windows.net/"},"configurationProtectedSettings":{},"statuses":[],"aksAssignedIdentity":null,"isSystemExtension":false},"systemData":{"createdBy":null,"createdByType":null,"createdAt":"2025-05-06T05:07:37.2311501+00:00","lastModifiedBy":null,"lastModifiedByType":null,"lastModifiedAt":"2025-05-06T05:07:37.2311501+00:00"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensions/backup","name":"backup","type":"Microsoft.KubernetesConfiguration/extensions","properties":{"extensionType":"microsoft.dataprotection.kubernetes","autoUpgradeMinorVersion":true,"releaseTrain":"stable","version":null,"currentVersion":"0.0.3004-544","scope":{"cluster":{"releaseNamespace":"dataprotection-microsoft"}},"provisioningState":"Creating","configurationSettings":{"configuration.backupStorageLocation.bucket":"blob000004","configuration.backupStorageLocation.config.storageAccount":"storageacc000003","configuration.backupStorageLocation.config.resourceGroup":"clitest000001","configuration.backupStorageLocation.config.subscriptionId":"15c06b1b-01d6-407b-bb21-740b8617dea3","credentials.tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","configuration.backupStorageLocation.config.useAAD":"true","configuration.backupStorageLocation.config.storageAccountURI":"https://storageacc000003.blob.core.windows.net/"},"configurationProtectedSettings":{},"statuses":[],"aksAssignedIdentity":null,"isSystemExtension":false},"systemData":{"createdBy":null,"createdByType":null,"createdAt":"2025-05-28T23:36:55.8477923+00:00","lastModifiedBy":null,"lastModifiedByType":null,"lastModifiedAt":"2025-05-28T23:36:55.8477923+00:00"}}' headers: api-supported-versions: - 2023-05-01, 2024-11-01 @@ -1550,7 +63573,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 06 May 2025 05:07:39 GMT + - Wed, 28 May 2025 23:37:31 GMT expires: - '-1' pragma: @@ -1562,11 +63585,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/33301d98-2391-4b89-9a22-446824e64b33 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/22659d56-d6c0-4fb9-8d32-bda93001e982 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: CC7D8F0DF55246EBAED1D07FC0AE31EC Ref B: MWH011020808029 Ref C: 2025-05-06T05:07:40Z' + - 'Ref A: C9C34C74B6A047599D70D7232DA9E4E9 Ref B: MNZ221060619029 Ref C: 2025-05-28T23:37:30Z' status: code: 200 message: OK @@ -1609,7 +63632,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 06 May 2025 05:07:40 GMT + - Wed, 28 May 2025 23:37:31 GMT expires: - '-1' pragma: @@ -1621,13 +63644,13 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/95be1e7e-b993-4cb1-9b90-85d190c0c462 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/d1d9f326-874a-4931-a29a-99b44d2c7c0c x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 894A9164DB3042C48B605CB16B77B9B9 Ref B: MWH011020808029 Ref C: 2025-05-06T05:07:41Z' + - 'Ref A: 3BE9C95D60F14B7BAD2FF59D5013417F Ref B: MNZ221060619029 Ref C: 2025-05-28T23:37:31Z' status: code: 409 message: Conflict @@ -1650,7 +63673,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensions?api-version=2023-05-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensions/backup","name":"backup","type":"Microsoft.KubernetesConfiguration/extensions","properties":{"extensionType":"microsoft.dataprotection.kubernetes","autoUpgradeMinorVersion":true,"releaseTrain":"stable","version":null,"currentVersion":"0.0.3004-544","scope":{"cluster":{"releaseNamespace":"dataprotection-microsoft"}},"provisioningState":"Creating","configurationSettings":{"configuration.backupStorageLocation.bucket":"blob000004","configuration.backupStorageLocation.config.storageAccount":"storageacc000003","configuration.backupStorageLocation.config.resourceGroup":"clitest000001","configuration.backupStorageLocation.config.subscriptionId":"15c06b1b-01d6-407b-bb21-740b8617dea3","credentials.tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","configuration.backupStorageLocation.config.useAAD":"true","configuration.backupStorageLocation.config.storageAccountURI":"https://storageacc000003.blob.core.windows.net/"},"configurationProtectedSettings":{},"statuses":[],"aksAssignedIdentity":null,"isSystemExtension":false},"systemData":{"createdBy":null,"createdByType":null,"createdAt":"2025-05-06T05:07:37.2311501+00:00","lastModifiedBy":null,"lastModifiedByType":null,"lastModifiedAt":"2025-05-06T05:07:37.2311501+00:00"}}],"nextLink":null}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensions/backup","name":"backup","type":"Microsoft.KubernetesConfiguration/extensions","properties":{"extensionType":"microsoft.dataprotection.kubernetes","autoUpgradeMinorVersion":true,"releaseTrain":"stable","version":null,"currentVersion":"0.0.3004-544","scope":{"cluster":{"releaseNamespace":"dataprotection-microsoft"}},"provisioningState":"Creating","configurationSettings":{"configuration.backupStorageLocation.bucket":"blob000004","configuration.backupStorageLocation.config.storageAccount":"storageacc000003","configuration.backupStorageLocation.config.resourceGroup":"clitest000001","configuration.backupStorageLocation.config.subscriptionId":"15c06b1b-01d6-407b-bb21-740b8617dea3","credentials.tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","configuration.backupStorageLocation.config.useAAD":"true","configuration.backupStorageLocation.config.storageAccountURI":"https://storageacc000003.blob.core.windows.net/"},"configurationProtectedSettings":{},"statuses":[],"aksAssignedIdentity":null,"isSystemExtension":false},"systemData":{"createdBy":null,"createdByType":null,"createdAt":"2025-05-28T23:36:55.8477923+00:00","lastModifiedBy":null,"lastModifiedByType":null,"lastModifiedAt":"2025-05-28T23:36:55.8477923+00:00"}}],"nextLink":null}' headers: api-supported-versions: - 2023-05-01, 2024-11-01 @@ -1661,7 +63684,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 06 May 2025 05:07:44 GMT + - Wed, 28 May 2025 23:38:06 GMT expires: - '-1' pragma: @@ -1673,11 +63696,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/783553c7-ac5f-41ab-baf7-c7188f04830f + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/52427e5a-36cf-497f-880a-3c6373092a84 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: BB8EED6CF2DE44A994878F78B1EBBC2A Ref B: MWH011020809023 Ref C: 2025-05-06T05:07:44Z' + - 'Ref A: 350AD847D1BE4C4582026F6D123F032B Ref B: BL2AA2011001062 Ref C: 2025-05-28T23:38:06Z' status: code: 200 message: OK @@ -1700,7 +63723,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensions/backup?api-version=2023-05-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensions/backup","name":"backup","type":"Microsoft.KubernetesConfiguration/extensions","properties":{"extensionType":"microsoft.dataprotection.kubernetes","autoUpgradeMinorVersion":true,"releaseTrain":"stable","version":null,"currentVersion":"0.0.3004-544","scope":{"cluster":{"releaseNamespace":"dataprotection-microsoft"}},"provisioningState":"Creating","configurationSettings":{"configuration.backupStorageLocation.bucket":"blob000004","configuration.backupStorageLocation.config.storageAccount":"storageacc000003","configuration.backupStorageLocation.config.resourceGroup":"clitest000001","configuration.backupStorageLocation.config.subscriptionId":"15c06b1b-01d6-407b-bb21-740b8617dea3","credentials.tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","configuration.backupStorageLocation.config.useAAD":"true","configuration.backupStorageLocation.config.storageAccountURI":"https://storageacc000003.blob.core.windows.net/"},"configurationProtectedSettings":{},"statuses":[],"aksAssignedIdentity":null,"isSystemExtension":false},"systemData":{"createdBy":null,"createdByType":null,"createdAt":"2025-05-06T05:07:37.2311501+00:00","lastModifiedBy":null,"lastModifiedByType":null,"lastModifiedAt":"2025-05-06T05:07:37.2311501+00:00"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensions/backup","name":"backup","type":"Microsoft.KubernetesConfiguration/extensions","properties":{"extensionType":"microsoft.dataprotection.kubernetes","autoUpgradeMinorVersion":true,"releaseTrain":"stable","version":null,"currentVersion":"0.0.3004-544","scope":{"cluster":{"releaseNamespace":"dataprotection-microsoft"}},"provisioningState":"Creating","configurationSettings":{"configuration.backupStorageLocation.bucket":"blob000004","configuration.backupStorageLocation.config.storageAccount":"storageacc000003","configuration.backupStorageLocation.config.resourceGroup":"clitest000001","configuration.backupStorageLocation.config.subscriptionId":"15c06b1b-01d6-407b-bb21-740b8617dea3","credentials.tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","configuration.backupStorageLocation.config.useAAD":"true","configuration.backupStorageLocation.config.storageAccountURI":"https://storageacc000003.blob.core.windows.net/"},"configurationProtectedSettings":{},"statuses":[],"aksAssignedIdentity":null,"isSystemExtension":false},"systemData":{"createdBy":null,"createdByType":null,"createdAt":"2025-05-28T23:36:55.8477923+00:00","lastModifiedBy":null,"lastModifiedByType":null,"lastModifiedAt":"2025-05-28T23:36:55.8477923+00:00"}}' headers: api-supported-versions: - 2023-05-01, 2024-11-01 @@ -1711,7 +63734,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 06 May 2025 05:07:47 GMT + - Wed, 28 May 2025 23:38:42 GMT expires: - '-1' pragma: @@ -1723,11 +63746,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/1f1ecdf4-907c-4196-be40-252d947fc6f3 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/4eb66295-5768-40b9-88b3-97165eb88c83 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 8D3E03DA25DB4A178AF60F835514E15C Ref B: MWH011020809029 Ref C: 2025-05-06T05:07:47Z' + - 'Ref A: 4691CC9C650D4488A27F063B3E3991E7 Ref B: MNZ221060609049 Ref C: 2025-05-28T23:38:42Z' status: code: 200 message: OK @@ -1750,7 +63773,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensions/backup?api-version=2023-05-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensions/backup","name":"backup","type":"Microsoft.KubernetesConfiguration/extensions","properties":{"extensionType":"microsoft.dataprotection.kubernetes","autoUpgradeMinorVersion":true,"releaseTrain":"stable","version":null,"currentVersion":"0.0.3004-544","scope":{"cluster":{"releaseNamespace":"dataprotection-microsoft"}},"provisioningState":"Creating","configurationSettings":{"configuration.backupStorageLocation.bucket":"blob000004","configuration.backupStorageLocation.config.storageAccount":"storageacc000003","configuration.backupStorageLocation.config.resourceGroup":"clitest000001","configuration.backupStorageLocation.config.subscriptionId":"15c06b1b-01d6-407b-bb21-740b8617dea3","credentials.tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","configuration.backupStorageLocation.config.useAAD":"true","configuration.backupStorageLocation.config.storageAccountURI":"https://storageacc000003.blob.core.windows.net/"},"configurationProtectedSettings":{},"statuses":[],"aksAssignedIdentity":null,"isSystemExtension":false},"systemData":{"createdBy":null,"createdByType":null,"createdAt":"2025-05-06T05:07:37.2311501+00:00","lastModifiedBy":null,"lastModifiedByType":null,"lastModifiedAt":"2025-05-06T05:07:37.2311501+00:00"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensions/backup","name":"backup","type":"Microsoft.KubernetesConfiguration/extensions","properties":{"extensionType":"microsoft.dataprotection.kubernetes","autoUpgradeMinorVersion":true,"releaseTrain":"stable","version":null,"currentVersion":"0.0.3004-544","scope":{"cluster":{"releaseNamespace":"dataprotection-microsoft"}},"provisioningState":"Creating","configurationSettings":{"configuration.backupStorageLocation.bucket":"blob000004","configuration.backupStorageLocation.config.storageAccount":"storageacc000003","configuration.backupStorageLocation.config.resourceGroup":"clitest000001","configuration.backupStorageLocation.config.subscriptionId":"15c06b1b-01d6-407b-bb21-740b8617dea3","credentials.tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","configuration.backupStorageLocation.config.useAAD":"true","configuration.backupStorageLocation.config.storageAccountURI":"https://storageacc000003.blob.core.windows.net/"},"configurationProtectedSettings":{},"statuses":[],"aksAssignedIdentity":null,"isSystemExtension":false},"systemData":{"createdBy":null,"createdByType":null,"createdAt":"2025-05-28T23:36:55.8477923+00:00","lastModifiedBy":null,"lastModifiedByType":null,"lastModifiedAt":"2025-05-28T23:36:55.8477923+00:00"}}' headers: api-supported-versions: - 2023-05-01, 2024-11-01 @@ -1761,7 +63784,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 06 May 2025 05:07:50 GMT + - Wed, 28 May 2025 23:39:15 GMT expires: - '-1' pragma: @@ -1773,11 +63796,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/6d26e551-b218-42a0-bdd6-eeb9fc96d735 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/9abd6080-0793-495a-bc29-811f50527c1a x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 4CD65F3C4BCF493AA4F2604D9090080A Ref B: MWH011020807062 Ref C: 2025-05-06T05:07:50Z' + - 'Ref A: AA44280079D84A0B99AC1863B326AAAE Ref B: MNZ221060608045 Ref C: 2025-05-28T23:39:16Z' status: code: 200 message: OK @@ -1813,7 +63836,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 06 May 2025 05:07:51 GMT + - Wed, 28 May 2025 23:39:16 GMT expires: - '-1' pragma: @@ -1825,13 +63848,13 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/054dd0a2-0574-4504-8505-b342703dbf04 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/8f83b871-2a76-4197-b6e6-aa911b3d198c x-ms-ratelimit-remaining-subscription-deletes: - '799' x-ms-ratelimit-remaining-subscription-global-deletes: - '11999' x-msedge-ref: - - 'Ref A: F244F79914CA4E6C8795932A3923969A Ref B: MWH011020807062 Ref C: 2025-05-06T05:07:51Z' + - 'Ref A: 271E2843C24A44FABD120B6850AB5E07 Ref B: MNZ221060608045 Ref C: 2025-05-28T23:39:16Z' status: code: 200 message: OK @@ -1865,7 +63888,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 06 May 2025 05:07:53 GMT + - Wed, 28 May 2025 23:39:51 GMT expires: - '-1' pragma: @@ -1877,11 +63900,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/277510b6-a520-478b-8e32-9d93f988c8cb + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/ee14e567-a4f1-4a5a-a262-14db31cbd10d x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 6B1A8AE3526448DB927ACC7E912B14CB Ref B: MWH011020808052 Ref C: 2025-05-06T05:07:54Z' + - 'Ref A: 5B2A1551400F4DF291F0A2EDCE37B1FF Ref B: MNZ221060609035 Ref C: 2025-05-28T23:39:52Z' status: code: 200 message: OK diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_extension_type_backup.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_extension_type_backup.yaml index 1f390a21051..824dc1e06ce 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_extension_type_backup.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_extension_type_backup.yaml @@ -1,4 +1,61980 @@ interactions: +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.32.3 + method: GET + uri: https://aka.ms/azure-cli-extension-index-v1 + response: + body: + string: '' + headers: + cache-control: + - max-age=0, no-cache, no-store + connection: + - keep-alive + content-length: + - '0' + date: + - Thu, 29 May 2025 00:54:35 GMT + expires: + - Thu, 29 May 2025 00:54:35 GMT + location: + - https://azcliextensionsync.blob.core.windows.net/index1/index.json + pragma: + - no-cache + request-context: + - appId=cid-v1:d94c0f68-64bf-4036-8409-a0e761bb7ee1 + server: + - Kestrel + strict-transport-security: + - max-age=31536000 ; includeSubDomains + x-response-cache-status: + - 'True' + status: + code: 301 + message: Moved Permanently +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.32.3 + method: GET + uri: https://azcliextensionsync.blob.core.windows.net/index1/index.json + response: + body: + string: "{\n \"extensions\": {\n \"acat\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/acat-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"acat-1.0.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/acat\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"acat\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Acat Extension.\",\n \"version\": \"1.0.0b1\"\n },\n + \ \"sha256Digest\": \"9c228e93fdda531137ba6e5abad2b48577cf58512e4be0dee51cef111267327a\"\n + \ }\n ],\n \"account\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/account-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"account-0.1.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"account\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SubscriptionClient Extension\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"badd35099d52efc5d8c337eee3ce3958005e6bfbb0c83798a74458b90ea6046b\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/account-0.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"account-0.2.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"account\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SubscriptionClient Extension\",\n \"version\": \"0.2.0\"\n + \ },\n \"sha256Digest\": \"a5613056e59cccaf4de58d9b108b0103f1b5a698345e6261b5bf83b3ff7637cf\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/account-0.2.1-py3-none-any.whl\",\n + \ \"filename\": \"account-0.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/account\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"account\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SubscriptionClient Extension\",\n \"version\": \"0.2.1\"\n + \ },\n \"sha256Digest\": \"aba36f7a6f109d2bd1b1624ebcfdfd07a97e9a0b05b051d0af7d2ddb4d2f3c89\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/account-0.2.4-py3-none-any.whl\",\n + \ \"filename\": \"account-0.2.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/account\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"account\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SubscriptionClient Extension\",\n \"version\": \"0.2.4\"\n + \ },\n \"sha256Digest\": \"3bbf45c0e82cf5f76f62beee08b2df8c01dc6a5863d887814e791af69c6f715b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/account-0.2.5-py3-none-any.whl\",\n + \ \"filename\": \"account-0.2.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/account\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"account\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SubscriptionClient Extension\",\n \"version\": \"0.2.5\"\n + \ },\n \"sha256Digest\": \"0b94df323acfc48ea3141904649106bb85695187dbf63aa3b8448ec12bc00c23\"\n + \ }\n ],\n \"acrcssc\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/acrcssc-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"acrcssc-1.0.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.60.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.9\",\n \"Programming Language :: Python + :: 3.10\",\n \"Programming Language :: Python :: 3.11\",\n + \ \"Programming Language :: Python :: 3.12\",\n \"License + :: OSI Approved :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kraterdev@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/acrcssc\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"acrcssc\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"croniter (~=3.0.0)\",\n \"croniter~=3.0.0\",\n + \ \"oras (==0.2.25)\",\n \"oras==0.2.25\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Container Registry Container + Secure Supply Chain (CSSC) Extension\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"cbe058908e339b5827b9da0f2daaa5813fe4914746fb558e903fd4fd8274f1ff\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/acrcssc-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"acrcssc-1.0.0b2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.60.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.9\",\n \"Programming Language :: Python + :: 3.10\",\n \"Programming Language :: Python :: 3.11\",\n + \ \"Programming Language :: Python :: 3.12\",\n \"License + :: OSI Approved :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kraterdev@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/acrcssc\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"acrcssc\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"croniter (~=3.0.0)\",\n \"croniter~=3.0.0\",\n + \ \"oras (==0.2.25)\",\n \"oras==0.2.25\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Container Registry Container + Secure Supply Chain (CSSC) Extension\",\n \"version\": + \"1.0.0b2\"\n },\n \"sha256Digest\": \"5057fe9fef53206895717df777642bf05d891bb2f4e6cece10ac594c5644f1e3\"\n + \ }\n ],\n \"acrquery\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/acrquery-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"acrquery-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"KraterDev@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/acrquery\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"acrquery\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AcrQuery Extension\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"07f5f253de7e3eb8b2ec2726e3b899474f71ebef9ba2d3c0acbca7a1a0a05c54\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/acrquery-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"acrquery-1.0.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"KraterDev@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/acrquery\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"acrquery\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AcrQuery Extension\",\n \"version\": \"1.0.1\"\n + \ },\n \"sha256Digest\": \"9094137a4d08f2ede7b662c99df0665f338aae7bcaf4976bed5d42df754571f1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/acrquery-1.0.1b2-py3-none-any.whl\",\n + \ \"filename\": \"acrquery-1.0.1b2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"KraterDev@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/acrquery\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"acrquery\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AcrQuery Extension\",\n \"version\": \"1.0.1b2\"\n + \ },\n \"sha256Digest\": \"b5a329f3631a966b449b224c3b7b9b846938e00db8dabba6b5fac210480ee5ee\"\n + \ }\n ],\n \"acrtransfer\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/acrtransfer-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"acrtransfer-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"KraterDev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/acrtransfer\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"acrtransfer\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Acrtransfer Extension\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"8fadff19781b34ab246a15a5c222fd6af53ea93f7778fbf933d1ccd082f3e362\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/acrtransfer-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"acrtransfer-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"KraterDev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/acrtransfer\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"acrtransfer\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Acrtransfer Extension\",\n \"version\": \"1.1.0\"\n + \ },\n \"sha256Digest\": \"668b94d0341b663a610212f318b899a53be60ae0eb59c47e162f5dabd3483551\"\n + \ }\n ],\n \"ad\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/ad-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"ad-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/ad\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"ad\",\n \"summary\": \"Microsoft Azure Command-Line Tools + DomainServicesResourceProvider Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"61df234e10759e9916c1d447ab02b82637de10fd97c31a17252e1f5183853883\"\n + \ }\n ],\n \"aem\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/aem-0.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aem-0.1.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.0.30\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"yugangw@microsoft.com\",\n + \ \"name\": \"Yugang Wang\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.29.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aem\",\n \"summary\": \"Manage Azure Enhanced Monitoring + Extensions for SAP\",\n \"version\": \"0.1.1\"\n },\n + \ \"sha256Digest\": \"4ac7b8a4a89eda68d9d1a07cc5edd9b1a2b88421e2aa9a9e5b86a241f127775f\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aem-0.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"aem-0.2.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.0.30\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"yugangw@microsoft.com\",\n + \ \"name\": \"Yugang Wang\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aem\",\n \"summary\": \"Manage Azure Enhanced Monitoring + Extensions for SAP\",\n \"version\": \"0.2.0\"\n },\n + \ \"sha256Digest\": \"3ae49bb9f6b07cdaae840079c95e3d30c7e8bc27ba68d542e8e122cf4c14ce00\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aem-0.2.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aem-0.2.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.19.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"yugangw@microsoft.com\",\n \"name\": + \"Yugang Wang\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aem\",\n \"summary\": \"Manage Azure Enhanced Monitoring + Extensions for SAP\",\n \"version\": \"0.2.1\"\n },\n + \ \"sha256Digest\": \"fb11a2b2b46c5bae831216969bc333a74c7f2a1f77fb8fae7427b911d27bdd41\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aem-0.2.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"aem-0.2.2-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.19.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"yugangw@microsoft.com\",\n \"name\": + \"Yugang Wang\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aem\",\n \"summary\": \"Manage Azure Enhanced Monitoring + Extensions for SAP\",\n \"version\": \"0.2.2\"\n },\n + \ \"sha256Digest\": \"4019ccd9d3bfef853bbe31bc178e07ea1d132a8dea6e6931f917c0d4b0130d13\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aem-0.3.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"aem-0.3.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.19.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"yugangw@microsoft.com\",\n \"name\": + \"Yugang Wang\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aem\",\n \"summary\": \"Manage Azure Enhanced Monitoring + Extensions for SAP\",\n \"version\": \"0.3.0\"\n },\n + \ \"sha256Digest\": \"25aaf9006ab1d115d7c484cfda1c9ad0e3617af6d2140db87499aaea81b67ff8\"\n + \ }\n ],\n \"ai-examples\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/ai_examples-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"ai_examples-0.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.81\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.5\",\n \"Programming Language :: Python + :: 3.6\",\n \"Programming Language :: Python :: 3.7\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"License + :: OSI Approved :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"mabooe@microsoft.com\",\n \"name\": \"Matthew + Booe\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/ai-examples\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"ai-examples\",\n \"summary\": \"Add AI powered examples + to help content.\",\n \"version\": \"0.1.0\"\n },\n + \ \"sha256Digest\": \"3bf63937122345abe28f6d6ddcac8c76491ae992910a6516bcb506e099e59f8b\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/ai_examples-0.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"ai_examples-0.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.2.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.5\",\n \"Programming Language :: Python + :: 3.6\",\n \"Programming Language :: Python :: 3.7\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"License + :: OSI Approved :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"mabooe@microsoft.com\",\n \"name\": \"Matthew + Booe\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/ai-examples\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"ai-examples\",\n \"summary\": \"Add AI powered examples + to help content.\",\n \"version\": \"0.2.0\"\n },\n + \ \"sha256Digest\": \"1e976b938f377e35618525154b46725fa66f17883a6fb233fb2f9d427a34421b\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/ai_examples-0.2.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"ai_examples-0.2.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.2.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.5\",\n \"Programming Language :: Python + :: 3.6\",\n \"Programming Language :: Python :: 3.7\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"License + :: OSI Approved :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"mabooe@microsoft.com\",\n \"name\": \"Matthew + Booe\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/ai-examples\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"ai-examples\",\n \"summary\": \"Add AI powered examples + to help content.\",\n \"version\": \"0.2.1\"\n },\n + \ \"sha256Digest\": \"f45d5a3726924c8a7ae03f2fce1ea4c0221291cf5c815dd54bbc7cd867f1edc2\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/ai_examples-0.2.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"ai_examples-0.2.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.2.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.5\",\n \"Programming Language :: Python + :: 3.6\",\n \"Programming Language :: Python :: 3.7\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"License + :: OSI Approved :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"mabooe@microsoft.com\",\n \"name\": \"Matthew + Booe\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/ai-examples\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"ai-examples\",\n \"summary\": \"Add AI powered examples + to help content.\",\n \"version\": \"0.2.2\"\n },\n + \ \"sha256Digest\": \"6f5da7c8783d6c295b0bc290284609d2e4d60618e208529ec224cde6137254e7\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/ai_examples-0.2.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"ai_examples-0.2.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.2.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.5\",\n \"Programming Language :: Python + :: 3.6\",\n \"Programming Language :: Python :: 3.7\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"License + :: OSI Approved :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"mabooe@microsoft.com\",\n \"name\": \"Matthew + Booe\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/ai-examples\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"ai-examples\",\n \"summary\": \"Add AI powered examples + to help content.\",\n \"version\": \"0.2.3\"\n },\n + \ \"sha256Digest\": \"b4e02c629f2d5613553460c0c1923d638753b355cda5cd7e6ed11b573eaf6d01\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/ai_examples-0.2.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"ai_examples-0.2.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.2.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.5\",\n \"Programming Language :: Python + :: 3.6\",\n \"Programming Language :: Python :: 3.7\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"License + :: OSI Approved :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"mabooe@microsoft.com\",\n \"name\": \"Matthew + Booe\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/ai-examples\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"ai-examples\",\n \"summary\": \"Add AI powered examples + to help content.\",\n \"version\": \"0.2.4\"\n },\n + \ \"sha256Digest\": \"acb73b45ea35b909a0e25ca8757a1434d9ba109ebb3d54698850f5258e76132c\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/ai_examples-0.2.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"ai_examples-0.2.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.2.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.5\",\n \"Programming Language :: Python + :: 3.6\",\n \"Programming Language :: Python :: 3.7\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"License + :: OSI Approved :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"mabooe@microsoft.com\",\n \"name\": \"Matthew + Booe\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/ai-examples\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"ai-examples\",\n \"summary\": \"Add AI powered examples + to help content.\",\n \"version\": \"0.2.5\"\n },\n + \ \"sha256Digest\": \"badbdf5fc2e0b4a85c4124d3fc92859b582adf8f30f5727440ce81942140099a\"\n + \ }\n ],\n \"aks-preview\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.36-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.36-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.36\"\n },\n + \ \"sha256Digest\": \"ea288c9a118ff077caba6110c395864f5c569d87ab395f02a1b11eefd00d3db6\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.37-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.37-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.37\"\n },\n + \ \"sha256Digest\": \"80d04f0d477b987dd462e6c1fb3fdbe7441c7ea1e3c75fb8593847d43b4a1e3b\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.38-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.38-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.38\"\n },\n + \ \"sha256Digest\": \"1ded28b781b6be42b7006fa1a9784d33a90cef43690034dfd22f890519737570\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.39-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.39-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.39\"\n },\n + \ \"sha256Digest\": \"0fdcf5377dcd987221405a3cce324cf823d6f22f0cedd0ea6dc7e3b357be50c4\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.40-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.40-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.40\"\n },\n + \ \"sha256Digest\": \"ea0e3e82ed682134734460b8a6489c4e586cfca97706cc2037d9ace16491c286\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.41-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.41-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.41\"\n },\n + \ \"sha256Digest\": \"f2c6b7d062f3798400b274926e70123fe02ea8bd6a94f645bbf5c1474ce42e33\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.42-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.42-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.42\"\n },\n + \ \"sha256Digest\": \"8b7b592b640b4e46410cf97600106c277506403487e083a3496c33c634e63a06\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.43-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.43-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.43\"\n },\n + \ \"sha256Digest\": \"d351dc69bac520400beffaa571dccdd1fd37534c28309fa703ae59802d25cad5\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.44-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.44-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.44\"\n },\n + \ \"sha256Digest\": \"544d8dbab694fd5a2e04a1cac310e36881682e309c5df772f037451e3d7da51c\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.45-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.45-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.45\"\n },\n + \ \"sha256Digest\": \"78b8536cf5b4349d47a3d1742d36514f99780ef8eff31336d8cb5dfc2e5c6080\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.47-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.47-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.47\"\n },\n + \ \"sha256Digest\": \"042b4acfecdc98059907abce1224c0865f1a61abd566fdc00e09a61436a52e27\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.49-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.49-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.49\"\n },\n + \ \"sha256Digest\": \"ccd0ec11a5fe08427547eb65111ab5c4bab5a59d2eb8d90173d3afa242260518\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.50-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.50-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.50\"\n },\n + \ \"sha256Digest\": \"4c00426e0e993c1a1205a9e09500025cadf287b5ba9c7248027bd91922a94688\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.51-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.51-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.51\"\n },\n + \ \"sha256Digest\": \"60db16bbf0149d80545044dbcb6a353822f867876b2a2547e584432775bd2bf7\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.52-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.52-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.52\"\n },\n + \ \"sha256Digest\": \"7ca39f7f93274649857adc648ae2c7f971d846a99917e6c42b514075d19eb93f\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.53-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.53-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.53\"\n },\n + \ \"sha256Digest\": \"8a71bf3f14338831750c4d086be49b09dbc65e40aedbbc9bc8c558ca8dcb1b21\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.54-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.54-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.54\"\n },\n + \ \"sha256Digest\": \"a12d1907641e8212e0fb4e5f2a6eb85154252a2cd92a1539bf7b809c3b3aa840\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.55-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.55-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.55\"\n },\n + \ \"sha256Digest\": \"d6fa0ec6dfffa82941d9b93415b317f5aee42191c3f6193fbc5842f36822cc48\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.56-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.56-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.56\"\n },\n + \ \"sha256Digest\": \"b03984389a701e3bdfd0327a5428e2b73394daadca15c072173efd367cc7350e\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.57-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.57-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.57\"\n },\n + \ \"sha256Digest\": \"2f80ce7345874f6dc791c25b59bfccdd8d1df2fc5a58eee89c12d5bee36e09f2\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.58-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.58-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.58\"\n },\n + \ \"sha256Digest\": \"6c0e9eeff259f87d5db5deab028bd0c875103d4f94af3b4f872167330de14c2d\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.59-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.59-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.59\"\n },\n + \ \"sha256Digest\": \"33f4caf55366ac68d8b914bf0d06b695ea90d37ea1a26752c5c4ce7345f60b7d\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.60-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.60-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.60\"\n },\n + \ \"sha256Digest\": \"5baa213387c341a054dd8bc8a610f6f4ce0507d5fb1b96b13b0025c1cffb32a3\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.61-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.61-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.61\"\n },\n + \ \"sha256Digest\": \"e40833b2de89ae4884d0d88741ed6949d6a3b8e970c946e1ff4aed1ca5215b57\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.62-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.62-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.62\"\n },\n + \ \"sha256Digest\": \"41538793759b3aae977c3c0e6263a271b20ea130467d89c0dee19877198f0703\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.63-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.63-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.63\"\n },\n + \ \"sha256Digest\": \"ad7e574b1728797189c3e7185ff56e09e835086bd8876c4ef8cbdc54ffe1bc77\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.64-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.64-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.64\"\n },\n + \ \"sha256Digest\": \"507a299bddcb9199f589be12ad0761e03c8386ed2b4ca26782199e9c1f18bf49\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.65-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.65-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.65\"\n },\n + \ \"sha256Digest\": \"3c1d2f8daedab5d6e6adea1ee1f0222be411f64b2b960ce270feb2aa5955145f\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.66-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.66-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.66\"\n },\n + \ \"sha256Digest\": \"ff66452ee3ea3bd31da976107f59006a11ada4e565328fdd56c36c876680b826\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.67-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.67-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.67\"\n },\n + \ \"sha256Digest\": \"1ae0b48d36ea387f25311bbd24f3170c98ed2e3fd1d2a8d07ed32759f0d92828\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.68-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.68-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.68\"\n },\n + \ \"sha256Digest\": \"a281f668a6a9aca42b30fe81914621cce0b7ed8b5dc6c011d299f81ab7c213aa\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.69-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.69-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.69\"\n },\n + \ \"sha256Digest\": \"d670fa4333caf852f4fb298cac96617f24101af8a01af505eb6730936280598a\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.70-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.70-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.70\"\n },\n + \ \"sha256Digest\": \"ae85aefb746698433f3175f87ab8f53c866aafd5f4d68d7277336e6bedeaffd8\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.71-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.71-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.71\"\n },\n + \ \"sha256Digest\": \"a122cfbcc9eb43d3e89e4a19e7f7641e95d6c3184e486bf790b6cdd088c98c79\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.72-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.72-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.72\"\n },\n + \ \"sha256Digest\": \"5d8ec45db6137170926753fe13f7afa8bc66b7b2d8e1af420bb4615b20b471bf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.4.73-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.4.73-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.4.73\"\n },\n + \ \"sha256Digest\": \"d5cd928c82d0f65dbdefc651b2925bfba8710d14d9ecb2aab50ce3b6b461a3c5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.0\"\n },\n + \ \"sha256Digest\": \"abb67e21afe5760a77dc90832ff3790da7041e19240b5e16829b27562b538917\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.1\"\n },\n + \ \"sha256Digest\": \"18a96ea0a9a7402715bd8896901e9b9b1a69ae40f8791755337178fdb3d2dd8b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.2\"\n },\n + \ \"sha256Digest\": \"8a0d406acb640b0f9e2a5c2aba6ec1038aa14178e28cacb07f213127da4c7d4a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.3\"\n },\n + \ \"sha256Digest\": \"a5ee5bd051e5e3909dd84593ff6c5ae9aa37eb4fd68ffa23db1011894c15ba9d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.4\"\n },\n + \ \"sha256Digest\": \"9d917bb16488f2e0c07b8448675105ce726e836f3070cb1669394ce174893ec4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.5\"\n },\n + \ \"sha256Digest\": \"17a72fbfd8ddafbe11cedadb5f2fd9b514d700ecc3854ece5c257c5c7e443182\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.6\"\n },\n + \ \"sha256Digest\": \"70552c8f2eb4c60d7de4f2ed9225c16757c6f1978fa0a091d83ab74a748155a5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.7\"\n },\n + \ \"sha256Digest\": \"3721871ac87368c30bd8dfbcd6ff745bb4254f9b2daff651ba3de892dfd15067\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.8\"\n },\n + \ \"sha256Digest\": \"c32a30d83efeee2cdb23e5dccf1d86788835bcb8947d6ba838fab63d97409bd5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.9-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.9-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.9\"\n },\n + \ \"sha256Digest\": \"8e9f36f5ee8f07e3d7f24de3ffe11aa82ba1af4b135286cf3e463d8d6d7e5ab3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.10-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.10-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.10\"\n },\n + \ \"sha256Digest\": \"2dc5f15206e44d509d1a6738ee7b24bd3bba20d2a184d9fd93423affb346abdc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.11-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.11-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.11\"\n },\n + \ \"sha256Digest\": \"9eeda4d792219e1745948103bd6f0677a724553708ba1ccf49ca484181939f07\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.12-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.12-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.12\"\n },\n + \ \"sha256Digest\": \"9d7f0941b2e1e765cd48cee7b7502a035d65385ddce9d210ccdf6ef68519b4e4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.13-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.13-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.13\"\n },\n + \ \"sha256Digest\": \"54409bfe6bc1b8c34183eea46624973cb6c53acf6b11b5665cc21b229da17156\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.14-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.14-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.14\"\n },\n + \ \"sha256Digest\": \"635f9a1ed5cd480da0e730ddd3116bc352997120aa1feff1b3972067460bbc9f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.15-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.15-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.15\"\n },\n + \ \"sha256Digest\": \"c5bc6296b75fcdaf2a499d34dfa184d6cdeda7a8abaf1306fd758dd04804e621\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.17-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.17-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.17\"\n },\n + \ \"sha256Digest\": \"add861fdea86d7789a0680a3db61fbc32736849c137eb043cb4496f1ee07b742\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.18-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.18-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.18\"\n },\n + \ \"sha256Digest\": \"5cdb117cd30f743c092131bf77e8a699ba4e62bdf7f60a987b5e04387a57ccec\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.19-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.19-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.19\"\n },\n + \ \"sha256Digest\": \"ea42777c9a90295667bc3dc2154f3f3c9f122f884fd7dea661d4948d81dc0b63\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.21-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.21-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.21\"\n },\n + \ \"sha256Digest\": \"8035103b7eb04451b596d70d03f7b1685418e6679c143db5cf6ca70d91e65848\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.22-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.22-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.22\"\n },\n + \ \"sha256Digest\": \"d9673c7d1496e2d85d2b15ad1fc7b2e24101517d8714c4a1cc9f86175cf395a2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.23-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.23-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.23\"\n },\n + \ \"sha256Digest\": \"1d5ad0d8d49f0cf13ffb65cbb3a60651dfa87a8b8b9537f7d9574d4bdc68c1d6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.24-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.24-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.24\"\n },\n + \ \"sha256Digest\": \"4f2e624cc8e1a9ef653295b563d883f2fe58016ca1ba5b45485f17d60d410de7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.25-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.25-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.25\"\n },\n + \ \"sha256Digest\": \"67e35a0b44ffa2c73c98e0ef8604705302707a383b1ffe37a5a9368f2d2a24bb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.26-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.26-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.26\"\n },\n + \ \"sha256Digest\": \"b0653d61f1b26184f2439bef551fb42055f9509ec4f4a3e805d20bce2f382cf8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.27-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.27-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.27\"\n },\n + \ \"sha256Digest\": \"327010762d4953215b870434fafd0f64f7c46bf6d41eafe147a7de202331e3d3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.28-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.28-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.28\"\n },\n + \ \"sha256Digest\": \"6242d3de31d9fb51d7385e4b8b4880806a6df7057d552914ae114d6445440b9e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.29-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.29-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.29\"\n },\n + \ \"sha256Digest\": \"4b433b98716ceb98545a1031ac06284ed06cdb454af009e486a30b32ec07b176\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.30-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.30-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.30\"\n },\n + \ \"sha256Digest\": \"c7a0e4838eebb2a6ee5fafa97c361b73ccb66440e1e27f8d10b241de36c82afd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.31-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.31-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.31\"\n },\n + \ \"sha256Digest\": \"fed778a52ba3233267c1a957e59d6b62f40dfaac4483c3285fb1747659a180e1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.32-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.32-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.32\"\n },\n + \ \"sha256Digest\": \"d2267981145c8c7494d0b74ed6e0629ebff46e44b632d5936c01eee885c0f9a3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.33-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.33-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.33\"\n },\n + \ \"sha256Digest\": \"a087c366a73df27aa0950067649a75cfb08432e331f95d497915e62c5291f59e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.34-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.34-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.34\"\n },\n + \ \"sha256Digest\": \"32a00c0a498ca140540ffd4a33685cbf9f188bee23c9b75d47a12ca342420102\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.35-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.35-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.35\"\n },\n + \ \"sha256Digest\": \"ae1c4eb5688de501f34a1125495f012ddd6445aea1f4da3ac9b81d52c019a309\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.37-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.37-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.37\"\n },\n + \ \"sha256Digest\": \"9f5cd1a94360c156d4baef8a7c8c6230f291807caa4857528ba57ff99ff5772d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.38-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.38-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.38\"\n },\n + \ \"sha256Digest\": \"8f3711491f7f6952e6cf50f517de94a0a3380c906f8e3a1c67e917c3ec63b7ad\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.39-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.39-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.39\"\n },\n + \ \"sha256Digest\": \"249d7eacc77ec774ab656b4cc8bda7e0d9a1790ff7ec9851a3869f3dc3357869\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.40-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.40-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.40\"\n },\n + \ \"sha256Digest\": \"6fb60461a49eb3534343eab73a665edf0dc3fa38f6e77972a15442fe35ef7ef5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.41-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.41-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.41\"\n },\n + \ \"sha256Digest\": \"031601c9ef162925ab378ba7e86b843f258b8feddfe8e52bb8d4d6896d7504d8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.42-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.42-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.27.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.42\"\n },\n + \ \"sha256Digest\": \"70b557f454023cd8300da0081f34c97f8ab142d2a867507cc356d5d45e2f6585\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.44-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.44-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.27.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.44\"\n },\n + \ \"sha256Digest\": \"bf9b38c16159417372b85e10874554ccc08b3a1d545ac098d864d88c832293e8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.45-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.45-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.30.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.45\"\n },\n + \ \"sha256Digest\": \"dce3edd35e9467e64db64ea6fe69a3360f51be02fcf273126c77bd2a79bc43c7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.46-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.46-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.30.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.46\"\n },\n + \ \"sha256Digest\": \"9f811e0176fb309f40c0a6a2cfbd50c27aa4c19a80f518ad100e232c382da336\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.47-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.47-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.30.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.47\"\n },\n + \ \"sha256Digest\": \"a3d03b2ad7ae74468556b8142252e9e51f70e50ce5b1685c8188930b1e43a4ef\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.48-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.48-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.30.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.48\"\n },\n + \ \"sha256Digest\": \"f253e1df741ca7a9b22fef56a362606f9cd7f9e79d52d25fe36a8f76a2c0b52f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.49-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.49-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.31.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.49\"\n },\n + \ \"sha256Digest\": \"8ee88b5673e5d0b69176f8e6b1b5402854b6b28b763e749251414d3801650259\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.50-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.50-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.31.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.50\"\n },\n + \ \"sha256Digest\": \"1ee3571431ef61e5c66bc92ca9927b97d0eaf37e0c9290e55744fcf8bd8cf552\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.51-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.51-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.31.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.51\"\n },\n + \ \"sha256Digest\": \"9908869553f8438a8f184586396e2f2013871bbf49063b95a2ee4d354c539912\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.52-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.52-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.31.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.52\"\n },\n + \ \"sha256Digest\": \"9446d0056caeabbfbac6a47ac88fdb67757db285c7063b5e8074befbc56338d0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.53-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.53-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.53\"\n },\n + \ \"sha256Digest\": \"d8e85ba210d276b5caee4d8049b1e0e3ea5b55d6b319a630cf2e523305e6e6cc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.54-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.54-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.54\"\n },\n + \ \"sha256Digest\": \"957461fa774e2f4a041464a1c82b77edd6b380c6e77ae7a4ae84fba6402380a3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.55-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.55-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.55\"\n },\n + \ \"sha256Digest\": \"6dffcadb2091abab3e6c682dcac05a8149f6887e04550342e1ae33109fd4266f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.56-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.56-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.56\"\n },\n + \ \"sha256Digest\": \"113eca94a2bda03fea6810bffbed83c1e1c5ab91d38b40001e8bab320d6449e2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.57-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.57-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.57\"\n },\n + \ \"sha256Digest\": \"ef52483bd0f162fcc1fc0cced91a5804956c202bf0d3559e48f76a26241ace36\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.58-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.58-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.58\"\n },\n + \ \"sha256Digest\": \"9ad0566d2719940ac927723e65fd79586eae3ce86190b52cfcda3286c98ee30d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.59-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.59-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.59\"\n },\n + \ \"sha256Digest\": \"24253eef69ebb4622873771959e33b25d9612f3303cc924c84f8d6e175420f69\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.60-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.60-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.60\"\n },\n + \ \"sha256Digest\": \"c3d1861f4bfa276d714448198b71f482b26538162f0724bb5686343a084a0de6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.61-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.61-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.61\"\n },\n + \ \"sha256Digest\": \"98f1c161076a1b17889069fd8b654c4be14b5778088cf46a834d6be2a580dca7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.62-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.62-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.62\"\n },\n + \ \"sha256Digest\": \"d1c27a01a402f252e01016181cf988a6da125d120bff168c4b4e85f994215d56\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.63-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.63-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.63\"\n },\n + \ \"sha256Digest\": \"cb5ca46f649303009a52c84ec1a9e8efc788e6e80989e07541f03c4edf02cc93\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.64-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.64-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.64\"\n },\n + \ \"sha256Digest\": \"377db46a822434677059bae8f8584e408d42ba951a7e8b688e50579236864faf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.65-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.65-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.65\"\n },\n + \ \"sha256Digest\": \"df53989fd97f37b5feb6bd54dca9c11308cd8ac6c77e012efccfb4c0111c2f18\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.66-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.66-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.66\"\n },\n + \ \"sha256Digest\": \"82026c5aafd8f0c7f5e72524e708a4ed5c6485b574686d0cdded1104f20a82b3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.67-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.67-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.67\"\n },\n + \ \"sha256Digest\": \"5bedccad76afa1af2196feea59de05fce27d6e917bd6580793ea553399bc2cd5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.68-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.68-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.68\"\n },\n + \ \"sha256Digest\": \"0501655b210d9b4d8812c9b1820f4860c9e26aa839652c6265ab201dbcfb46d6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.69-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.69-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.69\"\n },\n + \ \"sha256Digest\": \"371eec5e3dda3fd7b6ade5274603887bb2113c8e1833a30d49b08a413f3dede4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.70-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.70-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.70\"\n },\n + \ \"sha256Digest\": \"b209c35cf11c76b71a751d727d05cd29b9c4d946bf3ff61d1c51284c83292f9b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.71-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.71-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.35.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.71\"\n },\n + \ \"sha256Digest\": \"7d9550c43140a2eb110addfea27ff8a37d08e1f007a439e77e76ba93110ea38c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.73-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.73-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.35.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.73\"\n },\n + \ \"sha256Digest\": \"aea0f83dbc8a9aa258a1a64446118919d629d66a0836d3fc800a0f726dda65a2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.74-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.74-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.35.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.74\"\n },\n + \ \"sha256Digest\": \"2e6afcc3ababf020e0d4debe8c21334f91f52e8ada3b76261c3a5cda3a7c4462\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.75-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.75-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.35.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.75\"\n },\n + \ \"sha256Digest\": \"3e6ec892b290606c3c7d504883e5bac1a29cdfd3bb98ba95ac2575dd2f3b81b2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.76-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.76-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.35.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.76\"\n },\n + \ \"sha256Digest\": \"daeef61715beb0aad8387286c324dd6450d3ab6cc731476b182a8a70c1d5997a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.77-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.77-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.35.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.77\"\n },\n + \ \"sha256Digest\": \"35008db1e3d6e9ae6c409ed0749a37f6fddec6223aa8cefa0e7245af5f81c95a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.78-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.78-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.35.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.78\"\n },\n + \ \"sha256Digest\": \"a98ecf3b74dae40025d90c8fa152341897682b3647964fd4876545c71b1aa186\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.79-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.79-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.35.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.79\"\n },\n + \ \"sha256Digest\": \"e00adb76107a1daf813b7469392cc42f54dfe37a13f300e0e3f5fb59604a1a7a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.80-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.80-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.35.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.80\"\n },\n + \ \"sha256Digest\": \"b2b6b10bea7eb3e667b6d3377be2c901c8a707de4a29fea5b5e4e2c5a79ea465\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.81-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.81-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.35.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.81\"\n },\n + \ \"sha256Digest\": \"cd513d21399b00621fe54b3cef4e5736b521d89f4233d01020efe8a1fb2a029d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.82-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.82-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.35.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.82\"\n },\n + \ \"sha256Digest\": \"0d92faa3baf8df81f784efe3c719f915fc846e0f5a1b5884477b28bc19a3dc5e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.83-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.83-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.83\"\n },\n + \ \"sha256Digest\": \"01a9cba4d6553f8dc21a8bc837db19761a61c683ddbd72383071030edb5fa806\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.85-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.85-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.85\"\n },\n + \ \"sha256Digest\": \"1b67fa76d283eee75bb135dc4e4efd9640364a84cd9c0786d6311090b8d9b8fd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.86-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.86-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.86\"\n },\n + \ \"sha256Digest\": \"6d35edb29885d02dce1c27d3fc16280239b288151984ac9b84f7d0de8ba44b61\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.87-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.87-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.87\"\n },\n + \ \"sha256Digest\": \"74b0bdfee2818757cafb88edec216446e71bf0f56c9365a387966ef0490bcbfc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.88-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.88-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.88\"\n },\n + \ \"sha256Digest\": \"6794b2151eae3176e8db725a786201606afb4d2e94a76201e21652f2a19d0a4c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.89-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.89-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.89\"\n },\n + \ \"sha256Digest\": \"e7f1b203399906812680aaed0e3f6e21000967e0699482d97e1c449035a8bc6a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.91-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.91-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.91\"\n },\n + \ \"sha256Digest\": \"08de921452dc174603c794405373819a7bda972c8a3307f81e17e9ad4f369f80\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.92-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.92-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.92\"\n },\n + \ \"sha256Digest\": \"6855d7fcdfce7119d799a010f9c50e5aa0132b06581ef84e6d3cf43871691abe\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.93-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.93-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.93\"\n },\n + \ \"sha256Digest\": \"3a49835718b33330fb33256a4dfbfe49bc6b507fb37c48e51d20a7588753f2cf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.94-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.94-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.94\"\n },\n + \ \"sha256Digest\": \"2dd0f45bcb79b72eaf418577a927331db48bb15a1743cb9f66fd0642960b9e8d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.95-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.95-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.95\"\n },\n + \ \"sha256Digest\": \"6f6a946f84e00dfe9d4625ec0e7d927be93ed6ecf5b99ba7c4b146c946ec4672\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.96-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.96-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.96\"\n },\n + \ \"sha256Digest\": \"908a79b3da57b3615f45cc9e201249942894d32983b9b94f1a5996e3b25d2e6b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.97-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.97-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.97\"\n },\n + \ \"sha256Digest\": \"c0a5a5a605cbf1fa158aab8566f8fbb51879a9ee0465ffc40f164040c37cebcd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.98-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.98-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.98\"\n },\n + \ \"sha256Digest\": \"0299269b7b1c9646d2ceafd2b29eeefb371fe1d4f15d55078afd4830d019c7d8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.99-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.99-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.99\"\n },\n + \ \"sha256Digest\": \"d6f0130ea6949e312cdf19c6f628847734bc14817a731e228015979afeda20ec\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.100-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.100-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.100\"\n },\n + \ \"sha256Digest\": \"1bf97307cd519f0d00a457242e1d610ea018d19480a5d2d4ed0ef73b8e179169\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.101-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.101-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.101\"\n },\n + \ \"sha256Digest\": \"1e5144540998b973acbb75a2c68896681b1a2b094216e6316391a1d6bea3103e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.102-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.102-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.102\"\n },\n + \ \"sha256Digest\": \"da3db3c239bc960a536b79bf4797b75ba765da31e066ad56dbedff00aab22172\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.103-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.103-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.103\"\n },\n + \ \"sha256Digest\": \"c0ca8f11a7bd40fe6793c85c571bc0bacb76645f8f0a73967173b14f4be2463b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.104-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.104-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.104\"\n },\n + \ \"sha256Digest\": \"a1eea0c50c624f45143aa55b26934af0d9a5f7a19ac9b26942deb13515fe6ab8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.105-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.105-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.105\"\n },\n + \ \"sha256Digest\": \"27191e8cf1baa2349028e693b4df3f78fec190da0e84ccbf7bc1efeffaa57c6d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.106-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.106-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.106\"\n },\n + \ \"sha256Digest\": \"782279fdb8f799d8e1220f878692875320af639942023c0b03dfdfd5d80added\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.107-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.107-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.107\"\n },\n + \ \"sha256Digest\": \"ba55241d5566bd0a888e6c01466a57bdf8f413e5c51456db2cd7ffddf163ef8f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.108-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.108-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.108\"\n },\n + \ \"sha256Digest\": \"e2d2b9d407cfb3ce44c5565ac9ce20ced6edf25075c31d9f8a2658993b158510\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.109-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.109-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.109\"\n },\n + \ \"sha256Digest\": \"b17d2536b555d6f6f3381a11003d284aa4cd29906975ab3fe47d40dc39b8aaa0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.110-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.110-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.110\"\n },\n + \ \"sha256Digest\": \"eb0922cd4f404db8fc064c315ee86bdb750b9389e0a2513d04fa535855b410bb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.111-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.111-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.111\"\n },\n + \ \"sha256Digest\": \"7da4a7815d1f192f1e5c1172e732956ddfaa9d218856188b9ce5906040b21fbe\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.112-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.112-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.112\"\n },\n + \ \"sha256Digest\": \"b33d01bc5ba13d5932951e577ede76d97aa6d3fad88dcabe1b786b3f12476eff\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.113-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.113-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.113\"\n },\n + \ \"sha256Digest\": \"033c6189f4ce704653e4f9ef880ccbedecd478d652922cdb16a604f0fcdd6cc2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.114-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.114-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.114\"\n },\n + \ \"sha256Digest\": \"364f6267114f199a6c1f9b5362826f6f14c924c21b9587e4dc5ca90c49ec3d6e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.115-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.115-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.115\"\n },\n + \ \"sha256Digest\": \"9e439856742f46e8a8c5b3943f6b777ee88f57d17328fb5e4b1fe3c3fd21c090\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.116-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.116-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.116\"\n },\n + \ \"sha256Digest\": \"45abf043ba212a690a6c4aff76e9ade1a1837ce68f1bb580967b96dbe2e9aeca\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.117-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.117-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.117\"\n },\n + \ \"sha256Digest\": \"ba691e46614a854c4f3a9d899354f845d0e858b1be364f33c8317b0f46b34c3f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.118-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.118-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.118\"\n },\n + \ \"sha256Digest\": \"009365c9ec95eb5a43097855d97d3a14e90653d9c76c268dd17da226f7f70c2e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.119-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.119-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.43.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.119\"\n },\n + \ \"sha256Digest\": \"c8b50ac78a54a293caf2065a64b309f14934f2f953b50b2606670865942b6a8d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.120-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.120-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.43.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.120\"\n },\n + \ \"sha256Digest\": \"80fa490cd015d3393cab6edfc6e6a7aa1f00648b3f0f9274f7c1c1f989042e0f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.121-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.121-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.43.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.121\"\n },\n + \ \"sha256Digest\": \"ebbf8d856bcb1fc9029473015665258d9e1732f3d05aa28c6dd07a0d5810af84\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.122-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.122-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.43.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.122\"\n },\n + \ \"sha256Digest\": \"8c986496fe32418802a134cd844b4a6414f52cbe60270d08d9dc3d44be64c598\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.123-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.123-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.43.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.123\"\n },\n + \ \"sha256Digest\": \"b27f427aa2af44805a108af291a0c87db6caae2fd1206743f5005cf89fa7b858\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.125-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.125-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.125\"\n },\n + \ \"sha256Digest\": \"5965b8105fc2ad546961ef02136422e1dbc399755f371d005e145615dba61649\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.126-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.126-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.126\"\n },\n + \ \"sha256Digest\": \"bd8b6ac2ab0800a0ecff4f06b8afec19cc3b463dc951b1f02a06449585b78a9a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.127-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.127-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.127\"\n },\n + \ \"sha256Digest\": \"2d38c18442369e6295f14e68d12eadfc24deb6d9458b735accc623c447fd52ed\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.128-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.128-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.128\"\n },\n + \ \"sha256Digest\": \"1156f159e8c1b16284b930487a1284aca1ded1dbc8d21a6cbf5cddcdc625767a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.129-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.129-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.129\"\n },\n + \ \"sha256Digest\": \"49e50e7fd43b285880af9c6b17d1c3bddd316fdecf555eb473388c200423970e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.130-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.130-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.130\"\n },\n + \ \"sha256Digest\": \"6e224106eb13daaea1336044f07b03fd8ef10bb42b9b21c11818dda148b2ab43\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.131-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.131-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.131\"\n },\n + \ \"sha256Digest\": \"e8667cb199cb25394d237b3ced6c36195b67c00481a2145e2220878cb616c7bb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.132-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.132-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.132\"\n },\n + \ \"sha256Digest\": \"2d3329d0ba04aa1c68a952b29c54f90e9cf1abed85c0f1a51a6eb302c87fc187\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.133-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.133-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.133\"\n },\n + \ \"sha256Digest\": \"eaee3b3ca9f13d4153597476f9a45ca5fd00d8b4e02e01ca1cc07c937525a41b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.134-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.134-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.134\"\n },\n + \ \"sha256Digest\": \"3fa34226198f09bc38d36248893f08662d183c8106006ffae912dbf1d4b351ee\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.135-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.135-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.135\"\n },\n + \ \"sha256Digest\": \"eb0b780c84f51cbbe48f037e388b2be95692bd2d5c36daf53faa8f5251ec7ae5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.136-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.136-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.136\"\n },\n + \ \"sha256Digest\": \"3901766ce0200e6dfed5d1f877a27036b57732caf2f0a3955a7aeb7c5183dac6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.137-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.137-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.137\"\n },\n + \ \"sha256Digest\": \"37c4ca90690b6e48c1ae52e7e0912eee4cbb1a10c9953e2de2fc3a9926186294\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.138-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.138-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.138\"\n },\n + \ \"sha256Digest\": \"344a05b128c2dc402e4307843c8f67bb3101a207088eab66128a570684658a29\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.139-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.139-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.139\"\n },\n + \ \"sha256Digest\": \"7a79b661d0aab0a89b4ca8a4c9677f14bb5bf57b89850b6256cc6c120a2775ca\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.140-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.140-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.140\"\n },\n + \ \"sha256Digest\": \"89da9b212c448cf7161dad3abacfcd79c0a93a5e105713655f473f1c99be6184\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.141-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.141-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.141\"\n },\n + \ \"sha256Digest\": \"0b26ee8a6e84d1e546bdab8be66a809febef53c55d61084cb096c1493281fb82\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.142-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.142-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.142\"\n },\n + \ \"sha256Digest\": \"003c5a3fec5d73fa1ae557cce51b16d19950026a4fc7a16365c382ae7e400dbd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.143-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.143-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.143\"\n },\n + \ \"sha256Digest\": \"0babf8e7e8f77960cf7c7d97204e4ac521ceff58a1e46d15c2f8e9d80d114676\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.144-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.144-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.144\"\n },\n + \ \"sha256Digest\": \"15e12e2e4c345d92a5eecc6da160a1c766674a0ec322b865428fdbeb0483e2db\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.145-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.145-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.145\"\n },\n + \ \"sha256Digest\": \"f367662b934cf1a086ae81a5494146c0b408a321509561ca2be093688d2da3c8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.146-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.146-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.146\"\n },\n + \ \"sha256Digest\": \"e369e9c478b91ddd72bd9ac801a9acaca111f7add363c1e0691abc4aca91bb87\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.147-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.147-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.147\"\n },\n + \ \"sha256Digest\": \"75c40934415a76a71bac2680c80271c5a5a89aa5036e2c647925829055e15c83\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.148-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.148-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.148\"\n },\n + \ \"sha256Digest\": \"4ff9ebd66e8a51bb781fb9e76100b9bf510cc4a13cdee314ef8f63052674e897\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.149-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.149-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.149\"\n },\n + \ \"sha256Digest\": \"c1a7eb356edab7f496e6672f9516a3360303899dd479586458c37886a6c00b76\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.150-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.150-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.150\"\n },\n + \ \"sha256Digest\": \"19e2fdf3642656d05a470bb95370af5d72b9c6f8e11bbfa0ea7a5fb8702671ba\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.151-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.151-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.44.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.151\"\n },\n + \ \"sha256Digest\": \"839516b3d8e97525d13c594cce398e76848914a195cd351e6ac75c86dd07c4e6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.152-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.152-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.152\"\n },\n + \ \"sha256Digest\": \"d56a40e70dd03cf6b0b5ab548c2cd16b2fbd5340a4f37a232c0268be97b46786\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.153-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.153-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.153\"\n },\n + \ \"sha256Digest\": \"a4ed80aa9635ffc7672e9d7566915eeab873d7d038949437a2305bd1d5a26252\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.154-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.154-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.154\"\n },\n + \ \"sha256Digest\": \"fdff64768b5e34947cc304ad0a3d5436d63b984372c17c767be0ccf8edcc4dec\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.155-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.155-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.155\"\n },\n + \ \"sha256Digest\": \"be425161a4acfb0d24cc5f873bb5f4a03b486034a343e5d4516b714f0a19727b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.156-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.156-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aks-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"openai (~=0.27.8)\"\n ]\n + \ }\n ],\n \"summary\": + \"Provides a preview for upcoming AKS features\",\n \"version\": + \"0.5.156\"\n },\n \"sha256Digest\": \"6039b99d31538b915d96f811d4a4583fb6240e5f314d581a46021a281784d245\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.157-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.157-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aks-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"openai (~=0.27.8)\",\n \"openai~=0.27.8\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Provides a preview for upcoming AKS features\",\n + \ \"version\": \"0.5.157\"\n },\n \"sha256Digest\": + \"f8ef4d008ef13cfdb804fb9916c934753757348bc9fade4e02f0d7fa0bf1ba53\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.158-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.158-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aks-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"openai (~=0.27.8)\",\n \"openai~=0.27.8\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Provides a preview for upcoming AKS features\",\n + \ \"version\": \"0.5.158\"\n },\n \"sha256Digest\": + \"e13d6eff3b0e74e96fce741c000d69fbea124a9b4febd6f0e34494fe86a4e99e\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.159-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.159-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.159\"\n },\n + \ \"sha256Digest\": \"5b3d055cadd3a0fb5623f7d6e04b1553761fae63413fded4e7c029d3c6bf72a4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.160-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.160-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.160\"\n },\n + \ \"sha256Digest\": \"32e84b12b661eee0f1b15433e9a1dc38009ece9faacc2f201c9f02d3cfc8a928\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.161-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.161-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.161\"\n },\n + \ \"sha256Digest\": \"7da4ad6cad48c5ecbab100827b634ee69dfee3a8f8918ddcf4258dbd6ff1207b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.162-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.162-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.162\"\n },\n + \ \"sha256Digest\": \"a7690e9a3b5fd0dd27e86ab029fd87e40073eec7ff4900c2d32a4a63b9e3a758\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.163-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.163-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.163\"\n },\n + \ \"sha256Digest\": \"c7569a43928962e7f71493e4bda8e0d86bda99a08c407b588d4f89d0c0bcb981\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.164-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.164-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.164\"\n },\n + \ \"sha256Digest\": \"5032d903c07476e91393c010b88eadd1d90328662f05403b1ba4a7f6a26e5a5a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.165-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.165-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.165\"\n },\n + \ \"sha256Digest\": \"7087be67431b8210e79c7fa795a0eecb4fb2f17fa47e3bd2dd6986a7fde2e298\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.166-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.166-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.166\"\n },\n + \ \"sha256Digest\": \"97ae1cdaec30d9e3c2bb55485776683ddc188883dd7a1ba0be576f6a763bfe0a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.167-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.167-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.167\"\n },\n + \ \"sha256Digest\": \"f45779ff6462c382842ceb936c0e2145ced9220b24fa20e7104d6312f2795908\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.168-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.168-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.168\"\n },\n + \ \"sha256Digest\": \"432ce3214cbf8521a4174ac7c327823c941e1dc01630391825eec4badd29b969\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.169-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.169-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.169\"\n },\n + \ \"sha256Digest\": \"67277604a05d72c5bf385e5c446850a42e61b3d9fb4502d2e1810e1b79f33348\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.170-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.170-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.170\"\n },\n + \ \"sha256Digest\": \"87e7aa897db9d90178a9066bf95291123fd856be246172807b0fefd0c14daee1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.171-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.171-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.171\"\n },\n + \ \"sha256Digest\": \"8f7565022cc1fe7303dffd1c45bd9d43089b0a07d3f93fbb497f1dda22b49760\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.172-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.172-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.172\"\n },\n + \ \"sha256Digest\": \"a80a939563355331e53c54297710ec3198de460d04d357351a6decee5e6a64d1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.173-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.173-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.173\"\n },\n + \ \"sha256Digest\": \"e81597d02ccbd2856b7fd9631e3414d63be64221d71c60dc6e1548c95487d6ee\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.174-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-0.5.174-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"0.5.174\"\n },\n + \ \"sha256Digest\": \"b3d5716a53bd13ac59226cd0f7758cc11f535d5044fb026f71d3f5eb269cb87c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"1.0.0b1\"\n },\n + \ \"sha256Digest\": \"ee4bbc8d3c175d3aeea67506646d57860f2bd54ea049cf60c7e0e455bda6b283\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-1.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-1.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"1.0.0b2\"\n },\n + \ \"sha256Digest\": \"50e8b8f4b2fd02c2085d410efee7558a10a5399aa6d8e2b5def62fdc2d860b16\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-1.0.0b3-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-1.0.0b3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"1.0.0b3\"\n },\n + \ \"sha256Digest\": \"b5823a278d7b7ab787e8469b6e5f4ce1e7983aac2e6ac79ba38a998da0f5d994\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-1.0.0b4-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-1.0.0b4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"1.0.0b4\"\n },\n + \ \"sha256Digest\": \"dd01c61e5fd22df8845159781a89f783a45e102a9a97acae5bed4a735a2dec6c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-1.0.0b5-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-1.0.0b5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"1.0.0b5\"\n },\n + \ \"sha256Digest\": \"75378ea07dea6fdadb115e41e8394003fd63282560648fa92d8f055f1e2536eb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-1.0.0b6-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-1.0.0b6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"1.0.0b6\"\n },\n + \ \"sha256Digest\": \"2d535ccdce575a5c3c4bd2aa9be1646d6227339d8142de593e5ab31b9d5018e0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-2.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-2.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"2.0.0b1\"\n },\n + \ \"sha256Digest\": \"099ed6855de6571395b7c5531cfbed6537d98dfdc2570ec31acf8f5958f53956\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-2.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-2.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"2.0.0b2\"\n },\n + \ \"sha256Digest\": \"48ca4edfa81686a283930f58a43c459c3b18e7bd4dfc4782ab75659ec711f549\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-2.0.0b3-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-2.0.0b3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"2.0.0b3\"\n },\n + \ \"sha256Digest\": \"59fdd960108b7dbbae8d0d417adaf29a764ddab19c0c34c710be13b063d77214\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-2.0.0b4-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-2.0.0b4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"2.0.0b4\"\n },\n + \ \"sha256Digest\": \"1b5f13ef657dc05525ebcb1000340295a4453c6baeedbfca97ce5ba799486ff7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-2.0.0b5-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-2.0.0b5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"2.0.0b5\"\n },\n + \ \"sha256Digest\": \"de0ff3c4929fe33f9a1be37bbc3718493c57606088cee0a7acc3165ecf4c286e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-2.0.0b6-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-2.0.0b6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"2.0.0b6\"\n },\n + \ \"sha256Digest\": \"f99e03a78728eab8ee6fc6f3944d35719876baa4cce0d8642e6935bc6e127083\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-2.0.0b7-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-2.0.0b7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"2.0.0b7\"\n },\n + \ \"sha256Digest\": \"aeffac4ded4de3f4f0673c90c407ece117138da1e470da54759aa838624a2fe4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-2.0.0b8-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-2.0.0b8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"2.0.0b8\"\n },\n + \ \"sha256Digest\": \"a9896e58511fef1aa889316350c9a7b84176185fbdd7783bf43db401851096b4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-3.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-3.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"3.0.0b1\"\n },\n + \ \"sha256Digest\": \"2bec826c57c59f6b84e298118500006f2ec150d9c3d38b8f9fe3f7a75985a9ce\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-3.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-3.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"3.0.0b2\"\n },\n + \ \"sha256Digest\": \"4930d07a7d69a83867c57c7328f87750534d92e9f9e53afc3cd768108fa722c8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-3.0.0b3-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-3.0.0b3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"3.0.0b3\"\n },\n + \ \"sha256Digest\": \"85c7f1a79fee3797933f6c18d89cb7f0e287b9678bc903c00db5f3456a04ef58\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-3.0.0b4-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-3.0.0b4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"3.0.0b4\"\n },\n + \ \"sha256Digest\": \"5d04fb35d81280a56ee96083ea18a04378b51df0d2b0b37ad0b22c842020b2e6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-3.0.0b5-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-3.0.0b5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"3.0.0b5\"\n },\n + \ \"sha256Digest\": \"6a91566e4fd41fa24805b4db78205923a5f36ac2e09b5eba773b648fcfafe879\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-3.0.0b6-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-3.0.0b6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"3.0.0b6\"\n },\n + \ \"sha256Digest\": \"afd115977bc8b4a46661772f290eea84ecfeae7df8663b0798e57d278b676a83\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-3.0.0b7-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-3.0.0b7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"3.0.0b7\"\n },\n + \ \"sha256Digest\": \"404cb196e85565eb99e79de72d608da60c1771db59ce3a3df4942625ea1d138b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-3.0.0b8-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-3.0.0b8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"3.0.0b8\"\n },\n + \ \"sha256Digest\": \"ea2ee7cabcd6a02a3d457b18e55d8cd8e2ee00675101be376471850873b46236\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-3.0.0b9-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-3.0.0b9-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"3.0.0b9\"\n },\n + \ \"sha256Digest\": \"3d5e43cd1b92ef9abe959fd2aea3e3c66dbebe2cd22df6fdb8abcf7b6682bbd9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-3.0.0b10-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-3.0.0b10-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"3.0.0b10\"\n + \ },\n \"sha256Digest\": \"b5e406bb246012463c9d468f5ca7d9f16758a47d042dea9070ef397354f87beb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-3.0.0b11-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-3.0.0b11-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"3.0.0b11\"\n + \ },\n \"sha256Digest\": \"143ce75380ca2defa2f1bf241802747e3509509a50580e328c3b07fb1cb1fc77\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-3.0.0b12-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-3.0.0b12-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"3.0.0b12\"\n + \ },\n \"sha256Digest\": \"22b2aab02d7dc90b57bf51008e087c84c4f22372e425c750e52116462cca200c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-3.0.0b13-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-3.0.0b13-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"3.0.0b13\"\n + \ },\n \"sha256Digest\": \"a3e8c70bd56e2b31fc174ec7c24cf36995eb5597fcdae2722c3281aab7fde044\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-4.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-4.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"4.0.0b1\"\n },\n + \ \"sha256Digest\": \"27fdb9f6bf411cebc30281bdc578d12658db7c65055e5e598b88b58d3abb3ac7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-4.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-4.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"4.0.0b2\"\n },\n + \ \"sha256Digest\": \"377d01c2e2099d60ec05a25b0458c41e97dfaa81adf3ada19207e78f572aaac4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-4.0.0b3-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-4.0.0b3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"4.0.0b3\"\n },\n + \ \"sha256Digest\": \"ee79134d705d6ebe661653bab44870f1bd307e0a194dbe911b43975c2f4b8458\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-4.0.0b4-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-4.0.0b4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developvalidate_nodepool_taintsers\",\n \"Intended + Audience :: System Administrators\",\n \"Programming + Language :: Python\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"4.0.0b4\"\n },\n + \ \"sha256Digest\": \"2f6a8ec56fd48237ebf9d48cc5a63507d7360492d72deeb42f62c8acd8527b6b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-4.0.0b5-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-4.0.0b5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"4.0.0b5\"\n },\n + \ \"sha256Digest\": \"fff8b68a7a332789345947796cb5014ca2dd8781c38d49c7bdceaf9912490d10\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-5.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-5.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"5.0.0b1\"\n },\n + \ \"sha256Digest\": \"2c0a6b1a952b30f10f36f744e214a03774016fe7834038b917b8bc0ef03ce0c9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-5.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-5.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"5.0.0b2\"\n },\n + \ \"sha256Digest\": \"e110ba66f4375b28e7bca9e7a91e31288454907165274a84a62625a2a047c338\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-5.0.0b3-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-5.0.0b3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"5.0.0b3\"\n },\n + \ \"sha256Digest\": \"ff3f4cb237c87040662306e3b46bfaabde9ea4e7d3c23be55f3a829baf8404d0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-6.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-6.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"6.0.0b1\"\n },\n + \ \"sha256Digest\": \"2e04cfef1cb404760006d73786c57259f8e5c92bc42b9eaca7314301ce0ba1a4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-7.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-7.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"7.0.0b1\"\n },\n + \ \"sha256Digest\": \"202443c5f559b7b57362479118a836d54d7eb2194d56e5eb31a15bea3bf35811\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-7.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-7.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"7.0.0b2\"\n },\n + \ \"sha256Digest\": \"f2f8aba2abf4252b3e77c2d4245320c025e111d5374bb6c1a57631cd72c42e39\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-7.0.0b3-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-7.0.0b3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"7.0.0b3\"\n },\n + \ \"sha256Digest\": \"04067e9050de7b3560030613232bf51d9ada4b91885285954afe77b3e40ad90a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-7.0.0b4-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-7.0.0b4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"7.0.0b4\"\n },\n + \ \"sha256Digest\": \"1a8b9f22e0c36242a575434e5b25ed43e82fd9db5ad7f8b3d187b75ec4e4f879\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-7.0.0b5-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-7.0.0b5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"7.0.0b5\"\n },\n + \ \"sha256Digest\": \"9e46b526cf60b24af2a14ddba903f4695b1e3bf0eda9f0445438e8ae91079b52\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-7.0.0b6-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-7.0.0b6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"7.0.0b6\"\n },\n + \ \"sha256Digest\": \"268457ea6463d03775caa822b4b7a70749c503b47cb2aa9c898e1186cfb423f6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-7.0.0b7-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-7.0.0b7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"7.0.0b7\"\n },\n + \ \"sha256Digest\": \"4b554bfbdf16f0ffc5619ca627e686efd7bee0607da4c2ede39fd76cd1f1f9f8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-7.0.0b8-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-7.0.0b8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"7.0.0b8\"\n },\n + \ \"sha256Digest\": \"d0adea44ecf78c5b49d7e921fb8cb35fd5aa5f83ae7772f9b1d32b34c618eccd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-8.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-8.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"8.0.0b1\"\n },\n + \ \"sha256Digest\": \"500a670e0f4cd8ef9399a0928fbcef6440a68cdc2978c62db911d1585f351b75\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-9.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-9.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"9.0.0b1\"\n },\n + \ \"sha256Digest\": \"10c39ae052f5d76c4cf7584a404f6acac732af40dd58726365fdaeceb4eb2390\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-9.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-9.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"9.0.0b2\"\n },\n + \ \"sha256Digest\": \"ad108c241c92d4228b8da42222b614eae665adea268e8a868b9d8a38ccddeab5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-9.0.0b3-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-9.0.0b3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"9.0.0b3\"\n },\n + \ \"sha256Digest\": \"810d53ed0e6743acb4d886bdb852a000e430f61cbbc0374523f07d638fdc77f1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-9.0.0b4-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-9.0.0b4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"9.0.0b4\"\n },\n + \ \"sha256Digest\": \"5d5ce9940eee897e0af79bdc5631debee33fe80a43385aa81b45257e15eb565f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-9.0.0b5-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-9.0.0b5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"9.0.0b5\"\n },\n + \ \"sha256Digest\": \"891fc0b5b47120e4f229bb0e75aae8b18ec833a5f8661c29da11f18c4e562ba6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-9.0.0b6-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-9.0.0b6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"9.0.0b6\"\n },\n + \ \"sha256Digest\": \"36a215d3a2fdb54b8a977ecab330c3f73c32746368c977364e11fd5cb8e089a4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-9.0.0b7-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-9.0.0b7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"9.0.0b7\"\n },\n + \ \"sha256Digest\": \"2939aadd8022141b95d83dae59f43f55b6385236c8bf6bb0ae94c7b5f3eb6591\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-9.0.0b8-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-9.0.0b8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"9.0.0b8\"\n },\n + \ \"sha256Digest\": \"09844ae02ba0d58f9368ae3738f3d4311f5ca721edcc1cf70886fcf8a80cbfb8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-10.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-10.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"10.0.0b1\"\n + \ },\n \"sha256Digest\": \"6ce59739284300195a2b71bfddc2ca16d23dfc6b2d8afddd88b4e380a2b3f499\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-11.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-11.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"11.0.0b1\"\n + \ },\n \"sha256Digest\": \"f267f16a97d3cb002e8005d563deabd861bede7a887f63e4734b78adabd7c75c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-12.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-12.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"12.0.0b1\"\n + \ },\n \"sha256Digest\": \"2f83b9343a42efa4c7dac6adfe53d3015d34dec223df8aaa3764cabcaf9d6793\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-12.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-12.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"12.0.0b2\"\n + \ },\n \"sha256Digest\": \"e4ce8c4fd9be1bba37239a0673f0c59ab63cd3266439597067b83b1aba5a5a5a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-13.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-13.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"13.0.0b1\"\n + \ },\n \"sha256Digest\": \"57d2e5f3cd1e73de502a857a1393fa4d0015a6cac955a29916467be3dfb952cb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-13.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-13.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"13.0.0b2\"\n + \ },\n \"sha256Digest\": \"955384b3df956e0eef62de63855f1a81516f7dbaa9c5da85e7c6f4e99bfd7ab6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-13.0.0b3-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-13.0.0b3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"13.0.0b3\"\n + \ },\n \"sha256Digest\": \"17b8204a6fb454412d23898487a8e468aa3142958076185d7618b6c792d7880b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-13.0.0b4-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-13.0.0b4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"13.0.0b4\"\n + \ },\n \"sha256Digest\": \"68f799322e3996165451f666d990d7ea9f9f5607d36772f19bf19a596239f809\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-13.0.0b5-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-13.0.0b5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"13.0.0b5\"\n + \ },\n \"sha256Digest\": \"b81f95cfb3c49b6f08b7a0f2384a162497d6bfac1f2c2d7a495fe9a0615be133\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-13.0.0b6-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-13.0.0b6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"13.0.0b6\"\n + \ },\n \"sha256Digest\": \"7519938cf065c9eb0828b1d5c9f89f59ddb34277565f5483ee2adc87fe38dab5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-13.0.0b7-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-13.0.0b7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"13.0.0b7\"\n + \ },\n \"sha256Digest\": \"a4a151c1c264e67bb64d28ca8f1172e8db8522a60979a431e7612c56f437785f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-13.0.0b8-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-13.0.0b8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"13.0.0b8\"\n + \ },\n \"sha256Digest\": \"bc5f4a233c9da20eb64bc22c5d1798520ff65a32640869904ca73771def160bd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-13.0.0b9-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-13.0.0b9-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"13.0.0b9\"\n + \ },\n \"sha256Digest\": \"30e93f136c64872c9a4222faa3f92fbd5c3f778366e1b97b1ccb22aec3fe8d4b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-14.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-14.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"14.0.0b1\"\n + \ },\n \"sha256Digest\": \"21b8217a9a5c2af243968efff655131b446d57e3dfc0aaeb15ce5c3823bb417c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-14.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-14.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"14.0.0b2\"\n + \ },\n \"sha256Digest\": \"d4942783d3f9a20c818959e2d1720bd92e088aeda62932b577710c4b8836520b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-14.0.0b3-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-14.0.0b3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"14.0.0b3\"\n + \ },\n \"sha256Digest\": \"374ec57133071b2c09474661eb771840c04b6c602e5a83eda4a712fe57c748b9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-14.0.0b4-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-14.0.0b4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aks-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-core (>=1.5.0)\",\n \"azure-mgmt-core>=1.5.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Provides a preview for upcoming AKS features\",\n + \ \"version\": \"14.0.0b4\"\n },\n \"sha256Digest\": + \"9aeb0e32cc4e33345d8828e34547e6e12af8eb1b131660c9a106623fef99f70c\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-14.0.0b5-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-14.0.0b5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"14.0.0b5\"\n + \ },\n \"sha256Digest\": \"2f8870caafd2b01147a38335da8ba4878292b95a3135e24e4da669db0c21ac14\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-14.0.0b6-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-14.0.0b6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"14.0.0b6\"\n + \ },\n \"sha256Digest\": \"7d1f570eb541a1bbde143d88814c4a680791a3f95600f6bf35d1f5acd2b07cd9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-14.0.0b7-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-14.0.0b7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"14.0.0b7\"\n + \ },\n \"sha256Digest\": \"7379f1c7b48ca84f4d838df58d0f1cf33c688f24f483809d76dde2cba9e9c85e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-15.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-15.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"15.0.0b1\"\n + \ },\n \"sha256Digest\": \"66ff0be778f0bc230c57daf9be3596252c07a2432f3eee38c6103e7c08b49be8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-15.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-15.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"15.0.0b2\"\n + \ },\n \"sha256Digest\": \"deaf7e88b6e6483a36d66b74f181b5d774fbf776e19d5ee183c1c317e481690b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-16.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-16.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"16.0.0b1\"\n + \ },\n \"sha256Digest\": \"9f6665c9c295a8d331d78e29d8fdcb113d2465c6b015543de4b0596e0721407f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-17.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-17.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"17.0.0b1\"\n + \ },\n \"sha256Digest\": \"f15cccdf423a6021a023af6ef8c3cf4ccb60c826b3520468e472d4e7b0c03067\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-17.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-17.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"17.0.0b2\"\n + \ },\n \"sha256Digest\": \"e5895d3f1dd3b2158d93b3f95a12b92381bfbc92a74628f483bf4ce21d6ad5be\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-17.0.0b3-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-17.0.0b3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"17.0.0b3\"\n + \ },\n \"sha256Digest\": \"dabb7e0d6ce910b6c9568428a65cb1d5b4f1e48f3bf133f22d00a5d332b1484f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-17.0.0b4-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-17.0.0b4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"17.0.0b4\"\n + \ },\n \"sha256Digest\": \"299e23d4ebd8ff3895667bf59c09e8c160feba362b3983317ce987ea4ac70e32\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-18.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-18.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"18.0.0b1\"\n + \ },\n \"sha256Digest\": \"e3712575ccf57bddbaefa392e9d894666b2157c95aded9ad26b27a371260f09a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-18.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-18.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"18.0.0b2\"\n + \ },\n \"sha256Digest\": \"3316c2adb6f2e7c88764b980d7ccb0d695d68d723ad0ab826a254aa3fe21927d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-18.0.0b3-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-18.0.0b3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"18.0.0b3\"\n + \ },\n \"sha256Digest\": \"4ffd461ea874eeb1567d8307a25d65b96aa612a891dc0987e44ce288a9b7f3a8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-18.0.0b4-py2.py3-none-any.whl\",\n + \ \"filename\": \"aks_preview-18.0.0b4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/aks-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"aks-preview\",\n \"summary\": \"Provides a preview for + upcoming AKS features\",\n \"version\": \"18.0.0b4\"\n + \ },\n \"sha256Digest\": \"e94028121c941c5eac0fa3fd3b5f6ef3616901802197036fa6fe60b940e1e442\"\n + \ }\n ],\n \"aksarc\": [\n {\n \"downloadUrl\": + \"https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/aksarc-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"aksarc-1.0.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"Programming Language :: Python + :: 3.9\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://dev.azure.com/msazure/msk8s/_git/hybridaks-utils/azcli/aksarc\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aksarc\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (>=24.0.0)\",\n \"kubernetes>=24.0.0\",\n + \ \"paramiko (<4.0.0,>=2.0.8)\",\n \"paramiko<4.0.0,>=2.0.8\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools HybridContainerService + Extension\",\n \"version\": \"1.0.0b1\"\n },\n + \ \"sha256Digest\": \"292e44e40560c00c13e9ac9e113e2526943aac58fde3cc13d8ec5e14a463f05c\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/aksarc-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"aksarc-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"Programming Language :: Python + :: 3.9\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://dev.azure.com/msazure/msk8s/_git/hybridaks-utils/azcli/aksarc\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aksarc\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (>=24.0.0)\",\n \"kubernetes>=24.0.0\",\n + \ \"paramiko (>=3.3.1)\",\n \"paramiko>=3.3.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools HybridContainerService + Extension\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"e214f2e51d336069bbfd97f7d2ee31f467669e60f1920cee5f73ae2098f12a08\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/aksarc-1.0.2-py3-none-any.whl\",\n + \ \"filename\": \"aksarc-1.0.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"Programming Language :: Python + :: 3.9\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://dev.azure.com/msazure/msk8s/_git/hybridaks-utils/azcli/aksarc\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aksarc\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (>=24.0.0)\",\n \"kubernetes>=24.0.0\",\n + \ \"paramiko (>=3.3.1)\",\n \"paramiko>=3.3.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools HybridContainerService + Extension\",\n \"version\": \"1.0.2\"\n },\n + \ \"sha256Digest\": \"62c4ff20ce9d669ee4063a5bd4f03a7f7b591d2cf9fe74a3719b6be5586a937c\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/aksarc-1.0.3-py3-none-any.whl\",\n + \ \"filename\": \"aksarc-1.0.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"Programming Language :: Python + :: 3.9\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://dev.azure.com/msazure/msk8s/_git/hybridaks-utils/azcli/aksarc\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aksarc\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (>=24.0.0)\",\n \"kubernetes>=24.0.0\",\n + \ \"paramiko (>=3.3.1)\",\n \"paramiko>=3.3.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools HybridContainerService + Extension\",\n \"version\": \"1.0.3\"\n },\n + \ \"sha256Digest\": \"192197cf011658d2ed9ff2c98dcc469a4d8119d7988e902437071e9b83d113bf\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/aksarc-1.0.4-py3-none-any.whl\",\n + \ \"filename\": \"aksarc-1.0.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"Programming Language :: Python + :: 3.9\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://dev.azure.com/msazure/msk8s/_git/hybridaks-utils/azcli/aksarc\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aksarc\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (>=24.0.0)\",\n \"kubernetes>=24.0.0\",\n + \ \"paramiko (<4.0.0,>=2.0.8)\",\n \"paramiko<4.0.0,>=2.0.8\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools HybridContainerService + Extension\",\n \"version\": \"1.0.4\"\n },\n + \ \"sha256Digest\": \"3059bea235a1108cb9d22e9bd2f04d00293647abd53cacce454d3a23b4206887\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/aksarc-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"aksarc-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"Programming Language :: Python + :: 3.9\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://dev.azure.com/msazure/msk8s/_git/hybridaks-utils/azcli/aksarc\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aksarc\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (>=24.0.0)\",\n \"kubernetes>=24.0.0\",\n + \ \"paramiko (<4.0.0,>=2.0.8)\",\n \"paramiko<4.0.0,>=2.0.8\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools HybridContainerService + Extension\",\n \"version\": \"1.1.0\"\n },\n + \ \"sha256Digest\": \"c81f724aa3e55a864b8952c77f8d7413c1df79ce29331d550be8a310c74a9181\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/aksarc-1.1.1-py3-none-any.whl\",\n + \ \"filename\": \"aksarc-1.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"Programming Language :: Python + :: 3.9\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://dev.azure.com/msazure/msk8s/_git/hybridaks-utils/azcli/aksarc\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aksarc\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (>=24.0.0)\",\n \"kubernetes>=24.0.0\",\n + \ \"paramiko (<4.0.0,>=2.0.8)\",\n \"paramiko<4.0.0,>=2.0.8\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools HybridContainerService + Extension\",\n \"version\": \"1.1.1\"\n },\n + \ \"sha256Digest\": \"44151263f259c0b737319a355daef40fac9656342dfc1ea9a33a8c869f676fc5\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/aksarc-1.1.2-py3-none-any.whl\",\n + \ \"filename\": \"aksarc-1.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"Programming Language :: Python + :: 3.9\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://dev.azure.com/msazure/msk8s/_git/hybridaks-utils/azcli/aksarc\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aksarc\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (>=24.0.0)\",\n \"kubernetes>=24.0.0\",\n + \ \"paramiko (<4.0.0,>=2.0.8)\",\n \"paramiko<4.0.0,>=2.0.8\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools HybridContainerService + Extension\",\n \"version\": \"1.1.2\"\n },\n + \ \"sha256Digest\": \"3bdff388c2adc6df95b225d52b7af9197fa24ebfc02654451f127a6dbbc913ba\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/aksarc-1.2.20-py3-none-any.whl\",\n + \ \"filename\": \"aksarc-1.2.20-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"Programming Language :: Python + :: 3.9\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://learn.microsoft.com/en-us/azure/aks/hybrid/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aksarc\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (>=24.0.0)\",\n \"kubernetes>=24.0.0\",\n + \ \"paramiko (<4.0.0,>=2.0.8)\",\n \"paramiko<4.0.0,>=2.0.8\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools HybridContainerService + Extension\",\n \"version\": \"1.2.20\"\n },\n + \ \"sha256Digest\": \"bf55c6a31c8c9eb876e5f65260b134dd1820ed76bd9f838ebb9c3e30635faa04\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/aksarc-1.2.23-py3-none-any.whl\",\n + \ \"filename\": \"aksarc-1.2.23-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"Programming Language :: Python + :: 3.9\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://learn.microsoft.com/en-us/azure/aks/hybrid/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aksarc\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (>=24.0.0)\",\n \"kubernetes>=24.0.0\",\n + \ \"paramiko (<4.0.0,>=2.0.8)\",\n \"paramiko<4.0.0,>=2.0.8\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools HybridContainerService + Extension\",\n \"version\": \"1.2.23\"\n },\n + \ \"sha256Digest\": \"9a02fe5a42e135787b91feb950db74a318b6922d768b5c00327621951b9d6fdd\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/aksarc-1.4.23-py3-none-any.whl\",\n + \ \"filename\": \"aksarc-1.4.23-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"Programming Language :: Python + :: 3.9\",\n \"Programming Language :: Python :: 3.12\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://learn.microsoft.com/en-us/azure/aks/hybrid/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aksarc\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (>=24.0.0)\",\n \"kubernetes>=24.0.0\",\n + \ \"paramiko (<4.0.0,>=2.0.8)\",\n \"paramiko<4.0.0,>=2.0.8\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools HybridContainerService + Extension\",\n \"version\": \"1.4.23\"\n },\n + \ \"sha256Digest\": \"508a5b5546083f92545b721d2b4760a93f3a73abfe0aa5f6b6bc232ef092ee93\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/aksarc-1.5.37-py3-none-any.whl\",\n + \ \"filename\": \"aksarc-1.5.37-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"Programming Language :: Python + :: 3.9\",\n \"Programming Language :: Python :: 3.12\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://learn.microsoft.com/en-us/azure/aks/hybrid/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aksarc\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (>=24.0.0)\",\n \"kubernetes>=24.0.0\",\n + \ \"paramiko (<4.0.0,>=2.0.8)\",\n \"paramiko<4.0.0,>=2.0.8\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools HybridContainerService + Extension\",\n \"version\": \"1.5.37\"\n },\n + \ \"sha256Digest\": \"3cbb137f3d9135bacdff0fe12b7a044f10873269d5ce60471901015b538bcd63\"\n + \ }\n ],\n \"akshybrid\": [\n {\n \"downloadUrl\": + \"https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/akshybrid-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"akshybrid-0.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.32.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"Programming Language :: Python :: 3.9\",\n \"License + :: OSI Approved :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://dev.azure.com/msazure/msk8s/_git/hybridaks-utils/azcli/akshybrid\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"akshybrid\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"kubernetes==11.0.0\",\n + \ \"pycryptodome (==3.12.0)\",\n \"pycryptodome==3.12.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools HybridContainerService + Extension\",\n \"version\": \"0.1.1\"\n },\n + \ \"sha256Digest\": \"2ec4c1150f24ff806dccb4ecefe2f96c736276a9aef725c6988abfcc0adb3546\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/akshybrid-0.1.2-py3-none-any.whl\",\n + \ \"filename\": \"akshybrid-0.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.32.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"Programming Language :: Python :: 3.9\",\n \"License + :: OSI Approved :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://dev.azure.com/msazure/msk8s/_git/hybridaks-utils/azcli/akshybrid\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"akshybrid\",\n \"summary\": \"Microsoft Azure Command-Line + Tools HybridContainerService Extension\",\n \"version\": + \"0.1.2\"\n },\n \"sha256Digest\": \"9767cda444c421573bc220e01cd58a67c30a36175cedba68b0454a3c6e983a8e\"\n + \ }\n ],\n \"alb\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/alb-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"alb-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/alb\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"alb\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ALB Extension.\",\n \"version\": \"0.2.0\"\n },\n + \ \"sha256Digest\": \"d88930eedb6164a3ac71ff42ab5f8e3b21edb5f95d01274f35fc7f91bbf70378\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/alb-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"alb-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/alb\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"alb\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ALB Extension.\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"b020cd8cd3da6299dc978499dae452768b7651c3ed8e05f2f0b321bd9b8354d4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/alb-2.0.0-py3-none-any.whl\",\n + \ \"filename\": \"alb-2.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.67.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/alb\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"alb\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ALB Extension.\",\n \"version\": \"2.0.0\"\n },\n + \ \"sha256Digest\": \"67d3db93676402a4b2143969bb20fb8ec6227624ec5149d317a191b57d16a9c3\"\n + \ }\n ],\n \"alertsmanagement\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/alertsmanagement-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"alertsmanagement-0.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"fey@microsoft.com\",\n \"name\": \"Github:qwordy\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"alertsmanagement\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Alerts Extension\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"80ab78574debff9d8a9106bac3929cb552adea1371ea24f06073669fef708fcd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/alertsmanagement-0.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"alertsmanagement-0.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"fey@microsoft.com\",\n \"name\": \"Github:qwordy\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/alertsmanagement\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"alertsmanagement\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Alerts Extension\",\n \"version\": \"0.1.1\"\n + \ },\n \"sha256Digest\": \"319f2855f71de21b22b721b4b02d50faf858a71c04ced52a4f4c1e4e114dffa6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/alertsmanagement-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"alertsmanagement-0.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/alertsmanagement\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"alertsmanagement\",\n \"summary\": \"Microsoft Azure + Command-Line Tools AlertsManagementClient Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"1881c770fca969d269840923f1a6332602ec0a031c7402aaefa3ac6babadf70c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/alertsmanagement-0.2.1-py3-none-any.whl\",\n + \ \"filename\": \"alertsmanagement-0.2.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/alertsmanagement\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"alertsmanagement\",\n \"summary\": \"Microsoft Azure + Command-Line Tools AlertsManagementClient Extension\",\n \"version\": + \"0.2.1\"\n },\n \"sha256Digest\": \"4ad81bafbcf4d0cc813918d3a370eda0ff4d7e8d410cadb1adee353e300d58ef\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/alertsmanagement-0.2.2-py3-none-any.whl\",\n + \ \"filename\": \"alertsmanagement-0.2.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/alertsmanagement\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"alertsmanagement\",\n \"summary\": \"Microsoft Azure + Command-Line Tools AlertsManagementClient Extension\",\n \"version\": + \"0.2.2\"\n },\n \"sha256Digest\": \"2221f34f874532e4c5324f821a40a49f6cecca70b72e594144e6baf60b08508e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/alertsmanagement-0.2.3-py3-none-any.whl\",\n + \ \"filename\": \"alertsmanagement-0.2.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/alertsmanagement\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"alertsmanagement\",\n \"summary\": \"Microsoft Azure + Command-Line Tools AlertsManagementClient Extension\",\n \"version\": + \"0.2.3\"\n },\n \"sha256Digest\": \"b45a5752924ab1205ff5862f03a4a465eccb4dd8e79900023498d674aa68665b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/alertsmanagement-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"alertsmanagement-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/alertsmanagement\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"alertsmanagement\",\n \"summary\": \"Microsoft Azure + Command-Line Tools AlertsManagementClient Extension\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"e1e15aeff1ab9b25fb820b914e602ce84a7d00e5382eb07d413f1492d90b09d1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/alertsmanagement-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"alertsmanagement-1.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/alertsmanagement\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"alertsmanagement\",\n \"summary\": \"Microsoft Azure + Command-Line Tools AlertsManagementClient Extension\",\n \"version\": + \"1.0.0b2\"\n },\n \"sha256Digest\": \"37f376234f8047df93d7c5355cc864f35ec195f6c7babe148f57349303af6696\"\n + \ }\n ],\n \"alias\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/alias-0.5.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"alias-0.5.2-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.50.dev0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"t-chwong@microsoft.com\",\n \"name\": + \"Ernest Wong\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.29.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"alias\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"jinja2 (~=2.10)\"\n ]\n + \ }\n ],\n \"summary\": + \"Support for command aliases\",\n \"version\": \"0.5.2\"\n + \ },\n \"sha256Digest\": \"05f82d75026e780d27bd34a1be57f4ec0f425500d8ab4ee7e92fee07b944da33\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/alias-0.5.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"alias-0.5.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.31.dev0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"t-chwong@microsoft.com\",\n \"name\": + \"Ernest Wong\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"alias\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"jinja2 (~=2.10)\"\n ]\n + \ }\n ],\n \"summary\": + \"Support for command aliases\",\n \"version\": \"0.5.1\"\n + \ },\n \"sha256Digest\": \"81b9a7f1824bffcbd6e72680891476151dde868e030cdbf1bfd9135e1a8f3447\"\n + \ }\n ],\n \"amg\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"amg-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.30.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"2770ea61e30390300de97c4a76424febfc46a24a62f250b0fd3625017cf133f3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"amg-0.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.30.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"267cb352947fc4d0991d6d36b5a5ab86604c95a66acfb030212653ae4ada0fc6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-0.1.2-py3-none-any.whl\",\n + \ \"filename\": \"amg-0.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.30.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"0.1.2\"\n },\n \"sha256Digest\": \"f6e7b4cbe3fed90f9683ef96280612e2646286ca8028f4061013a0c6255c7208\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-0.1.3-py3-none-any.whl\",\n + \ \"filename\": \"amg-0.1.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.30.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"0.1.3\"\n },\n \"sha256Digest\": \"81e5bffefbb991136eaa19ab5175ff33ca8edec31b38c615ef2ffcaee80f5725\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"amg-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"05b53c3e894a7f776251d2e5854c16e30cb6f5755d1e67e52fbcc5815f428d61\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"amg-0.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"0.3.0\"\n },\n \"sha256Digest\": \"c3db4f061746fe2dc656a00084069d2905eb2f95e35f8beafe2900add16d8089\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-0.3.1-py3-none-any.whl\",\n + \ \"filename\": \"amg-0.3.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"0.3.1\"\n },\n \"sha256Digest\": \"64f1ebcebdd06cc0277a3cfe26b29b150135ce5b092296b8975ec56732a60729\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"dbb9572514ce2151900b38b9c30af7459f8ae35f8b052d0e7800894b50cc482e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"1.1.0\"\n },\n \"sha256Digest\": \"9d6e10ce78bcdeca062ab790a80d62ca1ccaabdb27fca8db891cbf3cec2835a0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.2.0-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"1.2.0\"\n },\n \"sha256Digest\": \"167bb7b5f668900d7d053d7b41a54ff89c5e5b89f723f4bb9c19d1e069a8d6e1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.2.1-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"1.2.1\"\n },\n \"sha256Digest\": \"0e182a9545c7b5ffc9d1ca04a08a508b7edd1428b5f9f90b408f912dce3205c0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.2.2-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.2.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"1.2.2\"\n },\n \"sha256Digest\": \"65903b31502c1405bbc0c0cedce6939e039825522ee2a0f85f3e4d8cb154531c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.2.3-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.2.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"1.2.3\"\n },\n \"sha256Digest\": \"ecc4dc8bf92c722de40390ba8cbf90c45ea80d0bbb44596c80efb157f2d330b2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.2.4-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.2.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"1.2.4\"\n },\n \"sha256Digest\": \"bc09a29642566d51b5a479ff3d9a62328ef84ad624c81c6e9eac9970c1fa3f02\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.2.5-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.2.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"1.2.5\"\n },\n \"sha256Digest\": \"82c34f845b70bfcaa717a0f9c12b08f461a6513bfb6c8d1331353297f769036a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.2.6-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.2.6-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"1.2.6\"\n },\n \"sha256Digest\": \"79540160025c90fe10595dc54560fb8a4025bb52cc78ca317351676e8a7b5aab\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.2.7-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.2.7-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"1.2.7\"\n },\n \"sha256Digest\": \"1f2fc11c645cb9df353b783e0ca8f037fafd863615963364c842d62c2d2d9cb5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.2.8-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.2.8-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"1.2.8\"\n },\n \"sha256Digest\": \"c51dc555e3c8b142bff445fe9f6d7b7c8614591093cd0d7f4dc02c12dede1fba\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.2.9-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.2.9-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"1.2.9\"\n },\n \"sha256Digest\": \"dbea8dd0e85dd2f30f30cb66f0dd7f9d0314a7ff9765a4d074622b75aeccad2f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.2.10-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.2.10-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"1.2.10\"\n },\n \"sha256Digest\": \"a19d60a2e1d3562cf9434bb7817b85f8ccca1472c6622921b83db9e1a85a98b7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.3.0-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"amg\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-dashboard (>=1.1.0)\",\n \"azure-mgmt-dashboard>=1.1.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Azure + Managed Grafana Extension\",\n \"version\": \"1.3.0\"\n + \ },\n \"sha256Digest\": \"c644207517d21641677fe5a1644271d5f751f1493e0dc8e1cded6645ac096a91\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.3.1-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.3.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"amg\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-dashboard (>=1.1.0)\",\n \"azure-mgmt-dashboard>=1.1.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Azure + Managed Grafana Extension\",\n \"version\": \"1.3.1\"\n + \ },\n \"sha256Digest\": \"7c7f452e18b92934d4f4ccc23ef2984ac0078397ca85b60bb287bf4f89c925f5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.3.2-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.3.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"1.3.2\"\n },\n \"sha256Digest\": \"cf31e9336e8b8bf63b7a1362ea05871f65493cfd49fd4a2cb73c1cb63c81f91a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.3.3-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.3.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"1.3.3\"\n },\n \"sha256Digest\": \"73914977612839d541cb356f3fccd0381d1126b20fdb6cab29a99fd81da974c0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.3.4-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.3.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"1.3.4\"\n },\n \"sha256Digest\": \"cf665da8629edfef5189eb2dd57d849d458f841cff83d2cad2a1b61104febf22\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.3.5-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.3.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"1.3.5\"\n },\n \"sha256Digest\": \"5eb4615d05dd85021d7d00311fdc25645535fe69e07cea1eca68d58cfb7bd44e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-1.3.6-py3-none-any.whl\",\n + \ \"filename\": \"amg-1.3.6-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.38.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"1.3.6\"\n },\n \"sha256Digest\": \"52fbff96d56e381e636f6b2e9f8be80ac7eef766153ba8225a183b73d2972f25\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-2.0.0-py3-none-any.whl\",\n + \ \"filename\": \"amg-2.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.61.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"2.0.0\"\n },\n \"sha256Digest\": \"f6d05f59e995cdfb99d3f465b827c8989f76564cb6e0933cc8ffc7f82a46d427\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-2.1.0-py3-none-any.whl\",\n + \ \"filename\": \"amg-2.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.61.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"2.1.0\"\n },\n \"sha256Digest\": \"b28952d967b9a1e0d81dac280bdff23b44fdbb06dedd66cdf99477bdd7541d6c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-2.2.0-py3-none-any.whl\",\n + \ \"filename\": \"amg-2.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.61.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"2.2.0\"\n },\n \"sha256Digest\": \"8d832463a35329e61840bce5fe2c3ba214f8e800cc38140fe58dc2bf13ffeb90\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-2.3.0-py3-none-any.whl\",\n + \ \"filename\": \"amg-2.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.61.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"2.3.0\"\n },\n \"sha256Digest\": \"8384502d50e6984ff286c0222686079a3fabfbdc6588e862d2af2d8967cebec7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-2.3.1-py3-none-any.whl\",\n + \ \"filename\": \"amg-2.3.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.61.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"2.3.1\"\n },\n \"sha256Digest\": \"a85cb7aeb31878ea3be76df39f140d10c459cbf8d78971198decd58d8bdb355c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-2.4.0-py3-none-any.whl\",\n + \ \"filename\": \"amg-2.4.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.61.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"2.4.0\"\n },\n \"sha256Digest\": \"624ca8c847ce93ecc839ee428115d09b263c4ece7c52da0abef38893645111d6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-2.5.0-py3-none-any.whl\",\n + \ \"filename\": \"amg-2.5.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.61.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"2.5.0\"\n },\n \"sha256Digest\": \"c9002d8c653f56a8b1086bf33e918f3ba6f327cc84006be7594078421887f41d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-2.5.1-py3-none-any.whl\",\n + \ \"filename\": \"amg-2.5.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.61.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"2.5.1\"\n },\n \"sha256Digest\": \"ee1220bba50ecf4462226d41f3d922227546304276c28457c6c9f4151fc46d97\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-2.5.2-py3-none-any.whl\",\n + \ \"filename\": \"amg-2.5.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.61.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"2.5.2\"\n },\n \"sha256Digest\": \"4fff3fce2446883fb53037695330621f3faae10eff8b6006fb1ffa33ae12c54e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-2.5.3-py3-none-any.whl\",\n + \ \"filename\": \"amg-2.5.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.61.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"2.5.3\"\n },\n \"sha256Digest\": \"c6b252e3ae1d68a5a2c3b41e5f3ce2726f565a5efed06562ecdd46576d3720c9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-2.5.4-py3-none-any.whl\",\n + \ \"filename\": \"amg-2.5.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.61.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"2.5.4\"\n },\n \"sha256Digest\": \"e2c35275926579473e333bf380b5b9ef3ae1b062dc188a41cf11d7f80ec93348\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-2.5.5-py3-none-any.whl\",\n + \ \"filename\": \"amg-2.5.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.61.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"2.5.5\"\n },\n \"sha256Digest\": \"b8282fe78082d84779728331c566d7d4e40b6c5358221f2046760cf3b53ff565\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/amg-2.6.0-py3-none-any.whl\",\n + \ \"filename\": \"amg-2.6.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.maxCliCoreVersion\": + \"2.99.0\",\n \"azext.minCliCoreVersion\": \"2.61.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ad4g@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/amg\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amg\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Azure Managed Grafana Extension\",\n \"version\": + \"2.6.0\"\n },\n \"sha256Digest\": \"23c591ae1b3655dab0a48b93e5fa8f7884f0bdfcb5e17de15992c5379204cfcd\"\n + \ }\n ],\n \"amlfs\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/amlfs-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"amlfs-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/amlfs\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"amlfs\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Amlfs Extension.\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"21b5a12943e727315288aa0ca1c49a25803a656b7f388c3c637596cfdf67bd1d\"\n + \ }\n ],\n \"aosm\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/aosm-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aosm-1.0.0b1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aosm\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aosm\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-storage-blob (>=12.15.0)\",\n \"azure-storage-blob>=12.15.0\",\n + \ \"jinja2 (>=3.1.2)\",\n \"jinja2>=3.1.2\",\n + \ \"oras (~=0.1.19)\",\n \"oras~=0.1.19\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Aosm + Extension\",\n \"version\": \"1.0.0b1\"\n },\n + \ \"sha256Digest\": \"410758efacaaecd1d3567c47a1385fab3c0dfaa9438abb6e7a75ad52bc8b3f6f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aosm-1.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"aosm-1.0.0b2-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aosm\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aosm\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-storage-blob (>=12.15.0)\",\n \"azure-storage-blob>=12.15.0\",\n + \ \"jinja2 (>=3.1.2)\",\n \"jinja2>=3.1.2\",\n + \ \"oras (~=0.1.19)\",\n \"oras~=0.1.19\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Aosm + Extension\",\n \"version\": \"1.0.0b2\"\n },\n + \ \"sha256Digest\": \"c6f7296d1b3a49e41a77d09efe18477c582e7a2b6724e6443a45f84214b47c37\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aosm-1.0.0b3-py2.py3-none-any.whl\",\n + \ \"filename\": \"aosm-1.0.0b3-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aosm\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aosm\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"jinja2 (>=3.1.2)\",\n \"jinja2>=3.1.2\",\n + \ \"oras (~=0.1.19)\",\n \"oras~=0.1.19\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Aosm + Extension\",\n \"version\": \"1.0.0b3\"\n },\n + \ \"sha256Digest\": \"ae22e195764dac210d058b111a1bf96fe322f7dc09b2d00a19d85ce28ef9cd12\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/aosm-2.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"aosm-2.0.0b1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.54.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/aosm\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"aosm\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"genson (>=1.2.2)\",\n \"genson>=1.2.2\",\n + \ \"jinja2 (>=3.1.4)\",\n \"jinja2>=3.1.4\",\n + \ \"oras (~=0.1.19)\",\n \"oras~=0.1.19\",\n + \ \"ruamel.yaml (>=0.17.4)\",\n \"ruamel.yaml>=0.17.4\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Aosm + Extension\",\n \"version\": \"2.0.0b1\"\n },\n + \ \"sha256Digest\": \"5c08be674f1aacdaeaef2ddc3561b3b2d09658c446afd33ba9d25ca3785181dc\"\n + \ }\n ],\n \"apic-extension\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/apic_extension-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"apic_extension-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/apic-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"apic-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ApicExtension Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"03e8e9ec1ae46e6f4963ddf2fd3d8e7d642dd8b6403c0b19385aa4c4a3d06e7a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/apic_extension-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"apic_extension-1.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/apic-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"apic-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ApicExtension Extension.\",\n \"version\": \"1.0.0b2\"\n + \ },\n \"sha256Digest\": \"2147104b9118759826c2bf3e6289869c91c1baf5b10006f17731dea3716782ed\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/apic_extension-1.0.0b3-py3-none-any.whl\",\n + \ \"filename\": \"apic_extension-1.0.0b3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/apic-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"apic-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ApicExtension Extension.\",\n \"version\": \"1.0.0b3\"\n + \ },\n \"sha256Digest\": \"a102a46dafd78613c7225251bd8535003fbcd33a2dba93f98862821ee0b04298\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/apic_extension-1.0.0b4-py3-none-any.whl\",\n + \ \"filename\": \"apic_extension-1.0.0b4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/apic-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"apic-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ApicExtension Extension.\",\n \"version\": \"1.0.0b4\"\n + \ },\n \"sha256Digest\": \"67294fd30190b66b339c8d550e58e1401117b313bea638fb0c126dec26249408\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/apic_extension-1.0.0b5-py3-none-any.whl\",\n + \ \"filename\": \"apic_extension-1.0.0b5-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/apic-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"apic-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ApicExtension Extension.\",\n \"version\": \"1.0.0b5\"\n + \ },\n \"sha256Digest\": \"fbca1f8446013142d676159b8292fd7c2d3175f39e1baeb5c4d13f9637003254\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/apic_extension-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"apic_extension-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/apic-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"apic-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ApicExtension Extension.\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"4bcaebfa5e9b112673f49fdee28c0690823e52a86e0ad4e5329634f4d195d425\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/apic_extension-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"apic_extension-1.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/apic-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"apic-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ApicExtension Extension.\",\n \"version\": \"1.1.0\"\n + \ },\n \"sha256Digest\": \"01e5eb422e84268396ddb0251230bdd3b9d475f463e8133f0415fb0f0e03240b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/apic_extension-1.2.0b1-py3-none-any.whl\",\n + \ \"filename\": \"apic_extension-1.2.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/apic-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"apic-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ApicExtension Extension.\",\n \"version\": \"1.2.0b1\"\n + \ },\n \"sha256Digest\": \"bfccba26083d75808efc6b8b125e388a5efb582f67b8a4fd7119cc238df065a3\"\n + \ }\n ],\n \"application-insights\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/application_insights-0.1.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-0.1.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.79\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"aleldeib@microsoft.com\",\n \"name\": + \"Ace Eldeib\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/application-insights\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"application-insights\",\n \"summary\": \"Support for + managing Application Insights components and querying metrics, events, and + logs from such components.\",\n \"version\": \"0.1.3\"\n + \ },\n \"sha256Digest\": \"e5b8104da5d9f241a0599adeb3b1d2f910f00991f47d4f4c4095285de3a82f00\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/application_insights-0.1.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-0.1.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.79\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"aleldeib@microsoft.com\",\n \"name\": + \"Ace Eldeib\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/application-insights\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"application-insights\",\n \"summary\": \"Support for + managing Application Insights components and querying metrics, events, and + logs from such components.\",\n \"version\": \"0.1.4\"\n + \ },\n \"sha256Digest\": \"8b4ef4870b16a15fd81af385c3dff762e7af52333e212a68b5ec5f42663a6078\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/application_insights-0.1.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-0.1.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.79\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/application-insights\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"application-insights\",\n \"summary\": \"Support for + managing Application Insights components and querying metrics, events, and + logs from such components.\",\n \"version\": \"0.1.5\"\n + \ },\n \"sha256Digest\": \"effa0a37f1e8b2506d4849a2208d69f06a6683809e5da809bea63bd0f940da2f\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/application_insights-0.1.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-0.1.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.79\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/application-insights\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"application-insights\",\n \"summary\": \"Support for + managing Application Insights components and querying metrics, events, and + logs from such components.\",\n \"version\": \"0.1.6\"\n + \ },\n \"sha256Digest\": \"271db7f2036eb245d3d00d5010468330e4ed97e7ed9756598e61a1960d37ac44\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/application_insights-0.1.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-0.1.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.79\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/application-insights\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"application-insights\",\n \"summary\": \"Support for + managing Application Insights components and querying metrics, events, and + logs from such components.\",\n \"version\": \"0.1.7\"\n + \ },\n \"sha256Digest\": \"6cb8c879d0960e6f41e1273c309253d7d7ca42089694fcf5e500d0a27ae89b59\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/application_insights-0.1.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-0.1.8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.79\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/application-insights\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"application-insights\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"isodate (~=0.6.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Support for managing Application Insights components and querying metrics, + events, and logs from such components.\",\n \"version\": + \"0.1.8\"\n },\n \"sha256Digest\": \"f2f041e166f0b587e7c92252ef59e3bcecb8721f15c5e96f4496871a85a81f61\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/application_insights-0.1.9-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-0.1.9-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.79\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/application-insights\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"application-insights\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"isodate (~=0.6.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Support for managing Application Insights components and querying metrics, + events, and logs from such components.\",\n \"version\": + \"0.1.9\"\n },\n \"sha256Digest\": \"4ed371e2e02a31133bec6d416dd98c0de3e1ffbf56089e034abc36609c9dfa97\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/application_insights-0.1.10-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-0.1.10-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.79\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/application-insights\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"application-insights\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"isodate (~=0.6.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Support for managing Application Insights components and querying metrics, + events, and logs from such components.\",\n \"version\": + \"0.1.10\"\n },\n \"sha256Digest\": \"4f6ef254677ae32523f44af0f6b99bbdf6e5a8d1c894c7d2d72f4c8f8f359fb0\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/application_insights-0.1.11-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-0.1.11-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.79\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/application-insights\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"application-insights\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"isodate (~=0.6.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Support for managing Application Insights components and querying metrics, + events, and logs from such components.\",\n \"version\": + \"0.1.11\"\n },\n \"sha256Digest\": \"ffb9b4daf395966226786cc55bce2beff7d9a22ccec739cb21910ff03f582e90\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/application_insights-0.1.12-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-0.1.12-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.79\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/application-insights\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"application-insights\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"isodate (~=0.6.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Support for managing Application Insights components and querying metrics, + events, and logs from such components.\",\n \"version\": + \"0.1.12\"\n },\n \"sha256Digest\": \"94ecdd71a1007df791a193e9273e902c39caa53dc965823c019d41cd679ee27c\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/application_insights-0.1.13-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-0.1.13-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.79\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/application-insights\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"application-insights\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"isodate (~=0.6.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Support for managing Application Insights components and querying metrics, + events, and logs from such components.\",\n \"version\": + \"0.1.13\"\n },\n \"sha256Digest\": \"b1d5d31cfbd8a75595943d7248e585d63d0a1c6b43c69febbd7162239af98933\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/application_insights-0.1.14-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-0.1.14-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.79\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/application-insights\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"application-insights\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"isodate (~=0.6.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Support for managing Application Insights components and querying metrics, + events, and logs from such components.\",\n \"version\": + \"0.1.14\"\n },\n \"sha256Digest\": \"9e20c68a41b089691881813fa67596ee96141dda0575f57651417a5dc361d807\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/application_insights-0.1.15-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-0.1.15-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.79\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/application-insights\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"application-insights\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"isodate (~=0.6.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Support for managing Application Insights components and querying metrics, + events, and logs from such components.\",\n \"version\": + \"0.1.15\"\n },\n \"sha256Digest\": \"2173bccb328f61ebdb2ce1a3018856a4a6d2d179fe8d6b665e996203b0ac13a5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/application_insights-0.1.16-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-0.1.16-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.79\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/application-insights\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"application-insights\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"isodate (~=0.6.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Support for managing Application Insights components and querying metrics, + events, and logs from such components.\",\n \"version\": + \"0.1.16\"\n },\n \"sha256Digest\": \"6b13261d341818e8e491506265ff86b5a4517149e92a462de2ac05102afc923a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/application_insights-0.1.17-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-0.1.17-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.79\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/application-insights\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"application-insights\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"isodate (~=0.6.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Support for managing Application Insights components and querying metrics, + events, and logs from such components.\",\n \"version\": + \"0.1.17\"\n },\n \"sha256Digest\": \"e43ed9edb7a60a3144f43859c69caa868af41ed31145cf8f7da677da29211682\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/application_insights-0.1.18-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-0.1.18-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"aleldeib@microsoft.com\",\n \"name\": + \"Ace Eldeib\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/application-insights\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"application-insights\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"isodate (~=0.6.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Support for managing Application Insights components and querying metrics, + events, and logs from such components.\",\n \"version\": + \"0.1.18\"\n },\n \"sha256Digest\": \"fd77fff1b394b9924365823c3236ebd234c80c20eecebeef24a3629faf220407\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/application_insights-0.1.19-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-0.1.19-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"aleldeib@microsoft.com\",\n \"name\": + \"Ace Eldeib\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/application-insights\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"application-insights\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"isodate (~=0.6.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Support for managing Application Insights components and querying metrics, + events, and logs from such components.\",\n \"version\": + \"0.1.19\"\n },\n \"sha256Digest\": \"38d7a81da141502533e250dd99f5b91b152464f0af99e0b71f1478f2ff63e930\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/application_insights-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-1.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.50.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/application-insights\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"application-insights\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"isodate (~=0.6.0)\",\n \"isodate~=0.6.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Support for managing Application Insights + components and querying metrics, events, and logs from such components.\",\n + \ \"version\": \"1.0.0\"\n },\n \"sha256Digest\": + \"f474e3ff345f026f9283077ef0a906c3c9e51746d6c3530d1e425f4e35d24227\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/application_insights-1.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-1.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/application-insights\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"application-insights\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"isodate (~=0.6.0)\",\n \"isodate~=0.6.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Support for managing Application Insights + components and querying metrics, events, and logs from such components.\",\n + \ \"version\": \"1.2.0\"\n },\n \"sha256Digest\": + \"a58d0e878691601fc41f68881203d33c4bf28abd1f0c58c695080a35d6a988cb\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/application_insights-1.2.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-1.2.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/application-insights\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"application-insights\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"isodate (~=0.6.0)\",\n \"isodate~=0.6.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Support for managing Application Insights + components and querying metrics, events, and logs from such components.\",\n + \ \"version\": \"1.2.1\"\n },\n \"sha256Digest\": + \"e1fa824eb587e2bec7f4cb4d1c4ce1033ab3d3fac65af42dd6218f673b019cee\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/application_insights-1.2.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-1.2.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/application-insights\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"application-insights\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"isodate (~=0.6.0)\",\n \"isodate~=0.6.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Support for managing Application Insights + components and querying metrics, events, and logs from such components.\",\n + \ \"version\": \"1.2.2\"\n },\n \"sha256Digest\": + \"8a398f8fc8c6facfbce798e5cb79b9c04cf99b24bca7153f49c7fb9513f656f2\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/application_insights-1.2.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-1.2.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/application-insights\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"application-insights\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"isodate (~=0.6.0)\",\n \"isodate~=0.6.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Support for managing Application Insights + components and querying metrics, events, and logs from such components.\",\n + \ \"version\": \"1.2.3\"\n },\n \"sha256Digest\": + \"c941c232d04366636e1354cfe00708521013f88a5b1e74740d8047ec46d90599\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/application_insights-2.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"application_insights-2.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.71.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"aleldeib@microsoft.com\",\n \"name\": + \"Ace Eldeib\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/application-insights\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"application-insights\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"isodate (~=0.6.0)\",\n \"isodate~=0.6.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Support for managing Application Insights + components and querying metrics, events, and logs from such components.\",\n + \ \"version\": \"2.0.0b1\"\n },\n \"sha256Digest\": + \"e1a912fb36da2b116bb34c74b8a3ffc57dbc5b22b928b76e3a481968161e00d3\"\n }\n + \ ],\n \"appservice-kube\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/appservice_kube-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"appservice_kube-0.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.26.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"appservice-kube\",\n \"summary\": \"Microsoft Azure Command-Line + Tools App Service on Kubernetes Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"20f01eb95b1daadf21f589d3d953a756cb61259f279973880b4c0acbd4e05e27\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/appservice_kube-0.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"appservice_kube-0.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.26.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"appservice-kube\",\n \"summary\": \"Microsoft Azure Command-Line + Tools App Service on Kubernetes Extension\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"4b1b59fbac8dc68f390c48e9e8fa32676c041b857d2bf5f425bc8815e69b8708\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/appservice_kube-0.1.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"appservice_kube-0.1.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.26.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"appservice-kube\",\n \"summary\": \"Microsoft Azure Command-Line + Tools App Service on Kubernetes Extension\",\n \"version\": + \"0.1.2\"\n },\n \"sha256Digest\": \"aa67ced7e361002bf8bec125540c4f9eb216ba0ad7342336285b8bdd17f1ece0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/appservice_kube-0.1.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"appservice_kube-0.1.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"2.33.1\",\n \"azext.minCliCoreVersion\": + \"2.33.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/appservice-kube\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"appservice-kube\",\n \"summary\": \"Microsoft Azure Command-Line + Tools App Service on Kubernetes Extension\",\n \"version\": + \"0.1.3\"\n },\n \"sha256Digest\": \"e972d2e31eacf83f8ceddc7a4db88e72af71238cdfe6cb6772742be163a9230f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/appservice_kube-0.1.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"appservice_kube-0.1.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.34.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/appservice-kube\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"appservice-kube\",\n \"summary\": \"Microsoft Azure Command-Line + Tools App Service on Kubernetes Extension\",\n \"version\": + \"0.1.4\"\n },\n \"sha256Digest\": \"96156079aa1128cd5819d353aa27434b4c028f6b525275a136092c5c2b02af4f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/appservice_kube-0.1.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"appservice_kube-0.1.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.34.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/appservice-kube\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"appservice-kube\",\n \"summary\": \"Microsoft Azure Command-Line + Tools App Service on Kubernetes Extension\",\n \"version\": + \"0.1.5\"\n },\n \"sha256Digest\": \"d380339170ffdfcdd1e26336da8a3586761b0268f959476f0ecdc50a6365160d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/appservice_kube-0.1.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"appservice_kube-0.1.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.34.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/appservice-kube\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"appservice-kube\",\n \"summary\": \"Microsoft Azure Command-Line + Tools App Service on Kubernetes Extension\",\n \"version\": + \"0.1.6\"\n },\n \"sha256Digest\": \"8bf69f06efb9f47aad181f1917f9148c10ab3df6ae1de5b584482a8141727b05\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/appservice_kube-0.1.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"appservice_kube-0.1.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.34.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/appservice-kube\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"appservice-kube\",\n \"summary\": \"Microsoft Azure Command-Line + Tools App Service on Kubernetes Extension\",\n \"version\": + \"0.1.7\"\n },\n \"sha256Digest\": \"0d0f1e3aa1540e204ffcfb5fb00ebf0ae7d6de693d73d5a94821679f81f75263\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/appservice_kube-0.1.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"appservice_kube-0.1.8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.34.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/appservice-kube\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"appservice-kube\",\n \"summary\": \"Microsoft Azure Command-Line + Tools App Service on Kubernetes Extension\",\n \"version\": + \"0.1.8\"\n },\n \"sha256Digest\": \"71340c2f45b58add8c9aa7b2d0c4ac338ae124cf6f35af61e5560e079d2c2ba5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/appservice_kube-0.1.9-py2.py3-none-any.whl\",\n + \ \"filename\": \"appservice_kube-0.1.9-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.34.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/appservice-kube\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"appservice-kube\",\n \"summary\": \"Microsoft Azure Command-Line + Tools App Service on Kubernetes Extension\",\n \"version\": + \"0.1.9\"\n },\n \"sha256Digest\": \"9107762296c67ef4035256a9790b075040f263804116a3f9a6866227ff6019ed\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/appservice_kube-0.1.10-py2.py3-none-any.whl\",\n + \ \"filename\": \"appservice_kube-0.1.10-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.34.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/appservice-kube\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"appservice-kube\",\n \"summary\": \"Microsoft Azure Command-Line + Tools App Service on Kubernetes Extension\",\n \"version\": + \"0.1.10\"\n },\n \"sha256Digest\": \"7fd72d27e4b0eceda3b2b4f301c7a0c3068fea8b96d70f9fcaad142240de7d0d\"\n + \ }\n ],\n \"arcappliance\": [\n {\n \"downloadUrl\": + \"https://arcplatformcliextprod.z13.web.core.windows.net/arcappliance-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcappliance-1.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"appliance@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://msazure.visualstudio.com/AzureArcPlatform/_git/arcappliance-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"arcappliance\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"jsonschema (==4.17.3)\",\n \"kubernetes + (==26.1.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Arcappliance + Extension\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"f14025a79087bc6e56963e3a0fa226b6727f46d660dc1d684c02fd037080e833\"\n + \ },\n {\n \"downloadUrl\": \"https://arcplatformcliextprod.z13.web.core.windows.net/arcappliance-1.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcappliance-1.0.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"appliance@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://msazure.visualstudio.com/AzureArcPlatform/_git/arcappliance-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"arcappliance\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"jsonschema (==4.17.3)\",\n \"kubernetes + (==28.1.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Arcappliance + Extension\",\n \"version\": \"1.0.1\"\n },\n + \ \"sha256Digest\": \"2d4ca1b6902890f12ae0179519ed9177a9b22b44f4386f064b912eed1af4b02b\"\n + \ },\n {\n \"downloadUrl\": \"https://arcplatformcliextprod.z13.web.core.windows.net/arcappliance-1.0.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcappliance-1.0.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"appliance@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://msazure.visualstudio.com/AzureArcPlatform/_git/arcappliance-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"arcappliance\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"jsonschema (==4.17.3)\",\n \"kubernetes + (==28.1.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Arcappliance + Extension\",\n \"version\": \"1.0.2\"\n },\n + \ \"sha256Digest\": \"bc0b0e46b135ec874fa06debc3eb50ae9d27b3b296bcf0cdace815490827cfbf\"\n + \ },\n {\n \"downloadUrl\": \"https://arcplatformcliextprod.z13.web.core.windows.net/arcappliance-1.0.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcappliance-1.0.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"appliance@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://msazure.visualstudio.com/AzureArcPlatform/_git/arcappliance-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"arcappliance\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"jsonschema (==4.17.3)\",\n \"kubernetes + (==28.1.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Arcappliance + Extension\",\n \"version\": \"1.0.3\"\n },\n + \ \"sha256Digest\": \"15c83d845ee7bc580ee163786c38ba29958a37b11abeb5e7fd1503d07e030c09\"\n + \ },\n {\n \"downloadUrl\": \"https://arcplatformcliextprod.z13.web.core.windows.net/arcappliance-1.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcappliance-1.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"appliance@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://msazure.visualstudio.com/AzureArcPlatform/_git/arcappliance-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"arcappliance\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"jsonschema (==4.17.3)\",\n \"kubernetes + (==28.1.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Arcappliance + Extension\",\n \"version\": \"1.1.0\"\n },\n + \ \"sha256Digest\": \"fe7ac7344d9e6c4866d7d155a7167cd89e7c17618e18c4871222b04a31daa5cd\"\n + \ },\n {\n \"downloadUrl\": \"https://arcplatformcliextprod.z13.web.core.windows.net/arcappliance-1.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcappliance-1.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"appliance@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://msazure.visualstudio.com/AzureArcPlatform/_git/arcappliance-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"arcappliance\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"jsonschema (==4.17.3)\",\n \"kubernetes + (==28.1.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Arcappliance + Extension\",\n \"version\": \"1.1.1\"\n },\n + \ \"sha256Digest\": \"fc32b32be734782c31c54449a1658fe87845bb4aaa515a8ebb1db4c25cfc8658\"\n + \ },\n {\n \"downloadUrl\": \"https://arcplatformcliextprod.z13.web.core.windows.net/arcappliance-1.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcappliance-1.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"appliance@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://msazure.visualstudio.com/AzureArcPlatform/_git/arcappliance-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"arcappliance\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"jsonschema (==4.17.3)\",\n \"kubernetes + (==28.1.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Arcappliance + Extension\",\n \"version\": \"1.2.0\"\n },\n + \ \"sha256Digest\": \"5ec3f8a22f90cbf3d344a3960d5bc6f76b05ec90a33f48da22d98329fff9b076\"\n + \ },\n {\n \"downloadUrl\": \"https://arcplatformcliextprod.z13.web.core.windows.net/arcappliance-1.3.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcappliance-1.3.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"appliance@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://msazure.visualstudio.com/AzureArcPlatform/_git/arcappliance-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"arcappliance\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"jsonschema (==4.17.3)\",\n \"kubernetes + (==28.1.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Arcappliance + Extension\",\n \"version\": \"1.3.0\"\n },\n + \ \"sha256Digest\": \"82030aee437c1bbe53257713e3ccda23c5ade36b45313d895e8caa20b78b038c\"\n + \ },\n {\n \"downloadUrl\": \"https://arcplatformcliextprod.z13.web.core.windows.net/arcappliance-1.3.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcappliance-1.3.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"appliance@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://msazure.visualstudio.com/AzureArcPlatform/_git/arcappliance-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"arcappliance\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"jsonschema (==4.17.3)\",\n \"kubernetes + (==28.1.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Arcappliance + Extension\",\n \"version\": \"1.3.1\"\n },\n + \ \"sha256Digest\": \"7615302a7dcc3f1c06fe111a23259cd97699ab4549d9b38219760718877e97d9\"\n + \ },\n {\n \"downloadUrl\": \"https://arcplatformcliextprod.z13.web.core.windows.net/arcappliance-1.4.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcappliance-1.4.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"appliance@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://msazure.visualstudio.com/AzureArcPlatform/_git/arcappliance-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"arcappliance\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"jsonschema (==4.17.3)\",\n \"kubernetes + (==28.1.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Arcappliance + Extension\",\n \"version\": \"1.4.0\"\n },\n + \ \"sha256Digest\": \"9dad1079b0938c3163b75d1ecdaa9cb1026ee05f750cee881e93e0022a18544f\"\n + \ },\n {\n \"downloadUrl\": \"https://arcplatformcliextprod.z13.web.core.windows.net/arcappliance-1.4.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcappliance-1.4.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.70.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"appliance@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://msazure.visualstudio.com/AzureArcPlatform/_git/arcappliance-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"arcappliance\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"jsonschema (==4.17.3)\",\n \"kubernetes + (==28.1.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Arcappliance + Extension\",\n \"version\": \"1.4.1\"\n },\n + \ \"sha256Digest\": \"59c8e8edf68ad91f9875f3f0f9d26044ed9cfa1ab1726667e6696925e839cc5f\"\n + \ }\n ],\n \"arcdata\": [\n {\n \"downloadUrl\": + \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.23-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.23-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"colorama==0.4.4\",\n \"jinja2 + (==3.1.4)\",\n \"jinja2==3.1.4\",\n \"jsonpatch + (==1.24)\",\n \"jsonpatch==1.24\",\n \"jsonpath-ng + (==1.4.3)\",\n \"jsonpath_ng==1.4.3\",\n \"jsonschema + (==3.2.0)\",\n \"jsonschema==3.2.0\",\n \"kubernetes + (==31.0.0)\",\n \"kubernetes==31.0.0\",\n \"ndjson + (==0.3.1)\",\n \"ndjson==0.3.1\",\n \"pem + (==21.2.0)\",\n \"pem==21.2.0\",\n \"pydash + (==7.0.6)\",\n \"pydash==7.0.6\",\n \"regex + (==2023.10.3)\",\n \"regex==2023.10.3\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.5.23\"\n + \ },\n \"sha256Digest\": \"4462562a3826db444d636d7f137e238cadf1e921da56cd207cb3b45085869a77\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.22-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.22-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"colorama==0.4.4\",\n \"jinja2 + (==3.1.4)\",\n \"jinja2==3.1.4\",\n \"jsonpatch + (==1.24)\",\n \"jsonpatch==1.24\",\n \"jsonpath-ng + (==1.4.3)\",\n \"jsonpath_ng==1.4.3\",\n \"jsonschema + (==3.2.0)\",\n \"jsonschema==3.2.0\",\n \"kubernetes + (==31.0.0)\",\n \"kubernetes==31.0.0\",\n \"ndjson + (==0.3.1)\",\n \"ndjson==0.3.1\",\n \"pem + (==21.2.0)\",\n \"pem==21.2.0\",\n \"pydash + (==7.0.6)\",\n \"pydash==7.0.6\",\n \"regex + (==2023.10.3)\",\n \"regex==2023.10.3\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.5.22\"\n + \ },\n \"sha256Digest\": \"3202ecb1866e1584ff1ad05fd8db2b0eb8158e666e50a1229556aac577b0ca39\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.21-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.21-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"colorama==0.4.4\",\n \"jinja2 + (==3.1.4)\",\n \"jinja2==3.1.4\",\n \"jsonpatch + (==1.24)\",\n \"jsonpatch==1.24\",\n \"jsonpath-ng + (==1.4.3)\",\n \"jsonpath_ng==1.4.3\",\n \"jsonschema + (==3.2.0)\",\n \"jsonschema==3.2.0\",\n \"kubernetes + (==31.0.0)\",\n \"kubernetes==31.0.0\",\n \"ndjson + (==0.3.1)\",\n \"ndjson==0.3.1\",\n \"pem + (==21.2.0)\",\n \"pem==21.2.0\",\n \"pydash + (==7.0.6)\",\n \"pydash==7.0.6\",\n \"regex + (==2023.10.3)\",\n \"regex==2023.10.3\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.5.21\"\n + \ },\n \"sha256Digest\": \"bf3988c2a319381293ca2d4fa03b67c9549cfe6bb570ca6f71c00a03f0f88e7f\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.20-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.20-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"colorama==0.4.4\",\n \"jinja2 + (==3.1.4)\",\n \"jinja2==3.1.4\",\n \"jsonpatch + (==1.24)\",\n \"jsonpatch==1.24\",\n \"jsonpath-ng + (==1.4.3)\",\n \"jsonpath_ng==1.4.3\",\n \"jsonschema + (==3.2.0)\",\n \"jsonschema==3.2.0\",\n \"kubernetes + (==31.0.0)\",\n \"kubernetes==31.0.0\",\n \"ndjson + (==0.3.1)\",\n \"ndjson==0.3.1\",\n \"pem + (==21.2.0)\",\n \"pem==21.2.0\",\n \"pydash + (==7.0.6)\",\n \"pydash==7.0.6\",\n \"regex + (==2023.10.3)\",\n \"regex==2023.10.3\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.5.20\"\n + \ },\n \"sha256Digest\": \"55051f2e77475ab54ede36e2a04121e82caf2e68d27ac9d607be0a5f106b98d1\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.19-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.19-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"colorama==0.4.4\",\n \"jinja2 + (==3.1.4)\",\n \"jinja2==3.1.4\",\n \"jsonpatch + (==1.24)\",\n \"jsonpatch==1.24\",\n \"jsonpath-ng + (==1.4.3)\",\n \"jsonpath_ng==1.4.3\",\n \"jsonschema + (==3.2.0)\",\n \"jsonschema==3.2.0\",\n \"kubernetes + (==23.3.0)\",\n \"kubernetes==23.3.0\",\n \"ndjson + (==0.3.1)\",\n \"ndjson==0.3.1\",\n \"pem + (==21.2.0)\",\n \"pem==21.2.0\",\n \"pydash + (==7.0.6)\",\n \"pydash==7.0.6\",\n \"regex + (==2023.10.3)\",\n \"regex==2023.10.3\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.5.19\"\n + \ },\n \"sha256Digest\": \"e5b9ae07e62dd9457ff7019e04c7f99b1a7ae59983b17d743ec178bda4f2ceb2\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.18-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.18-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.1.4)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==7.0.6)\",\n \"regex + (==2023.10.3)\"\n ]\n }\n + \ ],\n \"summary\": \"Tools for managing + ArcData.\",\n \"version\": \"1.5.18\"\n },\n + \ \"sha256Digest\": \"92ca0a9ad47c80c382e41a19e65a24ba7eaec8231dd7e6a3dbc4b7df368377b7\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.17-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.17-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.1.4)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==7.0.6)\",\n \"regex + (==2023.10.3)\"\n ]\n }\n + \ ],\n \"summary\": \"Tools for managing + ArcData.\",\n \"version\": \"1.5.17\"\n },\n + \ \"sha256Digest\": \"e70d2a2ced54ed03a08520161bf7736d6f5234cb454bfe6acae18afd99769ed8\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.16-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.16-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==7.0.6)\",\n \"regex + (==2023.10.3)\"\n ]\n }\n + \ ],\n \"summary\": \"Tools for managing + ArcData.\",\n \"version\": \"1.5.16\"\n },\n + \ \"sha256Digest\": \"2055f3e9c504892c3d06c70cce5037e071f7feb27857925d4a21e1d549c168bc\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.15-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.15-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==7.0.6)\",\n \"regex + (==2023.10.3)\"\n ]\n }\n + \ ],\n \"summary\": \"Tools for managing + ArcData.\",\n \"version\": \"1.5.15\"\n },\n + \ \"sha256Digest\": \"5ffc8b3a39abc34f0b0e209bcf6432e9834bf6144a0d842a7d5d2342bf378c4a\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.13-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.13-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==7.0.6)\",\n \"regex + (==2023.10.3)\"\n ]\n }\n + \ ],\n \"summary\": \"Tools for managing + ArcData.\",\n \"version\": \"1.5.13\"\n },\n + \ \"sha256Digest\": \"c0d14a8d12c37907165d4acb4074d5d01cb03c6b5b8ac6a3a8885c04a8f92953\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.12-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.12-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==7.0.6)\",\n \"regex + (==2023.10.3)\"\n ]\n }\n + \ ],\n \"summary\": \"Tools for managing + ArcData.\",\n \"version\": \"1.5.12\"\n },\n + \ \"sha256Digest\": \"b0b9eb43c720d22c35789dccd29358c5715d9c591d7e33d5c098e5cfe4561812\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.11-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.11-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==7.0.6)\",\n \"regex + (==2023.10.3)\"\n ]\n }\n + \ ],\n \"summary\": \"Tools for managing + ArcData.\",\n \"version\": \"1.5.11\"\n },\n + \ \"sha256Digest\": \"e256260e003ae5953969aa9c36ed71ba69d235abd1762f7184f157b6e45e731a\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.10-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.10-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==7.0.6)\",\n \"regex + (==2023.10.3)\"\n ]\n }\n + \ ],\n \"summary\": \"Tools for managing + ArcData.\",\n \"version\": \"1.5.10\"\n },\n + \ \"sha256Digest\": \"6bff67a0b183c42a2ecfe024dd1bfd1d28fca9d663bf5f9793f1be3289cb53e8\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.9-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.9-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==7.0.6)\",\n \"regex + (==2023.10.3)\"\n ]\n }\n + \ ],\n \"summary\": \"Tools for managing + ArcData.\",\n \"version\": \"1.5.9\"\n },\n + \ \"sha256Digest\": \"106171524953a84d1d5ab7b49629746ca3bbccdcfa3b94974fd112e3e629cafd\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.8-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\",\n \"regex + (==2023.10.3)\"\n ]\n }\n + \ ],\n \"summary\": \"Tools for managing + ArcData.\",\n \"version\": \"1.5.8\"\n },\n + \ \"sha256Digest\": \"3b3a1271ea8eb928d259adc66bef43c0736a821817848454e21e7fcd123c52aa\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.7-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\",\n \"regex + (==2023.10.3)\"\n ]\n }\n + \ ],\n \"summary\": \"Tools for managing + ArcData.\",\n \"version\": \"1.5.7\"\n },\n + \ \"sha256Digest\": \"40be29d359effa667d64fb82415e8315293465078d61100e7e33f8a86f10f693\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.6-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.5.6\"\n + \ },\n \"sha256Digest\": \"799d951006b39e868d7f821dca2407c24c712cd35c9d61923718cc3529c9970d\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.5-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.5.5\"\n + \ },\n \"sha256Digest\": \"e8a1df495eddd4f38d8b61039be81f97545ba26d276357c2f459425b52ca7b4a\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.4-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.5.4\"\n + \ },\n \"sha256Digest\": \"073bfd9b88ea3da38c2fff90e36c1a6d1e02a3a4242d2da139ff0d8de8094f55\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.3-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.5.3\"\n + \ },\n \"sha256Digest\": \"4c420b270d32c1b2c70ec1e6496fdad07bfd311be159638f44a97d159449183c\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.2-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.5.2\"\n + \ },\n \"sha256Digest\": \"d5b4fabc9f1285c4060c45195de8aae8e7b68f54369f998bc7036cde0fd622a5\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.5.1\"\n + \ },\n \"sha256Digest\": \"1d5d6d3ff7c18a7ce6ccdc5ac3dd4fc38b7b028fa9cf2e03ab58a05e6b733081\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.5.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.5.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.5.0\"\n + \ },\n \"sha256Digest\": \"9b1fd4f95a69ce545586d4bebdd7a1e561d966f1a2569a99c50f18ce9d91c0e2\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.4.13-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.4.13-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.4.13\"\n + \ },\n \"sha256Digest\": \"4241f12e3e45007cc55ded3361527ee8f67c683486039185c8a6075b75a8d35c\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.4.12-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.4.12-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.4.12\"\n + \ },\n \"sha256Digest\": \"f25bba4a4893c86eb1bb97ce7756ccff52414979f06b796ec881017a95811e04\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.4.11-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.4.11-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.4.11\"\n + \ },\n \"sha256Digest\": \"658b8e1a70644c140d05552f81ba22e04cdf523e48bb0123b83d16ba77369e2f\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.4.10-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.4.10-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.4.10\"\n + \ },\n \"sha256Digest\": \"5a66ae32b6fe2bf76ec9174f7c22ac1fac2325dea06f8e8ba46496d4ac24aa09\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.4.9-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.4.9-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.4.9\"\n + \ },\n \"sha256Digest\": \"e41a664bc431ced3fa5b4988c0155d124b93bbe74a828f0c26e28a4e5dc64c86\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.4.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.4.8-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.4.8\"\n + \ },\n \"sha256Digest\": \"de3b3b1675508c65cd65adfc3626a732f1c54df4abddb4d37de1df034076c22a\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.4.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.4.7-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.4.7\"\n + \ },\n \"sha256Digest\": \"cc93f2e345df2612dae91f5794ffbd5308a5c3649a9fb0d5d15dd07577b9ce8a\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.4.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.4.6-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.4.6\"\n + \ },\n \"sha256Digest\": \"d4111d3dc70de9c13e55becb3844f5fe1cf70e496c925a6b6e2d6c7db1666594\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.4.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.4.5-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.4.5\"\n + \ },\n \"sha256Digest\": \"707adc5e23d30706b53ae2a660f74fbd58ac087b21530d86d9f32be41f0e5adb\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.4.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.4.4-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.4.4\"\n + \ },\n \"sha256Digest\": \"43a1bf1f68b90484f6eae647e25e87ef6b03cb722f43c1917ef6bf8e5d919e8f\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.4.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.4.3-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==23.3.0)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.4.3\"\n + \ },\n \"sha256Digest\": \"2248da81432c9e2be1ce5a70c7288a6feb1f785256c19cb51bec934252401ee6\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.4.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.4.2-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==12.0.1)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.4.2\"\n + \ },\n \"sha256Digest\": \"f5c0a29bda9f7e914347dc00481c89d21dea17abf98d1038ec0c7fa337049d97\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.4.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.4.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==12.0.1)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.4.1\"\n + \ },\n \"sha256Digest\": \"702c8b02f0a2e2d3ad9110ec464ce04619a972d52875b76f839d1b3e0ce3817e\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.4.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.4.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==12.0.1)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.4.0\"\n + \ },\n \"sha256Digest\": \"26e67d2d3920902c12330a53f831d7916a1461926c0efd3b7929416bd04c78b0\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.3.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.3.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==12.0.1)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.3.1\"\n + \ },\n \"sha256Digest\": \"c7040d903665c23b592462225ad32bdff90af40a99fa73ba440b87857c3e1e5b\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.3.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.3.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==12.0.1)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.3.0\"\n + \ },\n \"sha256Digest\": \"abb61b170c3b830212f12bcb199e5d5106e7cb6ff880b7f7793ce1359667d072\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.2.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.2.3-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==12.0.1)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.2.3\"\n + \ },\n \"sha256Digest\": \"b4757151ad2796cac8fcc43a363c0fbbf5de270f043d8fd8ccd51b377abfd61c\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.2.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.2.2-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==12.0.1)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.2.2\"\n + \ },\n \"sha256Digest\": \"2011cf5d186b713df3b14c09cfb63e52e843c015f0cc4a7ff558b161c9e225cf\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.2.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.2.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==3.0.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==12.0.1)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.2.1\"\n + \ },\n \"sha256Digest\": \"0d5bfcbed4e418f5ce79377a2e392f5f61abb0d5e6f8ce164940b83b5cfdbcd5\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.2.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==2.10.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==12.0.1)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.2.0\"\n + \ },\n \"sha256Digest\": \"308d953ecabc7b59fa6b3e545404279bc18376b8c129580124c443e866e3cb54\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.1.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.1.3-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==2.10.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==12.0.1)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.1.3\"\n + \ },\n \"sha256Digest\": \"63573d92742ab3ff2cdb73de39ea17821d3044503382c528e39a28f6224b8acb\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.1.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.1.2-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"colorama + (==0.4.4)\",\n \"jinja2 (==2.10.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==12.0.1)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.1.2\"\n + \ },\n \"sha256Digest\": \"ffcb38d3653195dc30ce93066b5aff3ff7037be81232db4afcb11ef99f3de844\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.1.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-mgmt-azurearcdata\",\n + \ \"colorama (==0.4.4)\",\n \"jinja2 + (==2.10.3)\",\n \"jsonpatch (==1.24)\",\n \"jsonpath-ng + (==1.4.3)\",\n \"jsonschema (==3.2.0)\",\n + \ \"kubernetes (==12.0.1)\",\n \"ndjson + (==0.3.1)\",\n \"pem (==21.2.0)\",\n \"pydash + (==4.8.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Tools for managing ArcData.\",\n \"version\": + \"1.1.1\"\n },\n \"sha256Digest\": \"1cb2dcfadd539cdc7f6acbfcd44db5f7d380ec9a896f5eaa47ebabbe89786d07\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.1.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-mgmt-azurearcdata\",\n + \ \"jinja2 (==2.10.3)\",\n \"jsonpatch + (==1.24)\",\n \"jsonpath-ng (==1.4.3)\",\n + \ \"jsonschema (==3.2.0)\",\n \"kubernetes + (==12.0.1)\",\n \"ndjson (==0.3.1)\",\n \"pem + (==21.2.0)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"1.1.0\"\n + \ },\n \"sha256Digest\": \"dedb4ac6de099d8fd565d427ac339cc23a10be76ca0147f6babec6096fc377e7\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-1.0.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/azure/azure-arc/data/\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"jinja2 + (==2.10.3)\",\n \"jsonpatch (==1.24)\",\n \"jsonpath-ng + (==1.4.3)\",\n \"jsonschema (==3.2.0)\",\n + \ \"kubernetes (==12.0.1)\",\n \"ndjson + (==0.3.1)\",\n \"pem (==21.2.0)\",\n \"pydash + (==4.8.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Tools for managing ArcData.\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"4045fabe61c0287003a4626d0f8d27c2839b3575a63ce2bdfe57ed214171acf8\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-0.0.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-0.0.2-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 1 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Programming Language + :: Python\",\n \"Programming Language :: Python :: + 3\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"dpgswdist@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/sql/sql-server/azure-arc/overview?view=sql-server-ver15\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"jinja2 + (==2.10.3)\",\n \"jsonpatch (==1.24)\",\n \"jsonpath-ng + (==1.4.3)\",\n \"jsonschema (==3.2.0)\",\n + \ \"kubernetes (==12.0.1)\",\n \"ndjson + (==0.3.1)\",\n \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"0.0.2\"\n + \ },\n \"sha256Digest\": \"d14aa3046b7a9c3bca67c735eeb35fb24ff5ed240212724d3f229eb23280abae\"\n + \ },\n {\n \"downloadUrl\": \"https://azurearcdatacli.z13.web.core.windows.net/arcdata-0.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"arcdata-0.0.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": false,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 1 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"dpgswdist@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/en-us/sql/sql-server/azure-arc/overview?view=sql-server-ver15\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcdata\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"jinja2 + (==2.10.3)\",\n \"jsonpatch (==1.24)\",\n \"jsonpath-ng + (==1.4.3)\",\n \"kubernetes (==11.0.0)\",\n + \ \"pydash (==4.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing ArcData.\",\n \"version\": \"0.0.1\"\n + \ },\n \"sha256Digest\": \"e727a7bf123aa15b406455f268be8a906907d6d32bd314d122b83d006767adc8\"\n + \ }\n ],\n \"arcgateway\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/arcgateway-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"arcgateway-1.0.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/arcgateway\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"arcgateway\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Arcgateway Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"330fd1f1974bece16dc924e353731b1f0f4403a58e36e3347705f01dbdbf03d1\"\n + \ }\n ],\n \"astronomer\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/astronomer-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"astronomer-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/astronomer\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"astronomer\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Astronomer Extension.\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"b4ca41b5d9cb77aed2b462ded4a392ae3ce896ce8d9cb94a08671d0cb68176cd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/astronomer-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"astronomer-1.0.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.70.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/astronomer\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"astronomer\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Astronomer Extension.\",\n \"version\": \"1.0.1\"\n + \ },\n \"sha256Digest\": \"ef5b6609f6c2182c8e2108cfdd0bdd7291271c2d34b70f4c217aa619f7010a7a\"\n + \ }\n ],\n \"attestation\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/attestation-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"attestation-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/attestation\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"attestation\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AttestationManagementClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"1d4e9b832a3f50b33428d565478a2e655c81d49277c07dc909f1485b62ba5372\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/attestation-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"attestation-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/attestation\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"attestation\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pyjwt (==1.7.1)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools AttestationManagementClient Extension\",\n + \ \"version\": \"0.2.0\"\n },\n \"sha256Digest\": + \"895328b45d8bcfe45e4937885572cd1f39d23bc49f88314713a462bf1a367cc9\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/attestation-0.2.1-py3-none-any.whl\",\n + \ \"filename\": \"attestation-0.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/attestation\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"attestation\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pyjwt (==1.7.1)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools AttestationManagementClient Extension\",\n + \ \"version\": \"0.2.1\"\n },\n \"sha256Digest\": + \"1176c4e5d1d34a791f301ee6416e695e781eee3f41d0f372463405c68478727c\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/attestation-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"attestation-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/attestation\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"attestation\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pyjwt (~=2.4.0)\",\n \"pyjwt~=2.4.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AttestationManagementClient + Extension\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"e58277c292214e3b0a1e66de5c52340dedf25f5c7c356460b20259d5faceef46\"\n + \ }\n ],\n \"authV2\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/authV2-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"authV2-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/authV2\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"authV2\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Authv2 Extension\",\n \"version\": \"0.1.0\"\n },\n + \ \"sha256Digest\": \"240b7f5f1ac3fc2a72586cde8ff8cc2d2f469a1b6c6378822129b33233c0d7b7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/authV2-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"authV2-0.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/authV2\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"authV2\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Authv2 Extension\",\n \"version\": \"0.1.1\"\n },\n + \ \"sha256Digest\": \"0beb143e3ca4f4f9706877d416b07cb9f9796bd696a0a642825d8ca48217edb0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/authV2-0.1.2-py3-none-any.whl\",\n + \ \"filename\": \"authV2-0.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/authV2\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"authV2\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Authv2 Extension\",\n \"version\": \"0.1.2\"\n },\n + \ \"sha256Digest\": \"b98f07b7b669416ef4386d2a0834364a6c8d0278ddfffd35c1be5eb931968d5b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/authV2-0.1.3-py3-none-any.whl\",\n + \ \"filename\": \"authV2-0.1.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/authV2\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"authV2\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Authv2 Extension\",\n \"version\": \"0.1.3\"\n },\n + \ \"sha256Digest\": \"eb05636f8c78e2f83b7f452fe56f5a9ae496d6909dc36924ae5f98a2fb5bce41\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/authV2-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"authV2-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/authV2\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"authV2\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Authv2 Extension\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"c18e41dbb0862592baacbdec3de2ef46e672312f09fadb4708723e399a753483\"\n + \ }\n ],\n \"automanage\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/automanage-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"automanage-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.44.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/automanage\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"automanage\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Automanage Extension.\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"ca6771604ac50df02682f581b52ca92d775f0fd2f187f627a6bfe62d4fdb6651\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/automanage-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"automanage-0.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.44.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/automanage\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"automanage\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Automanage Extension.\",\n \"version\": \"0.1.1\"\n + \ },\n \"sha256Digest\": \"40c62cf4389bc282e4c06d0f2688087efb4a8ca6bb7a2b37fc6befb79dc2c526\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/automanage-0.1.2-py3-none-any.whl\",\n + \ \"filename\": \"automanage-0.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.44.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/automanage\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"automanage\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Automanage Extension.\",\n \"version\": \"0.1.2\"\n + \ },\n \"sha256Digest\": \"42341a6cfdacb3af0433b10b3e9bcb5226d4c7fb59730378408a957662266551\"\n + \ }\n ],\n \"automation\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/automation-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"automation-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.13.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/automation\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"automation\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AutomationClient Extension\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"779f996ffab9fd76438d8938216fcbeb6f9aecad3a23bd2097731182607e4d7a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/automation-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"automation-0.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.13.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/automation\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"automation\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AutomationClient Extension\",\n \"version\": \"0.1.1\"\n + \ },\n \"sha256Digest\": \"99640d86e3596a806ea2eca6b8f67f02fea74951ffa0606bff60fbfc88da7d6e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/automation-0.1.2-py3-none-any.whl\",\n + \ \"filename\": \"automation-0.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.39.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/automation\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"automation\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AutomationClient Extension\",\n \"version\": \"0.1.2\"\n + \ },\n \"sha256Digest\": \"1188040d2b9bef20051619c919db3726c38e1d9720c7e375418fbdec714d4309\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/automation-0.1.3-py3-none-any.whl\",\n + \ \"filename\": \"automation-0.1.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.39.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/automation\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"automation\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AutomationClient Extension\",\n \"version\": \"0.1.3\"\n + \ },\n \"sha256Digest\": \"c28dd73a8ab147f2d268bb735e8658f78b60bf6d628904158b0c0e80c8cfcf18\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/automation-0.1.4-py3-none-any.whl\",\n + \ \"filename\": \"automation-0.1.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.39.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/automation\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"automation\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AutomationClient Extension\",\n \"version\": \"0.1.4\"\n + \ },\n \"sha256Digest\": \"cf27c3366e48ad1758a30745d1cd05703b15c84d0fa95369c4a098620ff93df8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/automation-0.2.1-py3-none-any.whl\",\n + \ \"filename\": \"automation-0.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.40.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/automation\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"automation\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AutomationClient Extension\",\n \"version\": \"0.2.1\"\n + \ },\n \"sha256Digest\": \"18cb0bfa7c7121bd7afdceea2182ac0fe3b174933bbb897b023c61e9dc05459b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/automation-0.2.2-py3-none-any.whl\",\n + \ \"filename\": \"automation-0.2.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.40.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/automation\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"automation\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AutomationClient Extension\",\n \"version\": \"0.2.2\"\n + \ },\n \"sha256Digest\": \"1337a8bf90739df646231533801cce9050bad641c627382468c86af5f2f99d89\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/automation-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"automation-1.0.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/automation\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"automation\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AutomationClient Extension\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"d31fe0433fa30a6e009f7b9bee6c417a686ed87502dd987b9ac8ad113383915b\"\n + \ }\n ],\n \"azure-cli-ml\": [\n {\n \"downloadUrl\": + \"https://azurecliext.blob.core.windows.net/release/azure_cli_ml-1.41.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_cli_ml-1.41.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 3 - Alpha\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"Programming Language :: Python :: 3.9\"\n + \ ],\n \"description_content_type\": + \"text/x-rst\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\",\n + \ \"license\": \"LICENSE.txt\"\n },\n + \ \"project_urls\": {\n \"Home\": + \"https://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"Proprietary https://aka.ms/azureml-preview-sdk-license + \",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-cli-ml\",\n \"requires_python\": \">=3.5,<4\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"adal (>=1.2.1)\",\n \"azureml-cli-common + (~=1.41)\",\n \"cryptography (<=3.3.2)\",\n + \ \"docker (>=3.7.2)\",\n \"msrest + (>=0.6.6)\",\n \"pyyaml (>=5.1.0)\",\n \"requests + (>=2.21.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureML + Command Module\",\n \"test_requires\": [\n {\n + \ \"requires\": [\n \"azure-keyvault\",\n + \ \"mock\",\n \"nose\",\n + \ \"unittest-xml-reporting\"\n ]\n + \ }\n ],\n \"version\": + \"1.41.0\"\n },\n \"sha256Digest\": \"c3c5d2bb5ecd63d0d416bf9bc61b9f12df247d2f558957047ffc431e42fcb6b0\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliext.blob.core.windows.net/release/azure_cli_ml-1.37.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_cli_ml-1.37.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 3 - Alpha\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"Programming Language :: Python :: 3.9\"\n + \ ],\n \"description_content_type\": + \"text/x-rst\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\",\n + \ \"license\": \"LICENSE.txt\"\n },\n + \ \"project_urls\": {\n \"Home\": + \"https://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"Proprietary https://aka.ms/azureml-preview-sdk-license + \",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-cli-ml\",\n \"requires_python\": \">=3.5,<4\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"adal (>=1.2.1)\",\n \"azureml-cli-common + (~=1.37.0)\",\n \"cryptography (<=3.3.2)\",\n + \ \"docker (>=3.7.2)\",\n \"msrest + (>=0.6.6)\",\n \"pyyaml (>=5.1.0)\",\n \"requests + (>=2.21.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureML + Command Module\",\n \"test_requires\": [\n {\n + \ \"requires\": [\n \"azure-keyvault\",\n + \ \"mock\",\n \"nose\",\n + \ \"unittest-xml-reporting\"\n ]\n + \ }\n ],\n \"version\": + \"1.37.0\"\n },\n \"sha256Digest\": \"7dc527ad16592a775d79341d7711df31497b66bf616010890bd1f8831c81012d\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliext.blob.core.windows.net/release/azure_cli_ml-1.5.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_cli_ml-1.5.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.maxCliCoreVersion\": + \"2.29.2\",\n \"azext.minCliCoreVersion\": \"2.0.28\",\n + \ \"classifiers\": [\n \"Development + Status :: 3 - Alpha\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\"\n ],\n \"description_content_type\": + \"text/x-rst\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\",\n + \ \"license\": \"LICENSE.txt\"\n },\n + \ \"project_urls\": {\n \"Home\": + \"https://docs.microsoft.com/azure/machine-learning/service/\"\n }\n + \ }\n },\n \"extras\": + [],\n \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"Proprietary https://aka.ms/azureml-preview-sdk-license \",\n \"metadata_version\": + \"2.0\",\n \"name\": \"azure-cli-ml\",\n \"requires_python\": + \">=3.5,<4\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"adal + (>=1.2.1)\",\n \"azureml-cli-common (~=1.5.0)\",\n + \ \"docker (>=3.7.2)\",\n \"msrest + (>=0.6.6)\",\n \"pyyaml (>=5.1.0)\",\n \"requests + (>=2.21.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureML + Command Module\",\n \"test_requires\": [\n {\n + \ \"requires\": [\n \"azure-keyvault\",\n + \ \"mock\",\n \"nose\",\n + \ \"unittest-xml-reporting\"\n ]\n + \ }\n ],\n \"version\": + \"1.5.0\"\n },\n \"sha256Digest\": \"a535f01501a06f70d26a75f5ccde2d32640d3c7efec302fc2fc454bfb867e946\"\n + \ }\n ],\n \"azure-devops\": [\n {\n \"downloadUrl\": + \"https://github.com/Azure/azure-devops-cli-extension/releases/download/20190805.1/azure_devops-0.12.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_devops-0.12.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.49\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"VSTS_Social@microsoft.com\",\n \"name\": + \"Microsoft\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Microsoft/azure-devops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"azure-devops\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"distro (==1.3.0)\",\n \"msrest + (<0.7.0,>=0.6.0)\",\n \"python-dateutil (==2.7.3)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Tools for managing Azure DevOps.\",\n \"version\": + \"0.12.0\"\n },\n \"sha256Digest\": \"2abdfd1b760e1968176cd4043e2db7edf951978c6a2182eb5e79bb0c8070af4c\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-devops-cli-extension/releases/download/20200113.1/azure_devops-0.17.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_devops-0.17.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.69\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"VSTS_Social@microsoft.com\",\n \"name\": + \"Microsoft\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Microsoft/azure-devops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"azure-devops\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"distro (==1.3.0)\",\n \"msrest + (<0.7.0,>=0.6.0)\",\n \"python-dateutil (==2.7.3)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Tools for managing Azure DevOps.\",\n \"version\": + \"0.17.0\"\n },\n \"sha256Digest\": \"1e891afc8b6ee52c62c4f99802d77728ff60e89e4c08972325178cc4fdac6be9\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-devops-cli-extension/releases/download/20211028.1/azure_devops-0.21.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_devops-0.21.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.2.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"VSTS_Social@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Microsoft/azure-devops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"azure-devops\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"distro (==1.3.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing Azure DevOps.\",\n \"version\": \"0.21.0\"\n + \ },\n \"sha256Digest\": \"7ab5fd8d8f05bbd78d2e5fce961a06380aa258445561b88fb1ca02261cae365a\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-devops-cli-extension/releases/download/20230127.2/azure_devops-0.26.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_devops-0.26.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.30.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"VSTS_Social@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Microsoft/azure-devops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"azure-devops\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"distro (==1.3.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Tools for managing Azure DevOps.\",\n \"version\": \"0.26.0\"\n + \ },\n \"sha256Digest\": \"565fc207f1740c26957f382fe2eefabec254011fb2d1b50c0e540f894f47dcbe\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-devops-cli-extension/releases/download/20240206.1/azure_devops-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_devops-1.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.30.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"VSTS_Social@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Microsoft/azure-devops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"azure-devops\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"distro (==1.3.0)\",\n \"distro==1.3.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Tools for managing Azure DevOps.\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"658a2854d8c80f874f9382d421fa45abf6a38d00334737dda006f8dec64cf70a\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-devops-cli-extension/releases/download/20240514.1/azure_devops-1.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_devops-1.0.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.30.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"VSTS_Social@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Microsoft/azure-devops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"azure-devops\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"distro (==1.3.0)\",\n \"distro==1.3.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Tools for managing Azure DevOps.\",\n \"version\": + \"1.0.1\"\n },\n \"sha256Digest\": \"f300d0288f017148514ebe6f5912aef10c7a6f29bdc0c916b922edf1d75bc7db\"\n + \ }\n ],\n \"azure-firewall\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.1.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.1.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.46\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.1.3\"\n },\n + \ \"sha256Digest\": \"116c1324206e8aa0e7cffdd719a12e87b2977a061fcd9fb96ae4b6fbe223e93f\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.1.9-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.1.9-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.1.9\"\n },\n + \ \"sha256Digest\": \"f20c18b5b176dd39815dee4d344368774b58bb2f4f03c28b89ee08212e45856a\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.2.0\"\n },\n + \ \"sha256Digest\": \"7934510bc2ed4d83c8dbee7d2d22c3de2332b96020e2f45515035153f94a246f\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.3.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.3.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.3.0\"\n },\n + \ \"sha256Digest\": \"12e5f8567ba8a74988f50ec6ed3539fad5b9e491727b0bc2c16e7acc34f49423\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.3.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.3.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.3.1\"\n },\n + \ \"sha256Digest\": \"32e10a4e96a891151959680ff3cbf3e28ea0cf38e49ac062c49c668d00e5d7d7\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.4.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.4.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.4.0\"\n },\n + \ \"sha256Digest\": \"5c79cedfc5abf134f4b47ad5d867ff5852d2ba17f710d44a2101fe0aa51b1a48\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.5.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.5.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.5.0\"\n },\n + \ \"sha256Digest\": \"ceb70fe380937e5cb42998648a3218313b1425286705743275a808bb15d70d03\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.5.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.5.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.5.1\"\n },\n + \ \"sha256Digest\": \"40581d4aaf52a8a1f8deccf3be641385348251b34ffeb4c65193111150002699\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.6.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.6.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.6.0\"\n },\n + \ \"sha256Digest\": \"b22c81a341f1742ebb2c32c45af1470b12bfe2d03907d43206cf8d0860e058f6\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.6.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.6.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.6.1\"\n },\n + \ \"sha256Digest\": \"4bf18f81d1b97d458181154f51803103745182cf68972180507aa8c291c60a94\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.6.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.6.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.6.2\"\n },\n + \ \"sha256Digest\": \"30539d78089ae73cbc012d487de7b9e9717096e2abf960ca4e7057ef77222a25\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.7.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.7.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.7.0\"\n },\n + \ \"sha256Digest\": \"b6ac17ae8f18d9c702cece94822c0d00dbc13b7ed60a7831281e2e5391cefe39\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.8.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.8.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.8.0\"\n },\n + \ \"sha256Digest\": \"897e1ff2ff69b6f2969dc97e97847a25b7a9060091024a96e0e2ca0876c0cd53\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.9.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.9.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.9.0\"\n },\n + \ \"sha256Digest\": \"ea9f1a318e27266652bb6121d93ff5595b2ffe1227efc3ca1ab69b29349bb9d2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.10.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.10.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.10.0\"\n },\n + \ \"sha256Digest\": \"94c5b15b65b3fe78fa4a10b839ace1a5eb627e87f4aae2bc5728e159388c9599\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.11.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.11.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.11.0\"\n },\n + \ \"sha256Digest\": \"31100b4d554939502454bf9dbe0a42e2ee4319a1af3f9c93c9b51200bb547707\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.12.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.12.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.12.0\"\n },\n + \ \"sha256Digest\": \"e8273165377adcbc1effcaaa447d4b7b38c49aadd1ff9255cabf400f6846edb4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.13.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.13.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.13.0\"\n },\n + \ \"sha256Digest\": \"04e0761aeed15ac457c5831c89bcbaf5f669fa943ded8f71c0f54431621103b0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.14.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.14.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.14.0\"\n },\n + \ \"sha256Digest\": \"c68453741e1c32f310333f81a22ab8a822124101c36e043b6563105a9c84f2e2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.14.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.14.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.14.1\"\n },\n + \ \"sha256Digest\": \"bc32e5ea361f86fd03ec6a6d7743ed431038fcacfd85e48bdc3c1996448fc08d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.14.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.14.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.14.2\"\n },\n + \ \"sha256Digest\": \"35ac3318f0372b890770746c320cc3d98022a08bd808e3aa433d2dcf20405bf6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.14.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.14.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.14.3\"\n },\n + \ \"sha256Digest\": \"a1838d2953400b76c7bca95ef9b6c64377d8b3d2485f2164e286906c62f9ef5b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.14.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.14.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.14.4\"\n },\n + \ \"sha256Digest\": \"1b2dfdf90570df596e28792d1b378bb155cd57b2fad8fbb6eeb1617316bce2e0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.14.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.14.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.14.5\"\n },\n + \ \"sha256Digest\": \"d2261b7a6a17f8a15d4fbfb1f3bb65bada2e49c76c251f3e91f9a91c9d613188\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.14.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.14.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.14.6\"\n },\n + \ \"sha256Digest\": \"c04bfce1c7acbeb50a6f156965bbf64336c9089235b27bb4ca5b50a065bc19d6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.14.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.14.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.14.7\"\n },\n + \ \"sha256Digest\": \"a248d1a3fa776015726cc3c9a073c816afef9f174309f6c0f65787d624e2337b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.14.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-0.14.8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"0.14.8\"\n },\n + \ \"sha256Digest\": \"d664c8228e829d1a70a85146a8b46d0e26abae22e0765a0277e18c4e664d8200\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-1.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.50.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"project_urls\": {\n \"Home\": + \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"739f20463bf763ccfa08358f3535bfdbd1671fc16ef11c9428e8bade8154221b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-1.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-1.0.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"project_urls\": {\n \"Home\": + \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"1.0.1\"\n },\n + \ \"sha256Digest\": \"920023c55ae72d7e85baa43d81d96683be0e8348228b6f8e89e479fd4092c0f8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-1.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-1.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"project_urls\": {\n \"Home\": + \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"1.1.0\"\n },\n + \ \"sha256Digest\": \"562cc396c6afa1ef996c35b7bed801b3fd9677e4c6923f1148cb09255b24d1ef\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-1.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-1.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"project_urls\": {\n \"Home\": + \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"1.2.0\"\n },\n + \ \"sha256Digest\": \"5468cc09b8ea7918176b5e95aa3c24c7ad9b7d1b68c47d16bf522a053fd811e8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-1.2.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-1.2.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"project_urls\": {\n \"Home\": + \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"1.2.1\"\n },\n + \ \"sha256Digest\": \"c6fb6d3543de95e03188bb86baa08d23a788fb1231a56eda27ddb2558b25d777\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-1.2.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-1.2.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"project_urls\": {\n \"Home\": + \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"1.2.2\"\n },\n + \ \"sha256Digest\": \"1261fd1789131b82bb403c1be385aad053140f75a8d697164b42b0317cdd9d55\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-1.2.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_firewall-1.2.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"project_urls\": {\n \"Home\": + \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azure-firewall\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-firewall\",\n \"summary\": \"Manage Azure Firewall + resources.\",\n \"version\": \"1.2.3\"\n },\n + \ \"sha256Digest\": \"6d250685923b2fe5d4b2e6d22a1170cf0fffb885ee03ba922ee124ca8b6d81be\"\n + \ }\n ],\n \"azure-iot\": [\n {\n \"downloadUrl\": + \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.10.11/azure_iot-0.10.11-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.10.11-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"azure-iot\",\n \"requires_python\": + \">=3.6,<4\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"jsonschema + (==3.2.0)\",\n \"packaging\",\n \"paho-mqtt + (==1.5.0)\"\n ]\n }\n ],\n + \ \"summary\": \"The Azure IoT extension for Azure CLI.\",\n + \ \"version\": \"0.10.11\"\n },\n \"sha256Digest\": + \"8a7892996403fd5fd6850262acc176605704990db9d0a95c743545f1c0659d83\"\n },\n + \ {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.10.15/azure_iot-0.10.15-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.10.15-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"azure-iot\",\n \"requires_python\": + \">=3.6,<4\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"jsonschema + (==3.2.0)\",\n \"packaging\",\n \"paho-mqtt + (==1.5.0)\"\n ]\n }\n ],\n + \ \"summary\": \"The Azure IoT extension for Azure CLI.\",\n + \ \"version\": \"0.10.15\"\n },\n \"sha256Digest\": + \"465b8a2688260973519c00dd48989faa015423b195d20efb423e976c49924983\"\n },\n + \ {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.10.17/azure_iot-0.10.17-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.10.17-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.6,<4\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-iot-device (~=2.5)\",\n \"jsonschema + (~=3.2.0)\",\n \"packaging\",\n \"tqdm + (~=4.62)\"\n ]\n },\n {\n + \ \"extra\": \"uamqp\",\n \"requires\": + [\n \"uamqp (~=1.2)\"\n ]\n + \ },\n {\n \"environment\": + \"python_version < \\\"3.8\\\"\",\n \"requires\": + [\n \"importlib-metadata\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT extension for Azure CLI.\",\n \"version\": + \"0.10.17\"\n },\n \"sha256Digest\": \"71f449108419e66f4b8f72a0d9b544e7a38c7fc4b3fdfcab9a9088dff3190710\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.11.0/azure_iot-0.11.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.11.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.6,<4\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-iot-device (~=2.5)\",\n \"jsonschema + (~=3.2.0)\",\n \"packaging\",\n \"tqdm + (~=4.62)\"\n ]\n },\n {\n + \ \"extra\": \"uamqp\",\n \"requires\": + [\n \"uamqp (~=1.2)\"\n ]\n + \ },\n {\n \"environment\": + \"python_version < \\\"3.8\\\"\",\n \"requires\": + [\n \"importlib-metadata\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT extension for Azure CLI.\",\n \"version\": + \"0.11.0\"\n },\n \"sha256Digest\": \"b599137425d8b0df615813b9cbedb02d43549acf3ae0c9a703f5d636cf05ebf9\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.12.1/azure_iot-0.12.1-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.12.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.6,<4\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-iot-device (~=2.5)\",\n \"jsonschema + (~=3.2.0)\",\n \"msrestazure (<2.0.0,>=0.6.3)\",\n + \ \"packaging\",\n \"tqdm + (~=4.62)\"\n ]\n },\n {\n + \ \"extra\": \"uamqp\",\n \"requires\": + [\n \"uamqp (~=1.2)\"\n ]\n + \ },\n {\n \"environment\": + \"python_version < \\\"3.8\\\"\",\n \"requires\": + [\n \"importlib-metadata\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT extension for Azure CLI.\",\n \"version\": + \"0.12.1\"\n },\n \"sha256Digest\": \"4cc809c496ecda0c892b664d0d1de58586b56db9211c3d12c96c640bf8d8c84f\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.13.0/azure_iot-0.13.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.13.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.24.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.6,<4\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-iot-device (~=2.5)\",\n \"jsonschema + (~=3.2.0)\",\n \"msrestazure (<2.0.0,>=0.6.3)\",\n + \ \"packaging\",\n \"tqdm + (~=4.62)\"\n ]\n },\n {\n + \ \"extra\": \"uamqp\",\n \"requires\": + [\n \"uamqp (~=1.2)\"\n ]\n + \ },\n {\n \"environment\": + \"python_version < \\\"3.8\\\"\",\n \"requires\": + [\n \"importlib-metadata\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT extension for Azure CLI.\",\n \"version\": + \"0.13.0\"\n },\n \"sha256Digest\": \"a8078483a23ed656cb79816dc8e7c39f3c18a04945b4366edc99a76897419bd2\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.14.0/azure_iot-0.14.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.14.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.24.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.6,<4\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-iot-device (~=2.5)\",\n \"jsonschema + (~=3.2.0)\",\n \"msrestazure (<2.0.0,>=0.6.3)\",\n + \ \"packaging\",\n \"tqdm + (~=4.62)\"\n ]\n },\n {\n + \ \"extra\": \"uamqp\",\n \"requires\": + [\n \"uamqp (~=1.2)\"\n ]\n + \ },\n {\n \"environment\": + \"python_version < \\\"3.8\\\"\",\n \"requires\": + [\n \"importlib-metadata\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT extension for Azure CLI.\",\n \"version\": + \"0.14.0\"\n },\n \"sha256Digest\": \"56e07939e0f60412c8dce20a278127be4768a4cd8c487e5201396428e1b2f86f\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.14.1/azure_iot-0.14.1-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.14.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.24.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.6,<4\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-iot-device (~=2.5)\",\n \"jsonschema + (~=3.2.0)\",\n \"msrestazure (<2.0.0,>=0.6.3)\",\n + \ \"packaging\",\n \"tqdm + (~=4.62)\"\n ]\n },\n {\n + \ \"extra\": \"uamqp\",\n \"requires\": + [\n \"uamqp (~=1.2)\"\n ]\n + \ },\n {\n \"environment\": + \"python_version < \\\"3.8\\\"\",\n \"requires\": + [\n \"importlib-metadata\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT extension for Azure CLI.\",\n \"version\": + \"0.14.1\"\n },\n \"sha256Digest\": \"9138b2610ac1ad775d4012e532cfa273a2d56dc2a649aa71d838f3c26d74b77d\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.15.0/azure_iot-0.15.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.15.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.30.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.7\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-iot-device (~=2.11)\",\n \"azure-mgmt-core + (<2.0.0,>=1.3.0)\",\n \"jsonschema (~=3.2.0)\",\n + \ \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tqdm + (~=4.62)\"\n ]\n },\n {\n + \ \"extra\": \"uamqp\",\n \"requires\": + [\n \"uamqp (~=1.2)\"\n ]\n + \ },\n {\n \"environment\": + \"python_version < \\\"3.8\\\"\",\n \"requires\": + [\n \"importlib-metadata\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT extension for Azure CLI.\",\n \"version\": + \"0.15.0\"\n },\n \"sha256Digest\": \"63243fc8edb3a38636d706fc280a95aa13e7dfc1be455f62e41af1c114260049\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.16.1/azure_iot-0.16.1-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.16.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.30.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.7\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-iot-device (~=2.11)\",\n \"azure-mgmt-core + (<2.0.0,>=1.3.0)\",\n \"jsonschema (~=3.2.0)\",\n + \ \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tqdm + (~=4.62)\"\n ]\n },\n {\n + \ \"extra\": \"uamqp\",\n \"requires\": + [\n \"uamqp (~=1.2)\"\n ]\n + \ },\n {\n \"environment\": + \"python_version < \\\"3.8\\\"\",\n \"requires\": + [\n \"importlib-metadata\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT extension for Azure CLI.\",\n \"version\": + \"0.16.1\"\n },\n \"sha256Digest\": \"d6c814af4bdc4020bbb2971f718796fac0e12a4319258e6704d711c2f9adca38\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.17.0/azure_iot-0.17.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.17.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.30.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.7\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core (<2.0.0,<2.0.0azure-mgmt-core>=1.3.0,>=1.24.0)\",\n + \ \"azure-iot-device (~=2.11)\",\n \"jsonschema + (~=3.2.0)\",\n \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tqdm + (~=4.62)\"\n ]\n },\n {\n + \ \"extra\": \"uamqp\",\n \"requires\": + [\n \"uamqp (~=1.2)\"\n ]\n + \ },\n {\n \"environment\": + \"python_version < \\\"3.8\\\"\",\n \"requires\": + [\n \"importlib-metadata\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT extension for Azure CLI.\",\n \"version\": + \"0.17.0\"\n },\n \"sha256Digest\": \"924d4cf255efe8a8950d968ed474be42b9da790c46381893a1d2892fdf72281e\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.17.1/azure_iot-0.17.1-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.17.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.30.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.7\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core (<2.0.0,>=1.24.0)\",\n \"azure-iot-device + (~=2.11)\",\n \"azure-mgmt-core (<2.0.0,>=1.3.0)\",\n + \ \"jsonschema (~=3.2.0)\",\n \"msrest + (>=0.6.21)\",\n \"msrestazure (<2.0.0,>=0.6.3)\",\n + \ \"packaging\",\n \"tqdm + (~=4.62)\"\n ]\n },\n {\n + \ \"extra\": \"uamqp\",\n \"requires\": + [\n \"uamqp (~=1.2)\"\n ]\n + \ },\n {\n \"environment\": + \"python_version < \\\"3.8\\\"\",\n \"requires\": + [\n \"importlib-metadata\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT extension for Azure CLI.\",\n \"version\": + \"0.17.1\"\n },\n \"sha256Digest\": \"5edb56987e339e6eac50190d309e8b62f1da8e76c943537b8bdf45833d2d6307\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.17.3/azure_iot-0.17.3-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.17.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.30.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.7\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core (<2.0.0,>=1.24.0)\",\n \"azure-iot-device + (~=2.11)\",\n \"azure-mgmt-core (<2.0.0,>=1.3.0)\",\n + \ \"jsonschema (~=3.2.0)\",\n \"msrest + (>=0.6.21)\",\n \"msrestazure (<2.0.0,>=0.6.3)\",\n + \ \"packaging\",\n \"tqdm + (~=4.62)\"\n ]\n },\n {\n + \ \"extra\": \"uamqp\",\n \"requires\": + [\n \"uamqp (~=1.2)\"\n ]\n + \ },\n {\n \"environment\": + \"python_version < \\\"3.8\\\"\",\n \"requires\": + [\n \"importlib-metadata\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT extension for Azure CLI.\",\n \"version\": + \"0.17.3\"\n },\n \"sha256Digest\": \"bf343936bd2f515c46d8cff9b59cc340eb88c0ee2f4be93fe9d2a9d4ba863346\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.18.0/azure_iot-0.18.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.18.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.7\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core (<2.0.0,>=1.24.0)\",\n \"azure-identity + (<2.0.0,>=1.6.1)\",\n \"azure-iot-device (~=2.11)\",\n + \ \"azure-mgmt-core (<2.0.0,>=1.3.0)\",\n \"jsonschema + (~=3.2.0)\",\n \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tqdm + (~=4.62)\"\n ]\n },\n {\n + \ \"extra\": \"uamqp\",\n \"requires\": + [\n \"uamqp (~=1.2)\"\n ]\n + \ },\n {\n \"environment\": + \"python_version < \\\"3.8\\\"\",\n \"requires\": + [\n \"importlib-metadata\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT extension for Azure CLI.\",\n \"version\": + \"0.18.0\"\n },\n \"sha256Digest\": \"b57987fe6b4627d4184db54715e71f5a28d7b16fb346352a37c0bf1ea5f4640e\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.18.1/azure_iot-0.18.1-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.18.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.7\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core (<2.0.0,>=1.24.0)\",\n \"azure-identity + (<2.0.0,>=1.6.1)\",\n \"azure-iot-device (~=2.11)\",\n + \ \"azure-mgmt-core (<2.0.0,>=1.3.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.14.0)\",\n \"jsonschema (~=3.2.0)\",\n + \ \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tqdm + (~=4.62)\"\n ]\n },\n {\n + \ \"extra\": \"uamqp\",\n \"requires\": + [\n \"uamqp (~=1.2)\"\n ]\n + \ },\n {\n \"environment\": + \"python_version < \\\"3.8\\\"\",\n \"requires\": + [\n \"importlib-metadata\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT extension for Azure CLI.\",\n \"version\": + \"0.18.1\"\n },\n \"sha256Digest\": \"3e5e902917c1e78984a9b531289ec82b483d6b1964a9411d904c532d19f4431c\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.18.2/azure_iot-0.18.2-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.18.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.7\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core (<2.0.0,>=1.24.0)\",\n \"azure-identity + (<2.0.0,>=1.6.1)\",\n \"azure-iot-device (~=2.11)\",\n + \ \"azure-mgmt-core (<2.0.0,>=1.3.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.14.0)\",\n \"jsonschema (~=3.2.0)\",\n + \ \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tqdm + (~=4.62)\"\n ]\n },\n {\n + \ \"extra\": \"uamqp\",\n \"requires\": + [\n \"uamqp (~=1.2)\"\n ]\n + \ },\n {\n \"environment\": + \"python_version < \\\"3.8\\\"\",\n \"requires\": + [\n \"importlib-metadata\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT extension for Azure CLI.\",\n \"version\": + \"0.18.2\"\n },\n \"sha256Digest\": \"a0ca45e50492182b86206f1019f4d8c560307e05c4d3264968899481d5d9210c\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.18.3/azure_iot-0.18.3-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.18.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.7\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core (<2.0.0,>=1.24.0)\",\n \"azure-identity + (<2.0.0,>=1.6.1)\",\n \"azure-iot-device (~=2.11)\",\n + \ \"azure-mgmt-core (<2.0.0,>=1.3.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.14.0)\",\n \"jsonschema (~=3.2.0)\",\n + \ \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tqdm + (~=4.62)\"\n ]\n },\n {\n + \ \"extra\": \"uamqp\",\n \"requires\": + [\n \"uamqp (~=1.2)\"\n ]\n + \ },\n {\n \"environment\": + \"python_version < \\\"3.8\\\"\",\n \"requires\": + [\n \"importlib-metadata\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT extension for Azure CLI.\",\n \"version\": + \"0.18.3\"\n },\n \"sha256Digest\": \"52b6e72dcb5084d758da605dfe3a4983c1d5ff27a338d143b89055215da45143\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.19.0/azure_iot-0.19.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.19.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.7\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core (<2.0.0,>=1.24.0)\",\n \"azure-identity + (<2.0.0,>=1.6.1)\",\n \"azure-iot-device (~=2.11)\",\n + \ \"azure-mgmt-core (<2.0.0,>=1.3.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.14.0)\",\n \"jsonschema (~=3.2.0)\",\n + \ \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tomli + (~=2.0)\",\n \"tomli-w (~=1.0)\",\n \"tqdm + (~=4.62)\",\n \"treelib (~=1.6)\"\n ]\n + \ },\n {\n \"extra\": + \"uamqp\",\n \"requires\": [\n \"uamqp + (~=1.2)\"\n ]\n },\n {\n + \ \"environment\": \"python_version < \\\"3.8\\\"\",\n + \ \"requires\": [\n \"importlib-metadata\"\n + \ ]\n }\n ],\n + \ \"summary\": \"The Azure IoT extension for Azure CLI.\",\n + \ \"version\": \"0.19.0\"\n },\n \"sha256Digest\": + \"e1dded53fc9e298a1ef7e1fcbf3399517e3be015785ba526c26d1584064a4fe0\"\n },\n + \ {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.19.1/azure_iot-0.19.1-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.19.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.7\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core (<2.0.0,>=1.24.0)\",\n \"azure-identity + (<2.0.0,>=1.6.1)\",\n \"azure-iot-device (~=2.11)\",\n + \ \"azure-mgmt-core (<2.0.0,>=1.3.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.14.0)\",\n \"jsonschema (~=3.2.0)\",\n + \ \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tomli + (~=2.0)\",\n \"tomli-w (~=1.0)\",\n \"tqdm + (~=4.62)\",\n \"treelib (~=1.6)\"\n ]\n + \ },\n {\n \"extra\": + \"uamqp\",\n \"requires\": [\n \"uamqp + (~=1.2)\"\n ]\n },\n {\n + \ \"environment\": \"python_version < \\\"3.8\\\"\",\n + \ \"requires\": [\n \"importlib-metadata\"\n + \ ]\n }\n ],\n + \ \"summary\": \"The Azure IoT extension for Azure CLI.\",\n + \ \"version\": \"0.19.1\"\n },\n \"sha256Digest\": + \"685c526081ce60fa2188106cd71c9412ee4765d5d74f3f0dce53466bdd9df15e\"\n },\n + \ {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.20.0/azure_iot-0.20.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.20.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.32.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.7\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core (<2.0.0,>=1.24.0)\",\n \"azure-identity + (<2.0.0,>=1.6.1)\",\n \"azure-iot-device (~=2.11)\",\n + \ \"azure-mgmt-core (<2.0.0,>=1.3.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.14.0)\",\n \"jsonschema (~=3.2.0)\",\n + \ \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tomli + (~=2.0)\",\n \"tomli-w (~=1.0)\",\n \"tqdm + (~=4.62)\",\n \"treelib (~=1.6)\"\n ]\n + \ },\n {\n \"extra\": + \"uamqp\",\n \"requires\": [\n \"uamqp + (~=1.2)\"\n ]\n },\n {\n + \ \"environment\": \"python_version < \\\"3.8\\\"\",\n + \ \"requires\": [\n \"importlib-metadata\"\n + \ ]\n }\n ],\n + \ \"summary\": \"The Azure IoT extension for Azure CLI.\",\n + \ \"version\": \"0.20.0\"\n },\n \"sha256Digest\": + \"6e304cee43f0e83d9aaa05c4283491fd6b4cf4ff4f685a3e08eaa8809ac8d5e7\"\n },\n + \ {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.21.0/azure_iot-0.21.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.21.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.7\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core (<2.0.0,>=1.24.0)\",\n \"azure-identity + (<2.0.0,>=1.6.1)\",\n \"azure-iot-device (~=2.11)\",\n + \ \"azure-mgmt-core (<2.0.0,>=1.3.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.14.0)\",\n \"jsonschema (~=3.2.0)\",\n + \ \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tomli + (~=2.0)\",\n \"tomli-w (~=1.0)\",\n \"tqdm + (~=4.62)\",\n \"treelib (~=1.6)\"\n ]\n + \ },\n {\n \"extra\": + \"uamqp\",\n \"requires\": [\n \"uamqp + (~=1.2)\"\n ]\n },\n {\n + \ \"environment\": \"python_version < \\\"3.8\\\"\",\n + \ \"requires\": [\n \"importlib-metadata\"\n + \ ]\n }\n ],\n + \ \"summary\": \"The Azure IoT extension for Azure CLI.\",\n + \ \"version\": \"0.21.0\"\n },\n \"sha256Digest\": + \"b88e0b14ec38b083525df4b8f5b24476158c468706f34925136a8d817363913e\"\n },\n + \ {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.21.1/azure_iot-0.21.1-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.21.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.7\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core (<2.0.0,>=1.24.0)\",\n \"azure-identity + (<2.0.0,>=1.6.1)\",\n \"azure-iot-device (~=2.11)\",\n + \ \"azure-mgmt-core (<2.0.0,>=1.3.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.14.0)\",\n \"jsonschema (~=3.2.0)\",\n + \ \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tomli + (~=2.0)\",\n \"tomli-w (~=1.0)\",\n \"tqdm + (~=4.62)\",\n \"treelib (~=1.6)\"\n ]\n + \ },\n {\n \"extra\": + \"uamqp\",\n \"requires\": [\n \"uamqp + (~=1.2)\"\n ]\n },\n {\n + \ \"environment\": \"python_version < \\\"3.8\\\"\",\n + \ \"requires\": [\n \"importlib-metadata\"\n + \ ]\n }\n ],\n + \ \"summary\": \"The Azure IoT extension for Azure CLI.\",\n + \ \"version\": \"0.21.1\"\n },\n \"sha256Digest\": + \"fe3140351a6d7a630aba2473403de49b6f8f4af6b67d358396b659cb4fdfd64a\"\n },\n + \ {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.21.2/azure_iot-0.21.2-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.21.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.7\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core (<2.0.0,>=1.24.0)\",\n \"azure-identity + (<2.0.0,>=1.6.1)\",\n \"azure-iot-device (~=2.11)\",\n + \ \"azure-mgmt-core (<2.0.0,>=1.3.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.14.0)\",\n \"jsonschema (~=3.2.0)\",\n + \ \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tomli + (~=2.0)\",\n \"tomli-w (~=1.0)\",\n \"tqdm + (~=4.62)\",\n \"treelib (~=1.6)\"\n ]\n + \ },\n {\n \"extra\": + \"uamqp\",\n \"requires\": [\n \"uamqp + (~=1.2)\"\n ]\n },\n {\n + \ \"environment\": \"python_version < \\\"3.8\\\"\",\n + \ \"requires\": [\n \"importlib-metadata\"\n + \ ]\n }\n ],\n + \ \"summary\": \"The Azure IoT extension for Azure CLI.\",\n + \ \"version\": \"0.21.2\"\n },\n \"sha256Digest\": + \"1f3241199456d299b17e2875ef9888de4c2977ddcfd0a3ae72087c9ff389b730\"\n },\n + \ {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.21.3/azure_iot-0.21.3-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.21.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.7\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core (<2.0.0,>=1.24.0)\",\n \"azure-identity + (<2.0.0,>=1.6.1)\",\n \"azure-iot-device (~=2.11)\",\n + \ \"azure-mgmt-core (<2.0.0,>=1.3.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.14.0)\",\n \"jsonschema (~=3.2.0)\",\n + \ \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tomli + (~=2.0)\",\n \"tomli-w (~=1.0)\",\n \"tqdm + (~=4.62)\",\n \"treelib (~=1.6)\"\n ]\n + \ },\n {\n \"extra\": + \"uamqp\",\n \"requires\": [\n \"uamqp + (~=1.2)\"\n ]\n },\n {\n + \ \"environment\": \"python_version < \\\"3.8\\\"\",\n + \ \"requires\": [\n \"importlib-metadata\"\n + \ ]\n }\n ],\n + \ \"summary\": \"The Azure IoT extension for Azure CLI.\",\n + \ \"version\": \"0.21.3\"\n },\n \"sha256Digest\": + \"17ed8c55d8cfdf0a874d8e37dd6a6a554f6f077722c7f06dc76cf3c31ef9c46c\"\n },\n + \ {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.21.4/azure_iot-0.21.4-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.21.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.7\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core (<2.0.0,>=1.24.0)\",\n \"azure-identity + (<2.0.0,>=1.6.1)\",\n \"azure-iot-device (~=2.11)\",\n + \ \"azure-mgmt-core (<2.0.0,>=1.3.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.14.0)\",\n \"jsonschema (~=3.2.0)\",\n + \ \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tomli + (~=2.0)\",\n \"tomli-w (~=1.0)\",\n \"tqdm + (~=4.62)\",\n \"treelib (~=1.6)\"\n ]\n + \ },\n {\n \"extra\": + \"uamqp\",\n \"requires\": [\n \"uamqp + (~=1.2)\"\n ]\n },\n {\n + \ \"environment\": \"python_version < \\\"3.8\\\"\",\n + \ \"requires\": [\n \"importlib-metadata\"\n + \ ]\n }\n ],\n + \ \"summary\": \"The Azure IoT extension for Azure CLI.\",\n + \ \"version\": \"0.21.4\"\n },\n \"sha256Digest\": + \"e61bb2dcea1faa208cfdf7346b0b296bb7d071f45d01536f9c3e32cdba8a9cca\"\n },\n + \ {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.21.5/azure_iot-0.21.5-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.21.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.7\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core (<2.0.0,>=1.24.0)\",\n \"azure-identity + (<2.0.0,>=1.6.1)\",\n \"azure-iot-device (~=2.11)\",\n + \ \"azure-mgmt-core (<2.0.0,>=1.3.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.14.0)\",\n \"jsonschema (~=3.2.0)\",\n + \ \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tomli + (~=2.0)\",\n \"tomli-w (~=1.0)\",\n \"tqdm + (~=4.62)\",\n \"treelib (~=1.6)\"\n ]\n + \ },\n {\n \"extra\": + \"uamqp\",\n \"requires\": [\n \"uamqp + (~=1.2)\"\n ]\n },\n {\n + \ \"environment\": \"python_version < \\\"3.8\\\"\",\n + \ \"requires\": [\n \"importlib-metadata\"\n + \ ]\n }\n ],\n + \ \"summary\": \"The Azure IoT extension for Azure CLI.\",\n + \ \"version\": \"0.21.5\"\n },\n \"sha256Digest\": + \"3a2bb6a15e68d519b378852223fc217148d93f43f828b0139fa6b7c7188f0074\"\n },\n + \ {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.22.0/azure_iot-0.22.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.22.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.8\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core (<2.0.0,>=1.24.0)\",\n \"azure-identity + (<2.0.0,>=1.6.1)\",\n \"azure-iot-device (~=2.11)\",\n + \ \"azure-mgmt-core (<2.0.0,>=1.3.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.14.0)\",\n \"jsonschema (~=3.2.0)\",\n + \ \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tomli + (~=2.0)\",\n \"tomli-w (~=1.0)\",\n \"tqdm + (~=4.62)\",\n \"treelib (~=1.6)\"\n ]\n + \ },\n {\n \"extra\": + \"uamqp\",\n \"requires\": [\n \"uamqp + (~=1.2)\"\n ]\n }\n ],\n + \ \"summary\": \"The Azure IoT extension for Azure CLI.\",\n + \ \"version\": \"0.22.0\"\n },\n \"sha256Digest\": + \"f0fa7e1c101042f8301234ec4e38df7cef967fdfd6f129a7d39686ddbb10c63e\"\n },\n + \ {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.23.0/azure_iot-0.23.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.23.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.8\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core (<2.0.0,>=1.24.0)\",\n \"azure-identity + (<2.0.0,>=1.6.1)\",\n \"azure-iot-device (~=2.11)\",\n + \ \"azure-mgmt-core (<2.0.0,>=1.3.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.14.0)\",\n \"jsonschema (~=3.2.0)\",\n + \ \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tomli + (~=2.0)\",\n \"tomli-w (~=1.0)\",\n \"tqdm + (~=4.62)\",\n \"treelib (~=1.6)\"\n ]\n + \ },\n {\n \"extra\": + \"uamqp\",\n \"requires\": [\n \"uamqp + (~=1.2)\"\n ]\n }\n ],\n + \ \"summary\": \"The Azure IoT extension for Azure CLI.\",\n + \ \"version\": \"0.23.0\"\n },\n \"sha256Digest\": + \"a160851a80aefb3fa12e9e5ac9c04511b8b058455c7d77b5ce7e79485b70ac41\"\n },\n + \ {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.23.1/azure_iot-0.23.1-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.23.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot\",\n \"requires_python\": \">=3.8\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core (<2.0.0,>=1.24.0)\",\n \"azure-identity + (<2.0.0,>=1.6.1)\",\n \"azure-iot-device (~=2.11)\",\n + \ \"azure-mgmt-core (<2.0.0,>=1.3.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.14.0)\",\n \"jsonschema (~=3.2.0)\",\n + \ \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tomli + (~=2.0)\",\n \"tomli-w (~=1.0)\",\n \"tqdm + (~=4.62)\",\n \"treelib (~=1.6)\"\n ]\n + \ },\n {\n \"extra\": + \"uamqp\",\n \"requires\": [\n \"uamqp + (~=1.2)\"\n ]\n }\n ],\n + \ \"summary\": \"The Azure IoT extension for Azure CLI.\",\n + \ \"version\": \"0.23.1\"\n },\n \"sha256Digest\": + \"95ef8e340ce9a5309af9c3c8ffe67e1582baf199f21c60a74cdc7c987cf8c644\"\n },\n + \ {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.24.0/azure_iot-0.24.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.24.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"license_file\": \"LICENSE\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"azure-iot\",\n \"requires_python\": + \">=3.8\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-core + (<2.0.0,>=1.24.0)\",\n \"azure-identity (<2.0.0,>=1.6.1)\",\n + \ \"azure-iot-device (~=2.11)\",\n \"azure-mgmt-core + (<2.0.0,>=1.3.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.14.0)\",\n \"jsonschema (~=3.2.0)\",\n + \ \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tomli + (~=2.0)\",\n \"tomli-w (~=1.0)\",\n \"tqdm + (~=4.62)\",\n \"treelib (~=1.6)\"\n ]\n + \ },\n {\n \"extra\": + \"uamqp\",\n \"requires\": [\n \"uamqp + (~=1.2)\"\n ]\n }\n ],\n + \ \"summary\": \"The Azure IoT extension for Azure CLI.\",\n + \ \"version\": \"0.24.0\"\n },\n \"sha256Digest\": + \"a36e41f28904f2f29efd38ebebda6823c0a9101bed3c00e0af03cfffcd721da1\"\n },\n + \ {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.25.0/azure_iot-0.25.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.25.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"license_file\": \"LICENSE\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"azure-iot\",\n \"requires_python\": + \">=3.8\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-core + (<2.0.0,>=1.24.0)\",\n \"azure-identity (<2.0.0,>=1.6.1)\",\n + \ \"azure-iot-device (~=2.11)\",\n \"azure-mgmt-core + (<2.0.0,>=1.3.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.14.0)\",\n \"jsonschema (~=3.2.0)\",\n + \ \"msrest (>=0.6.21)\",\n \"msrestazure + (<2.0.0,>=0.6.3)\",\n \"packaging\",\n \"tomli + (~=2.0)\",\n \"tomli-w (~=1.0)\",\n \"tqdm + (~=4.62)\",\n \"treelib (~=1.6)\"\n ]\n + \ },\n {\n \"extra\": + \"uamqp\",\n \"requires\": [\n \"uamqp + (<=1.6.8,>=1.2)\"\n ]\n }\n + \ ],\n \"summary\": \"The Azure IoT extension + for Azure CLI.\",\n \"version\": \"0.25.0\"\n },\n + \ \"sha256Digest\": \"7db4bc07667efa8472513d9e121fb2551fcaeae68255c7bc0768ad4177c1b1c6\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.26.0/azure_iot-0.26.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot-0.26.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.59.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.9\",\n \"Programming + Language :: Python :: 3.10\",\n \"Programming Language + :: Python :: 3.11\",\n \"Programming Language :: Python + :: 3.12\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"uamqp\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"license_file\": \"LICENSE\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"azure-iot\",\n \"requires_python\": + \">=3.9\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-core + (<2.0.0,>=1.24.0)\",\n \"azure-core<2.0.0,>=1.24.0\",\n + \ \"azure-identity (<1.18.0,>=1.6.1)\",\n \"azure-identity<1.18.0,>=1.6.1\",\n + \ \"azure-iot-device (~=2.11)\",\n \"azure-iot-device~=2.11\",\n + \ \"azure-mgmt-core (<2.0.0,>=1.3.0)\",\n \"azure-mgmt-core<2.0.0,>=1.3.0\",\n + \ \"azure-storage-blob (<13.0.0,>=12.14.0)\",\n + \ \"azure-storage-blob<13.0.0,>=12.14.0\",\n + \ \"jsonschema (~=3.2.0)\",\n \"jsonschema~=3.2.0\",\n + \ \"msrest (>=0.6.21)\",\n \"msrest>=0.6.21\",\n + \ \"msrestazure (<2.0.0,>=0.6.3)\",\n \"msrestazure<2.0.0,>=0.6.3\",\n + \ \"packaging\",\n \"packaging\",\n + \ \"tomli (~=2.0)\",\n \"tomli-w + (~=1.0)\",\n \"tomli-w~=1.0\",\n \"tomli~=2.0\",\n + \ \"tqdm (~=4.62)\",\n \"tqdm~=4.62\",\n + \ \"treelib (~=1.6)\",\n \"treelib~=1.6\"\n + \ ]\n },\n {\n + \ \"extra\": \"uamqp\",\n \"requires\": + [\n \"uamqp (<=1.6.8,>=1.2)\"\n ]\n + \ },\n {\n \"environment\": + \"extra == \\\"uamqp\\\"\",\n \"requires\": [\n + \ \"uamqp<=1.6.8,>=1.2\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT extension for Azure CLI.\",\n \"version\": + \"0.26.0\"\n },\n \"sha256Digest\": \"be497db3bc9221a82165d685ffc9bf5854e34f7ac8fd88580d6297dc63974a80\"\n + \ }\n ],\n \"azure-iot-ops\": [\n {\n \"downloadUrl\": + \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.1.0b1/azure_iot_ops-0.1.0b1-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.1.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.42.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<2.0,>=1.14.1)\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"opentelemetry-proto (~=1.20.0)\",\n + \ \"protobuf (~=4.25.0)\",\n \"rich + (<14.0,>=13.6)\"\n ]\n }\n + \ ],\n \"summary\": \"The Azure IoT Operations + extension for Azure CLI.\",\n \"version\": \"0.1.0b1\"\n + \ },\n \"sha256Digest\": \"a36f5dabf8b7055cbd6025a1e843961e1123e466fb013fd2d71974cc15d0fdb4\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.1.0b2/azure_iot_ops-0.1.0b2-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.1.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.42.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\"\n ],\n \"extensions\": {\n + \ \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<2.0,>=1.14.1)\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"opentelemetry-proto (~=1.20.0)\",\n + \ \"protobuf (~=4.25.0)\",\n \"rich + (<14.0,>=13.6)\"\n ]\n }\n + \ ],\n \"summary\": \"The Azure IoT Operations + extension for Azure CLI.\",\n \"version\": \"0.1.0b2\"\n + \ },\n \"sha256Digest\": \"dfe97525bb57cb65124c17916db4278f19e281220a5fedbd0d91486cadbb12bc\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.2.0b1/azure_iot_ops-0.2.0b1-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.2.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.42.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\"\n ],\n \"extensions\": {\n + \ \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<2.0,>=1.14.1)\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"opentelemetry-proto (~=1.20.0)\",\n + \ \"protobuf (~=4.25.0)\",\n \"rich + (<14.0,>=13.6)\"\n ]\n }\n + \ ],\n \"summary\": \"The Azure IoT Operations + extension for Azure CLI.\",\n \"version\": \"0.2.0b1\"\n + \ },\n \"sha256Digest\": \"0e3bcc6cf3f2eeb80c96ee0d68eb3bad356837642296bed2c6edf7b9519b8320\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.2.0b2/azure_iot_ops-0.2.0b2-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.2.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.42.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\"\n ],\n \"extensions\": {\n + \ \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<2.0,>=1.14.1)\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"opentelemetry-proto (~=1.20.0)\",\n + \ \"protobuf (~=4.25.0)\",\n \"rich + (<14.0,>=13.6)\"\n ]\n }\n + \ ],\n \"summary\": \"The Azure IoT Operations + extension for Azure CLI.\",\n \"version\": \"0.2.0b2\"\n + \ },\n \"sha256Digest\": \"eb0907428bfad9e0f974617663c2a73908887e99636ed9ec13954c767f7b741d\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.2.0b4/azure_iot_ops-0.2.0b4-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.2.0b4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\"\n ],\n \"extensions\": {\n + \ \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<2.0,>=1.14.1)\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"opentelemetry-proto (~=1.20.0)\",\n + \ \"protobuf (~=4.25.0)\",\n \"rich + (<14.0,>=13.6)\"\n ]\n }\n + \ ],\n \"summary\": \"The Azure IoT Operations + extension for Azure CLI.\",\n \"version\": \"0.2.0b4\"\n + \ },\n \"sha256Digest\": \"0c7b77c9b7dd39655ef1dc51d5bb7cc370062318d21bfeb1467ccb2fa2229ab4\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.3.0b1/azure_iot_ops-0.3.0b1-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.3.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\"\n ],\n \"extensions\": {\n + \ \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<2.0,>=1.14.1)\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"opentelemetry-proto (~=1.20.0)\",\n + \ \"protobuf (~=4.25.0)\",\n \"rich + (<14.0,>=13.6)\"\n ]\n }\n + \ ],\n \"summary\": \"The Azure IoT Operations + extension for Azure CLI.\",\n \"version\": \"0.3.0b1\"\n + \ },\n \"sha256Digest\": \"31f2fd60a63f25f05d30288e79b56f051baad4698ef9d61d4bcae432a2924f43\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.3.0b2/azure_iot_ops-0.3.0b2-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.3.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\"\n ],\n \"extensions\": {\n + \ \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<2.0,>=1.14.1)\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"opentelemetry-proto (~=1.20.0)\",\n + \ \"protobuf (~=4.25.0)\",\n \"rich + (<14.0,>=13.6)\"\n ]\n }\n + \ ],\n \"summary\": \"The Azure IoT Operations + extension for Azure CLI.\",\n \"version\": \"0.3.0b2\"\n + \ },\n \"sha256Digest\": \"1ddce07806ac2b529d4e98e7919aef58907d03174f33c5d96305cbfe590c13b1\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.3.0b3/azure_iot_ops-0.3.0b3-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.3.0b3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\"\n ],\n \"extensions\": {\n + \ \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<2.0,>=1.14.1)\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"opentelemetry-proto (~=1.20.0)\",\n + \ \"packaging (>=23.2)\",\n \"protobuf + (~=4.25.0)\",\n \"rich (<14.0,>=13.6)\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT Operations extension for Azure CLI.\",\n \"version\": + \"0.3.0b3\"\n },\n \"sha256Digest\": \"ce5afd49b56a2647dd359d67534c86116211c38cbd83d68b73e15765c7b23b1e\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.4.0b1/azure_iot_ops-0.4.0b1-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.4.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\"\n ],\n \"extensions\": {\n + \ \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<2.0,>=1.14.1)\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"opentelemetry-proto (~=1.20.0)\",\n + \ \"packaging (>=23.2)\",\n \"protobuf + (~=4.25.0)\",\n \"rich (<14.0,>=13.6)\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT Operations extension for Azure CLI.\",\n \"version\": + \"0.4.0b1\"\n },\n \"sha256Digest\": \"969d2e85305a58cd711ff7ab43a136c3ff12b7de3c07baa2f49a980dbbca7f44\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.4.0b2/azure_iot_ops-0.4.0b2-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.4.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\"\n ],\n \"extensions\": {\n + \ \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<2.0,>=1.14.1)\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"opentelemetry-proto (~=1.20.0)\",\n + \ \"packaging (>=23.2)\",\n \"protobuf + (~=4.25.0)\",\n \"rich (<14.0,>=13.6)\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT Operations extension for Azure CLI.\",\n \"version\": + \"0.4.0b2\"\n },\n \"sha256Digest\": \"36898f0ebb07fc8197b62bf9d240f0067e186d306c7c52b8a01b2c4adf91bf90\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.4.0b3/azure_iot_ops-0.4.0b3-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.4.0b3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\"\n ],\n \"extensions\": {\n + \ \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<2.0,>=1.14.1)\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"opentelemetry-proto (~=1.20.0)\",\n + \ \"packaging (>=23.2)\",\n \"protobuf + (~=4.25.0)\",\n \"rich (<14.0,>=13.6)\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT Operations extension for Azure CLI.\",\n \"version\": + \"0.4.0b3\"\n },\n \"sha256Digest\": \"a5cb90030bf3fe748d7f11285243f9e0c1207e5d409a320bd1f3e0e29f527de5\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.4.0b4/azure_iot_ops-0.4.0b4-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.4.0b4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\"\n ],\n \"extensions\": {\n + \ \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<2.0,>=1.14.1)\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"opentelemetry-proto (~=1.20.0)\",\n + \ \"packaging (>=23.2)\",\n \"protobuf + (~=4.25.0)\",\n \"rich (<14.0,>=13.6)\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT Operations extension for Azure CLI.\",\n \"version\": + \"0.4.0b4\"\n },\n \"sha256Digest\": \"0439ae5846b317449e427a985f4a9bf8ab91c622766c163af2f717ac024a30f5\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.5.0b1/azure_iot_ops-0.5.0b1-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.5.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\"\n ],\n \"extensions\": {\n + \ \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<2.0,>=1.14.1)\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"opentelemetry-proto (~=1.20.0)\",\n + \ \"packaging (>=23.2)\",\n \"protobuf + (~=4.25.0)\",\n \"rich (<14.0,>=13.6)\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT Operations extension for Azure CLI.\",\n \"version\": + \"0.5.0b1\"\n },\n \"sha256Digest\": \"bae0b60c4a8c39689a164bddf5ffb2bd2da09fc87c9b03c2d22fc9936e10dcf4\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.5.0b2/azure_iot_ops-0.5.0b2-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.5.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\"\n ],\n \"extensions\": {\n + \ \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<2.0,>=1.14.1)\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"opentelemetry-proto (~=1.20.0)\",\n + \ \"packaging (>=23.2)\",\n \"protobuf + (~=4.25.0)\",\n \"rich (<14.0,>=13.6)\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT Operations extension for Azure CLI.\",\n \"version\": + \"0.5.0b2\"\n },\n \"sha256Digest\": \"3b590acb85b946bc832244c7e6fd85bb19d5aa66dc30c8f72d37c0ea93a3d9b2\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.5.1b1/azure_iot_ops-0.5.1b1-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.5.1b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\"\n ],\n \"extensions\": {\n + \ \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<2.0,>=1.14.1)\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"opentelemetry-proto (~=1.20.0)\",\n + \ \"packaging (>=23.2)\",\n \"protobuf + (~=4.25.0)\",\n \"rich (<14.0,>=13.6)\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT Operations extension for Azure CLI.\",\n \"version\": + \"0.5.1b1\"\n },\n \"sha256Digest\": \"09a63dbd9dc976235fe295eb78083fa6141f52db6dde9c8c25975c23f1f79fe4\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.6.0b1/azure_iot_ops-0.6.0b1-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.6.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\"\n ],\n \"extensions\": {\n + \ \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<2.0,>=1.14.1)\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"opentelemetry-proto (~=1.20.0)\",\n + \ \"packaging (>=23.2)\",\n \"protobuf + (~=4.25.0)\",\n \"rich (<14.0,>=13.6)\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT Operations extension for Azure CLI.\",\n \"version\": + \"0.6.0b1\"\n },\n \"sha256Digest\": \"5740d3db63a76c01059311998840a0886524b8c0174a271272817f90880a6790\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.6.0b2/azure_iot_ops-0.6.0b2-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.6.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\"\n ],\n \"extensions\": {\n + \ \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<2.0,>=1.14.1)\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"opentelemetry-proto (~=1.20.0)\",\n + \ \"packaging (>=23.2)\",\n \"protobuf + (~=4.25.0)\",\n \"rich (<14.0,>=13.6)\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT Operations extension for Azure CLI.\",\n \"version\": + \"0.6.0b2\"\n },\n \"sha256Digest\": \"ac8614eeab41c9fdd30e4672d558f8ed1c6d585d1ab501afc6e9660928d43616\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.6.0b3/azure_iot_ops-0.6.0b3-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.6.0b3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\"\n ],\n \"extensions\": {\n + \ \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<2.0,>=1.14.1)\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"opentelemetry-proto (~=1.20.0)\",\n + \ \"packaging (>=23.2)\",\n \"protobuf + (~=4.25.0)\",\n \"rich (<14.0,>=13.6)\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT Operations extension for Azure CLI.\",\n \"version\": + \"0.6.0b3\"\n },\n \"sha256Digest\": \"105527ab18b2d04292cb7c33efbf05258becc5be2dd859441c2703408372462d\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.6.0b4/azure_iot_ops-0.6.0b4-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.6.0b4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\"\n ],\n \"extensions\": {\n + \ \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<1.18.0,>=1.14.1)\",\n + \ \"kubernetes (<29.0,>=27.2)\",\n \"opentelemetry-proto + (~=1.20.0)\",\n \"packaging (>=23.2)\",\n \"protobuf + (~=4.25.0)\",\n \"rich (<14.0,>=13.6)\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT Operations extension for Azure CLI.\",\n \"version\": + \"0.6.0b4\"\n },\n \"sha256Digest\": \"434c90b6ae2f51f751e5fb868f0fd649a8affd123e049c956b7fb3edf6e79de4\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.7.0b1/azure_iot_ops-0.7.0b1-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.7.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\"\n ],\n \"extensions\": {\n + \ \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<1.18.0,>=1.14.1)\",\n + \ \"kubernetes (<29.0,>=27.2)\",\n \"opentelemetry-proto + (~=1.20.0)\",\n \"packaging (>=23.2)\",\n \"protobuf + (~=4.25.0)\",\n \"rich (<14.0,>=13.6)\"\n ]\n + \ }\n ],\n \"summary\": + \"The Azure IoT Operations extension for Azure CLI.\",\n \"version\": + \"0.7.0b1\"\n },\n \"sha256Digest\": \"7d3f834f9e6bfa5b9c666b9d37f657d41256e68d77b9a69fde3a5333c3eb61f6\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.7.0b2/azure_iot_ops-0.7.0b2-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.7.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\",\n \"Programming Language :: Python :: 3.12\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<1.18.0,>=1.14.1)\",\n + \ \"azure-identity<1.18.0,>=1.14.1\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"kubernetes<29.0,>=27.2\",\n + \ \"opentelemetry-proto (~=1.20.0)\",\n \"opentelemetry-proto~=1.20.0\",\n + \ \"packaging (>=23.2)\",\n \"packaging>=23.2\",\n + \ \"protobuf (~=4.25.0)\",\n \"protobuf~=4.25.0\",\n + \ \"rich (<14.0,>=13.6)\",\n \"rich<14.0,>=13.6\"\n + \ ]\n }\n ],\n + \ \"summary\": \"The Azure IoT Operations extension for + Azure CLI.\",\n \"version\": \"0.7.0b2\"\n },\n + \ \"sha256Digest\": \"eeafdbfbbea6d919729ac81510008581ff234117a5301eae9d31237271ea2e4e\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.8.0b1/azure_iot_ops-0.8.0b1-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-0.8.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3 :: + Only\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.8\",\n \"Programming + Language :: Python :: 3.9\",\n \"Programming Language + :: Python :: 3.10\",\n \"Programming Language :: Python + :: 3.11\",\n \"Programming Language :: Python :: 3.12\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"iotupx@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<1.18.0,>=1.14.1)\",\n + \ \"azure-identity<1.18.0,>=1.14.1\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"kubernetes<29.0,>=27.2\",\n + \ \"opentelemetry-proto (~=1.20.0)\",\n \"opentelemetry-proto~=1.20.0\",\n + \ \"packaging (>=23.2)\",\n \"packaging>=23.2\",\n + \ \"protobuf (~=4.25.0)\",\n \"protobuf~=4.25.0\",\n + \ \"rich (<14.0,>=13.6)\",\n \"rich<14.0,>=13.6\"\n + \ ]\n }\n ],\n + \ \"summary\": \"The Azure IoT Operations extension for + Azure CLI.\",\n \"version\": \"0.8.0b1\"\n },\n + \ \"sha256Digest\": \"eae168fc237816f73610b834a67f0fe92bcbcacb693ac63904455e90aca27f40\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v1.0.0/azure_iot_ops-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.53.0\",\n \"classifiers\": [\n \"Development + Status :: 5 - Production/Stable\",\n \"Intended Audience + :: Developers\",\n \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3 :: Only\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.8\",\n \"Programming Language :: Python + :: 3.9\",\n \"Programming Language :: Python :: 3.10\",\n + \ \"Programming Language :: Python :: 3.11\",\n \"Programming + Language :: Python :: 3.12\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<1.18.0,>=1.14.1)\",\n + \ \"azure-identity<1.18.0,>=1.14.1\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"kubernetes<29.0,>=27.2\",\n + \ \"opentelemetry-proto (~=1.20.0)\",\n \"opentelemetry-proto~=1.20.0\",\n + \ \"packaging (>=23.2)\",\n \"packaging>=23.2\",\n + \ \"protobuf (~=4.25.0)\",\n \"protobuf~=4.25.0\",\n + \ \"rich (<14.0,>=13.6)\",\n \"rich<14.0,>=13.6\"\n + \ ]\n }\n ],\n + \ \"summary\": \"The Azure IoT Operations extension for + Azure CLI.\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"eed6d0f8841c3840bb6b358293a4191ca1431d02763e00a428b7eda401f0406a\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v1.1.0/azure_iot_ops-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-1.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.53.0\",\n \"classifiers\": [\n \"Development + Status :: 5 - Production/Stable\",\n \"Intended Audience + :: Developers\",\n \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3 :: Only\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.8\",\n \"Programming Language :: Python + :: 3.9\",\n \"Programming Language :: Python :: 3.10\",\n + \ \"Programming Language :: Python :: 3.11\",\n \"Programming + Language :: Python :: 3.12\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<1.18.0,>=1.14.1)\",\n + \ \"azure-identity<1.18.0,>=1.14.1\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"kubernetes<29.0,>=27.2\",\n + \ \"opentelemetry-proto (~=1.20.0)\",\n \"opentelemetry-proto~=1.20.0\",\n + \ \"packaging (>=23.2)\",\n \"packaging>=23.2\",\n + \ \"protobuf (~=4.25.0)\",\n \"protobuf~=4.25.0\",\n + \ \"rich (<14.0,>=13.6)\",\n \"rich<14.0,>=13.6\"\n + \ ]\n }\n ],\n + \ \"summary\": \"The Azure IoT Operations extension for + Azure CLI.\",\n \"version\": \"1.1.0\"\n },\n + \ \"sha256Digest\": \"4e859e978825e92c9938c4d633e659c1adb81f82b03e0bbcd85f21234ebcfa90\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v1.2.0/azure_iot_ops-1.2.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-1.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.53.0\",\n \"classifiers\": [\n \"Development + Status :: 5 - Production/Stable\",\n \"Intended Audience + :: Developers\",\n \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3 :: Only\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.8\",\n \"Programming Language :: Python + :: 3.9\",\n \"Programming Language :: Python :: 3.10\",\n + \ \"Programming Language :: Python :: 3.11\",\n \"Programming + Language :: Python :: 3.12\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<1.18.0,>=1.14.1)\",\n + \ \"azure-identity<1.18.0,>=1.14.1\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"kubernetes<29.0,>=27.2\",\n + \ \"opentelemetry-proto (~=1.20.0)\",\n \"opentelemetry-proto~=1.20.0\",\n + \ \"packaging (>=23.2)\",\n \"packaging>=23.2\",\n + \ \"protobuf (~=4.25.0)\",\n \"protobuf~=4.25.0\",\n + \ \"rich (<14.0,>=13.6)\",\n \"rich<14.0,>=13.6\"\n + \ ]\n }\n ],\n + \ \"summary\": \"The Azure IoT Operations extension for + Azure CLI.\",\n \"version\": \"1.2.0\"\n },\n + \ \"sha256Digest\": \"656834ea4ea081668caab4da09d1d3237218155dae7470e5eeee1854644d60d0\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v1.3.0/azure_iot_ops-1.3.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-1.3.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.53.0\",\n \"classifiers\": [\n \"Development + Status :: 5 - Production/Stable\",\n \"Intended Audience + :: Developers\",\n \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3 :: Only\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.8\",\n \"Programming Language :: Python + :: 3.9\",\n \"Programming Language :: Python :: 3.10\",\n + \ \"Programming Language :: Python :: 3.11\",\n \"Programming + Language :: Python :: 3.12\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<1.18.0,>=1.14.1)\",\n + \ \"azure-identity<1.18.0,>=1.14.1\",\n \"kubernetes + (<29.0,>=27.2)\",\n \"kubernetes<29.0,>=27.2\",\n + \ \"opentelemetry-proto (~=1.20.0)\",\n \"opentelemetry-proto~=1.20.0\",\n + \ \"packaging (>=23.2)\",\n \"packaging>=23.2\",\n + \ \"protobuf (~=4.25.0)\",\n \"protobuf~=4.25.0\",\n + \ \"rich (<14.0,>=13.6)\",\n \"rich<14.0,>=13.6\"\n + \ ]\n }\n ],\n + \ \"summary\": \"The Azure IoT Operations extension for + Azure CLI.\",\n \"version\": \"1.3.0\"\n },\n + \ \"sha256Digest\": \"1ce296f22ce963ab12c84c15a715c0303ec8600d6908e9a60bd6559bfd21cc6b\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v1.4.0/azure_iot_ops-1.4.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-1.4.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.53.0\",\n \"classifiers\": [\n \"Development + Status :: 5 - Production/Stable\",\n \"Intended Audience + :: Developers\",\n \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3 :: Only\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.8\",\n \"Programming Language :: Python + :: 3.9\",\n \"Programming Language :: Python :: 3.10\",\n + \ \"Programming Language :: Python :: 3.11\",\n \"Programming + Language :: Python :: 3.12\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<1.18.0,>=1.14.1)\",\n + \ \"azure-identity<1.18.0,>=1.14.1\",\n \"kubernetes + (<32.0,>=29.0)\",\n \"kubernetes<32.0,>=29.0\",\n + \ \"opentelemetry-proto (~=1.20.0)\",\n \"opentelemetry-proto~=1.20.0\",\n + \ \"packaging (>=23.2)\",\n \"packaging>=23.2\",\n + \ \"protobuf (~=4.25.0)\",\n \"protobuf~=4.25.0\",\n + \ \"rich (<14.0,>=13.6)\",\n \"rich<14.0,>=13.6\"\n + \ ]\n }\n ],\n + \ \"summary\": \"The Azure IoT Operations extension for + Azure CLI.\",\n \"version\": \"1.4.0\"\n },\n + \ \"sha256Digest\": \"57d394ccc660bc187176a97116ba880746a94036ac82a2c8a5db56a1c783284a\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v1.5.0/azure_iot_ops-1.5.0-py3-none-any.whl\",\n + \ \"filename\": \"azure_iot_ops-1.5.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.53.0\",\n \"classifiers\": [\n \"Development + Status :: 5 - Production/Stable\",\n \"Intended Audience + :: Developers\",\n \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3 :: Only\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.8\",\n \"Programming Language :: Python + :: 3.9\",\n \"Programming Language :: Python :: 3.10\",\n + \ \"Programming Language :: Python :: 3.11\",\n \"Programming + Language :: Python :: 3.12\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"iotupx@microsoft.com\",\n \"name\": \"Microsoft\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-iot-ops-cli-extension\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-iot-ops\",\n \"requires_python\": \">=3.8\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-identity (<1.18.0,>=1.14.1)\",\n + \ \"azure-identity<1.18.0,>=1.14.1\",\n \"kubernetes + (<32.0,>=29.0)\",\n \"kubernetes<32.0,>=29.0\",\n + \ \"opentelemetry-proto (~=1.20.0)\",\n \"opentelemetry-proto~=1.20.0\",\n + \ \"packaging (>=23.2)\",\n \"packaging>=23.2\",\n + \ \"protobuf (~=4.25.0)\",\n \"protobuf~=4.25.0\",\n + \ \"rich (<14.0,>=13.6)\",\n \"rich<14.0,>=13.6\",\n + \ \"semver (<4,>=3.0.4)\",\n \"semver<4,>=3.0.4\"\n + \ ]\n }\n ],\n + \ \"summary\": \"The Azure IoT Operations extension for + Azure CLI.\",\n \"version\": \"1.5.0\"\n },\n + \ \"sha256Digest\": \"79c98bc4905cffacfc5bae053feca8c4f5e0e66664182dbf229be352cf7db673\"\n + \ }\n ],\n \"azure-sphere\": [\n {\n \"downloadUrl\": + \"https://software-static.download.prss.microsoft.com/dbazure/888969d5-f34g-4e03-ac9d-1f9786c66751/azure_sphere-1.0.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_sphere-1.0.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.9\",\n \"Programming Language :: Python + :: 3.10\",\n \"Programming Language :: Python :: 3.11\",\n + \ \"Programming Language :: Python :: 3.12\",\n \"License + :: OSI Approved :: MIT License\"\n ],\n \"description_content_type\": + \"text/markdown\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"Microsoft Corporation \",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/azure-sphere\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-sphere\",\n \"requires_python\": \"<4,>=3.6\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-core (>=1.24.0)\",\n \"azure-mgmt-core + (>=1.3.0)\",\n \"azuresphere-imagemetadata + (>=0.0.6)\",\n \"requests-toolbelt\",\n \"semantic-version + (==2.8.5)\"\n ]\n }\n ],\n + \ \"summary\": \"The Azure Sphere extension for Azure CLI.\",\n + \ \"version\": \"1.0.2\"\n },\n \"sha256Digest\": + \"93745516eb1176c87cffbccb8356e9962376180ddb583ebc01ba79b7c0a35d4c\"\n },\n + \ {\n \"downloadUrl\": \"https://software-static.download.prss.microsoft.com/dbazure/888969d5-f34g-4e03-ac9d-1f9786c66751/azure_sphere-1.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_sphere-1.0.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"Programming Language :: Python :: 3.9\",\n \"License + :: OSI Approved :: MIT License\"\n ],\n \"description_content_type\": + \"text/markdown\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"Microsoft Corporation \",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/azure-sphere\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-sphere\",\n \"requires_python\": \"<4,>=3.6\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-core (>=1.24.0)\",\n \"azure-core>=1.24.0\",\n + \ \"azure-mgmt-core (>=1.3.0)\",\n \"azure-mgmt-core>=1.3.0\",\n + \ \"azuresphere-device-api (>=1.1.0)\",\n \"azuresphere-device-api>=1.1.0\",\n + \ \"azuresphere-imagemetadata\",\n \"azuresphere-imagemetadata\",\n + \ \"semantic-version (==2.8.5)\",\n \"semantic_version==2.8.5\"\n + \ ]\n }\n ],\n + \ \"summary\": \"The Azure Sphere extension for Azure CLI.\",\n + \ \"version\": \"1.0.1\"\n },\n \"sha256Digest\": + \"9fcab107f8856e79943388501d148379ab782a1ffba1f997f7db3e667a7d5172\"\n },\n + \ {\n \"downloadUrl\": \"https://software-static.download.prss.microsoft.com/dbazure/888969d5-f34g-4e03-ac9d-1f9786c66749/azure_sphere-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_sphere-1.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"Programming Language :: Python :: 3.9\",\n \"License + :: OSI Approved :: MIT License\"\n ],\n \"description_content_type\": + \"text/markdown\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"Microsoft Corporation \",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/azure-sphere\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"license_file\": + \"LICENSE\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azure-sphere\",\n \"requires_python\": \"<4,>=3.6\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"azure-core (>=1.24.0)\",\n \"azure-core>=1.24.0\",\n + \ \"azure-mgmt-core (>=1.3.0)\",\n \"azure-mgmt-core>=1.3.0\",\n + \ \"azuresphere-device-api (>=1.1.0)\",\n \"azuresphere-device-api>=1.1.0\",\n + \ \"azuresphere-imagemetadata\",\n \"azuresphere-imagemetadata\",\n + \ \"semantic-version (==2.8.5)\",\n \"semantic_version==2.8.5\"\n + \ ]\n }\n ],\n + \ \"summary\": \"The Azure Sphere extension for Azure CLI.\",\n + \ \"version\": \"1.0.0\"\n },\n \"sha256Digest\": + \"4baf489caaeada3feb08e5d1a3f890f2ee0dd4072a28a04c1eab7301b64293c5\"\n },\n + \ {\n \"downloadUrl\": \"https://software-static.download.prss.microsoft.com/dbazure/988969d5-f34g-4e03-ac9d-1f9786c66749/azure_sphere-0.1.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"azure_sphere-0.1.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"Programming Language :: Python + :: 3.9\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azsppgsup@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/azure-sphere\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"azure-sphere\",\n \"requires_python\": + \">=3.6.0\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-core + (>=1.24.0)\",\n \"azure-mgmt-core (>=1.3.0)\",\n + \ \"azuresphere-device-api (>=1.1.0)\",\n \"semantic-version + (==2.8.5)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Azure + Sphere Extension\",\n \"version\": \"0.1.4\"\n },\n + \ \"sha256Digest\": \"8ba8a4e9b1020ebe62db1c322cc4881793dde7f04b9c431772aac5a4cb214f35\"\n + \ }\n ],\n \"azurelargeinstance\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azurelargeinstance-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"azurelargeinstance-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azurelargeinstance\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azurelargeinstance\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Azurelargeinstance Extension.\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"a6e38c623cf14a9528df9f28aa98d9642c1e73c0a815becdce842e3a2f0f49ac\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azurelargeinstance-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"azurelargeinstance-1.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azurelargeinstance\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azurelargeinstance\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Azurelargeinstance Extension.\",\n \"version\": + \"1.0.0b2\"\n },\n \"sha256Digest\": \"6948ac3306269ea6c8ff6d32d5673989dfd4dfa0a4e4c5d6d3991b364d5dc628\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azurelargeinstance-1.0.0b3-py3-none-any.whl\",\n + \ \"filename\": \"azurelargeinstance-1.0.0b3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azurelargeinstance\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azurelargeinstance\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Azurelargeinstance Extension.\",\n \"version\": + \"1.0.0b3\"\n },\n \"sha256Digest\": \"093a2fa900e3df53f8bf15b335156058333efe0eff9584a11db4bac0bccc7b1d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/azurelargeinstance-1.0.0b4-py3-none-any.whl\",\n + \ \"filename\": \"azurelargeinstance-1.0.0b4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/azurelargeinstance\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azurelargeinstance\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Azurelargeinstance Extension.\",\n \"version\": + \"1.0.0b4\"\n },\n \"sha256Digest\": \"6fee478bd919922a0532573fdea3b5422925d374ba6649ea015d4d33941e819a\"\n + \ }\n ],\n \"azurestackhci\": [\n {\n \"downloadUrl\": + \"https://hybridaksstorage.z13.web.core.windows.net/SelfServiceVM/CLI/azurestackhci-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"azurestackhci-0.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"project_urls\": {\n \"Home\": + \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azurestackhci\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azurestackhci\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCIClient Extension\",\n \"version\": \"0.2.0\"\n + \ },\n \"sha256Digest\": \"27fba7f0a2c2fd97e4cc0e815a7de4ec9493e7ef99816d577da5046588f7977a\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/SelfServiceVM/CLI/azurestackhci-0.2.1-py3-none-any.whl\",\n + \ \"filename\": \"azurestackhci-0.2.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azurestackhci\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azurestackhci\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCI Extension\",\n \"version\": \"0.2.1\"\n + \ },\n \"sha256Digest\": \"3d6220cffd5b45383c16b9cdd43393e1d4e07bebf3b2bbca9eabed21049c197c\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/SelfServiceVM/CLI/azurestackhci-0.2.2-py3-none-any.whl\",\n + \ \"filename\": \"azurestackhci-0.2.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azurestackhci\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azurestackhci\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCI Extension\",\n \"version\": \"0.2.2\"\n + \ },\n \"sha256Digest\": \"2de905d3adc714745ee92bf81c237ea3dd61cb4a6e87d2a840f4047aba352a73\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/SelfServiceVM/CLI/azurestackhci-0.2.3-py3-none-any.whl\",\n + \ \"filename\": \"azurestackhci-0.2.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azurestackhci\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azurestackhci\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCI Extension\",\n \"version\": \"0.2.3\"\n + \ },\n \"sha256Digest\": \"0796a045fb8d5de1c0b12375459efd45628aec4e04419c679860aba1d2b4d361\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/SelfServiceVM/CLI/azurestackhci-0.2.4-py3-none-any.whl\",\n + \ \"filename\": \"azurestackhci-0.2.4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azurestackhci\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azurestackhci\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCI Extension\",\n \"version\": \"0.2.4\"\n + \ },\n \"sha256Digest\": \"6e855e4a3f3eee635bc73c6f2b761a37ef557f0f0c6898361af3fd230c03a92f\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/SelfServiceVM/CLI/azurestackhci-0.2.5-py3-none-any.whl\",\n + \ \"filename\": \"azurestackhci-0.2.5-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azurestackhci\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azurestackhci\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCI Extension\",\n \"version\": \"0.2.5\"\n + \ },\n \"sha256Digest\": \"ce0c83fc04b79d279ef479fa7a6ae41786b0011d8343fe340567daacb357676e\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/SelfServiceVM/CLI/azurestackhci-0.2.6-py3-none-any.whl\",\n + \ \"filename\": \"azurestackhci-0.2.6-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azurestackhci\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azurestackhci\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCI Extension\",\n \"version\": \"0.2.6\"\n + \ },\n \"sha256Digest\": \"0a0e897028ecce7ab26b55a4971177d8a7df23f15c772bae2000447380b3d1e2\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/SelfServiceVM/CLI/azurestackhci-0.2.9-py3-none-any.whl\",\n + \ \"filename\": \"azurestackhci-0.2.9-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/azurestackhci\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"azurestackhci\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCI Extension\",\n \"version\": \"0.2.9\"\n + \ },\n \"sha256Digest\": \"2557b2fe3fa2f951a2794ba967555ba54c2e93eb75538152f21ab2fb568fef16\"\n + \ }\n ],\n \"baremetal-infrastructure\": [\n {\n + \ \"downloadUrl\": \"https://github.com/Azure/azure-baremetalinfrastructure-cli-extension/releases/download/1.0.0/baremetal_infrastructure-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"baremetal_infrastructure-1.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.12.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-baremetalinfrastructure-cli-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"baremetal-infrastructure\",\n \"summary\": \"Additional + commands for working with BareMetal instances.\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"9e0bd5e66debbb9a4a810dad44f710eba43f0249b2f8a630539b68e21a849d6f\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-baremetalinfrastructure-cli-extension/releases/download/2.0.0/baremetal_infrastructure-2.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"baremetal_infrastructure-2.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.53.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-baremetalinfrastructure-cli-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"baremetal-infrastructure\",\n \"summary\": \"Additional + commands for working with BareMetal instances.\",\n \"version\": + \"2.0.0\"\n },\n \"sha256Digest\": \"158c4e81eb6d773f523e76813f4cf6958fb0c53d08533c3dccc81edd73e593a0\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/azure-baremetalinfrastructure-cli-extension/releases/download/2.0.1/baremetal_infrastructure-2.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"baremetal_infrastructure-2.0.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.10\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-baremetalinfrastructure-cli-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"license_file\": \"LICENSE\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"baremetal-infrastructure\",\n \"summary\": + \"Additional commands for working with BareMetal instances.\",\n \"version\": + \"2.0.1\"\n },\n \"sha256Digest\": \"ea127d64603c8a45774cdf9aa80c4c8b5839a42719971b296beb96105fe5ef2d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/baremetal_infrastructure-3.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"baremetal_infrastructure-3.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/baremetal-infrastructure\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"baremetal-infrastructure\",\n \"summary\": \"Microsoft + Azure Command-Line Tools BaremetalInfrastructure Extension.\",\n \"version\": + \"3.0.0b1\"\n },\n \"sha256Digest\": \"83ff3e4540f522a5f3578a923155715160e90a15a8d919a2e5569c08f1295a2f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/baremetal_infrastructure-3.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"baremetal_infrastructure-3.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/baremetal-infrastructure\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"baremetal-infrastructure\",\n \"summary\": \"Microsoft + Azure Command-Line Tools BaremetalInfrastructure Extension.\",\n \"version\": + \"3.0.0b2\"\n },\n \"sha256Digest\": \"0e5843e295a27058262e945febc43179ce173ac27ebcfe4456b466b7acb9c220\"\n + \ }\n ],\n \"bastion\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/bastion-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"bastion-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.43.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/bastion\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"bastion\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Bastion Extension.\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"8a3ab4753d4c5be5306ff7102a962d9a3c6e867e0cfc50d628823af3c4cb4f31\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/bastion-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"bastion-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.43.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/bastion\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"bastion\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Bastion Extension.\",\n \"version\": \"0.2.0\"\n + \ },\n \"sha256Digest\": \"97cfe1c32304e23317d06afa627718759b08fa4e7a653fff54a4bd03cfd28b22\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/bastion-0.2.1-py3-none-any.whl\",\n + \ \"filename\": \"bastion-0.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.43.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/bastion\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"bastion\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Bastion Extension.\",\n \"version\": \"0.2.1\"\n + \ },\n \"sha256Digest\": \"5eae321c2da7598d58e2f7b3c7ce9c2ceaa478ddc677fcc2f2cbaf9db5d9990b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/bastion-0.2.2-py3-none-any.whl\",\n + \ \"filename\": \"bastion-0.2.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.43.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/bastion\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"bastion\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Bastion Extension.\",\n \"version\": \"0.2.2\"\n + \ },\n \"sha256Digest\": \"46939533454fbc427b136c9108387598225971f5f8c3a96ea25e8892ee74ba46\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/bastion-0.2.3-py3-none-any.whl\",\n + \ \"filename\": \"bastion-0.2.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.43.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/bastion\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"bastion\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Bastion Extension.\",\n \"version\": \"0.2.3\"\n + \ },\n \"sha256Digest\": \"fa0750de72dd8645c6fc64d38fb271d8e8c928b101a097a709df6f08932d27dc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/bastion-0.2.4-py3-none-any.whl\",\n + \ \"filename\": \"bastion-0.2.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.43.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/bastion\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"bastion\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Bastion Extension.\",\n \"version\": \"0.2.4\"\n + \ },\n \"sha256Digest\": \"f765a3443cc8d37da6efe4b6e14544916a0367a86a74b4c557ce3a52866d87b3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/bastion-0.2.5-py3-none-any.whl\",\n + \ \"filename\": \"bastion-0.2.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.43.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/bastion\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"bastion\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Bastion Extension.\",\n \"version\": \"0.2.5\"\n + \ },\n \"sha256Digest\": \"49f509734778db4badf14dadee8a1d59b66f79776fc2c4848026faf5abf1193c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/bastion-0.2.6-py3-none-any.whl\",\n + \ \"filename\": \"bastion-0.2.6-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.43.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/bastion\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"bastion\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Bastion Extension.\",\n \"version\": \"0.2.6\"\n + \ },\n \"sha256Digest\": \"16e347a701924127a85262587a68b220e0aa9b1581f25066e82c9cabdc4c5789\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/bastion-0.2.7-py3-none-any.whl\",\n + \ \"filename\": \"bastion-0.2.7-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.43.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/bastion\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"bastion\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Bastion Extension.\",\n \"version\": \"0.2.7\"\n + \ },\n \"sha256Digest\": \"f587a0bc6ac7a4f72d24cf2fba613bd555fa505149d7e1cf65eacb435de33cbf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/bastion-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"bastion-0.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.43.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/bastion\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"bastion\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Bastion Extension.\",\n \"version\": \"0.3.0\"\n + \ },\n \"sha256Digest\": \"c20d8e423acef3b6728c9abdfe90ad4a7020f2d122068983d7b59b9e3fef84c3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/bastion-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"bastion-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.43.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/bastion\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"bastion\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Bastion Extension.\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"39b1468f0741f640294e2b9f258bf9fd46541e061b913003c70756f5298fed42\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/bastion-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"bastion-1.0.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.43.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/bastion\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"bastion\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Bastion Extension.\",\n \"version\": \"1.0.1\"\n + \ },\n \"sha256Digest\": \"dbeef63e7b5c45028b7362709f9b41b250fe8d611b21baa00b8839d86848dc3e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/bastion-1.0.2-py3-none-any.whl\",\n + \ \"filename\": \"bastion-1.0.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.43.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/bastion\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"bastion\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Bastion Extension.\",\n \"version\": \"1.0.2\"\n + \ },\n \"sha256Digest\": \"1637b37374e8956d555ee89e005ceb952aed4e754b93a8ec887a4f90ce4e36f8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/bastion-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"bastion-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.43.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/bastion\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"bastion\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Bastion Extension.\",\n \"version\": \"1.1.0\"\n + \ },\n \"sha256Digest\": \"d90bc404d2f9d22435a2bd34bd1fd6094d71d6f1719763c72ee6e4835ec8a99d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/bastion-1.1.1-py3-none-any.whl\",\n + \ \"filename\": \"bastion-1.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.43.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/bastion\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"bastion\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Bastion Extension.\",\n \"version\": \"1.1.1\"\n + \ },\n \"sha256Digest\": \"0e6dd3bc5df481e083db0767e1eb1c5dbbb70d111524d5d692fbec2d278986ca\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/bastion-1.2.0-py3-none-any.whl\",\n + \ \"filename\": \"bastion-1.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.62.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/bastion\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"bastion\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Bastion Extension.\",\n \"version\": \"1.2.0\"\n + \ },\n \"sha256Digest\": \"1de9f4df44620d477c28b099408bd81b68fafc8b7927058cb9de10099eee5efd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/bastion-1.3.0-py3-none-any.whl\",\n + \ \"filename\": \"bastion-1.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.62.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/bastion\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"bastion\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Bastion Extension.\",\n \"version\": \"1.3.0\"\n + \ },\n \"sha256Digest\": \"151ab25d4dcde10b46c4693cefdaf1d0d5841e15cfe3ec64c089aaaf55e6c8c0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/bastion-1.3.1-py3-none-any.whl\",\n + \ \"filename\": \"bastion-1.3.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.62.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/bastion\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"bastion\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Bastion Extension.\",\n \"version\": \"1.3.1\"\n + \ },\n \"sha256Digest\": \"0ccaa40674fc329fe9f9257f869c319c64d6c89c028664a6ff534ebaee1dc5e9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/bastion-1.4.0-py3-none-any.whl\",\n + \ \"filename\": \"bastion-1.4.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.62.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/bastion\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"bastion\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Bastion Extension.\",\n \"version\": \"1.4.0\"\n + \ },\n \"sha256Digest\": \"1b791822323c32244b3bdba0d85e838f32ff57e235df18480d30e1baad2dde34\"\n + \ }\n ],\n \"billing-benefits\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/billing_benefits-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"billing_benefits-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.43.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/billing-benefits\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"billing-benefits\",\n \"summary\": \"Microsoft Azure + Command-Line Tools BillingBenefits Extension.\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"f71250d1c26690cc0e175cd5c9bcd59e76c7b701bb3a47c8273e4cf8bcca878e\"\n + \ }\n ],\n \"blueprint\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/blueprint-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"blueprint-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"blueprint\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Blueprint Extension\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"98c1874110e2c77c62cf0d180133ea0b29ed08a86189ee292b909369597e694b\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/blueprint-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"blueprint-0.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"blueprint\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Blueprint Extension\",\n \"version\": \"0.1.1\"\n + \ },\n \"sha256Digest\": \"4508b6143f69e6ac388ad37b3e3af82f49c9b5625e12d341963cc2faf02e368f\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/blueprint-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"blueprint-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"blueprint\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Blueprint Extension\",\n \"version\": \"0.2.0\"\n + \ },\n \"sha256Digest\": \"fcbbe61db268b9b5452b0d9055c5fc8b725a63193290957c2681de5fe2e6f1ff\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/blueprint-0.2.1-py3-none-any.whl\",\n + \ \"filename\": \"blueprint-0.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/blueprint\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"blueprint\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Blueprint Extension\",\n \"version\": \"0.2.1\"\n + \ },\n \"sha256Digest\": \"120bd04db8b31bbc5631ce086739763cca3144c2e314b8e1347f1d633e894a09\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/blueprint-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"blueprint-0.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/blueprint\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"blueprint\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Blueprint Extension\",\n \"version\": \"0.3.0\"\n + \ },\n \"sha256Digest\": \"843a836410e80a3a72a36ea90c72d9a1358b787c77afae20d2ae71b976c1c5a4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/blueprint-0.3.1-py3-none-any.whl\",\n + \ \"filename\": \"blueprint-0.3.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/blueprint\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"blueprint\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Blueprint Extension\",\n \"version\": \"0.3.1\"\n + \ },\n \"sha256Digest\": \"ebac321b7ef9811d82a166da7ec48b2d70f234aec8d3fd597f471ba752a5d253\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/blueprint-0.3.2-py3-none-any.whl\",\n + \ \"filename\": \"blueprint-0.3.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.50.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/blueprint\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"blueprint\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Blueprint Extension\",\n \"version\": \"0.3.2\"\n + \ },\n \"sha256Digest\": \"58d3835446dd93e585b0f6b520a2db6551b8a927e35e25da4747d4cf8a4c009b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/blueprint-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"blueprint-1.0.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.50.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/blueprint\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"blueprint\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Blueprint Extension\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"5950536b243702c6ece50f2c13c778abaf3120937a8b471988d1d5fbcb339a54\"\n + \ }\n ],\n \"carbon\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/carbon-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"carbon-1.0.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.70.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/carbon\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"carbon\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Carbon Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"c3e1c32ed088008865153a51e2250c10a3c2daf2273d65a63135f4553f6ad658\"\n + \ }\n ],\n \"change-analysis\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/change_analysis-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"change_analysis-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/change-analysis\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"change-analysis\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ChangeAnalysis Extension.\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"49f1761a1b1ad29169af2ecd5793e10ddec797ebb2610e7c70e1b1ab2b75126a\"\n + \ }\n ],\n \"cli-translator\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/cli_translator-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"cli_translator-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.11.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/cli-translator\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cli-translator\",\n \"summary\": \"Translate ARM template + to executable Azure CLI scripts.\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"8a4d19ed89cd63e1cc461715b7b0a1a989d2b480adc1b3b4f5747eef0327b85b\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/cli_translator-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"cli_translator-0.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.13.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/cli-translator\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cli-translator\",\n \"summary\": \"Translate ARM template + to executable Azure CLI scripts.\",\n \"version\": \"0.2.0\"\n + \ },\n \"sha256Digest\": \"ee07cbcde217d2b1ab226ef5aeea8e44510b704fb5e3976638dcf2f978f722e4\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/cli_translator-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"cli_translator-0.3.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.13.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/cli-translator\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cli-translator\",\n \"summary\": \"Translate ARM template + to executable Azure CLI scripts.\",\n \"version\": \"0.3.0\"\n + \ },\n \"sha256Digest\": \"9ea6162d37fc3390be4dce64cb05c5c588070104f3e92a701ab475473565a8a9\"\n + \ }\n ],\n \"cloud-service\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/cloud_service-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"cloud_service-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/cloudservice\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"cloud-service\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-compute (~=19.0.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools ComputeManagementClient Extension\",\n + \ \"version\": \"0.1.0\"\n },\n \"sha256Digest\": + \"22c640991a5e98e42ddcb4303813cd63b75d4b3d392ad9eab955a5af1b87c45b\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cloud_service-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"cloud_service-0.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/cloudservice\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"cloud-service\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-compute (~=20.0.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools ComputeManagementClient Extension\",\n + \ \"version\": \"0.2.0\"\n },\n \"sha256Digest\": + \"ee7ca3a5eaa801ceea9173f2ff0a429600bff9e9339d504071c0283b56facec4\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cloud_service-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"cloud_service-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cloudservice\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"cloud-service\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-compute (~=30.4.0)\",\n \"azure-mgmt-compute~=30.4.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools ComputeManagementClient + Extension\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"4e2ee7e468b23bff594e99059b8b279485f28a2dbe9a99f82fdf9f48cce82f13\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cloud_service-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"cloud_service-1.0.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cloudservice\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"cloud-service\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-compute (~=33.0.0)\",\n \"azure-mgmt-compute~=33.0.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools ComputeManagementClient + Extension\",\n \"version\": \"1.0.1\"\n },\n + \ \"sha256Digest\": \"f6b2d80a7eab3babd3185741b467e01d0c1c78a6ed7ffb78f031b875007373e4\"\n + \ }\n ],\n \"command-change\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/command_change-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"command_change-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.19.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/command-change\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"command-change\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-diff-tool\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools CommandChange Extension.\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"e7834850f0c99431180f3ebbfab00bd5ce8bda1696d9de556175e6b7466b1f44\"\n + \ }\n ],\n \"communication\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/communication-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"communication-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.11.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/communication\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"communication\",\n \"summary\": \"Microsoft Azure Command-Line + Tools CommunicationServiceManagementClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"a16e8262b53791aad9e74a4f3d4804a5bafbe415df3c7651776e98b787bf6226\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/communication\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"communication\",\n \"summary\": \"Microsoft Azure Command-Line + Tools CommunicationServiceManagementClient Extension\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"2ee3d4c870c0c0c0dd97fbe6510958ac8c23dca2b4814b4a0a9ea665cd17e723\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-communication-identity\",\n \"azure-communication-phonenumbers\",\n + \ \"azure-communication-sms\",\n \"azure-core\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.1.0\"\n },\n + \ \"sha256Digest\": \"e4ac2008217ade46ca2504b31aa79ab11c1c892964fd06df911e976be6cf3dae\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.1.1-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.1.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-communication-identity\",\n \"azure-communication-phonenumbers\",\n + \ \"azure-communication-sms\",\n \"azure-core\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.1.1\"\n },\n + \ \"sha256Digest\": \"f5f50e27f9066772fd55c2c6bb9c4100964ef7b2ad38942cdf900cb856431f34\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.1.2-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.1.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-communication-identity\",\n \"azure-communication-phonenumbers\",\n + \ \"azure-communication-sms\",\n \"azure-core\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.1.2\"\n },\n + \ \"sha256Digest\": \"95baaac48941cf28d0bb55e6f0137815d815e422d94aaf8c09851f17134be3fd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.2.0-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat\",\n + \ \"azure-communication-identity (>=1.1.0)\",\n + \ \"azure-communication-phonenumbers\",\n \"azure-communication-sms\",\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.2.0\"\n },\n + \ \"sha256Digest\": \"5ddf668ec26069f3f543f473c693f17dc09c0eef049649031d685084dc74dc95\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.2.1-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.2.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat\",\n + \ \"azure-communication-identity (>=1.1.0)\",\n + \ \"azure-communication-phonenumbers\",\n \"azure-communication-sms\",\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.2.1\"\n },\n + \ \"sha256Digest\": \"25515098d1975677ceae20935e8ef0ae2ee8cbaba5894c9d7267be6835dd18f7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.2.2-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.2.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat\",\n + \ \"azure-communication-identity (>=1.1.0)\",\n + \ \"azure-communication-phonenumbers\",\n \"azure-communication-sms\",\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.2.2\"\n },\n + \ \"sha256Digest\": \"eba4d9b3ff0fff5b6c815577951a60968c0062e9b333d4f8594d39036002ceb0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.3.0-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.3.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat\",\n + \ \"azure-communication-identity (>=1.1.0)\",\n + \ \"azure-communication-phonenumbers\",\n \"azure-communication-sms\",\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.3.0\"\n },\n + \ \"sha256Digest\": \"6ba09eb74e658d53567335568dbda2f58851504022ca11cd1db6f2cc84dfb4e1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.4.1-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.4.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.40.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat\",\n + \ \"azure-communication-identity (>=1.2.0)\",\n + \ \"azure-communication-phonenumbers\",\n \"azure-communication-rooms\",\n + \ \"azure-communication-sms\",\n \"azure-core\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.4.1\"\n },\n + \ \"sha256Digest\": \"f3b8d6812151f45bd12be1f7e567a857ed13e822f5471965449e1212853481d1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.5.0-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.5.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.40.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat\",\n + \ \"azure-communication-email (>=1.0.0b1)\",\n + \ \"azure-communication-identity (>=1.2.0)\",\n + \ \"azure-communication-phonenumbers\",\n \"azure-communication-rooms\",\n + \ \"azure-communication-sms\",\n \"azure-core\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.5.0\"\n },\n + \ \"sha256Digest\": \"74e52d38fe0e14c66992c44f265fae7a2cf89ee64a33e402c217defbd1f2e28c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.5.1-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.5.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.40.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat\",\n + \ \"azure-communication-email (>=1.0.0b1)\",\n + \ \"azure-communication-identity (>=1.2.0)\",\n + \ \"azure-communication-phonenumbers\",\n \"azure-communication-rooms\",\n + \ \"azure-communication-sms\",\n \"azure-core\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.5.1\"\n },\n + \ \"sha256Digest\": \"04aadad0932fb25c5491396c367c10d948930aa8c65398c9b5ba0a5bdfa41ca4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.5.2-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.5.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.40.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat\",\n + \ \"azure-communication-email (==1.0.0b1)\",\n + \ \"azure-communication-identity (>=1.2.0)\",\n + \ \"azure-communication-phonenumbers\",\n \"azure-communication-rooms\",\n + \ \"azure-communication-sms\",\n \"azure-core\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.5.2\"\n },\n + \ \"sha256Digest\": \"aaff9348766224c8be86e46cf848ba34ef4691cd7f3ca27ba3052132efdaa16c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.6.0-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.6.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.40.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat\",\n + \ \"azure-communication-email (==1.0.0b1)\",\n + \ \"azure-communication-identity (>=1.2.0)\",\n + \ \"azure-communication-phonenumbers\",\n \"azure-communication-rooms + (>=1.0.0b3)\",\n \"azure-communication-sms\",\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.6.0\"\n },\n + \ \"sha256Digest\": \"45bbb303f0b1f845d9c13fff4f4ae6240f020b9bc32da73cd37fc896cd4aa9f0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.6.1-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.6.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.40.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat\",\n + \ \"azure-communication-email (==1.0.0b1)\",\n + \ \"azure-communication-identity (>=1.2.0)\",\n + \ \"azure-communication-phonenumbers\",\n \"azure-communication-rooms + (>=1.0.0)\",\n \"azure-communication-sms\",\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.6.1\"\n },\n + \ \"sha256Digest\": \"0152e4a074efd873bd2c1b3d623eddd244773bcc521122234e3d03ce70c5da33\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.7.0b1-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.7.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat\",\n + \ \"azure-communication-email (==1.0.0b1)\",\n + \ \"azure-communication-identity (>=1.2.0)\",\n + \ \"azure-communication-phonenumbers\",\n \"azure-communication-rooms + (>=1.0.0)\",\n \"azure-communication-sms\",\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.7.0b1\"\n },\n + \ \"sha256Digest\": \"7774047b33e8b093a89507e8b54ae08f979fb160fac80088b67aa10a834f8372\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.7.1b1-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.7.1b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat\",\n + \ \"azure-communication-email (==1.0.0b1)\",\n + \ \"azure-communication-identity (>=1.2.0)\",\n + \ \"azure-communication-phonenumbers\",\n \"azure-communication-rooms + (>=1.0.0)\",\n \"azure-communication-sms\",\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.7.1b1\"\n },\n + \ \"sha256Digest\": \"6066d7d40bedea969c9e4e11f1848b3da8dc4d9a23a849b267e66574d31f6612\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.7.2b1-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.7.2b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat\",\n + \ \"azure-communication-email (>=1.0.0)\",\n + \ \"azure-communication-identity (>=1.2.0)\",\n + \ \"azure-communication-phonenumbers\",\n \"azure-communication-rooms + (>=1.0.0)\",\n \"azure-communication-sms\",\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.7.2b1\"\n },\n + \ \"sha256Digest\": \"68e4085c6448b9ae9a964583c580ceb0a0f6fcd53cd007d17026c01a6628c258\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.8.0b1-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.8.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat\",\n + \ \"azure-communication-chat\",\n \"azure-communication-email + (>=1.0.0)\",\n \"azure-communication-email>=1.0.0\",\n + \ \"azure-communication-identity (>=1.2.0)\",\n + \ \"azure-communication-identity>=1.2.0\",\n + \ \"azure-communication-phonenumbers\",\n \"azure-communication-phonenumbers\",\n + \ \"azure-communication-rooms (>=1.1.0b1)\",\n + \ \"azure-communication-rooms>=1.1.0b1\",\n + \ \"azure-communication-sms\",\n \"azure-communication-sms\",\n + \ \"azure-core\",\n \"azure-core\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.8.0b1\"\n },\n + \ \"sha256Digest\": \"abb0ef12397d598b82cb08493b3ffa656aa94fa1e172db43b07d013ecece1e39\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.8.0b2-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.8.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.55.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat\",\n + \ \"azure-communication-chat\",\n \"azure-communication-email + (>=1.0.0)\",\n \"azure-communication-email>=1.0.0\",\n + \ \"azure-communication-identity (>=1.2.0)\",\n + \ \"azure-communication-identity>=1.2.0\",\n + \ \"azure-communication-phonenumbers\",\n \"azure-communication-phonenumbers\",\n + \ \"azure-communication-rooms (>=1.1.0b1)\",\n + \ \"azure-communication-rooms>=1.1.0b1\",\n + \ \"azure-communication-sms\",\n \"azure-communication-sms\",\n + \ \"azure-core\",\n \"azure-core\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.8.0b2\"\n },\n + \ \"sha256Digest\": \"55651fe9d1f21cc8d3b84b5c71b7cb0f6ab81296c44fac2c5942e42939805817\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.9.0-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.9.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat\",\n + \ \"azure-communication-chat\",\n \"azure-communication-email + (>=1.0.0)\",\n \"azure-communication-email>=1.0.0\",\n + \ \"azure-communication-identity (>=1.2.0)\",\n + \ \"azure-communication-identity>=1.2.0\",\n + \ \"azure-communication-phonenumbers\",\n \"azure-communication-phonenumbers\",\n + \ \"azure-communication-rooms (>=1.1.0b1)\",\n + \ \"azure-communication-rooms>=1.1.0b1\",\n + \ \"azure-communication-sms\",\n \"azure-communication-sms\",\n + \ \"azure-core\",\n \"azure-core\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.9.0\"\n },\n + \ \"sha256Digest\": \"4aa39f0877ca36f28cd3106e3e774212cce1b82441ad0e7d3aba952cd4520e5b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.9.1-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.9.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat\",\n + \ \"azure-communication-chat\",\n \"azure-communication-email + (>=1.0.0)\",\n \"azure-communication-email>=1.0.0\",\n + \ \"azure-communication-identity (>=1.2.0)\",\n + \ \"azure-communication-identity>=1.2.0\",\n + \ \"azure-communication-phonenumbers\",\n \"azure-communication-phonenumbers\",\n + \ \"azure-communication-rooms (>=1.1.0b1)\",\n + \ \"azure-communication-rooms>=1.1.0b1\",\n + \ \"azure-communication-sms\",\n \"azure-communication-sms\",\n + \ \"azure-core\",\n \"azure-core\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.9.1\"\n },\n + \ \"sha256Digest\": \"4a84fd19c598286dc1185e7c7b783fccef64f122bb13743a0483f026bf98a036\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.9.2-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.9.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.59.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat + (>=1.3.0)\",\n \"azure-communication-chat>=1.3.0\",\n + \ \"azure-communication-email (>=1.0.0)\",\n + \ \"azure-communication-email>=1.0.0\",\n \"azure-communication-identity + (>=1.2.0)\",\n \"azure-communication-identity>=1.2.0\",\n + \ \"azure-communication-phonenumbers (>=1.2.0b3)\",\n + \ \"azure-communication-phonenumbers>=1.2.0b3\",\n + \ \"azure-communication-rooms (>=1.1.0)\",\n + \ \"azure-communication-rooms>=1.1.0\",\n \"azure-communication-sms\",\n + \ \"azure-communication-sms\",\n \"azure-core\",\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.9.2\"\n },\n + \ \"sha256Digest\": \"7d41e4841b3706e1f7145c1e496b6a26e269792fff400b225c695e6593f3376d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.9.3-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.9.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.59.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat + (>=1.3.0)\",\n \"azure-communication-chat>=1.3.0\",\n + \ \"azure-communication-email (>=1.0.0)\",\n + \ \"azure-communication-email>=1.0.0\",\n \"azure-communication-identity + (>=1.2.0)\",\n \"azure-communication-identity>=1.2.0\",\n + \ \"azure-communication-phonenumbers (>=1.2.0b3)\",\n + \ \"azure-communication-phonenumbers>=1.2.0b3\",\n + \ \"azure-communication-rooms (>=1.1.0)\",\n + \ \"azure-communication-rooms>=1.1.0\",\n \"azure-communication-sms\",\n + \ \"azure-communication-sms\",\n \"azure-core\",\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.9.3\"\n },\n + \ \"sha256Digest\": \"44cd8bee4797ccb20bf522e8a98bc5fc88ad326aabd10ac62d789738b672c92f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.10.0-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.10.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.59.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat + (>=1.3.0)\",\n \"azure-communication-chat>=1.3.0\",\n + \ \"azure-communication-email (>=1.0.0)\",\n + \ \"azure-communication-email>=1.0.0\",\n \"azure-communication-identity + (>=1.2.0)\",\n \"azure-communication-identity>=1.2.0\",\n + \ \"azure-communication-phonenumbers (>=1.2.0b3)\",\n + \ \"azure-communication-phonenumbers>=1.2.0b3\",\n + \ \"azure-communication-rooms (>=1.1.0)\",\n + \ \"azure-communication-rooms>=1.1.0\",\n \"azure-communication-sms\",\n + \ \"azure-communication-sms\",\n \"azure-core\",\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.10.0\"\n },\n + \ \"sha256Digest\": \"668659d11dde720fd2aff0da6044994a3889525b63c35abea4db89cd4ff27473\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.11.0-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.11.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.59.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat + (>=1.3.0)\",\n \"azure-communication-chat>=1.3.0\",\n + \ \"azure-communication-email (>=1.0.0)\",\n + \ \"azure-communication-email>=1.0.0\",\n \"azure-communication-identity + (>=1.2.0)\",\n \"azure-communication-identity>=1.2.0\",\n + \ \"azure-communication-phonenumbers (>=1.2.0b3)\",\n + \ \"azure-communication-phonenumbers>=1.2.0b3\",\n + \ \"azure-communication-rooms (>=1.1.0)\",\n + \ \"azure-communication-rooms>=1.1.0\",\n \"azure-communication-sms\",\n + \ \"azure-communication-sms\",\n \"azure-core\",\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.11.0\"\n },\n + \ \"sha256Digest\": \"4722d69fc2e283cf3c82f6a80d99e08407f5ce9dcc52b9ac26639ce4a956a81a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.11.1-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.11.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.59.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat + (>=1.3.0)\",\n \"azure-communication-chat>=1.3.0\",\n + \ \"azure-communication-email (>=1.0.0)\",\n + \ \"azure-communication-email>=1.0.0\",\n \"azure-communication-identity + (>=1.2.0)\",\n \"azure-communication-identity>=1.2.0\",\n + \ \"azure-communication-phonenumbers (>=1.2.0b3)\",\n + \ \"azure-communication-phonenumbers>=1.2.0b3\",\n + \ \"azure-communication-rooms (>=1.1.0)\",\n + \ \"azure-communication-rooms>=1.1.0\",\n \"azure-communication-sms\",\n + \ \"azure-communication-sms\",\n \"azure-core\",\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.11.1\"\n },\n + \ \"sha256Digest\": \"c78409eff0310ee51cefc0c8aa2a13392451d44fc953e42e7e266bbf21042cf4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.11.2-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.11.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.59.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat + (>=1.3.0)\",\n \"azure-communication-chat>=1.3.0\",\n + \ \"azure-communication-email (>=1.0.0)\",\n + \ \"azure-communication-email>=1.0.0\",\n \"azure-communication-identity + (>=1.2.0)\",\n \"azure-communication-identity>=1.2.0\",\n + \ \"azure-communication-phonenumbers (>=1.2.0b3)\",\n + \ \"azure-communication-phonenumbers>=1.2.0b3\",\n + \ \"azure-communication-rooms (>=1.1.0)\",\n + \ \"azure-communication-rooms>=1.1.0\",\n \"azure-communication-sms\",\n + \ \"azure-communication-sms\",\n \"azure-core\",\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.11.2\"\n },\n + \ \"sha256Digest\": \"236b36928042544e660ec751e06c079109959eddfae6d4083837841a90d7f2c0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.12.0-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.12.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.59.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat + (>=1.3.0)\",\n \"azure-communication-chat>=1.3.0\",\n + \ \"azure-communication-email (>=1.0.0)\",\n + \ \"azure-communication-email>=1.0.0\",\n \"azure-communication-identity + (>=1.5.0)\",\n \"azure-communication-identity>=1.5.0\",\n + \ \"azure-communication-phonenumbers (>=1.2.0b3)\",\n + \ \"azure-communication-phonenumbers>=1.2.0b3\",\n + \ \"azure-communication-rooms (>=1.2.0)\",\n + \ \"azure-communication-rooms>=1.2.0\",\n \"azure-communication-sms\",\n + \ \"azure-communication-sms\",\n \"azure-core + (>=1.32.0)\",\n \"azure-core>=1.32.0\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.12.0\"\n },\n + \ \"sha256Digest\": \"00780fe6c2364e614fc6e233ca0bed694240c3d90a65635a261d5e606b0b2413\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/communication-1.13.0-py3-none-any.whl\",\n + \ \"filename\": \"communication-1.13.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.67.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/communication\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"communication\",\n \"requires_python\": + \">=3.7\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-communication-chat + (>=1.3.0)\",\n \"azure-communication-chat>=1.3.0\",\n + \ \"azure-communication-email (>=1.0.0)\",\n + \ \"azure-communication-email>=1.0.0\",\n \"azure-communication-identity + (>=1.5.0)\",\n \"azure-communication-identity>=1.5.0\",\n + \ \"azure-communication-phonenumbers (>=1.2.0b3)\",\n + \ \"azure-communication-phonenumbers>=1.2.0b3\",\n + \ \"azure-communication-rooms (>=1.2.0)\",\n + \ \"azure-communication-rooms>=1.2.0\",\n \"azure-communication-sms\",\n + \ \"azure-communication-sms\",\n \"azure-core + (>=1.32.0)\",\n \"azure-core>=1.32.0\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools CommunicationServiceManagementClient + Extension\",\n \"version\": \"1.13.0\"\n },\n + \ \"sha256Digest\": \"b7d5cb4b3557d36e6760f122918f7940992b830cf2fcdd3dd5a32a0e7bc57688\"\n + \ }\n ],\n \"computeschedule\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/computeschedule-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"computeschedule-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.67.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/computeschedule\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"computeschedule\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Computeschedule Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"d18f6058d7a9fd2b4a8b4f5a387502098dfb93f9a42cb4999d04af96adf48157\"\n + \ }\n ],\n \"confcom\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-0.2.10-py3-none-any.whl\",\n + \ \"filename\": \"confcom-0.2.10-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.26.2\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"acccli@microsoft.com\",\n \"name\": \"Microsoft + Corporation\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"deepdiff\",\n \"docker\",\n + \ \"tqdm\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Confidential Container Security Policy + Generator Extension\",\n \"version\": \"0.2.10\"\n },\n + \ \"sha256Digest\": \"c464da586646d3616fe501de68c0ada6c56448532d541bc5386d0a60f7719286\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-0.2.11-py3-none-any.whl\",\n + \ \"filename\": \"confcom-0.2.11-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.26.2\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"acccli@microsoft.com\",\n \"name\": \"Microsoft + Corporation\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"deepdiff\",\n \"docker\",\n + \ \"tqdm\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Confidential Container Security Policy + Generator Extension\",\n \"version\": \"0.2.11\"\n },\n + \ \"sha256Digest\": \"a2e9914df505a322f66bcc326baff6cd137296a208ebbd68ce90d4421023de06\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-0.2.12-py3-none-any.whl\",\n + \ \"filename\": \"confcom-0.2.12-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.26.2\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"acccli@microsoft.com\",\n \"name\": \"Microsoft + Corporation\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"deepdiff\",\n \"docker\",\n + \ \"tqdm\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Confidential Container Security Policy + Generator Extension\",\n \"version\": \"0.2.12\"\n },\n + \ \"sha256Digest\": \"1273f6b51c43b4682ce93d7ca35ca33e26efe586a0074ba3a9f426bd54b583ae\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-0.2.13-py3-none-any.whl\",\n + \ \"filename\": \"confcom-0.2.13-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.26.2\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"acccli@microsoft.com\",\n \"name\": \"Microsoft + Corporation\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"deepdiff\",\n \"docker\",\n + \ \"tqdm\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Confidential Container Security Policy + Generator Extension\",\n \"version\": \"0.2.13\"\n },\n + \ \"sha256Digest\": \"4c2738eb4082df58d9fe0b8763943be398975478806c12d42e58624806358f28\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-0.2.15-py3-none-any.whl\",\n + \ \"filename\": \"confcom-0.2.15-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"deepdiff\",\n \"docker\",\n + \ \"tqdm\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Confidential Container Security Policy + Generator Extension\",\n \"version\": \"0.2.15\"\n },\n + \ \"sha256Digest\": \"f84e1caa67294ca62969b95655164db492a57d89b19cc2f896d9239124679a89\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-0.2.16-py3-none-any.whl\",\n + \ \"filename\": \"confcom-0.2.16-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"deepdiff (==6.3.0)\",\n \"deepdiff==6.3.0\",\n + \ \"docker (==6.0.1)\",\n \"docker==6.0.1\",\n + \ \"tqdm (==4.65.0)\",\n \"tqdm==4.65.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Confidential + Container Security Policy Generator Extension\",\n \"version\": + \"0.2.16\"\n },\n \"sha256Digest\": \"3d084fb75949025cdb743ab821545822d127a324e750f2f2894a5e637d9637a6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-0.2.17-py3-none-any.whl\",\n + \ \"filename\": \"confcom-0.2.17-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"deepdiff (==6.3.0)\",\n \"deepdiff==6.3.0\",\n + \ \"docker (==6.0.1)\",\n \"docker==6.0.1\",\n + \ \"tqdm (==4.65.0)\",\n \"tqdm==4.65.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Confidential + Container Security Policy Generator Extension\",\n \"version\": + \"0.2.17\"\n },\n \"sha256Digest\": \"46c3b0007c005bce38579b37e22e02e41b5a11139b5a9028dbefab116fe2c264\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-0.2.18-py3-none-any.whl\",\n + \ \"filename\": \"confcom-0.2.18-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"deepdiff (==6.3.0)\",\n \"deepdiff==6.3.0\",\n + \ \"docker (>=6.1.0)\",\n \"docker>=6.1.0\",\n + \ \"tqdm (==4.65.0)\",\n \"tqdm==4.65.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Confidential + Container Security Policy Generator Extension\",\n \"version\": + \"0.2.18\"\n },\n \"sha256Digest\": \"8a3dace12da4985a78fa2a765b7a3a69c28be45a3013a210f00f773ec70e5177\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"confcom-0.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"deepdiff (==6.3.0)\",\n \"deepdiff==6.3.0\",\n + \ \"docker (>=6.1.0)\",\n \"docker>=6.1.0\",\n + \ \"tqdm (==4.65.0)\",\n \"tqdm==4.65.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Confidential + Container Security Policy Generator Extension\",\n \"version\": + \"0.3.0\"\n },\n \"sha256Digest\": \"9681fb1b05c1505dbd85333d475fc5d50c9144514ca1e4bf3ec041c2754249e4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-0.3.1-py3-none-any.whl\",\n + \ \"filename\": \"confcom-0.3.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"deepdiff (==6.3.0)\",\n \"deepdiff==6.3.0\",\n + \ \"docker (>=6.1.0)\",\n \"docker>=6.1.0\",\n + \ \"tqdm (==4.65.0)\",\n \"tqdm==4.65.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Confidential + Container Security Policy Generator Extension\",\n \"version\": + \"0.3.1\"\n },\n \"sha256Digest\": \"7625b50a59e91c96cdd3ab92a392ae1bae543bc284819690a3996dc041cf5668\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-0.3.2-py3-none-any.whl\",\n + \ \"filename\": \"confcom-0.3.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"deepdiff (==6.3.0)\",\n \"deepdiff==6.3.0\",\n + \ \"docker (>=6.1.0)\",\n \"docker>=6.1.0\",\n + \ \"tqdm (==4.65.0)\",\n \"tqdm==4.65.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Confidential + Container Security Policy Generator Extension\",\n \"version\": + \"0.3.2\"\n },\n \"sha256Digest\": \"e71178449eeab3cba46c3049dd09d56481e39dc0efa5252f3ccaccf65db4ab8b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-0.3.3-py3-none-any.whl\",\n + \ \"filename\": \"confcom-0.3.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"deepdiff (==6.3.0)\",\n \"deepdiff==6.3.0\",\n + \ \"docker (>=6.1.0)\",\n \"docker>=6.1.0\",\n + \ \"tqdm (==4.65.0)\",\n \"tqdm==4.65.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Confidential + Container Security Policy Generator Extension\",\n \"version\": + \"0.3.3\"\n },\n \"sha256Digest\": \"473b131008a5af987dcaf2bc54ef183fb2568a43f874ef6ff26a908a82ec0d86\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-0.3.4-py3-none-any.whl\",\n + \ \"filename\": \"confcom-0.3.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"deepdiff (==6.3.0)\",\n \"deepdiff==6.3.0\",\n + \ \"docker (>=6.1.0)\",\n \"docker>=6.1.0\",\n + \ \"tqdm (==4.65.0)\",\n \"tqdm==4.65.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Confidential + Container Security Policy Generator Extension\",\n \"version\": + \"0.3.4\"\n },\n \"sha256Digest\": \"3de7244ea8f1c93621e1aac801be0495cd346dfcb2011aa59632cd134be6c16c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-0.3.5-py3-none-any.whl\",\n + \ \"filename\": \"confcom-0.3.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"deepdiff (==6.3.0)\",\n \"deepdiff==6.3.0\",\n + \ \"docker (>=6.1.0)\",\n \"docker>=6.1.0\",\n + \ \"tqdm (==4.65.0)\",\n \"tqdm==4.65.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Confidential + Container Security Policy Generator Extension\",\n \"version\": + \"0.3.5\"\n },\n \"sha256Digest\": \"b8f8dccd506a69c8a3470f17c864d079b55580cc2f4f5fbc96db2f45c61fb651\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-0.3.6-py3-none-any.whl\",\n + \ \"filename\": \"confcom-0.3.6-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"deepdiff (==6.3.0)\",\n \"deepdiff==6.3.0\",\n + \ \"docker (>=6.1.0)\",\n \"docker>=6.1.0\",\n + \ \"tqdm (==4.65.0)\",\n \"tqdm==4.65.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Confidential + Container Security Policy Generator Extension\",\n \"version\": + \"0.3.6\"\n },\n \"sha256Digest\": \"4374d76ff30f3ccd484af76e9e184a4e27d4461d78e23f7872ae3b3a6f689844\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"confcom-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"PyYAML (>=6.0.1)\",\n \"PyYAML>=6.0.1\",\n + \ \"deepdiff (==6.3.0)\",\n \"deepdiff==6.3.0\",\n + \ \"docker (>=6.1.0)\",\n \"docker>=6.1.0\",\n + \ \"tqdm (==4.65.0)\",\n \"tqdm==4.65.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Confidential + Container Security Policy Generator Extension\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"73823e10958a114b4aca84c330b4debcc650c4635e74c568679b6c32c356411d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"confcom-1.0.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"PyYAML (>=6.0.1)\",\n \"PyYAML>=6.0.1\",\n + \ \"deepdiff (==6.3.0)\",\n \"deepdiff==6.3.0\",\n + \ \"docker (>=6.1.0)\",\n \"docker>=6.1.0\",\n + \ \"tqdm (==4.65.0)\",\n \"tqdm==4.65.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Confidential + Container Security Policy Generator Extension\",\n \"version\": + \"1.0.1\"\n },\n \"sha256Digest\": \"6b54ba325594ccbd47874ff2f0696e2e4cf55eaf82e071cd29493f04ae9466af\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"confcom-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"PyYAML (>=6.0.1)\",\n \"PyYAML>=6.0.1\",\n + \ \"deepdiff (==6.3.0)\",\n \"deepdiff==6.3.0\",\n + \ \"docker (>=6.1.0)\",\n \"docker>=6.1.0\",\n + \ \"tqdm (==4.65.0)\",\n \"tqdm==4.65.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Confidential + Container Security Policy Generator Extension\",\n \"version\": + \"1.1.0\"\n },\n \"sha256Digest\": \"00c3c65c82c5e0a23674a28d6e7996db437075b82ba18a872950e4170ae2fc24\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-1.1.1-py3-none-any.whl\",\n + \ \"filename\": \"confcom-1.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"PyYAML (>=6.0.1)\",\n \"PyYAML>=6.0.1\",\n + \ \"deepdiff (==6.3.0)\",\n \"deepdiff==6.3.0\",\n + \ \"docker (>=6.1.0)\",\n \"docker>=6.1.0\",\n + \ \"tqdm (==4.65.0)\",\n \"tqdm==4.65.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Confidential + Container Security Policy Generator Extension\",\n \"version\": + \"1.1.1\"\n },\n \"sha256Digest\": \"c88d920abce51322516991c10e712c6bf0377f523a2aa527182a090834c7b283\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-1.2.0-py3-none-any.whl\",\n + \ \"filename\": \"confcom-1.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"PyYAML (>=6.0.1)\",\n \"PyYAML>=6.0.1\",\n + \ \"deepdiff (==6.3.0)\",\n \"deepdiff==6.3.0\",\n + \ \"docker (>=6.1.0)\",\n \"docker>=6.1.0\",\n + \ \"tqdm (==4.65.0)\",\n \"tqdm==4.65.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Confidential + Container Security Policy Generator Extension\",\n \"version\": + \"1.2.0\"\n },\n \"sha256Digest\": \"759af48504d44c1452fb4f041431b5d1216180c56416b0267866c8aa09594fa7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-1.2.1-py3-none-any.whl\",\n + \ \"filename\": \"confcom-1.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"PyYAML (>=6.0.1)\",\n \"PyYAML>=6.0.1\",\n + \ \"deepdiff (==6.3.0)\",\n \"deepdiff==6.3.0\",\n + \ \"docker (>=6.1.0)\",\n \"docker>=6.1.0\",\n + \ \"tqdm (==4.65.0)\",\n \"tqdm==4.65.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Confidential + Container Security Policy Generator Extension\",\n \"version\": + \"1.2.1\"\n },\n \"sha256Digest\": \"0fbf16c2b38a6dcf113406bd437c206518d5394cbfd35dbe288953b64e4d7933\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-1.2.2-py3-none-any.whl\",\n + \ \"filename\": \"confcom-1.2.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"PyYAML (>=6.0.1)\",\n \"PyYAML>=6.0.1\",\n + \ \"deepdiff (==6.3.0)\",\n \"deepdiff==6.3.0\",\n + \ \"docker (>=6.1.0)\",\n \"docker>=6.1.0\",\n + \ \"tqdm (==4.65.0)\",\n \"tqdm==4.65.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Confidential + Container Security Policy Generator Extension\",\n \"version\": + \"1.2.2\"\n },\n \"sha256Digest\": \"f6c6b308f138b237ace408eed470587f2ed267a44c1ee4d77e4104250c9fe3d9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-1.2.3-py3-none-any.whl\",\n + \ \"filename\": \"confcom-1.2.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"PyYAML (>=6.0.1)\",\n \"PyYAML>=6.0.1\",\n + \ \"deepdiff (==6.3.0)\",\n \"deepdiff==6.3.0\",\n + \ \"docker (>=6.1.0)\",\n \"docker>=6.1.0\",\n + \ \"tqdm (==4.65.0)\",\n \"tqdm==4.65.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Confidential + Container Security Policy Generator Extension\",\n \"version\": + \"1.2.3\"\n },\n \"sha256Digest\": \"db793463fe9ce99571ece76450a705190b7268e5133c5289a74f2c9af8310d66\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confcom-1.2.4-py3-none-any.whl\",\n + \ \"filename\": \"confcom-1.2.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.26.2\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"acccli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"confcom\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"PyYAML (>=6.0.1)\",\n \"PyYAML>=6.0.1\",\n + \ \"deepdiff (==6.3.0)\",\n \"deepdiff==6.3.0\",\n + \ \"docker (>=6.1.0)\",\n \"docker>=6.1.0\",\n + \ \"tqdm (==4.65.0)\",\n \"tqdm==4.65.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Confidential + Container Security Policy Generator Extension\",\n \"version\": + \"1.2.4\"\n },\n \"sha256Digest\": \"343ac707f59c53670f546e399783f380936fae5a89015775bcef28a49623616e\"\n + \ }\n ],\n \"confidentialledger\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confidentialledger-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"confidentialledger-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/confidentialledger\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"confidentialledger\",\n \"summary\": \"Microsoft Azure + Command-Line Tools ConfidentialLedger Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"a8428687acab162b982153333766ec0f6888b2ce71dfd24f815cd4ee1e4b3ac3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confidentialledger-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"confidentialledger-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confidentialledger\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"confidentialledger\",\n \"summary\": \"Microsoft Azure + Command-Line Tools ConfidentialLedger Extension\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"3afbf49f10cdddd9675562364ce2275f6f70eb5318fa85b658d711b1e24dc94e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confidentialledger-2.0.0-py3-none-any.whl\",\n + \ \"filename\": \"confidentialledger-2.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.67.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confidentialledger\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"confidentialledger\",\n \"summary\": \"Microsoft Azure + Command-Line Tools ConfidentialLedger Extension\",\n \"version\": + \"2.0.0\"\n },\n \"sha256Digest\": \"37d61c352be55174facfe5cb2f14348757d7aae3401092a930a77b54e48c63c9\"\n + \ }\n ],\n \"confluent\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/confluent-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"confluent-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.17.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/confluent\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"confluent\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ConfluentManagementClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"4a6ffd3d10898183b66b0933064bc6d9bbade0e9af32be3348412b75310e07cb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confluent-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"confluent-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.17.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/confluent\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"confluent\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ConfluentManagementClient Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"edf3b0d4afc36a3aaa9f68723f1db8b26bedcb5a5abcb053556146e4604cf31a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confluent-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"confluent-0.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.25.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/confluent\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"confluent\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ConfluentManagementClient Extension\",\n \"version\": + \"0.3.0\"\n },\n \"sha256Digest\": \"62ea75ea44aa9c2872ec0f3d396eb6e35f37e0799890afa5f82d2187f9cace58\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confluent-0.4.0-py3-none-any.whl\",\n + \ \"filename\": \"confluent-0.4.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.25.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/confluent\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"confluent\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ConfluentManagementClient Extension\",\n \"version\": + \"0.4.0\"\n },\n \"sha256Digest\": \"7b812940a77094bc916c745a61b7732966de4e7943a7541c0a402c0d912bc6af\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/confluent-0.6.0-py3-none-any.whl\",\n + \ \"filename\": \"confluent-0.6.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/confluent\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"confluent\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ConfluentManagementClient Extension\",\n \"version\": + \"0.6.0\"\n },\n \"sha256Digest\": \"7987d22e0e9cada28087a900bfa534865531941f2bbfe967eb46c90b2e0a12be\"\n + \ }\n ],\n \"connectedk8s\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/connectedk8s-0.1.5-py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-0.1.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"k8connect@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes\",\n \"pycryptodome\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"0.1.5\"\n },\n + \ \"sha256Digest\": \"1b529c1fedb5db9dee3dc877ca036f5373d307ca8a07c278d07126531b1c55b6\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/connectedk8s-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"k8connect@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes\",\n \"pycryptodome\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"0.2.0\"\n },\n + \ \"sha256Digest\": \"d306355d5568f9f5b201db9f5bda28fc0b142c6b70164a87bf56974239749ebd\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/connectedk8s-0.2.1-py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-0.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"k8connect@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes\",\n \"pycryptodome\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"0.2.1\"\n },\n + \ \"sha256Digest\": \"e910b1a0abee28121d5c216821c5d88cefc87030eb3068e699135314ecb0f8c9\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/connectedk8s-0.2.3-py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-0.2.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"k8connect@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes\",\n \"pycryptodome\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"0.2.3\"\n },\n + \ \"sha256Digest\": \"9660bbd577c66af1bcebeeaaec9cabb61cd27a0b58c6fe9a9a795d6a73777ee9\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/connectedk8s-0.2.4-py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-0.2.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"k8connect@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes\",\n \"pycryptodome\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"0.2.4\"\n },\n + \ \"sha256Digest\": \"4de66f7e8cecdfab8c91bf4f37347770fb17e087454159d3a5c81e0205f2da2c\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/connectedk8s-0.2.5-py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-0.2.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"k8connect@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes\",\n \"pycryptodome\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"0.2.5\"\n },\n + \ \"sha256Digest\": \"0c23ebd04c37b26219cd224134e8af675130cc346808ae008cd5cfc4f3b1bd84\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/connectedk8s-0.2.6-py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-0.2.6-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"k8connect@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes\",\n \"pycryptodome\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"0.2.6\"\n },\n + \ \"sha256Digest\": \"165411ce6ecdda8a4705bd9e93998b1ffdf6ddc88b01ed0ce12a3c100d1b9549\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/connectedk8s-0.2.7-py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-0.2.7-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"k8connect@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"0.2.7\"\n },\n + \ \"sha256Digest\": \"115bbeb79206632301a20dc4b1d6604f5c126c82c0ba1a9a58131a66da30a7dc\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/connectedk8s-0.2.8-py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-0.2.8-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"k8connect@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"0.2.8\"\n },\n + \ \"sha256Digest\": \"a0f8d12304b097a65d2b22f4e47faa6c6899e680bab77dfb41e72d2722e7e7d6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-0.2.9-py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-0.2.9-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"k8connect@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"0.2.9\"\n },\n + \ \"sha256Digest\": \"55377bea57ae6288a501ea65ff2c68b2961ac7582da9b7646960faf17583e3dd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"9eb34e10523ee5bbd9a4be03915532da7acc3be11631fb646807085c09380c59\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.16.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.1.0\"\n },\n + \ \"sha256Digest\": \"47b871998ac7c3b90689c8cfef18d1d1c9a77d04fabd64a0071504dd434af5c8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.16.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.1.1\"\n },\n + \ \"sha256Digest\": \"522d70fb956e23f2a705ea51d8227845844ec0648263a5e7504543a493c67441\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.1.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.1.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.16.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.1.2\"\n },\n + \ \"sha256Digest\": \"70fd92b69c9c06d1bf22984a06d8027a2d3f192d0c59388cef2a3861dc79874f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.1.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.1.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.16.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.1.3\"\n },\n + \ \"sha256Digest\": \"f0845d6b310c645327a648fc555acc52f02fa8ed31054fc056c7adb1a37e5f40\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.1.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.1.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.16.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.1.5\"\n },\n + \ \"sha256Digest\": \"41edf3789d85074f1159645c7257ac747709ea613c2c2c80a95cdfee92e36fa5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.1.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.1.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.16.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.1.6\"\n },\n + \ \"sha256Digest\": \"d93e28cac3425b688581cd885d198173bf0dc5e20e91d00e3f176519e0fbddeb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.1.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.1.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.16.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.1.7\"\n },\n + \ \"sha256Digest\": \"fa8ed32f122136c0774361ffe78eea2e3189ede8bacc72ca6b972b6ab87d6393\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.1.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.1.8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.16.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.1.8\"\n },\n + \ \"sha256Digest\": \"21cca7dcd973655694fcaa927563bb6afd2463cf6e6ce450e45ad8f27ab33ed9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.1.9-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.1.9-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.16.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.1.9\"\n },\n + \ \"sha256Digest\": \"26c85757eb59ec8309d19f14dfab94cb28039a21015ce70106cf618e57face59\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.1.10-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.1.10-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.16.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.1.10\"\n },\n + \ \"sha256Digest\": \"9cd74663e39095fd58510ccebda78586205c6b536f89c90badbd647f6b84b0a9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.1.11-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.1.11-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.16.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.1.11\"\n },\n + \ \"sha256Digest\": \"986924760ccd29d74a35b5fb2253a23400d6e27e48521b72fc8d06a493eb4faa\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.16.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.2.0\"\n },\n + \ \"sha256Digest\": \"e6873b0cdcfb82cda00f00dfdc5ce9d0daf4db651e100c6c3e3ff58ca89732ab\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.2.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.2.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.maxCliCoreVersion\": + \"2.29.0\",\n \"azext.minCliCoreVersion\": \"2.16.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.2.1\"\n },\n + \ \"sha256Digest\": \"8a6a3e88952c36d7d38602953b1a3de3386ab18bc0cc79e7b74b931fe0d57f3d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.2.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.2.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.maxCliCoreVersion\": + \"2.29.0\",\n \"azext.minCliCoreVersion\": \"2.16.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.2.2\"\n },\n + \ \"sha256Digest\": \"03c7625c0e4a09da8c4ea5051bd5d2a92d9e22d085b56cc30b319bb941f254b4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.2.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.2.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.maxCliCoreVersion\": + \"2.29.0\",\n \"azext.minCliCoreVersion\": \"2.16.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.2.3\"\n },\n + \ \"sha256Digest\": \"3dff7553c723ef87aeb5ad5b20f3dc56a59324254ee15d880f9c1303eb5984aa\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.2.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.2.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.maxCliCoreVersion\": + \"2.29.0\",\n \"azext.minCliCoreVersion\": \"2.16.0\",\n + \ \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.2.4\"\n },\n + \ \"sha256Digest\": \"2106bdef362215013f5b55141e878ba54db63359fb57a7751ea1841c6ba9a915\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.2.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.2.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.16.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.2.5\"\n },\n + \ \"sha256Digest\": \"fd0bc6f534e5a9e72fe6585031eeb29655d05f2cac4f505804bc6052a52c5fcd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.2.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.2.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.2.6\"\n },\n + \ \"sha256Digest\": \"473e31ada7636316304b2a39a76654722a0f5409bf8a2ffddf196ccc42df10a4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.2.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.2.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.16.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.9.8)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.2.7\"\n },\n + \ \"sha256Digest\": \"3f13d1b95c89865a8bdc0d40323956d599305892a54085e1115866b429ab2fa1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.2.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.2.8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.16.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.2.8\"\n },\n + \ \"sha256Digest\": \"df97793b98a0f8e2e70f8a7942c6d65b9e581c54cf3f7632d4c48f01b2426a09\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.2.9-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.2.9-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.16.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.2.9\"\n },\n + \ \"sha256Digest\": \"06cb4e2aa841abeb712b9e564748c28b14cc49cc30cd65b05730f633120c7666\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.2.10-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.2.10-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.16.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.2.10\"\n },\n + \ \"sha256Digest\": \"f470e60e651201635e358411d9e07f0a9519fa059ca33f5543a9bff2982d8998\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.2.11-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.2.11-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.16.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.2.11\"\n },\n + \ \"sha256Digest\": \"0cc9fb7514b040ec8deb4269282c16a1d382c95a3b3a7def04ed6e795f85d62d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.30.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.1\"\n },\n + \ \"sha256Digest\": \"b728b34c4c3edf32744d092cd915f62f4d4898e959214014905807c136518e94\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.30.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.2\"\n },\n + \ \"sha256Digest\": \"e392698b2f1f7a545f0f0c40cca2c17ba74cdd47db2299b7eaea1d3e0b6595a9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.30.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.3\"\n },\n + \ \"sha256Digest\": \"1a42dd74a1c4d8552ed57112314da641a8e78acc1ba7ec763ebecc390b5aaf9c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.30.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==11.0.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.4\"\n },\n + \ \"sha256Digest\": \"83ed63bb821ae47b944b6d2e4894229bfc76e9b0cefec8b73a0c74f9ea44e833\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==24.2.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.5\"\n },\n + \ \"sha256Digest\": \"17ba7dd032c87e7ff4b9cce298dd81171e6e75bcfe2912f7c2f3cd1f55c00d11\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==24.2.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.6\"\n },\n + \ \"sha256Digest\": \"5c0c55940802239372608d9c7faf1c76e4f2f2fef5ebbd36be7011ae854a7563\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==24.2.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.7\"\n },\n + \ \"sha256Digest\": \"5a62c4c4e6e27e0e9f5522b12118ce5dcb227fd42f2ac03495cafd8fd9a3bcba\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==24.2.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.8\"\n },\n + \ \"sha256Digest\": \"a2ca94688926fb98cece7b8624c5dd7cf9e6ae69eeb1bc9f1dd525ae1abdc95e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.9-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.9-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==24.2.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.9\"\n },\n + \ \"sha256Digest\": \"ad770af71a013785229d287705580e6b9815cafb7e10fb09c07b917baba813a0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.10-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.10-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==24.2.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.10\"\n },\n + \ \"sha256Digest\": \"e2c5055b87d3529d90574e67988e7cf7efabf8ce3515bb2e1017ae613bcc89a1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.11-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.11-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==24.2.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.11\"\n },\n + \ \"sha256Digest\": \"1587e042d7e37ca66d7cdff96f06f334e388e01689efdbf1622daff5d56182e1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.12-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.12-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==24.2.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.12\"\n },\n + \ \"sha256Digest\": \"1b2613fe1d4a12eb5cdcf3d57189d4a3213d572fdf0c67146d8d7cd5910190ac\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.13-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.13-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==24.2.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.13\"\n },\n + \ \"sha256Digest\": \"6e145db641dd77cd5d73271562f74f70d9bc4171bec05449b7722d54eb1e0ba2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.14-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.14-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==24.2.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.14\"\n },\n + \ \"sha256Digest\": \"06f3da32b2bb7f9b967da242824bceb89ed98ccde37ef18d5e33a17d5158d6b9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.15-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.15-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==24.2.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.15\"\n },\n + \ \"sha256Digest\": \"719aa6e73bd25309ab1275ec06cce036cb650204e306606bee741e2488b0a1d2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.16-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.16-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==24.2.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.16\"\n },\n + \ \"sha256Digest\": \"614823c043de311a609cd257176cf611e56ddec8f6f3855ed444d77519dc50e6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.17-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.17-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==24.2.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.17\"\n },\n + \ \"sha256Digest\": \"3be716e8862c6c67da236e17f0a88e369da5ac41e6d5cb350e40166eed7953e2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.18-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.18-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==24.2.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.18\"\n },\n + \ \"sha256Digest\": \"69b91412f1df60a38bac3b5965dc438537f6dd66176e561cc0f145be4f1c6ef3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.19-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.19-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==24.2.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.19\"\n },\n + \ \"sha256Digest\": \"c7a8bde1873739b3a97ccf6d343d483fe18e475f19e601e29a607b299503c3bd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.3.20-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.3.20-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==24.2.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.3.20\"\n },\n + \ \"sha256Digest\": \"3d09e173ad23cbaaa45736b699dc48f7704ac31eadb14eec72b89ec101d674f1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.4.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.4.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"kubernetes (==24.2.0)\",\n \"pycryptodome + (==3.14.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.4.0\"\n },\n + \ \"sha256Digest\": \"f7685ff5b3e92480db3317cf5cdea31c5a5e8c4527356455df106c644c752c57\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.4.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.4.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.4.1\"\n },\n + \ \"sha256Digest\": \"3d4346bc58d8a0973a49af816a8e5538d52f99c4a3392af067cf50d5a58647a9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.4.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.4.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.4.2\"\n },\n + \ \"sha256Digest\": \"1e23c1da9442b6adcef2422c20ee5395bfc6c2cd3e56d412b82731d2b795fc45\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.5.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.5.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.5.2\"\n },\n + \ \"sha256Digest\": \"754b410778653117b3a0f36039f00b610f8137e0274fd0070cb45eefd5eef6b8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.5.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.5.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.5.3\"\n },\n + \ \"sha256Digest\": \"3eb8986e7298f36a586d5d63a0a2581f378df974b972e66553d38ce1bab39fd2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.5.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.5.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.5.4\"\n },\n + \ \"sha256Digest\": \"6b0725e0873af82a9f503bc3911ab5bef2c34db21b9a64eb8489769055a7a1dc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.5.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.5.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.5.6\"\n },\n + \ \"sha256Digest\": \"2b40520407824ce59cecd0977e31af5a16c0695e9c68b383e388472b059fd82c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.6.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.6.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.6.0\"\n },\n + \ \"sha256Digest\": \"945e3ede6eefa3c66a3b4104f9d7609e10dcadd989544bcd5984d0fa161185bf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.6.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.6.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.6.1\"\n },\n + \ \"sha256Digest\": \"ba81e9fa53a7a5059fa67a81b5a2c1b7ff460adcc5dbb560ba1802afafc13619\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.6.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.6.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.6.2\"\n },\n + \ \"sha256Digest\": \"a189a6b8cab490ca921efb085e5dde42605a817051d615f9ed43a127955bae5a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.6.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.6.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.6.3\"\n },\n + \ \"sha256Digest\": \"04609310d99babb5b07bb6159a6f5c2c6ea58f758505af95a206f88ae33f7701\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.6.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.6.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.6.5\"\n },\n + \ \"sha256Digest\": \"c180bdaa2caed3a613f5775ece064b68c12e9073aa19c88bbd96169a48506eb7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.6.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.6.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.6.6\"\n },\n + \ \"sha256Digest\": \"285f5c379fcdf1ff1467f1f2f95d2b1f40dc824104f2df294a86f9823617b22e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.6.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.6.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.6.7\"\n },\n + \ \"sha256Digest\": \"e9729cfadfb96f6842e880df2fc784800f5b6c65f2252c69c6167290f0862a2d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.6.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.6.8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.6.8\"\n },\n + \ \"sha256Digest\": \"4acaa0c9e22f6d4ecf97af1ae623972e2e76ed2b2f0ced0999a83a4de5ebecb9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.7.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.7.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.7.0\"\n },\n + \ \"sha256Digest\": \"27494835cb177bd230126a21ebdc4efb0a33389832073d3fcab1a75661943804\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.7.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.7.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.7.1\"\n },\n + \ \"sha256Digest\": \"56428abd1dc513cdb2602a1c23fc4d566d854597f52b0d7dbe865be29d308806\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.7.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.7.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.7.2\"\n },\n + \ \"sha256Digest\": \"049e559a8db6fa28b444d3ec6478157da18e8abe69f3500f31783535cd30bddc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.7.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.7.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.7.3\"\n },\n + \ \"sha256Digest\": \"66a5ac7202ac385340423c5a62a8e53dc27a2e670fbc0e336e2d70265c5a5d6e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.8.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.8.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.8.0\"\n },\n + \ \"sha256Digest\": \"b2e91cf13a3385499e1414fd5e8fde46b2a62bb976f92649fdba2bb7bb6a2bfe\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.9.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.9.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.9.0\"\n },\n + \ \"sha256Digest\": \"746df54b46d9952fe85fbca64ae5dc5e2ddfca2f2c5120f5314b8f45f9900832\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.9.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.9.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.9.1\"\n },\n + \ \"sha256Digest\": \"bde5a26cfbffa0652b39bc00e8ee3fc4c6b8f9b93b103933cb1f44d55fe22f4f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.9.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.9.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.9.2\"\n },\n + \ \"sha256Digest\": \"82ec6a3628e9e7308a1fb9752530f0ae8654bd282591e00c8655200bf3a5e70d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.9.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.9.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.64.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.14.1)\",\n \"pycryptodome==3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.9.3\"\n },\n + \ \"sha256Digest\": \"e0eb8df763d7cc85a0396856bbf4b8a1f43801b2131fa5d21b5b2850e96363ef\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.10.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.10.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.64.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.20.0)\",\n \"pycryptodome==3.20.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.10.0\"\n },\n + \ \"sha256Digest\": \"0f6cd82b5357222d5213d5140522b1683cef2974a9b39eb3b97d10bee3a8b636\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.10.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.10.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.64.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.20.0)\",\n \"pycryptodome==3.20.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.10.1\"\n },\n + \ \"sha256Digest\": \"34c5a8f4b06fe910c6b44d3e51a3ef04f7bc056f0912f4add9a782b5898ebc58\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.10.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.10.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.64.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedk8s\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-hybridcompute (==7.0.0)\",\n + \ \"azure-mgmt-hybridcompute==7.0.0\",\n \"kubernetes + (==24.2.0)\",\n \"kubernetes==24.2.0\",\n \"pycryptodome + (==3.20.0)\",\n \"pycryptodome==3.20.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Connectedk8s + Extension\",\n \"version\": \"1.10.2\"\n },\n + \ \"sha256Digest\": \"5d3e3452c9ac32d82b272aa24a4cd8f33420674758dda85f767bf52832f6a6bf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.10.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.10.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.64.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"linting\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedk8s\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-mgmt-hybridcompute + (==7.0.0)\",\n \"azure-mgmt-hybridcompute==7.0.0\",\n + \ \"kubernetes (==24.2.0)\",\n \"kubernetes==24.2.0\",\n + \ \"pycryptodome (==3.20.0)\",\n \"pycryptodome==3.20.0\"\n + \ ]\n },\n {\n + \ \"extra\": \"linting\",\n \"requires\": + [\n \"mypy (>=1.13.0)\",\n \"ruff + (>=0.7.2)\",\n \"types-jmespath (>=1.0.2)\",\n + \ \"types-psutil (>=6.1.0)\",\n \"types-pyyaml + (>=6.0.12)\",\n \"types-requests (>=2.32.0)\"\n + \ ]\n },\n {\n + \ \"environment\": \"extra == \\\"linting\\\"\",\n + \ \"requires\": [\n \"mypy>=1.13.0\",\n + \ \"ruff>=0.7.2\",\n \"types-jmespath>=1.0.2\",\n + \ \"types-psutil>=6.1.0\",\n \"types-pyyaml>=6.0.12\",\n + \ \"types-requests>=2.32.0\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Connectedk8s Extension\",\n \"version\": + \"1.10.3\"\n },\n \"sha256Digest\": \"8855184d4840d44d3704d7ad38769603e69c3405793663ac389bf7eb0afde589\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.10.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.10.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.64.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"linting\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedk8s\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-mgmt-hybridcompute + (==7.0.0)\",\n \"azure-mgmt-hybridcompute==7.0.0\",\n + \ \"kubernetes (==24.2.0)\",\n \"kubernetes==24.2.0\",\n + \ \"pycryptodome (==3.20.0)\",\n \"pycryptodome==3.20.0\"\n + \ ]\n },\n {\n + \ \"extra\": \"linting\",\n \"requires\": + [\n \"mypy (>=1.13.0)\",\n \"ruff + (>=0.7.2)\",\n \"types-jmespath (>=1.0.2)\",\n + \ \"types-psutil (>=6.1.0)\",\n \"types-pyyaml + (>=6.0.12)\",\n \"types-requests (>=2.32.0)\"\n + \ ]\n },\n {\n + \ \"environment\": \"extra == \\\"linting\\\"\",\n + \ \"requires\": [\n \"mypy>=1.13.0\",\n + \ \"ruff>=0.7.2\",\n \"types-jmespath>=1.0.2\",\n + \ \"types-psutil>=6.1.0\",\n \"types-pyyaml>=6.0.12\",\n + \ \"types-requests>=2.32.0\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Connectedk8s Extension\",\n \"version\": + \"1.10.4\"\n },\n \"sha256Digest\": \"931e6fb18af65adc197430da77f6e2f6687d5b4f73495b749ca1e6fdaae9f750\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.10.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.10.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.64.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"linting\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedk8s\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-mgmt-hybridcompute + (==7.0.0)\",\n \"azure-mgmt-hybridcompute==7.0.0\",\n + \ \"kubernetes (==24.2.0)\",\n \"kubernetes==24.2.0\",\n + \ \"oras (==0.2.25)\",\n \"oras==0.2.25\",\n + \ \"pycryptodome (==3.20.0)\",\n \"pycryptodome==3.20.0\"\n + \ ]\n },\n {\n + \ \"extra\": \"linting\",\n \"requires\": + [\n \"mypy (>=1.13.0)\",\n \"ruff + (>=0.7.2)\",\n \"types-jmespath (>=1.0.2)\",\n + \ \"types-psutil (>=6.1.0)\",\n \"types-pyyaml + (>=6.0.12)\",\n \"types-requests (>=2.32.0)\"\n + \ ]\n },\n {\n + \ \"environment\": \"extra == \\\"linting\\\"\",\n + \ \"requires\": [\n \"mypy>=1.13.0\",\n + \ \"ruff>=0.7.2\",\n \"types-jmespath>=1.0.2\",\n + \ \"types-psutil>=6.1.0\",\n \"types-pyyaml>=6.0.12\",\n + \ \"types-requests>=2.32.0\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Connectedk8s Extension\",\n \"version\": + \"1.10.5\"\n },\n \"sha256Digest\": \"5ba788922098db4d00a53836ccb1545492fb0a275db2c6a211008173fcb82272\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.10.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.10.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.64.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"linting\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedk8s\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-mgmt-hybridcompute + (==7.0.0)\",\n \"azure-mgmt-hybridcompute==7.0.0\",\n + \ \"kubernetes (==24.2.0)\",\n \"kubernetes==24.2.0\",\n + \ \"oras (==0.2.25)\",\n \"oras==0.2.25\",\n + \ \"pycryptodome (==3.20.0)\",\n \"pycryptodome==3.20.0\"\n + \ ]\n },\n {\n + \ \"extra\": \"linting\",\n \"requires\": + [\n \"mypy (>=1.13.0)\",\n \"ruff + (>=0.7.2)\",\n \"types-jmespath (>=1.0.2)\",\n + \ \"types-psutil (>=6.1.0)\",\n \"types-pyyaml + (>=6.0.12)\",\n \"types-requests (>=2.32.0)\"\n + \ ]\n },\n {\n + \ \"environment\": \"extra == \\\"linting\\\"\",\n + \ \"requires\": [\n \"mypy>=1.13.0\",\n + \ \"ruff>=0.7.2\",\n \"types-jmespath>=1.0.2\",\n + \ \"types-psutil>=6.1.0\",\n \"types-pyyaml>=6.0.12\",\n + \ \"types-requests>=2.32.0\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Connectedk8s Extension\",\n \"version\": + \"1.10.6\"\n },\n \"sha256Digest\": \"4e69732441787490695b145fb4ba6d21039c85217723dd92f5540932199df82b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedk8s-1.10.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedk8s-1.10.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.70.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"description_content_type\": \"text/markdown\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"k8connect@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedk8s\"\n + \ }\n }\n },\n + \ \"extras\": [\n \"linting\"\n ],\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedk8s\",\n \"run_requires\": [\n {\n + \ \"requires\": [\n \"azure-mgmt-hybridcompute + (==7.0.0)\",\n \"azure-mgmt-hybridcompute==7.0.0\",\n + \ \"kubernetes (==24.2.0)\",\n \"kubernetes==24.2.0\",\n + \ \"oras (==0.2.25)\",\n \"oras==0.2.25\",\n + \ \"pycryptodome (==3.20.0)\",\n \"pycryptodome==3.20.0\"\n + \ ]\n },\n {\n + \ \"extra\": \"linting\",\n \"requires\": + [\n \"mypy (>=1.13.0)\",\n \"ruff + (>=0.7.2)\",\n \"types-jmespath (>=1.0.2)\",\n + \ \"types-psutil (>=6.1.0)\",\n \"types-pyyaml + (>=6.0.12)\",\n \"types-requests (>=2.32.0)\"\n + \ ]\n },\n {\n + \ \"environment\": \"extra == \\\"linting\\\"\",\n + \ \"requires\": [\n \"mypy>=1.13.0\",\n + \ \"ruff>=0.7.2\",\n \"types-jmespath>=1.0.2\",\n + \ \"types-psutil>=6.1.0\",\n \"types-pyyaml>=6.0.12\",\n + \ \"types-requests>=2.32.0\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Connectedk8s Extension\",\n \"version\": + \"1.10.7\"\n },\n \"sha256Digest\": \"fa0fd358b63ec8257543c350715cab5813bed4fd01caf0dcc20721bc82ca8e2f\"\n + \ }\n ],\n \"connectedmachine\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/connectedmachine-0.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedmachine-0.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedmachine\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Connectedmachine Extension\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"0f4d009da4e091aece74cd53833fe63e5af18d68fcf6308a08155ee5284f12fb\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/connectedmachine-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"connectedmachine-0.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.11.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedmachine\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedmachine\",\n \"summary\": \"Microsoft Azure + Command-Line Tools ConnectedMachine Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"b9a2f3ea3fb7a4c981fad30ff670ff3ca1f8fbef0aede36a8e8a20050b1a245d\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/connectedmachine-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"connectedmachine-0.3.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.11.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedmachine\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedmachine\",\n \"summary\": \"Microsoft Azure + Command-Line Tools ConnectedMachine Extension\",\n \"version\": + \"0.3.0\"\n },\n \"sha256Digest\": \"591bed0d6a6251028471bac6a9ebf0f641d7765bf04b13271aae29c37491ba55\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedmachine-0.4.0-py3-none-any.whl\",\n + \ \"filename\": \"connectedmachine-0.4.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedmachine\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedmachine\",\n \"summary\": \"Microsoft Azure + Command-Line Tools ConnectedMachine Extension\",\n \"version\": + \"0.4.0\"\n },\n \"sha256Digest\": \"2183f183dac5e88820b8f69d8e56936a94b6b2bd16c7619c41f7ceac52951abf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedmachine-0.4.1-py3-none-any.whl\",\n + \ \"filename\": \"connectedmachine-0.4.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/connectedmachine\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedmachine\",\n \"summary\": \"Microsoft Azure + Command-Line Tools ConnectedMachine Extension\",\n \"version\": + \"0.4.1\"\n },\n \"sha256Digest\": \"44d84d979b15f9bdc0b5e873e308a03ad66edecf9bcf8dc1bbd31d81734cee0d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedmachine-0.5.0-py3-none-any.whl\",\n + \ \"filename\": \"connectedmachine-0.5.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedmachine\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedmachine\",\n \"summary\": \"Microsoft Azure + Command-Line Tools ConnectedMachine Extension\",\n \"version\": + \"0.5.0\"\n },\n \"sha256Digest\": \"c83822da39abbd0d12672816ab36eb1f1f2def74008464a1d5cea859c54d615f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedmachine-0.5.1-py3-none-any.whl\",\n + \ \"filename\": \"connectedmachine-0.5.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedmachine\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedmachine\",\n \"summary\": \"Microsoft Azure + Command-Line Tools ConnectedMachine Extension\",\n \"version\": + \"0.5.1\"\n },\n \"sha256Digest\": \"cbba314a6f37d094709850951c984093c25e1eed25c3e9aae81f584e2bc20655\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedmachine-0.6.0-py3-none-any.whl\",\n + \ \"filename\": \"connectedmachine-0.6.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\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.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedmachine\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedmachine\",\n \"summary\": \"Microsoft Azure + Command-Line Tools ConnectedMachine Extension\",\n \"version\": + \"0.6.0\"\n },\n \"sha256Digest\": \"234a1ea68106d3cdc184d84eedd990eca90f13434a04d797ba1391c9056ec461\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedmachine-0.7.0-py3-none-any.whl\",\n + \ \"filename\": \"connectedmachine-0.7.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedmachine\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedmachine\",\n \"summary\": \"Microsoft Azure + Command-Line Tools ConnectedMachine Extension\",\n \"version\": + \"0.7.0\"\n },\n \"sha256Digest\": \"792975ebf0260767481b2ffab0aa3154509c55a9ab60c7f987c3fdead726cd82\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedmachine-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"connectedmachine-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedmachine\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedmachine\",\n \"summary\": \"Microsoft Azure + Command-Line Tools ConnectedMachine Extension\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"f829b171bc489bd1bffea518040acc74608581dae798f4b23bedfe8bf7445383\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedmachine-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"connectedmachine-1.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedmachine\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedmachine\",\n \"summary\": \"Microsoft Azure + Command-Line Tools ConnectedMachine Extension\",\n \"version\": + \"1.0.0b2\"\n },\n \"sha256Digest\": \"8b8c4340c4c6552e3826220ffb95bf619447675b0469304b71fa80e2e4e31c81\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedmachine-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"connectedmachine-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\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.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedmachine\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedmachine\",\n \"summary\": \"Microsoft Azure + Command-Line Tools ConnectedMachine Extension\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"149eead49d0c046f778ea4d99d78448f38157b86ea591d1eea545f8896596511\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedmachine-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"connectedmachine-1.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\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.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedmachine\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedmachine\",\n \"summary\": \"Microsoft Azure + Command-Line Tools ConnectedMachine Extension\",\n \"version\": + \"1.1.0\"\n },\n \"sha256Digest\": \"9b71015a6b047770deed883dd4092857641c6a574f2107ee558b0535ff2946d8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedmachine-1.1.1b1-py3-none-any.whl\",\n + \ \"filename\": \"connectedmachine-1.1.1b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\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.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedmachine\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedmachine\",\n \"summary\": \"Microsoft Azure + Command-Line Tools ConnectedMachine Extension\",\n \"version\": + \"1.1.1b1\"\n },\n \"sha256Digest\": \"2055fc2811b842b80421db0fce1947435feafb4b05810065314785fb0813cc60\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedmachine-2.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"connectedmachine-2.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\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.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedmachine\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedmachine\",\n \"summary\": \"Microsoft Azure + Command-Line Tools ConnectedMachine Extension\",\n \"version\": + \"2.0.0b1\"\n },\n \"sha256Digest\": \"4cd7b0c29b38acd4b1fcef8622174532c2c90bc674a710f6548946b2e8ce3d5b\"\n + \ }\n ],\n \"connectedvmware\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-0.1.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-0.1.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"4.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedvmware\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Connectedvmware Extension\",\n \"version\": \"0.1.2\"\n + \ },\n \"sha256Digest\": \"5bbabea61360ad74e987a33b155e267c2f940678d9220210999e9e723541d123\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-0.1.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-0.1.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"4.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedvmware\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Connectedvmware Extension\",\n \"version\": \"0.1.3\"\n + \ },\n \"sha256Digest\": \"481fd314b1681185d2d64d1ea21d5591d0bf8411786e521e5bc9dae8eb862415\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-0.1.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-0.1.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"4.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedvmware\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Connectedvmware Extension\",\n \"version\": \"0.1.4\"\n + \ },\n \"sha256Digest\": \"a39af3a33da02598ec45f4b6167c2f5a25030e8fefd8d2aff186d604cb46e3db\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-0.1.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-0.1.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"4.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedvmware\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Connectedvmware Extension\",\n \"version\": \"0.1.5\"\n + \ },\n \"sha256Digest\": \"9b9ecb66734d8c31410b652d417deef9e35e2624873b36c0f3d6f90634d807e8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-0.1.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-0.1.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"4.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedvmware\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Connectedvmware Extension\",\n \"version\": \"0.1.6\"\n + \ },\n \"sha256Digest\": \"3e13df39d8993cfe5ab0bf0821f335dc44bf2919c57d73ec88156671041ad239\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-0.1.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-0.1.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"4.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"arcprivatecloudsfte@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedvmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedvmware\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Connectedvmware Extension\",\n \"version\": \"0.1.7\"\n + \ },\n \"sha256Digest\": \"857f7627ae3e618e9dc09c8ce882349593ef23237fcc24174a5097c51f88d86e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-0.1.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-0.1.8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"4.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"arcprivatecloudsfte@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedvmware\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedvmware\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pwinput\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Connectedvmware Extension\",\n \"version\": + \"0.1.8\"\n },\n \"sha256Digest\": \"f560b7311cf3c41102b5c6e93410b446fcb534dbf00c8b853c923580ac703269\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-0.1.9-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-0.1.9-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"4.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"arcprivatecloudsfte@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedvmware\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedvmware\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pwinput\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Connectedvmware Extension\",\n \"version\": + \"0.1.9\"\n },\n \"sha256Digest\": \"09d4855a4f1b218b3a4179f5158dd47cdb44828f4fdca43396d19d93ad80f2db\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-0.1.10-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-0.1.10-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"4.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"arcprivatecloudsfte@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedvmware\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"connectedvmware\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pwinput\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Connectedvmware Extension\",\n \"version\": + \"0.1.10\"\n },\n \"sha256Digest\": \"3b0afa12344909f45d146ee1ae7eab87928fd6836d8875f2126ac32ad0df23bb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-0.1.11-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-0.1.11-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"4.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"arcprivatecloudsfte@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedvmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedvmware\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Connectedvmware Extension\",\n \"version\": \"0.1.11\"\n + \ },\n \"sha256Digest\": \"48e2947e084455712603478c7bfa574ed88930fc1b9b7cd62ba000d198a17a30\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-0.1.12-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-0.1.12-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"4.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"arcprivatecloudsfte@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedvmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedvmware\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Connectedvmware Extension\",\n \"version\": \"0.1.12\"\n + \ },\n \"sha256Digest\": \"cd36eaa8d02f7fd4e0645884a31e8636630d49e1d1205461f0816edbd03ed4ad\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-0.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-0.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"4.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"arcprivatecloudsfte@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedvmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedvmware\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Connectedvmware Extension\",\n \"version\": \"0.2.0\"\n + \ },\n \"sha256Digest\": \"1b28904817cc5115f69a9d312c6ce6f829ba2dd20e6aeecf3965cfccb43d063d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-0.2.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-0.2.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"4.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"arcprivatecloudsfte@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedvmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedvmware\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Connectedvmware Extension\",\n \"version\": \"0.2.1\"\n + \ },\n \"sha256Digest\": \"bfb72a51e7163f946caa4ed1dbf04e92a64ffdd7bcc508d4054a01cceb985aa2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-0.2.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-0.2.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"4.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"arcprivatecloudsfte@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedvmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedvmware\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Connectedvmware Extension\",\n \"version\": \"0.2.2\"\n + \ },\n \"sha256Digest\": \"61310e9f170f35d21ed4fed7bbe263aafd31c5aa71a4d3818d0fe5ddb3c2669e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-0.2.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-0.2.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"4.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"arcprivatecloudsfte@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedvmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedvmware\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Connectedvmware Extension\",\n \"version\": \"0.2.3\"\n + \ },\n \"sha256Digest\": \"a3ad2f74e951b682b8070b9a793fd6679229320697f4ee9e6d9f6f00737f130c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-0.2.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-0.2.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"4.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"arcprivatecloudsfte@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedvmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedvmware\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Connectedvmware Extension\",\n \"version\": \"0.2.4\"\n + \ },\n \"sha256Digest\": \"8a96c790317dfee523d548c28a51191746ff3b45ede4fee56e804d195de437f6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-1.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.maxCliCoreVersion\": \"4.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"arcprivatecloudsfte@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedvmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedvmware\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Connectedvmware Extension\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"089072ad61652bd825002baba46f072f27b181d5e21b52407907a333176901cf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-1.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-1.0.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"arcprivatecloudsfte@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedvmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedvmware\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Connectedvmware Extension\",\n \"version\": \"1.0.1\"\n + \ },\n \"sha256Digest\": \"92bcb19c2d19f7e5cf3e8527894324937380b831de19845cf4d382092c5dff39\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-1.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-1.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"arcprivatecloudsfte@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedvmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedvmware\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Connectedvmware Extension\",\n \"version\": \"1.1.0\"\n + \ },\n \"sha256Digest\": \"d2122c64426853a4b3b766160f6291f29aed66d9aa266585c73d63305ed4d22b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-1.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-1.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"arcprivatecloudsfte@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedvmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedvmware\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Connectedvmware Extension\",\n \"version\": \"1.1.1\"\n + \ },\n \"sha256Digest\": \"28ef4a31c805d52aa16e749ec1382591b3089e970d8741deaf401a86c4e5e6ad\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-1.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-1.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"arcprivatecloudsfte@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedvmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedvmware\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Connectedvmware Extension\",\n \"version\": \"1.2.0\"\n + \ },\n \"sha256Digest\": \"b731a821c609aae8bfab7e0470b342b9179e7e0c65482f4a432a60d87a4c395f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-1.2.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"connectedvmware-1.2.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"arcprivatecloudsfte@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedvmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"connectedvmware\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Connectedvmware Extension\",\n \"version\": \"1.2.1\"\n + \ },\n \"sha256Digest\": \"cc496396d13d35dc408362946c3609e03f4d31bd5f1a14344a63dd33a3a15efa\"\n + \ }\n ],\n \"containerapp\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"3731c1d2222805059ca37e31cf85e9bc4af7981295e478d22a925d9ff4ce3a68\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.0\"\n },\n \"sha256Digest\": \"0ec557558700384ee58636bd759c7047a124971e7b92c03d835d0d03614da22a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.1\"\n },\n \"sha256Digest\": \"79b636f16c37152c2e3b23e24f421aed3fa159897afd2b61d80da73751d61645\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"2.36.0\",\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.2\"\n },\n \"sha256Digest\": \"581e704f223937b0e7fb99c0323768a04c956ade8b06cb7140454c06b85f254b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"2.36.0\",\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.3\"\n },\n \"sha256Digest\": \"63eb3289319ee4151d916329b368354085074b7b3ea21ed1d16d83a29cbe16b7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"2.36.0\",\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.4\"\n },\n \"sha256Digest\": \"e247b0bec42db5b95c37c879ea939ec1860b8e14b0d8aa54a5a5187fc52bec64\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.5\"\n },\n \"sha256Digest\": \"876cc6040ee07654eb9c45d6fe603531797902f06fa0caebc4ad1961f78c8d76\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.6\"\n },\n \"sha256Digest\": \"610df666637402173996efa3b8aaac0e4ae0a1608f5ea1006d252cda5f3eb4c6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.7\"\n },\n \"sha256Digest\": \"3e5b920980b5492929aeaa40ab7b1d2fd5a4dfa527b6c832c072792633055a8a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.8\"\n },\n \"sha256Digest\": \"788c9db70ae69b9f69ca24bda2438af8ea494de7ed4c32e9e4d83b351d30e796\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.9-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.9-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.9\"\n },\n \"sha256Digest\": \"148a1535e8327b1b4b091614d0b579d8638573286a2cc5878566032039974556\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.10-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.10-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.10\"\n },\n \"sha256Digest\": \"b9cbfd7a5b328d7aeba314b96602b77d711df482651b251e91bee9ac36697b47\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.11-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.11-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.11\"\n },\n \"sha256Digest\": \"d04b9087ac480c3d7cbea6bef7ae5f98d50fcf6fe35ed0c358bb27564cefca9b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.12-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.12-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.12\"\n },\n \"sha256Digest\": \"fa278cee406a63a4131f48980715c6962cf2f8d0f14f92b3c6c846c59091aa8a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.13-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.13-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\",\n \"pycomposefile + (>=0.0.29)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.13\"\n },\n + \ \"sha256Digest\": \"b79460358c83ff69dd942ed9bb5194f03d42062426a471194d9e1fc9f4121346\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.14-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.14-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\",\n \"pycomposefile + (>=0.0.29)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.14\"\n },\n + \ \"sha256Digest\": \"61ed509c783ecd07e6f94557c090150a818962b148def5e15cc30603f9bca196\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.15-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.15-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\",\n \"pycomposefile + (>=0.0.29)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.15\"\n },\n + \ \"sha256Digest\": \"fab4b6bbed951ad7e94b50af4e169ece562379b91a7ca3fae1987ebed01470e4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.16-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.16-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\",\n \"pycomposefile + (>=0.0.29)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.16\"\n },\n + \ \"sha256Digest\": \"de6bddcca942bbb447c680148c22ce12f7f0279b6437c839f9ad82db3e3062fe\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.17-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.17-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\",\n \"pycomposefile + (>=0.0.29)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.17\"\n },\n + \ \"sha256Digest\": \"08afc8c17a73d4a910d210a8863a7822de732e2a763d5ef7c2971fc1a9bbf9e8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.18-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.18-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\",\n \"pycomposefile + (>=0.0.29)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.18\"\n },\n + \ \"sha256Digest\": \"2f86a9d6eae01dd16801576febf29f42dbb5c1b11ce6a4d461df1804c735f386\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.19-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.19-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\",\n \"pycomposefile + (>=0.0.29)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.19\"\n },\n + \ \"sha256Digest\": \"191040f708d6f49ab908f364fc653e5398cd28d1bbd4f0c172e541d71c5ba0f3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.20-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.20-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\",\n \"pycomposefile + (>=0.0.29)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.20\"\n },\n + \ \"sha256Digest\": \"6c8affb758834439b76edaa724ecf7bc77a6f1d08979dad0a8178f9434406b15\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.21-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.21-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-cli-core\",\n \"pycomposefile + (>=0.0.29)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.21\"\n },\n + \ \"sha256Digest\": \"d63c2004502f698da946ebf552b748b0a7fc166a1f6599f6c1dd3a46309d1994\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.23-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.23-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.37.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycomposefile (>=0.0.29)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.23\"\n },\n \"sha256Digest\": \"192601c40b3570606161657d5ac719df246721763296e57251eb2cddfa45235a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.24-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.24-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycomposefile (>=0.0.29)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.24\"\n },\n \"sha256Digest\": \"512343a595e7bd5b49fbe3708e2251b3b6d3d951849fad180979466b57ec6a08\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.25-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.25-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycomposefile (>=0.0.29)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.25\"\n },\n \"sha256Digest\": \"7202c98ff5a6bdb549cf5f87226c76f8dab8b830076a8492099daac4871ef682\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.26-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.26-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycomposefile (>=0.0.29)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.26\"\n },\n \"sha256Digest\": \"d1dc15399cd9ec15f0c44d7f08bc6ba2e7d95665e3e26da97795fcbb70e763df\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.27-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.27-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycomposefile (>=0.0.29)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.27\"\n },\n \"sha256Digest\": \"dd74e5182921a7d38bfa2a29ba22bc8cb2308695b2ffdc8a1054d7ff7712205f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.28-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.28-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycomposefile (>=0.0.29)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.28\"\n },\n \"sha256Digest\": \"150df41ec23a399240ab9cac6600d570d7c0c4354744e258cc8507935304ebd5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.29-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.29-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycomposefile (>=0.0.29)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.29\"\n },\n \"sha256Digest\": \"be031f59aed530e28d3c3988bb3ebfe87b278894890bbde4cd6e7ecafb724e12\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.30-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.30-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycomposefile (>=0.0.29)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.30\"\n },\n \"sha256Digest\": \"1d36c948a9974cf4ddac58739c87e4c83dcd9b12a377ef1232091cb1539ffb04\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.31-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.31-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycomposefile (>=0.0.29)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.31\"\n },\n \"sha256Digest\": \"c32a6bcf2318889ca0096e428f5d612ec32a00871219c03e200bcbe109238e19\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.32-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.32-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycomposefile (>=0.0.29)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.32\"\n },\n \"sha256Digest\": \"21ca6a15900e60b7fb6c586f9ae9661ee2a5245661dd265016b0ef214bd3fb90\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.33-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.33-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycomposefile (>=0.0.29)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Containerapp Extension\",\n \"version\": + \"0.3.33\"\n },\n \"sha256Digest\": \"8385c13f0f938930faaeed4dad67c1cc03b601bfb626e86e29bf87a310270166\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.34-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.34-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"pycomposefile + (>=0.0.29)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.34\"\n },\n + \ \"sha256Digest\": \"fee4dbe509a581c8a72f269baeaa50fbf8459d1b13391446c74300283d23919f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.35-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.35-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"pycomposefile + (>=0.0.29)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.35\"\n },\n + \ \"sha256Digest\": \"980914fb40826959f0bd2e8e89a7671c977cc179d7728e43a602cff9f1ff193e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.36-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.36-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"pycomposefile + (>=0.0.29)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.36\"\n },\n + \ \"sha256Digest\": \"233c449a1dd754fe559fbbc4b2cb1ce148d791fdc28b4b15fdc0349b40df13a3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.37-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.37-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"pycomposefile + (>=0.0.29)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.37\"\n },\n + \ \"sha256Digest\": \"2c0f948ff21826d8895c0049bb76e3945644c149f066cfc6ecf22e001d312d9f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.38-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.38-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"pycomposefile + (>=0.0.29)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.38\"\n },\n + \ \"sha256Digest\": \"b896c8f0d4946af5fea9831d2f3c10831add4a25fdb94f23401ed73a79e778de\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.39-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.39-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"pycomposefile + (>=0.0.29)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.39\"\n },\n + \ \"sha256Digest\": \"03812ad93bb642de2f4abb75445785d9b8b5a88ae9f6efeef2a3a670244390ec\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.40-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.40-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.40\"\n },\n + \ \"sha256Digest\": \"a142df84576d2e676e648b95134012f19182d1ac50867406eb9c41fd604e8eaf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.41-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.41-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.41\"\n },\n + \ \"sha256Digest\": \"071eaf5d68423948b0745d9b763ac06ce3414fb015ff19cfcd3f62acf181cfde\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.42-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.42-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.42\"\n },\n + \ \"sha256Digest\": \"15d05517859e65c80c8aa3dd5a4b339b1113f4b0be449a726c8f12204d5e0b8f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.43-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.43-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.43\"\n },\n + \ \"sha256Digest\": \"ae86a2831a5fbc3046cdbeb684590cbf4d9d21f7840a94fe54824d899f37205d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.44-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.44-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.44\"\n },\n + \ \"sha256Digest\": \"d7e136b4c9e9221c12abc53a243638aad571c36243ef582b7db91c6b419a3a52\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.45-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.45-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.45\"\n },\n + \ \"sha256Digest\": \"440016e65a14183896278ad83ec8161feff21fb7f432ececa5891db778770b2c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.46-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.46-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.46\"\n },\n + \ \"sha256Digest\": \"29b5a105839e893b51ae5cb3ea77e3df1e6827ad6660f3d31f0598a107415138\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.47-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.47-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.47\"\n },\n + \ \"sha256Digest\": \"d13c72a0c98a03417661dd8c502df88b1344efe7c0ef009ae5ea2131a755ae1d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.48-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.48-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.48\"\n },\n + \ \"sha256Digest\": \"bcdc3a88797996d2171bbf336e26662bea19990e2adfdcdb1199796326e40496\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.49-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.49-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.49\"\n },\n + \ \"sha256Digest\": \"73e5d4282b505f0b0797101e15e184907767fe9e8b854dc66a21c1abc1f807f7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.50-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.50-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.50\"\n },\n + \ \"sha256Digest\": \"847139ab567ffed02e7844a9a4c6c2f2032e650c673343234674e0e7ab53c58d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.51-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.51-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.51\"\n },\n + \ \"sha256Digest\": \"963cea12deec4b900936225d5cab1e8c5667b35cf9651b5f2e59fff107a13f82\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.52-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.52-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.52\"\n },\n + \ \"sha256Digest\": \"04edd05ecfe1b2ae5d1485efb32a2536a97021b6265ecd3ab6b0b635aa8cc510\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.53-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.53-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.53\"\n },\n + \ \"sha256Digest\": \"f9b4f3928469efcc1bfbc98cd906d9d92e72617e5c21cf3ade8b37651607c3e1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.54-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.54-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.62.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.54\"\n },\n + \ \"sha256Digest\": \"a9e51cef9e7d1c59a711c762867dca4a10273450af48701c3b65dd59e34bbcbc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-0.3.55-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-0.3.55-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.62.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"0.3.55\"\n },\n + \ \"sha256Digest\": \"d6971ccf8ca73e03df7e123fa7c85e5e63235bb1ac1c274c26bbc1f509d68115\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.62.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"1.0.0b1\"\n },\n + \ \"sha256Digest\": \"d80b83b0e22770925c24bca150c84182376b7b0aff9b6f28498d769dc8618b45\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-1.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-1.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.62.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"1.0.0b2\"\n },\n + \ \"sha256Digest\": \"a20220034614c763d21a7bb1f0551f94139dd4f71b4dbfa30905a1a7914dc62b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-1.0.0b3-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-1.0.0b3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.62.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"1.0.0b3\"\n },\n + \ \"sha256Digest\": \"4a239269a2f864a775bd28cfb04570d9613ff8aada3fc9a18cd07efbd979b5e5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-1.0.0b4-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-1.0.0b4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.62.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"1.0.0b4\"\n },\n + \ \"sha256Digest\": \"4d6a5e7a4141b3ca00d38c0698f87d79a157d0dd3fd8dbf735544efeeb7be261\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-1.1.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-1.1.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.62.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"1.1.0b1\"\n },\n + \ \"sha256Digest\": \"749fd64b4a5e13f450deb92fddd14bc4e7bf4b8782dc5faae427f9a9c4ada2df\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-1.1.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-1.1.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.62.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"kubernetes (==24.2.0)\",\n \"kubernetes==24.2.0\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"1.1.0b2\"\n },\n + \ \"sha256Digest\": \"fb688febe8ecb8edcd289cca51474bb810a9b1c9f4c3f1b1fa9a816a0cafe2b1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-1.1.0b3-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-1.1.0b3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.62.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"kubernetes (==24.2.0)\",\n \"kubernetes==24.2.0\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"1.1.0b3\"\n },\n + \ \"sha256Digest\": \"04f0a1282114f3dffe296225b78a1c537ee02f0c8351f1813b7402aa41508632\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-1.1.0b4-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-1.1.0b4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.62.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"kubernetes (==24.2.0)\",\n \"kubernetes==24.2.0\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"1.1.0b4\"\n },\n + \ \"sha256Digest\": \"776a6a6a70c4440e78346430cced52d83f96335ab9c357662a361b11d6e49e29\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/containerapp-1.1.0b5-py2.py3-none-any.whl\",\n + \ \"filename\": \"containerapp-1.1.0b5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.62.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\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 + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"containerapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"docker\",\n \"docker\",\n + \ \"kubernetes (==24.2.0)\",\n \"kubernetes==24.2.0\",\n + \ \"pycomposefile (>=0.0.29)\",\n \"pycomposefile>=0.0.29\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Containerapp + Extension\",\n \"version\": \"1.1.0b5\"\n },\n + \ \"sha256Digest\": \"802ef93620c3470e035480c68b27dd09c152033754815363c937eb80681177dd\"\n + \ }\n ],\n \"cosmosdb-preview\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"83be5a723d6a0063c4cd17db52a172ef8f9453435d316ef0abbd2ca2dd8e6ca8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"d8199ccce62c5c7f8670ddf7eb27493fa1c5079ed152607c958fc2b53201fc83\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.3.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.3.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.3.0\"\n },\n \"sha256Digest\": \"079af4056ab89f7e27d2a3b6b22c4147b47ce3a27f744ce8b3cde38998afa89e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.4.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.4.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.4.0\"\n },\n \"sha256Digest\": \"751699f42dffaef4a365aeea0ddcc5432a3bafeb0550ee6ff628df1b0a9e02bd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.5.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.5.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.5.0\"\n },\n \"sha256Digest\": \"dd61fd0b1e3b67b63bf731886995743798b72f6c9b00c3c8a589b3cb1b7be3cf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.6.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.6.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.6.0\"\n },\n \"sha256Digest\": \"6132e8c9597e3ab57657b6f3607e19c457e9a08a82a1c1b4825b8ed4ae02c04b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.7.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.7.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.7.0\"\n },\n \"sha256Digest\": \"c11b611e3c8eeaaf2b6a5ca935ae7e6072834be77a777f1749d7c9c6419ae55a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.8.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.8.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.8.0\"\n },\n \"sha256Digest\": \"513b9683ef78ddb6316ed2d8b41f64f6e6278ae169aa3d5735c061108b40ec78\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.8.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.8.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.8.1\"\n },\n \"sha256Digest\": \"12dcc1e32460d12bf62cf3f5aa67f519dc0f48a4a7d70e36c52b24d50f7cd251\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.9.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.9.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.9.0\"\n },\n \"sha256Digest\": \"689f99954b56367f37956efcc80911719052048b0e0203b048a425556686d9f1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.10.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.10.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.10.0\"\n },\n \"sha256Digest\": \"de57720e30785823d821ade1f08886871aa3188335fb5105e960833f2aebacdb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.11.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.11.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.11.0\"\n },\n \"sha256Digest\": \"e9a21eab81616e7f71b5a4d764e541cbdea22d3dff3a8fc326f1ef06a1067421\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.12.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.12.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.12.0\"\n },\n \"sha256Digest\": \"e0f2007be10a9821d12ff7327b35480ddb8df57e8f990ecfdeedb256d9c70001\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.13.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.13.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.13.0\"\n },\n \"sha256Digest\": \"5dcfac7215584840899fb0cd1ab853c20b7915400a02981850dae857ba20177d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.14.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.14.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.14.0\"\n },\n \"sha256Digest\": \"7ada2c34d023530ef5ae2402966b362d36675fc247ad2b41917b8114b2af9c72\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.15.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.15.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.15.0\"\n },\n \"sha256Digest\": \"0c3ee01e583ebc81cee2908129bb988c69f50bcb2ca8425b788de378f4839b10\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.16.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.16.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.16.0\"\n },\n \"sha256Digest\": \"50882c87c092eb89310c0f7ebb800b3da9163d791f4417caa22ed5b47494a5b7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.17.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.17.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.17.0\"\n },\n \"sha256Digest\": \"73a220dda84f5425efb960d02a1017308c4d6642fded49a7e61d6de578f4fceb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.18.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.18.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.18.0\"\n },\n \"sha256Digest\": \"9d38dbc628c65dec65f111d072eecea6ca91043883b5a29f561767e1ce634cc7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.18.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.18.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.18.1\"\n },\n \"sha256Digest\": \"e75b001721b1a542f8ab8e15105e7b6502a1dc68f2850c20a97e67a6eecb003f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.19.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.19.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.19.0\"\n },\n \"sha256Digest\": \"aee16bae5d9bcde85fba80e6be5483c63709339f2227378ae4a721fad9a83ee0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.20.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.20.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.20.0\"\n },\n \"sha256Digest\": \"0e759bad4c3bd91e197d357ea804827e2030812b0751c9bac4472711e5baf4e2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.21.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.21.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.21.0\"\n },\n \"sha256Digest\": \"969496859093a6106bd2b10fff91121087f42a2bab4419f0dfcda52339681969\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.22.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.22.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.22.0\"\n },\n \"sha256Digest\": \"38a16ca955f74f0ad697a50a7e744897bc3c8ccd9ba9a1255156b318c4011c19\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.23.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.23.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.23.0\"\n },\n \"sha256Digest\": \"48bfbb7f278c721a249124023a097c68f89286ad37a5d871fe8d081a4b95b9d8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.24.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.24.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.24.0\"\n },\n \"sha256Digest\": \"60dd2f7b0dda74ccffec6adaf37dee10be09c03d13c9a664848933e052c5a4de\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.25.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.25.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.25.0\"\n },\n \"sha256Digest\": \"83fb8f0f097271a5baec41e6405f2f750beea3d8fbc1ac2e1c8cd2f32cb4f90b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-0.26.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-0.26.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"0.26.0\"\n },\n \"sha256Digest\": \"c761a022fa8e849534d51bb51c6b6a7c01b541a5f018532f7fe312f74f689b06\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-1.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"3a5910873138adf747ba8baed7be180981a74569c86c927ea6f1ae39d3de53bf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-1.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-1.0.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"1.0.1\"\n },\n \"sha256Digest\": \"c540018bc5da1252ec3e3e564552650d6af08f349f3ff339be398a7983caf2a9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-1.1.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-1.1.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"1.1.0b1\"\n },\n \"sha256Digest\": \"0fc11b2fcdd75c4868cfc43ec4be19c2128fd1d7b616b61e3364c3c1a0c4c1da\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-1.2.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-1.2.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.17.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"kakhandr@microsoft.com\",\n \"name\": + \"Kalyan khandrika\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"1.2.0b1\"\n },\n \"sha256Digest\": \"d35b58737720d9c4dad4a0d100e1cca14ddb03c85ec9ce197440a06ef50f5611\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-1.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-1.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.17.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"kakhandr@microsoft.com\",\n + \ \"name\": \"Kalyan khandrika\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"1.2.0\"\n },\n \"sha256Digest\": \"04dc008a29cc62431e7545dd6c3da3865a60040e98f7a08a99a6e0ce895cab6c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-1.2.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-1.2.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.17.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"kakhandr@microsoft.com\",\n + \ \"name\": \"Kalyan khandrika\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"1.2.1\"\n },\n \"sha256Digest\": \"a9cc01464bfa7461ddbe9df565739268855eefeba8cf0ec0e04744040990e4f4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-1.3.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-1.3.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.17.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"kakhandr@microsoft.com\",\n + \ \"name\": \"Kalyan khandrika\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"1.3.0\"\n },\n \"sha256Digest\": \"f1c4fe4cc94d2a13ccde45df97b936b747f346fbf211c9ec0376bec9f4963c60\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-1.4.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-1.4.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.17.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"kakhandr@microsoft.com\",\n + \ \"name\": \"Kalyan khandrika\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"1.4.0\"\n },\n \"sha256Digest\": \"bbcc122e3b88cb2e9a0b8b4f2a8bbd7529359ca79bd7d4f1f098695185461f7e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-1.5.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"cosmosdb_preview-1.5.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.17.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"kakhandr@microsoft.com\",\n + \ \"name\": \"Kalyan khandrika\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/cosmosdb-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"cosmosdb-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Cosmosdb-preview Extension\",\n \"version\": + \"1.5.0\"\n },\n \"sha256Digest\": \"d53710a44cc815829cedef6807228c454374967c9c2d3275f5831bcee5d24d37\"\n + \ }\n ],\n \"costmanagement\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/costmanagement-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"costmanagement-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"costmanagement\",\n \"summary\": \"Microsoft Azure Command-Line + Tools CostManagementClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"d5c8be4d6f3e59a44da32af66f8855c24d9855c5b7bdd2f6571c8721afa20223\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/costmanagement-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"costmanagement-0.1.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/costmanagement\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"costmanagement\",\n \"summary\": \"Microsoft Azure Command-Line + Tools CostManagementClient Extension\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"0a6e0ee27fd5896b45eabf0c9227e63b3c1bbc4975adf4cb566647396fa511f2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/costmanagement-0.2.1-py3-none-any.whl\",\n + \ \"filename\": \"costmanagement-0.2.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/costmanagement\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"costmanagement\",\n \"summary\": \"Microsoft Azure Command-Line + Tools CostManagementClient Extension\",\n \"version\": + \"0.2.1\"\n },\n \"sha256Digest\": \"c6ca26bcffe2b897fc35b560f6fbf620ee563daf2396dc1bae67c8e4bd0e64c3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/costmanagement-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"costmanagement-0.3.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/costmanagement\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"costmanagement\",\n \"summary\": \"Microsoft Azure Command-Line + Tools CostManagementClient Extension\",\n \"version\": + \"0.3.0\"\n },\n \"sha256Digest\": \"5661a2082ecca000b0c764dc92585e2aa601ccd5eeeb296397533cf4da814cf6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/costmanagement-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"costmanagement-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/costmanagement\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"costmanagement\",\n \"summary\": \"Microsoft Azure Command-Line + Tools CostManagementClient Extension\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"6e5e053d05bad6ad6305bd024f51e355e60fde8bb6a03350dfd81c25437d2e45\"\n + \ }\n ],\n \"csvmware\": [\n {\n \"downloadUrl\": + \"https://github.com/Azure/az-csvmware-cli/releases/download/0.3.0/csvmware-0.3.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"csvmware-0.3.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"shimitta@microsoft.com\",\n \"name\": + \"Shivam Mittal\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/az-vmware-cli\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"csvmware\",\n \"summary\": \"Manage Azure VMware Solution + by CloudSimple.\",\n \"version\": \"0.3.0\"\n },\n + \ \"sha256Digest\": \"dfb9767f05ac13c762ea9dc4327169e63a5c11879123544b200edb9a2c9a8a42\"\n + \ }\n ],\n \"custom-providers\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/custom_providers-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"custom_providers-0.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.4\",\n \"Programming + Language :: Python :: 3.5\",\n \"Programming Language + :: Python :: 3.6\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"custom-providers\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Custom Providers Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"7da462aaa336184b53d7b0b831c0fa77c4239dabe4e70fa4e500e250cf11a8ec\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/custom_providers-0.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"custom_providers-0.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.4\",\n \"Programming + Language :: Python :: 3.5\",\n \"Programming Language + :: Python :: 3.6\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/custom-providers\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"custom-providers\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Custom Providers Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"8c0f062d96523bd6a95d53f09e48f9d47bf7aa75a9b735e93e6ee09647638b52\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/custom_providers-0.2.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"custom_providers-0.2.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.4\",\n \"Programming + Language :: Python :: 3.5\",\n \"Programming Language + :: Python :: 3.6\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/custom-providers\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"custom-providers\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Custom Providers Extension\",\n \"version\": + \"0.2.1\"\n },\n \"sha256Digest\": \"a9938f09c86fa4575e3c887206908cac15920af528c537c0b998362a1c43daf7\"\n + \ }\n ],\n \"customlocation\": [\n {\n + \ \"downloadUrl\": \"https://arcplatformcliextprod.z13.web.core.windows.net/customlocation-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"customlocation-0.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"arcplatform-core@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://msazure.visualstudio.com/AzureArcPlatform/_git/customlocation-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"customlocation\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Customlocation Extension\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"7d91a34784d92c77c4233c4578043e6fac729ad42b3b29d5d597c12b037d2267\"\n + \ },\n {\n \"downloadUrl\": \"https://arcplatformcliextprod.z13.web.core.windows.net/customlocation-0.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"customlocation-0.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"arcplatform-core@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://msazure.visualstudio.com/AzureArcPlatform/_git/customlocation-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"customlocation\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Customlocation Extension\",\n \"version\": \"0.1.1\"\n + \ },\n \"sha256Digest\": \"fbda1780a9d1c8eec9a147d09f7681f47238a574333eaeddb8284cd7fa881815\"\n + \ },\n {\n \"downloadUrl\": \"https://arcplatformcliextprod.z13.web.core.windows.net/customlocation-0.1.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"customlocation-0.1.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"arcplatform-core@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://msazure.visualstudio.com/AzureArcPlatform/_git/customlocation-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"customlocation\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Customlocation Extension\",\n \"version\": \"0.1.2\"\n + \ },\n \"sha256Digest\": \"7dfa4f2231fd4ce0b50eeb5a5e470e1f7e510adb2f8602167157e508dbf84e77\"\n + \ },\n {\n \"downloadUrl\": \"https://arcplatformcliextprod.z13.web.core.windows.net/customlocation-0.1.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"customlocation-0.1.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"arcplatform-core@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://msazure.visualstudio.com/AzureArcPlatform/_git/customlocation-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"customlocation\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Customlocation Extension\",\n \"version\": \"0.1.3\"\n + \ },\n \"sha256Digest\": \"5e36435b1a81de25e74e70c45c2ac9f98065138c35050f29210ae40c18484e28\"\n + \ },\n {\n \"downloadUrl\": \"https://arcplatformcliextprod.z13.web.core.windows.net/customlocation-0.1.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"customlocation-0.1.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.70.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"arcplatform-core@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://msazure.visualstudio.com/AzureArcPlatform/_git/customlocation-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"customlocation\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Customlocation Extension\",\n \"version\": \"0.1.4\"\n + \ },\n \"sha256Digest\": \"e0ebbaffc5d1c07e5cd615d9cb9e21244edfc447b28cb0187139a118dc8892b7\"\n + \ }\n ],\n \"databox\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/databox-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"databox-0.1.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databox\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataBox Extension\",\n \"version\": \"0.1.0\"\n },\n + \ \"sha256Digest\": \"93cac253cd79728eb333715ae56111ffaa287c9d650e924ea07875ab36906974\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/databox-0.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"databox-0.1.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.4\",\n \"Programming + Language :: Python :: 3.5\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/databox\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databox\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataBox Extension\",\n \"version\": \"0.1.1\"\n },\n + \ \"sha256Digest\": \"210ab818a566ec69c923c1bc11f8f50295c19c30be378ab67be340a70e921aa1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/databox-0.1.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"databox-0.1.2-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.4\",\n \"Programming + Language :: Python :: 3.5\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/databox\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databox\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataBox Extension\",\n \"version\": \"0.1.2\"\n },\n + \ \"sha256Digest\": \"e247449406a189a8e9bbe320b1b4702846cf58da42b5a9b07ffa3e1db01ce6b0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/databox-0.1.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"databox-0.1.3-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.4\",\n \"Programming + Language :: Python :: 3.5\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/databox\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databox\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataBox Extension\",\n \"version\": \"0.1.3\"\n },\n + \ \"sha256Digest\": \"320e4ae8e3d17c9ca8b6c92ad47b04f20d7530340897d2fcc6e4a4ade0dfa7c2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/databox-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"databox-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.48.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/databox\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databox\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Databox Extension.\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"3953bf3f61f2654d4d4cd68ed34b5b8982859222a6e2e8f32581399f1db04a50\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/databox-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"databox-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.48.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/databox\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databox\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Databox Extension.\",\n \"version\": \"1.1.0\"\n + \ },\n \"sha256Digest\": \"7b41a60521d7cf652d4cdca052fc9d2ec6371f3d7884ec0a74ba9a7d5001d7bb\"\n + \ }\n ],\n \"databricks\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/databricks-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"databricks-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExprimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databricks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DatabricksClient Extension\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"36130c36c5d4dd7a76952c3d5b443cf2a76447ccce41094e0b625b85139a366a\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/databricks-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"databricks-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExprimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databricks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DatabricksClient Extension\",\n \"version\": \"0.2.0\"\n + \ },\n \"sha256Digest\": \"229272c5b6abcfc37abe86600db356c54ef664b6681b2f8b705aa50be472b1bc\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/databricks-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"databricks-0.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databricks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DatabricksClient Extension\",\n \"version\": \"0.3.0\"\n + \ },\n \"sha256Digest\": \"daf76d6aea0025d4783926d25fa813b74c1bcaa67bf8d937cc0d72529d06b9fe\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/databricks-0.4.0-py3-none-any.whl\",\n + \ \"filename\": \"databricks-0.4.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databricks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DatabricksClient Extension\",\n \"version\": \"0.4.0\"\n + \ },\n \"sha256Digest\": \"db716fa7a65bfb977ea4d6eb4c5ad56c5dfd39062f0d179c5d3aceff959c2a26\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/databricks-0.5.0-py3-none-any.whl\",\n + \ \"filename\": \"databricks-0.5.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databricks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DatabricksClient Extension\",\n \"version\": \"0.5.0\"\n + \ },\n \"sha256Digest\": \"9a7bca2c8828959ed048b883da9c2b62c1597f5c6bd475c5269c30a27282080f\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/databricks-0.6.0-py3-none-any.whl\",\n + \ \"filename\": \"databricks-0.6.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databricks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DatabricksClient Extension\",\n \"version\": \"0.6.0\"\n + \ },\n \"sha256Digest\": \"46a77fcd4b31191ce2b2d58e58af982415ea91787628426bd2b3d567da273411\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/databricks-0.7.0-py3-none-any.whl\",\n + \ \"filename\": \"databricks-0.7.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databricks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DatabricksClient Extension\",\n \"version\": \"0.7.0\"\n + \ },\n \"sha256Digest\": \"236f561c6a20141ae854d1dd64a6e5a0b4636d98517e5ba245401882cc7fbd92\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/databricks-0.7.1-py3-none-any.whl\",\n + \ \"filename\": \"databricks-0.7.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/databricks\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databricks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DatabricksClient Extension\",\n \"version\": \"0.7.1\"\n + \ },\n \"sha256Digest\": \"f086792f8910601c68fbe303f7831f77c79486fdf8e44039b1505d2344bac197\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/databricks-0.7.2-py3-none-any.whl\",\n + \ \"filename\": \"databricks-0.7.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/databricks\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databricks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DatabricksClient Extension\",\n \"version\": \"0.7.2\"\n + \ },\n \"sha256Digest\": \"daf595a051a47dded0fbe18a289e454f221eaaae11d1aadaa3f45612aff1b05f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/databricks-0.7.3-py3-none-any.whl\",\n + \ \"filename\": \"databricks-0.7.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/databricks\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databricks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DatabricksClient Extension\",\n \"version\": \"0.7.3\"\n + \ },\n \"sha256Digest\": \"b70d79f20b8b2e116df9afc321243d847bbe83db75d863e2e3a00c79bbd0908b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/databricks-0.8.0-py3-none-any.whl\",\n + \ \"filename\": \"databricks-0.8.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/databricks\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databricks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DatabricksClient Extension\",\n \"version\": \"0.8.0\"\n + \ },\n \"sha256Digest\": \"9abaf70996f462be238438a881f627806d10671897f9b1d562e4caef9e5ad3b1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/databricks-0.9.0-py3-none-any.whl\",\n + \ \"filename\": \"databricks-0.9.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.43.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/databricks\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databricks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DatabricksClient Extension\",\n \"version\": \"0.9.0\"\n + \ },\n \"sha256Digest\": \"d939ba58d20e42bb3a54ae5e801e5f48b8ab797d054844fdbad0fdae429e0dbe\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/databricks-0.10.0-py3-none-any.whl\",\n + \ \"filename\": \"databricks-0.10.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/databricks\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databricks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DatabricksClient Extension\",\n \"version\": \"0.10.0\"\n + \ },\n \"sha256Digest\": \"619c8b09f85879e805abb4a4d177c2bd9d932be419b5560c1e000d58b6c7e4ef\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/databricks-0.10.1-py3-none-any.whl\",\n + \ \"filename\": \"databricks-0.10.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/databricks\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databricks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DatabricksClient Extension\",\n \"version\": \"0.10.1\"\n + \ },\n \"sha256Digest\": \"e2f03eaf25331c9697b89b8365ebaa0669bc0022d2e77d6f9363468d00323ebc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/databricks-0.10.2-py3-none-any.whl\",\n + \ \"filename\": \"databricks-0.10.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/databricks\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databricks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DatabricksClient Extension\",\n \"version\": \"0.10.2\"\n + \ },\n \"sha256Digest\": \"7db0b97b497512671343c472fad2ca7a0987ac2cddc0ae0ceab227e3d017718f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/databricks-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"databricks-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/databricks\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databricks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DatabricksClient Extension\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"a23ded367e80240eea828a3234801d4d989539ae4a5ecf246bfc6acb054a2544\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/databricks-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"databricks-1.0.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/databricks\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databricks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DatabricksClient Extension\",\n \"version\": \"1.0.1\"\n + \ },\n \"sha256Digest\": \"55165d7435cd7a0dc87587e82fc202d792a5f28c9c44398655b0a4770d038c30\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/databricks-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"databricks-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/databricks\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"databricks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DatabricksClient Extension\",\n \"version\": \"1.1.0\"\n + \ },\n \"sha256Digest\": \"24ec8eaa246d32c72a60f258561f03f4734c0778aba797aa62cd7d812b7d45b2\"\n + \ }\n ],\n \"datadog\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/datadog-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"datadog-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.17.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datadog\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datadog\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MicrosoftDatadogClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"9a5e9535e797f59059d07fcfb4dd456541d0813f97dae344180f76e279265086\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datadog-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"datadog-0.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.17.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datadog\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datadog\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MicrosoftDatadogClient Extension\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"9a38fd5d6d01646f299ee7b5f68e82ad708889c7d0bd72e0b6b6b13e5455e937\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datadog-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"datadog-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.70.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/datadog\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datadog\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Datadog Extension.\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"54272829b602f85f046c4311cc23015f76ba2ef76491829f3393ae0bb5a15102\"\n + \ }\n ],\n \"datafactory\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/datafactory-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"datafactory-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datafactory\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datafactory\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataFactoryManagementClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"f49b145f8125cde30aedf5080af90e26277ad1527cfb13cff0d72838298241d3\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/datafactory-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"datafactory-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datafactory\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datafactory\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataFactoryManagementClient Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"7cadaec354c8cbd4eae3465e385685807f619c8e7a2a093e6d4c68a9466b1e6a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datafactory-0.2.1-py3-none-any.whl\",\n + \ \"filename\": \"datafactory-0.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datafactory\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datafactory\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataFactoryManagementClient Extension\",\n \"version\": + \"0.2.1\"\n },\n \"sha256Digest\": \"fd9a00c006a44b435d458b3f8523fceeec7e9d3d745cdc037876b8ad2b19ea9f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datafactory-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"datafactory-0.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datafactory\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datafactory\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataFactoryManagementClient Extension\",\n \"version\": + \"0.3.0\"\n },\n \"sha256Digest\": \"0d68e01c4b7ef9ce6ccf7f2594f3faf19600dbb8ec7d395bc9ad4b4bdab8a245\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datafactory-0.4.0-py3-none-any.whl\",\n + \ \"filename\": \"datafactory-0.4.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datafactory\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datafactory\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataFactoryManagementClient Extension\",\n \"version\": + \"0.4.0\"\n },\n \"sha256Digest\": \"95c6024d8fd35fca5280de274660abb3f249af868c6f5b75c3581df536ff4a13\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datafactory-0.5.0-py3-none-any.whl\",\n + \ \"filename\": \"datafactory-0.5.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datafactory\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datafactory\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataFactoryManagementClient Extension\",\n \"version\": + \"0.5.0\"\n },\n \"sha256Digest\": \"5aade65b73ff133eb5442a8420818faf17ed398660c081bd92af87edbc9ab3e6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datafactory-0.6.0-py3-none-any.whl\",\n + \ \"filename\": \"datafactory-0.6.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/datafactory\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datafactory\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataFactoryManagementClient Extension\",\n \"version\": + \"0.6.0\"\n },\n \"sha256Digest\": \"c34245db473f35d029c6a794527304aa110f230821386c8687e4a0ce5d03dc61\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datafactory-0.7.0-py3-none-any.whl\",\n + \ \"filename\": \"datafactory-0.7.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/datafactory\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datafactory\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataFactoryManagementClient Extension\",\n \"version\": + \"0.7.0\"\n },\n \"sha256Digest\": \"4820123af622fa8961940a33343b4538851fd506b35e100da7154f71e0089a15\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datafactory-0.8.0-py3-none-any.whl\",\n + \ \"filename\": \"datafactory-0.8.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/datafactory\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datafactory\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataFactoryManagementClient Extension\",\n \"version\": + \"0.8.0\"\n },\n \"sha256Digest\": \"97c052cfa9084785a474100544da2d0ab8e0f62a41f88a256db6b0ac9fbe4cbb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datafactory-0.9.0-py3-none-any.whl\",\n + \ \"filename\": \"datafactory-0.9.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/datafactory\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datafactory\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataFactoryManagementClient Extension\",\n \"version\": + \"0.9.0\"\n },\n \"sha256Digest\": \"797e27ad48820f02b0317be6813ad7bdc592063835b353939803e2445bd4b513\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datafactory-0.10.0-py3-none-any.whl\",\n + \ \"filename\": \"datafactory-0.10.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/datafactory\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datafactory\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataFactoryManagementClient Extension\",\n \"version\": + \"0.10.0\"\n },\n \"sha256Digest\": \"2d1443c634da8f365399721af6593b06e9ccb7ebcfa5ae9e9a835790ec61a97a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datafactory-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"datafactory-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/datafactory\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datafactory\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataFactoryManagementClient Extension\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"30941f7e2c093f040c958db024367b750068a5181554b23f7403f4522375c41e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datafactory-1.0.2-py3-none-any.whl\",\n + \ \"filename\": \"datafactory-1.0.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/datafactory\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datafactory\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataFactoryManagementClient Extension\",\n \"version\": + \"1.0.2\"\n },\n \"sha256Digest\": \"ea134e2963b7cdf2bcbd50244a6f1a411da77bd4db7e42c8c8f9651638c82ac7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datafactory-1.0.3-py3-none-any.whl\",\n + \ \"filename\": \"datafactory-1.0.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/datafactory\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datafactory\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataFactoryManagementClient Extension\",\n \"version\": + \"1.0.3\"\n },\n \"sha256Digest\": \"66f416ca45d388a32fbb373807251e70e205347fa3e87056696ef169309aeafb\"\n + \ }\n ],\n \"datamigration\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/datamigration-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"datamigration-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datamigration\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datamigration\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataMigrationManagementClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"8e43876ea91c393c01d758cba0d2f6b16964da1d90b74a6370096672186cf055\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datamigration-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"datamigration-0.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/datamigration\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datamigration\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataMigrationManagementClient Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"a2013768c643392cb0f702103eb620f98564876c1d8cfb15de4d0760d3f504ca\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datamigration-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"datamigration-0.3.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datamigration\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datamigration\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataMigrationManagementClient Extension\",\n \"version\": + \"0.3.0\"\n },\n \"sha256Digest\": \"d9775f16fb268da7e3b86dba28d0c57e10a8bc27ef8933370180b1d8819d0642\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datamigration-0.3.1-py3-none-any.whl\",\n + \ \"filename\": \"datamigration-0.3.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datamigration\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datamigration\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataMigrationManagementClient Extension\",\n \"version\": + \"0.3.1\"\n },\n \"sha256Digest\": \"170334f6cad06d78dfa9d8a954394402d5985d804756dfda3623fdc08ec5603a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datamigration-0.4.0-py3-none-any.whl\",\n + \ \"filename\": \"datamigration-0.4.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datamigration\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datamigration\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataMigrationManagementClient Extension\",\n \"version\": + \"0.4.0\"\n },\n \"sha256Digest\": \"4be920adebeb6dc05855f4f79566a353e810f702f18ba24066ddf423e5ef8002\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datamigration-0.4.1-py3-none-any.whl\",\n + \ \"filename\": \"datamigration-0.4.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datamigration\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datamigration\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataMigrationManagementClient Extension\",\n \"version\": + \"0.4.1\"\n },\n \"sha256Digest\": \"a8b7f0b094794cf59dcb56b8461e7db4b026061ee6e6885a1e1b78201e9b8404\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datamigration-0.5.0-py3-none-any.whl\",\n + \ \"filename\": \"datamigration-0.5.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datamigration\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datamigration\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataMigrationManagementClient Extension\",\n \"version\": + \"0.5.0\"\n },\n \"sha256Digest\": \"f62423b61052378cd7f0bdc7ba498febf3508f3bf62b5e86974c6bbe0943620f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datamigration-0.6.0-py3-none-any.whl\",\n + \ \"filename\": \"datamigration-0.6.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datamigration\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datamigration\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataMigrationManagementClient Extension\",\n \"version\": + \"0.6.0\"\n },\n \"sha256Digest\": \"a315ae382bf7e723da7b940d96be52b2d70afa4428296f6d4a178bd63b170105\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datamigration-0.6.1-py3-none-any.whl\",\n + \ \"filename\": \"datamigration-0.6.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datamigration\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datamigration\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataMigrationManagementClient Extension\",\n \"version\": + \"0.6.1\"\n },\n \"sha256Digest\": \"4a07a5272762f8f53f9fe61b295a800e63c0ea2900a29a526df2eabbe732bca7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datamigration-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"datamigration-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datamigration\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datamigration\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataMigrationManagementClient Extension\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"9d1ac8c7046e23387696561747be2e8f62e879a4a305f8b20ccd19460a29db0d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datamigration-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"datamigration-1.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datamigration\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datamigration\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataMigrationManagementClient Extension\",\n \"version\": + \"1.0.0b2\"\n },\n \"sha256Digest\": \"8901b5664a95e665781698bc02ee94b4297c82ac9fdfab99dd4f13bac1c0923e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datamigration-1.0.0b3-py3-none-any.whl\",\n + \ \"filename\": \"datamigration-1.0.0b3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datamigration\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datamigration\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataMigrationManagementClient Extension\",\n \"version\": + \"1.0.0b3\"\n },\n \"sha256Digest\": \"a4e6df2da4bca506455e0508f1ea6f613863529723c1681f2d6682b356584e0c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datamigration-1.0.0b4-py3-none-any.whl\",\n + \ \"filename\": \"datamigration-1.0.0b4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datamigration\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datamigration\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataMigrationManagementClient Extension\",\n \"version\": + \"1.0.0b4\"\n },\n \"sha256Digest\": \"3ae99fcb1ee3b3c07c340812be133f103fa5b718eb0b289cc75e03eff532f863\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datamigration-1.0.0b5-py3-none-any.whl\",\n + \ \"filename\": \"datamigration-1.0.0b5-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datamigration\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datamigration\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataMigrationManagementClient Extension\",\n \"version\": + \"1.0.0b5\"\n },\n \"sha256Digest\": \"d1970c81ea14201e4cf9edeaadd9e47ab5a3e638917774837f24092a2a7e4812\"\n + \ }\n ],\n \"dataprotection\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/dataprotection\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"dataprotection\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-resourcegraph\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools DataProtectionClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"e98056945e1b5a1485c5c7137fa03bc5c482495f43556ee084eeb50f39a45831\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-0.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/dataprotection\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"dataprotection\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-resourcegraph\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools DataProtectionClient Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"91286e022f5803d77cd20687d378a438a4560dd6974d814fd34f13ea5f5c8b63\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-0.3.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"dataprotection\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-resourcegraph\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools DataProtectionClient Extension\",\n \"version\": + \"0.3.0\"\n },\n \"sha256Digest\": \"9c85b29bf073c89ecf5424fa2159bca20416142d49ac02e5cf596a1e2cd5ccd0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-0.4.0-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-0.4.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"0.4.0\"\n },\n \"sha256Digest\": \"f854ecd79b215fc824e2625ac5995ae8a969fca2c933fba7cde04df8a35e26b7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-0.5.0-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-0.5.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"0.5.0\"\n },\n \"sha256Digest\": \"0f44943c0082b21b3b8c655d092b40a09c21e8bcd46800e962eb97d151c055d5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-0.6.0-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-0.6.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"0.6.0\"\n },\n \"sha256Digest\": \"1284734882f589b86ac87933bbd5f13a0e74b2c745130615636aeeb52690fbb7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-0.7.0-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-0.7.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.43.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"0.7.0\"\n },\n \"sha256Digest\": \"79bf91539d0f66c6751c3b43e86715458c7404641396b1ed9454ab3b31968a5b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-0.8.0-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-0.8.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.43.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"0.8.0\"\n },\n \"sha256Digest\": \"51f7831accde7b055301ece1db862138ea9016815fdd5ae44c515ae8c6b9dc0a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-0.8.1-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-0.8.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.48.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"0.8.1\"\n },\n \"sha256Digest\": \"cb5b43fd00d2376fa8233f99996096c68a1edf20880ec3d7c0a7b8d4b1933c64\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-0.8.2-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-0.8.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.48.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"0.8.2\"\n },\n \"sha256Digest\": \"2504dcbb3b4f3b3f1ea948a9284c9fe6d9068ca1b354316f5ed5fe70370a47d1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-0.9.0-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-0.9.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"0.9.0\"\n },\n \"sha256Digest\": \"67f305fa33a5e7cac377f4d25105c538c4023417613869ac6b0fc822fa4cf5b5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-0.9.1-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-0.9.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"0.9.1\"\n },\n \"sha256Digest\": \"60c686aa2c5662af12bdda80bb515e23b589db54e815a0af02c35b567a7361ca\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-0.9.2-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-0.9.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"0.9.2\"\n },\n \"sha256Digest\": \"9e658d16e259207b25c8312635955433c5635f9f29e7f6b4f602ad66dcdc34d3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-0.10.0-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-0.10.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"0.10.0\"\n },\n \"sha256Digest\": \"b148cf256388f2e1551994bc48e2067d150bf7d3b43fa5c865d48c069029518f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-0.11.0-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-0.11.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"0.11.0\"\n },\n \"sha256Digest\": \"0917171bede4c3742736994a70beca0de11294a03504f969fab961bba25ae841\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-0.11.1-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-0.11.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"0.11.1\"\n },\n \"sha256Digest\": \"1348e62ae2ef912de6384bf94159c3c5d85b4bfa14740c7b9c9d194f5f94280e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-0.11.2-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-0.11.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"0.11.2\"\n },\n \"sha256Digest\": \"ce31a7bb0c939d6eb6d71971f89441abaee172a3ba5b74dae0ebe88e4a8f5300\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"e24770e07716e909216db6e1cf0bf869263b7472949757327acf97dbe7b1e6f5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-1.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"1.1.0\"\n },\n \"sha256Digest\": \"bb3774425d586d03b4e26ffa0021c0024b79227963ec003430e9cd6beaa2cac7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-1.2.0-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-1.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"1.2.0\"\n },\n \"sha256Digest\": \"2a51a94a99cf4d1be1c873afb82196a72477fe159462f013aec8426ddf7eedcc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-1.3.0-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-1.3.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"1.3.0\"\n },\n \"sha256Digest\": \"b782fc885b1d8983507c2597bbac44bf065fbfdf15a6e176929ecd565866be07\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-1.4.0-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-1.4.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"1.4.0\"\n },\n \"sha256Digest\": \"231c8b8219ed2100d55bbcc4b2dcca7271e36c6715715e1eeca58327ec3ae5b6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-1.5.0-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-1.5.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"1.5.0\"\n },\n \"sha256Digest\": \"5d756d16607364bb98325d2f63580f115a9f8a6bf9c9a74d55c2af2d9a485833\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-1.5.1-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-1.5.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"1.5.1\"\n },\n \"sha256Digest\": \"2089e0c5ce213e0d79148cc2724c28679d93dc70a1e7290ee2ec99e5e0eed513\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-1.5.2-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-1.5.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"1.5.2\"\n },\n \"sha256Digest\": \"534ba81cbfece53352e1862d4bfadc8a5b3fd0449178c482e13fc1925970dac3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-1.5.3-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-1.5.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"1.5.3\"\n },\n \"sha256Digest\": \"4671ce89e39065695f21626350dfcad5438bdbefc714cf35e85ee5eab0f96661\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-1.5.4-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-1.5.4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"1.5.4\"\n },\n \"sha256Digest\": \"bc0c95aefd1db5ed4a8a8130ae2105f2836aac4c0ddd648a0c2fe1c93b9d42d8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-1.5.5-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-1.5.5-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"1.5.5\"\n },\n \"sha256Digest\": \"0ec629db2d8741df8f54d255bb225ea441e006e18673c0a0e4613065625570f9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-1.5.6-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-1.5.6-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"1.5.6\"\n },\n \"sha256Digest\": \"563a94b8bfc249245eb32db1f930d932c34ab35d384725db82fb26b811657eb9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-1.6.0-py3-none-any.whl\",\n + \ \"filename\": \"dataprotection-1.6.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.67.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dataprotection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dataprotection\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataProtectionClient Extension\",\n \"version\": + \"1.6.0\"\n },\n \"sha256Digest\": \"52465b4b468871a48ce8a948e8268fe6582aea6fdc428a61b2d73693d65e80ac\"\n + \ }\n ],\n \"datashare\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/datashare-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"datashare-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datashare\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataShareManagementClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"803c3637f752b0fb77eb5272a544abafe44942ff920a020ff7ea179ace329342\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/datashare-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"datashare-0.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datashare\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataShareManagementClient Extension\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"c0a2b603c0abd320bc3df0a4d6c38945fd894737804690dad98896e2446763f4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/datashare-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"datashare-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/datashare\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"datashare\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DataShareManagementClient Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"f1a801bd0c38eb2ebf9c2fb4e0b43a98470ae7b40bbcd05eb2aa596d69579c9e\"\n + \ }\n ],\n \"deploy-to-azure\": [\n {\n + \ \"downloadUrl\": \"https://github.com/Azure/deploy-to-azure-cli-extension/releases/download/20200318.1/deploy_to_azure-0.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"deploy_to_azure-0.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.60\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"VSTS_Social@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/deploy-to-azure-cli-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"deploy-to-azure\",\n \"summary\": \"Deploy to Azure using + Github Actions.\",\n \"version\": \"0.2.0\"\n },\n + \ \"sha256Digest\": \"f925080ee7abc3aef733d4c6313170bdedaa9569af1b95427383bc3c59e4ceb8\"\n + \ }\n ],\n \"desktopvirtualization\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/desktopvirtualization-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"desktopvirtualization-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/desktopvirtualization\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"desktopvirtualization\",\n \"summary\": \"Microsoft Azure + Command-Line Tools DesktopVirtualizationAPIClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"d73c88fe0df98871a221495e000c39fbb22975fdc5066668c9ea0f578ff9a1a9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/desktopvirtualization-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"desktopvirtualization-0.1.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/desktopvirtualization\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"desktopvirtualization\",\n \"summary\": \"Microsoft Azure + Command-Line Tools DesktopVirtualizationAPIClient Extension\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"8f35a96234e9c456b81f3dd086c6d7f20a9c49104cb3b277357aa9d697a02b0e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/desktopvirtualization-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"desktopvirtualization-0.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/desktopvirtualization\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"desktopvirtualization\",\n \"summary\": \"Microsoft Azure + Command-Line Tools DesktopVirtualizationAPIClient Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"6de28d6be58dd65ad8f25a9fa084676c54684f00f9938f5db7d0392282783e04\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/desktopvirtualization-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"desktopvirtualization-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/desktopvirtualization\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"desktopvirtualization\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Desktopvirtualization Extension.\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"3a1e7a8f0e579fa21fed770859b21c23bec8b8489d834a61411695a9a90c7cd4\"\n + \ }\n ],\n \"dev-spaces\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/dev_spaces-1.0.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"dev_spaces-1.0.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.1.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azds-azcli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/dev-spaces\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dev-spaces\",\n \"summary\": \"Dev Spaces provides a + rapid, iterative Kubernetes development experience for teams.\",\n \"version\": + \"1.0.6\"\n },\n \"sha256Digest\": \"71041808b27cd9d33fd905c5080c97f61291816f2dddd6dcdb2e66b9fb6ebf59\"\n + \ }\n ],\n \"devcenter\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"418eb5c05e8f6597adf253c580e501e6bde925260603f5283680212c5063e549\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-0.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tm-azurefidalgo@microsoft.com\",\n + \ \"name\": \"DevCenter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"0.1.1\"\n + \ },\n \"sha256Digest\": \"e220902d40257c4124654b0026eb682fe4c51f0dff6e406539359b9adc4be43b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-0.1.2-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-0.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tm-azurefidalgo@microsoft.com\",\n + \ \"name\": \"DevCenter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"0.1.2\"\n + \ },\n \"sha256Digest\": \"7957288ab151cca2945f0c26f76c5aab25df4d410342e056c34c5e41f9aec1e1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.48.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tm-azurefidalgo@microsoft.com\",\n + \ \"name\": \"DevCenter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"6072ff771ea62c74363883aa35ca2b744a37c87365ee0fa3946cb28213a3b59a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-1.0.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.48.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tm-azurefidalgo@microsoft.com\",\n + \ \"name\": \"DevCenter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"1.0.1\"\n + \ },\n \"sha256Digest\": \"5306e7a8f24a2fcaaeb58753f40fe31bd55a0c7cdc00e0b7f9cf2bf9006deaed\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-1.0.2-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-1.0.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.48.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tm-azurefidalgo@microsoft.com\",\n + \ \"name\": \"DevCenter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"1.0.2\"\n + \ },\n \"sha256Digest\": \"f4b9f94aa0f7548fe6f44027ea02f6a0f7d0e46c051b2eb4e0afee7fce16e68c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-2.0.0-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-2.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.48.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tm-azurefidalgo@microsoft.com\",\n + \ \"name\": \"DevCenter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"2.0.0\"\n + \ },\n \"sha256Digest\": \"de2705aff9fb4fb8a64895dcab9992b14d02dfdda36e5be47dcb3e13ef6c913f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-3.0.0-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-3.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tm-azurefidalgo@microsoft.com\",\n + \ \"name\": \"DevCenter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"3.0.0\"\n + \ },\n \"sha256Digest\": \"20179a4d03df5fc4811d4f6e177c54b157a02fe46aee6e2c1e27d31c774220fc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-4.0.0-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-4.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tm-azurefidalgo@microsoft.com\",\n + \ \"name\": \"DevCenter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"4.0.0\"\n + \ },\n \"sha256Digest\": \"d3e0ed56945cd9cee0b0b7474a9db2222a1c0f74160a51c7aaa8d34b53e08467\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-4.0.1-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-4.0.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tm-azurefidalgo@microsoft.com\",\n + \ \"name\": \"DevCenter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"4.0.1\"\n + \ },\n \"sha256Digest\": \"bc220fb55979c5c38d6ed92281d63c07ab4c376edb5632dcd949c14fa49a3186\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-5.0.0-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-5.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tm-azurefidalgo@microsoft.com\",\n + \ \"name\": \"DevCenter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"5.0.0\"\n + \ },\n \"sha256Digest\": \"873ce4ec274710a361ba2a6bf93d8820949d955bf4386881d9a37ed87bb0d054\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-5.0.1-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-5.0.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tm-azurefidalgo@microsoft.com\",\n + \ \"name\": \"DevCenter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"5.0.1\"\n + \ },\n \"sha256Digest\": \"f90caa530ef9a11d0e4706b94a860edca419205d4a528dab72859dd6d7870b9c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-6.0.0-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-6.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tm-azurefidalgo@microsoft.com\",\n + \ \"name\": \"DevCenter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"6.0.0\"\n + \ },\n \"sha256Digest\": \"1331bb5b734b235112663719512170e141f93ad990a4c09503839c707f117493\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-6.0.1-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-6.0.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tm-azurefidalgo@microsoft.com\",\n + \ \"name\": \"DevCenter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"6.0.1\"\n + \ },\n \"sha256Digest\": \"25e3dcdc9cb83243ceb2ed6a6dedc227953c06cb610ba95c84ddec0f7503224f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-6.1.0-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-6.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tm-azurefidalgo@microsoft.com\",\n + \ \"name\": \"DevCenter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"6.1.0\"\n + \ },\n \"sha256Digest\": \"39a5a38c0bf86eed8ab14617710af1ae5122894ae7a9adab7c75e0ed9c5bc81e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-6.2.0-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-6.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.67.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tm-azurefidalgo@microsoft.com\",\n + \ \"name\": \"DevCenter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"6.2.0\"\n + \ },\n \"sha256Digest\": \"24f4feb0eabc0f53a38f2ffb7b837077d8d6b94360d68fc3867f02e98e0f70b7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-6.2.1-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-6.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.67.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tm-azurefidalgo@microsoft.com\",\n + \ \"name\": \"DevCenter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"6.2.1\"\n + \ },\n \"sha256Digest\": \"0e1cb6fb3752e4be16621f11ffe615bd9351edaed1c8cf6e0f8b8b740a4fe2a9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-6.2.2-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-6.2.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.67.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tm-azurefidalgo@microsoft.com\",\n + \ \"name\": \"DevCenter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"6.2.2\"\n + \ },\n \"sha256Digest\": \"9143bf8940a10a95ae8641641f715f4ecfbefd1c23779f74b6d1c0a7f1e32bba\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-6.2.3-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-6.2.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.67.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tm-azurefidalgo@microsoft.com\",\n + \ \"name\": \"DevCenter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"6.2.3\"\n + \ },\n \"sha256Digest\": \"c34204db960a694b6bb47cc4c419f6944402f149d739991b3cc87673392101fc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-7.0.0-py3-none-any.whl\",\n + \ \"filename\": \"devcenter-7.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.67.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tm-azurefidalgo@microsoft.com\",\n + \ \"name\": \"DevCenter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/devcenter\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"devcenter\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DevCenter Extension\",\n \"version\": \"7.0.0\"\n + \ },\n \"sha256Digest\": \"510806911449dd618f293dda80c6f9df708a0ff03576affae99ff82b5dd5b8ad\"\n + \ }\n ],\n \"diskpool\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/diskpool-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"diskpool-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/diskpool\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"diskpool\",\n \"summary\": \"Microsoft Azure Command-Line + Tools StoragePoolManagement Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"2afc595664b0fc616e62f8de28cebbca72d8f27dff02a8ed8cfff58dd62d571f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/diskpool-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"diskpool-0.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/diskpool\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"diskpool\",\n \"summary\": \"Microsoft Azure Command-Line + Tools StoragePoolManagement Extension\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"d65e6f09c39461b78f052eec22eaf239b1d988aa63f3927470b74d28d0b2f95b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/diskpool-0.1.2-py3-none-any.whl\",\n + \ \"filename\": \"diskpool-0.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/diskpool\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"diskpool\",\n \"summary\": \"Microsoft Azure Command-Line + Tools StoragePoolManagement Extension\",\n \"version\": + \"0.1.2\"\n },\n \"sha256Digest\": \"3ffe1291c8c7132a9caf77e66105027ae8a980c92ad757b0195c3f51090c3e6a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/diskpool-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"diskpool-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/diskpool\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"diskpool\",\n \"summary\": \"Microsoft Azure Command-Line + Tools StoragePoolManagement Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"9ae6aaea85a17529da2a4e51c2ba2aba55b4b26816d5618eafd0f9fdc43b67b7\"\n + \ }\n ],\n \"dms-preview\": [\n {\n \"downloadUrl\": + \"https://azcliorcas.blob.core.windows.net/azclipath/dms_preview-0.11.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"dms_preview-0.11.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.43\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"arpavlic@microsoft.com\",\n + \ \"name\": \"Artyom Pavlichenko\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/dms-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dms-preview\",\n \"summary\": \"Support for new Database + Migration Service scenarios.\",\n \"version\": \"0.11.0\"\n + \ },\n \"sha256Digest\": \"ef19e5c19976506a8f8910ec04bc785ebeffb5a4c8764047e4e4d42f812b0845\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/dms_preview-0.12.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"dms_preview-0.12.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.43\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"arpavlic@microsoft.com\",\n + \ \"name\": \"Artyom Pavlichenko\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/dms-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dms-preview\",\n \"summary\": \"Support for new Database + Migration Service scenarios.\",\n \"version\": \"0.12.0\"\n + \ },\n \"sha256Digest\": \"5e2fd9a8e413fd13a280fbba9964658a5569af2e49e802bd12116ec01e5dd0ae\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dms_preview-0.13.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"dms_preview-0.13.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.43\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"arpavlic@microsoft.com\",\n + \ \"name\": \"Artyom Pavlichenko\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/dms-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dms-preview\",\n \"summary\": \"Support for new Database + Migration Service scenarios.\",\n \"version\": \"0.13.0\"\n + \ },\n \"sha256Digest\": \"c7d127332825d5f93c83ecfb3c46e9415e3cb0e4cee2c953287918b02757bc0c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dms_preview-0.14.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"dms_preview-0.14.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.43\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"arpavlic@microsoft.com\",\n + \ \"name\": \"Artyom Pavlichenko\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/dms-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dms-preview\",\n \"summary\": \"Support for new Database + Migration Service scenarios.\",\n \"version\": \"0.14.0\"\n + \ },\n \"sha256Digest\": \"77680dfecb50e2a017314ff2b5f2e0340fec73f225b41f5668abc561aed088cd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dms_preview-0.15.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"dms_preview-0.15.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.27.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"arpavlic@microsoft.com\",\n + \ \"name\": \"Artyom Pavlichenko\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/dms-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dms-preview\",\n \"summary\": \"Support for new Database + Migration Service scenarios.\",\n \"version\": \"0.15.0\"\n + \ },\n \"sha256Digest\": \"556c145c03b8d529d8e77f7b35702fb8de382891635e858f928117f33688ee9c\"\n + \ }\n ],\n \"dnc\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/dnc-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"dnc-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/dnc\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dnc\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DNC Extension\",\n \"version\": \"0.1.0\"\n },\n + \ \"sha256Digest\": \"5398ed171b49fe0d27307caec0f6bf2f6310da0b877b5f3b6d8a0fd6e7f50cbe\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dnc-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"dnc-0.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/dnc\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dnc\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DNC Extension\",\n \"version\": \"0.1.1\"\n },\n + \ \"sha256Digest\": \"7d34527aec383a227d1183eea2ecb9d9aaa0642acf9ef206c2f3e6aab72d86b3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dnc-0.1.2-py3-none-any.whl\",\n + \ \"filename\": \"dnc-0.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/dnc\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dnc\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DNC Extension\",\n \"version\": \"0.1.2\"\n },\n + \ \"sha256Digest\": \"fa59bf6e597c17a93f3b8c4390f34629b86c8301c74974e5168d99d8dc464892\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dnc-0.1.3-py3-none-any.whl\",\n + \ \"filename\": \"dnc-0.1.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/dnc\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dnc\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DNC Extension\",\n \"version\": \"0.1.3\"\n },\n + \ \"sha256Digest\": \"237f362908d8deda9f797fb619226cb5a33c3e1c8740e37b3b24db53ddb76c74\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dnc-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"dnc-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dnc\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dnc\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Dnc Extension.\",\n \"version\": \"0.2.0\"\n },\n + \ \"sha256Digest\": \"3c58a81f60b49ab7fc0cbe4950cef1ec847788aaa2c2d24cf345ee11b9f0d450\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dnc-0.2.1-py3-none-any.whl\",\n + \ \"filename\": \"dnc-0.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dnc\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dnc\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Dnc Extension.\",\n \"version\": \"0.2.1\"\n },\n + \ \"sha256Digest\": \"e38474ca9b28bed5dde388cf73dff9e3504825032b03c5bf8930c25caf292026\"\n + \ }\n ],\n \"dns-resolver\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/dns_resolver-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"dns_resolver-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dns-resolver\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dns-resolver\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DnsResolverManagementClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"4537129127c2e4efc69909c5769753d3f8213d5e3eef9c4d42282d4e011905d8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dns_resolver-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"dns_resolver-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.39.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dns-resolver\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dns-resolver\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DnsResolverManagementClient Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"1c4bb8216e509c2f08fa75c45930ec377768326f30cb9ab125842aa9352c6e2e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dns_resolver-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"dns_resolver-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dns-resolver\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dns-resolver\",\n \"summary\": \"Microsoft Azure Command-Line + Tools DnsResolverManagementClient Extension\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"0dd4ea72e353553f20545caff2578fcb762a9e2637a456a633511108e2ec00e3\"\n + \ }\n ],\n \"durabletask\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/durabletask-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"durabletask-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/durabletask\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"durabletask\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Durabletask Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"d7a929b294928df79d8312fbf6af72c5d928e304c4a7b37daf3ff772667dfb25\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/durabletask-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"durabletask-1.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.67.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/durabletask\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"durabletask\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Durabletask Extension.\",\n \"version\": \"1.0.0b2\"\n + \ },\n \"sha256Digest\": \"96557323768a0ebc5929474f8a32c49a1da07ff058ec997d059626d20d792229\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/durabletask-1.0.0b3-py3-none-any.whl\",\n + \ \"filename\": \"durabletask-1.0.0b3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.67.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/durabletask\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"durabletask\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Durabletask Extension.\",\n \"version\": \"1.0.0b3\"\n + \ },\n \"sha256Digest\": \"22d42b9a46414a2c91d76f8589ecfa5bb5ef121c3015e48a37114fbd5c1d44af\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/durabletask-1.0.0b4-py3-none-any.whl\",\n + \ \"filename\": \"durabletask-1.0.0b4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.70.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/durabletask\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"durabletask\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Durabletask Extension.\",\n \"version\": \"1.0.0b4\"\n + \ },\n \"sha256Digest\": \"2fe82297273897f49bb449179664ae2df56fb689552713baf19fc4ce5fd81f56\"\n + \ }\n ],\n \"dynatrace\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/dynatrace-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"dynatrace-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.41.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dynatrace\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dynatrace\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Dynatrace Extension.\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"112a7e423461d1b6f7c385fe8b73b4f2b850e2570c35a54a4bbcc2e87afec661\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dynatrace-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"dynatrace-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dynatrace\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dynatrace\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Dynatrace Extension.\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"81a08ebad9d9305fc96f58030fe1336553c46150ebd9cdb9febbe050baa4664c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dynatrace-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"dynatrace-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dynatrace\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dynatrace\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Dynatrace Extension.\",\n \"version\": \"1.1.0\"\n + \ },\n \"sha256Digest\": \"091f40d8764245bcb9667e422d4dd372114c9f00a72a080f9c8ef92b43c518d6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/dynatrace-1.1.1-py3-none-any.whl\",\n + \ \"filename\": \"dynatrace-1.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.70.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/dynatrace\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"dynatrace\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Dynatrace Extension.\",\n \"version\": \"1.1.1\"\n + \ },\n \"sha256Digest\": \"b83a9370bac7092ad2853ec2325dc6acc58b5e3186aaf076a1f68b0ab9f286f8\"\n + \ }\n ],\n \"edgeorder\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/edgeorder-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"edgeorder-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/edgeorder\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"edgeorder\",\n \"summary\": \"Microsoft Azure Command-Line + Tools EdgeOrderManagementClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"186a06d0f8603f7e0faeed5296ecc73bf1096e0d681acea42d5ebccc1670357b\"\n + \ }\n ],\n \"edgezones\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/edgezones-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"edgezones-1.0.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/edgezones\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"edgezones\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Edgezones Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"98f1b962dcbb078cfb8cd12d40a58d01bcc37db441570f84e293ba0ba52c6c08\"\n + \ }\n ],\n \"elastic\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/elastic-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"elastic-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/elastic\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"elastic\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MicrosoftElastic Extension\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"bcc9f3d37aa7a73a57899873c1f4ed3baa7d5d80e98f8ac74cdbc993ea939215\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/elastic-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"elastic-1.0.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/elastic\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"elastic\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MicrosoftElastic Extension\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"7e3bac2488c82cfc6a0809643be222cb4d765b65ddef760b04e1bfef6bf653b6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/elastic-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"elastic-1.0.0b2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/elastic\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"elastic\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MicrosoftElastic Extension\",\n \"version\": \"1.0.0b2\"\n + \ },\n \"sha256Digest\": \"1d99dbcc10b99185b4cd9b64a8835d80b424226e5cf5d40b3e3ae1d435532657\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/elastic-1.0.0b3-py3-none-any.whl\",\n + \ \"filename\": \"elastic-1.0.0b3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/elastic\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"elastic\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MicrosoftElastic Extension\",\n \"version\": \"1.0.0b3\"\n + \ },\n \"sha256Digest\": \"2f3ae430d3c34dd4007c8c5a8374963568cc23558872464242811cc5a26e2de7\"\n + \ }\n ],\n \"elastic-san\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/elastic_san-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"elastic_san-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.40.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/elastic-san\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"elastic-san\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ElasticSan Extension.\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"eda91cb50484637810d1aa9177affbe4bb2008ef1072497414ddcc4cde558fdf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/elastic_san-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"elastic_san-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.50.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/elastic-san\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"elastic-san\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ElasticSan Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"61e661066fdbcab54335f028748a81b6dd45d48a41c86ab99cbf69386181eb08\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/elastic_san-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"elastic_san-1.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/elastic-san\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"elastic-san\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ElasticSan Extension.\",\n \"version\": \"1.0.0b2\"\n + \ },\n \"sha256Digest\": \"6d2f1247ae78e431d4834989df581cd21241d16b97071bf672fb8b71ee3ad702\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/elastic_san-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"elastic_san-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/elastic-san\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"elastic-san\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ElasticSan Extension.\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"f7665c05f0e14785d15b199cd798f3f91b55bc974d5f438957dd7b36690da6c2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/elastic_san-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"elastic_san-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/elastic-san\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"elastic-san\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ElasticSan Extension.\",\n \"version\": \"1.1.0\"\n + \ },\n \"sha256Digest\": \"aba0ea3f82a551b98a797bce90df3e580493bbeb9a19fb4dc3dac20bdae92f34\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/elastic_san-1.2.0b1-py3-none-any.whl\",\n + \ \"filename\": \"elastic_san-1.2.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/elastic-san\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"elastic-san\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ElasticSan Extension.\",\n \"version\": \"1.2.0b1\"\n + \ },\n \"sha256Digest\": \"52fb72b1dc50b134ce964488edec554c7d8449f841e47d8b355d9f1ac710ce60\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/elastic_san-1.2.0b2-py3-none-any.whl\",\n + \ \"filename\": \"elastic_san-1.2.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.67.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/elastic-san\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"elastic-san\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ElasticSan Extension.\",\n \"version\": \"1.2.0b2\"\n + \ },\n \"sha256Digest\": \"0b045339d7c4cc0e7668c49f802984ddb959ee4eaa8c2b05b8d1fbc2aa725890\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/elastic_san-1.2.0b3-py3-none-any.whl\",\n + \ \"filename\": \"elastic_san-1.2.0b3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.70.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/elastic-san\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"elastic-san\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ElasticSan Extension.\",\n \"version\": \"1.2.0b3\"\n + \ },\n \"sha256Digest\": \"ce347d6b7c1b60db54334b61256c9924d4546ab58dfcefb139b7cf9ea3d2339a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/elastic_san-1.3.0-py3-none-any.whl\",\n + \ \"filename\": \"elastic_san-1.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.70.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/elastic-san\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"elastic-san\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ElasticSan Extension.\",\n \"version\": \"1.3.0\"\n + \ },\n \"sha256Digest\": \"6355e5b09697de78b12fd01e10d695b9f036ac5c0b4c8c28c0673ba6dd4ea0ec\"\n + \ }\n ],\n \"eventgrid\": [\n {\n \"downloadUrl\": + \"https://eventgridcliextension.blob.core.windows.net/cli/eventgrid-0.4.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"eventgrid-0.4.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ahamad@microsoft.com\",\n + \ \"name\": \"Ashraf Hamad.\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"eventgrid\",\n \"summary\": \"Microsoft Azure Command-Line + Tools EventGrid Command Module.\",\n \"version\": \"0.4.4\"\n + \ },\n \"sha256Digest\": \"c91ac92ab27a7127c9def51e096f749986b57acf209b357eaf1494d3dbfb33f9\"\n + \ },\n {\n \"downloadUrl\": \"https://eventgridcliextension.blob.core.windows.net/cli/eventgrid-0.4.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"eventgrid-0.4.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"rgrandhi@microsoft.com\",\n + \ \"name\": \"Ramesh Grandhi.\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"eventgrid\",\n \"summary\": \"Microsoft Azure Command-Line + Tools EventGrid Command Module.\",\n \"version\": \"0.4.6\"\n + \ },\n \"sha256Digest\": \"6ef9f9cf895b5dcdf9a38c2490a0c81e8254de4302dc7139fb6a4fcf2203318d\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/eventgrid-0.4.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"eventgrid-0.4.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ahamad@microsoft.com\",\n + \ \"name\": \"Ashraf Hamad.\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"eventgrid\",\n \"summary\": \"Microsoft Azure Command-Line + Tools EventGrid Command Module.\",\n \"version\": \"0.4.7\"\n + \ },\n \"sha256Digest\": \"f1bff60574d25ccc04eb2038081771b626651d144d9ab01be2b7410e1b02f56a\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/eventgrid-0.4.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"eventgrid-0.4.8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ahamad@microsoft.com\",\n + \ \"name\": \"Ashraf Hamad.\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"eventgrid\",\n \"summary\": \"Microsoft Azure Command-Line + Tools EventGrid Command Module.\",\n \"version\": \"0.4.8\"\n + \ },\n \"sha256Digest\": \"8f307569c920e1b75d4b6dfb47ad80c0cd49bf54a3a65139b57edff8a4776d45\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/eventgrid-0.4.9-py2.py3-none-any.whl\",\n + \ \"filename\": \"eventgrid-0.4.9-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.49\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ahamad@microsoft.com\",\n + \ \"name\": \"Ashraf Hamad.\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"eventgrid\",\n \"summary\": \"Microsoft Azure Command-Line + Tools EventGrid Command Module.\",\n \"version\": \"0.4.9\"\n + \ },\n \"sha256Digest\": \"1682f61dbb8350611dfeb1f2486158732264eeb35e22af8d7daf39839a720839\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/eventgrid-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"eventgrid-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ahamad@microsoft.com\",\n + \ \"name\": \"Ashraf Hamad.\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/eventgrid\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"eventgrid\",\n \"summary\": \"Microsoft Azure Command-Line + Tools EventGrid Command Module.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"662ca2a381efcf821a16648ff3b89edbe21f4e9887e18ffa7ee0dbbaf0332ede\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/eventgrid-1.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"eventgrid-1.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ahamad@microsoft.com\",\n + \ \"name\": \"Ashraf Hamad.\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/eventgrid\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"eventgrid\",\n \"summary\": \"Microsoft Azure Command-Line + Tools EventGrid Command Module.\",\n \"version\": \"1.0.0b2\"\n + \ },\n \"sha256Digest\": \"c7d43d2435c7122739a59552129871fb81e833b7711396ffd1b6f2f3bf578868\"\n + \ }\n ],\n \"express-route-cross-connection\": [\n + \ {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/express_route_cross_connection-0.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"express_route_cross_connection-0.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.41\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/express-route-cross-connection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"express-route-cross-connection\",\n \"summary\": \"Manage + customer ExpressRoute circuits using an ExpressRoute cross-connection.\",\n + \ \"version\": \"0.1.1\"\n },\n \"sha256Digest\": + \"b83f723baae0ea04557a87f358fa2131baf15d45cd3aba7a9ab42d14ec80df38\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/express_route_cross_connection-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"express_route_cross_connection-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/express-route-cross-connection\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"express-route-cross-connection\",\n \"summary\": \"Microsoft + Azure Command-Line Tools ExpressRouteCrossConnection Extension.\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"c7599b77f636f01718a847fe4f5ad970e1d3f30aeaf559d69c27f0f6b06797cd\"\n + \ }\n ],\n \"firmwareanalysis\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/firmwareanalysis-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"firmwareanalysis-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.55.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/firmwareanalysis\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"firmwareanalysis\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Firmwareanalysis Extension.\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"1c3df1441de76edb08bed05ac279dd2b02bd6fab68a0b9a495dfd7ecce3e92cb\"\n + \ }\n ],\n \"fleet\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"fleet-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.37.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"0.1.0\"\n },\n + \ \"sha256Digest\": \"d3f3a3ac441de4c52684ad3afb55fa7008d2796b226139be11fb73f314ef2207\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"fleet-0.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.39.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"0.1.1\"\n },\n + \ \"sha256Digest\": \"b885481b31de89103b7ceb94770bdbb561f9ad086574ba68b09bd53e5f9e08ed\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"fleet-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.39.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"0.2.0\"\n },\n + \ \"sha256Digest\": \"bbcad15099156a964fcfe102670b7b75531da74de29b960518b868ab78d4f45f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-0.2.1-py3-none-any.whl\",\n + \ \"filename\": \"fleet-0.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.39.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"0.2.1\"\n },\n + \ \"sha256Digest\": \"880d6a3596534a1f06c7d98d8e14030f43d5e6194430705b9261d31262f01f73\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-0.2.2-py3-none-any.whl\",\n + \ \"filename\": \"fleet-0.2.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"0.2.2\"\n },\n + \ \"sha256Digest\": \"7f52b16d4e2d2b8e97be00fa20b1c1756d439c771de294664e0ff4efefdd5c27\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-0.2.3-py3-none-any.whl\",\n + \ \"filename\": \"fleet-0.2.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"0.2.3\"\n },\n + \ \"sha256Digest\": \"cdefbe422d0787803f35a8ae9fb7f64ab911a674855bd442df61b26f8b3f8fc7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-0.2.4-py3-none-any.whl\",\n + \ \"filename\": \"fleet-0.2.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"0.2.4\"\n },\n + \ \"sha256Digest\": \"2db0908b72d78c62b826ce24bd8b9f1a7ad8ebe56a8b94c6e687103e147f22f3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-0.2.6-py3-none-any.whl\",\n + \ \"filename\": \"fleet-0.2.6-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"0.2.6\"\n },\n + \ \"sha256Digest\": \"42c5dba49c7740f19315334f598bcef206222ea3e7cf8e43efc6f4a1d9131de4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-0.2.7-py3-none-any.whl\",\n + \ \"filename\": \"fleet-0.2.7-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"0.2.7\"\n },\n + \ \"sha256Digest\": \"ffb469e8d94f55507a56742cc432fcf17cfe286bb016a683015e0ca95fcdf72f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"fleet-0.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"0.3.0\"\n },\n + \ \"sha256Digest\": \"d86415fc9ee7bab9835ee34f1bc526fb411b0225cd055acdf3bf2f92ed9b6c8d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"fleet-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"faa616540c78cf2f5a5b50668d9dcf446ef4fd42ba6b791e4e3d7a6e538dfbd8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"fleet-1.0.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"1.0.1\"\n },\n + \ \"sha256Digest\": \"6c083a77e26293d51b3d4063cbaa2e6c3d5dace142278bbf36474015c58a21bf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-1.0.2-py3-none-any.whl\",\n + \ \"filename\": \"fleet-1.0.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"1.0.2\"\n },\n + \ \"sha256Digest\": \"ed2594f6deb93be770f9d0ae9379260795ae4e3da323d300ad88f1be0764f70b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-1.0.3-py3-none-any.whl\",\n + \ \"filename\": \"fleet-1.0.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"1.0.3\"\n },\n + \ \"sha256Digest\": \"cd93b819d0a8c1ab50f4aec00b31623fd01040362c4cd633a89ba03fc894eb73\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-1.0.4-py3-none-any.whl\",\n + \ \"filename\": \"fleet-1.0.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"1.0.4\"\n },\n + \ \"sha256Digest\": \"2aac868e3dd298759f38bb941105b031fa6a5d6d9c2b72d0c1467045115e2c41\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-1.0.5-py3-none-any.whl\",\n + \ \"filename\": \"fleet-1.0.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"1.0.5\"\n },\n + \ \"sha256Digest\": \"dca1261a36ae06aa4d6a61b2c070f56c0a2bedff6023e2063bad8b678456cb26\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"fleet-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"1.1.0\"\n },\n + \ \"sha256Digest\": \"aef2ad74e99cdd5c0adacffc2470b5807c2e8ffb6405709f41a07dc8ea53c850\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-1.1.1-py3-none-any.whl\",\n + \ \"filename\": \"fleet-1.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"1.1.1\"\n },\n + \ \"sha256Digest\": \"36b85eba90e306593595955c8663426f0c9e377719d179b0a2118b97403c3651\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-1.1.2-py3-none-any.whl\",\n + \ \"filename\": \"fleet-1.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"1.1.2\"\n },\n + \ \"sha256Digest\": \"d0d2cf188da6a2f72ebc335d1ff82827c84a4965e23188e3408c85b90e2131dc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-1.2.0-py3-none-any.whl\",\n + \ \"filename\": \"fleet-1.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"1.2.0\"\n },\n + \ \"sha256Digest\": \"6e9504f22893636a14990955bfb731e77a2f681b100f2cb20cc2455ce15a2b8b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-1.2.1-py3-none-any.whl\",\n + \ \"filename\": \"fleet-1.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"1.2.1\"\n },\n + \ \"sha256Digest\": \"d7e3525249c0c4e5ae0988500e36847b4363d734f7b16e7a0f9a9e54623081ae\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-1.2.2-py3-none-any.whl\",\n + \ \"filename\": \"fleet-1.2.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"1.2.2\"\n },\n + \ \"sha256Digest\": \"76bd826b8200e6fa955cc4db8ad66b64af156cb6cb1690e5f1af7dba1cbb3b58\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-1.3.0-py3-none-any.whl\",\n + \ \"filename\": \"fleet-1.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"1.3.0\"\n },\n + \ \"sha256Digest\": \"411fbf4bef6f1495218f03907a2157e7d269bfa7da966c99b73627d1c96c95ff\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-1.4.0-py3-none-any.whl\",\n + \ \"filename\": \"fleet-1.4.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"1.4.0\"\n },\n + \ \"sha256Digest\": \"1d83a9000c879ff1a9a2bff2ea23183ab61e342713dfedb662345593b1658438\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-1.5.0-py3-none-any.whl\",\n + \ \"filename\": \"fleet-1.5.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"1.5.0\"\n },\n + \ \"sha256Digest\": \"1bfb6fe472917f33b4c6bd5cfbd9767e94b31cf794bf1cd4546b67f933599185\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-1.5.1-py3-none-any.whl\",\n + \ \"filename\": \"fleet-1.5.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"1.5.1\"\n },\n + \ \"sha256Digest\": \"9b3bd2ef29f1eea98cd60e291dac641a387beea1ce068764739e5df8f529c666\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/fleet-1.5.2-py3-none-any.whl\",\n + \ \"filename\": \"fleet-1.5.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fleet\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fleet\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Fleet Extension\",\n \"version\": \"1.5.2\"\n },\n + \ \"sha256Digest\": \"a2c85f2bc1b8344092371b9c0247b8e9cb0a9f0e1e441bcead01b68062c26eaf\"\n + \ }\n ],\n \"fluid-relay\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/fluid_relay-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"fluid_relay-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.39.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/fluid-relay\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fluid-relay\",\n \"summary\": \"Microsoft Azure Command-Line + Tools FluidRelay Extension.\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"9217666f8134a38e09aeda905e7cc83994332a5ab563ec8935b9ff6c91563e8c\"\n + \ }\n ],\n \"footprint\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/footprint-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"footprint-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/footprint\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"footprint\",\n \"summary\": \"Microsoft Azure Command-Line + Tools FootprintMonitoringManagementClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"69b0e9a19682f12c67af509071177e442349e1e2ae2f07f1e15d5a3f4136aa95\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/footprint-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"footprint-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/footprint\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"footprint\",\n \"summary\": \"Microsoft Azure Command-Line + Tools FootprintMonitoringManagementClient Extension\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"4aa59288bf46cfd68519f1f7f63d3e33af16d80632b84c283cc7152129260b2c\"\n + \ }\n ],\n \"front-door\": [\n {\n \"downloadUrl\": + \"https://azurecliafd.blob.core.windows.net/azure-cli-extension/front_door-1.0.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.0.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.68\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.0.2\"\n },\n + \ \"sha256Digest\": \"a009045bab5dec0dfcd9715e2993ed0fa7a59b4bc6633d388415f482ed9cbc46\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/front_door-1.0.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.0.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.68\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.0.3\"\n },\n + \ \"sha256Digest\": \"e483de77921937c210e03ed32e161d0384f162c8b253bd03fe8da1927b4160d7\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/front_door-1.0.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.0.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.68\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.0.4\"\n },\n + \ \"sha256Digest\": \"49f509e8b56f4a1ef1870bac7273376df5e7fbfe1c25e10cf236e9448d66683c\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/front_door-1.0.5-py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.0.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.0.68\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.0.5\"\n },\n + \ \"sha256Digest\": \"cd55a87740de19cbd66444bdb398fd4a64115aeff92d52d2704a19ea2f083c60\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/front_door-1.0.6-py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.0.6-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.0.68\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.0.6\"\n },\n + \ \"sha256Digest\": \"fbf965d7146884a87f481138dc06153dc95fd486f9dfeb40c1f11ce4667e203e\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/front_door-1.0.7-py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.0.7-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.0.68\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.0.7\"\n },\n + \ \"sha256Digest\": \"9a97ac67c089d1e3a753fa55fa80e44b8f8a89bcae42442c19e34b035ae96231\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/front_door-1.0.8-py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.0.8-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.0.68\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.0.8\"\n },\n + \ \"sha256Digest\": \"ccc7b5eba917945af589fed41dd6435eb1fe96385ae0a80c1b3bbb4db03b77a5\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/front_door-1.0.9-py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.0.9-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.0.68\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.0.9\"\n },\n + \ \"sha256Digest\": \"064aa0c647e0dd320fd1eba50257387fd27e125838a2cf5b58121cc1c5eefc45\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/front_door-1.0.11-py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.0.11-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.0.68\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.0.11\"\n },\n + \ \"sha256Digest\": \"7f9ea186e512e6a81f3199a18cd19b5065cf9f17faedacd2936e24350ee7be14\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/front_door-1.0.12-py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.0.12-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.0.68\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.0.12\"\n },\n + \ \"sha256Digest\": \"89e7bbdb13a1afbccd285e9ae8868176cb990632eb85ce1202f23eb5b32f5e80\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/front_door-1.0.13-py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.0.13-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.0.68\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.0.13\"\n },\n + \ \"sha256Digest\": \"cc22cdd23bae7f03121c04910a02536bba7e685183fb747499d4d355135bb57c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/front_door-1.0.14-py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.0.14-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.0.68\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.0.14\"\n },\n + \ \"sha256Digest\": \"bca02f32e3a322de8cf29be1a2c255897ede3a34ee620dcc1871f1dbb6019ff1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/front_door-1.0.15-py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.0.15-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.0.68\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.0.15\"\n },\n + \ \"sha256Digest\": \"8673a26f16f0d5b96f217d69f1f2c7588105c56c7e5e53c9a1f6f36b7d9edcff\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/front_door-1.0.16-py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.0.16-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.0.68\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.0.16\"\n },\n + \ \"sha256Digest\": \"49727e1a4e61e74763c3905e4b9b5cfee8baa3ef4be628ccb6cf7e6a8d08ce1b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/front_door-1.0.17-py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.0.17-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.0.68\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.0.17\"\n },\n + \ \"sha256Digest\": \"20996a4d864963451572b71fecf4906f3e7fe8f403a651a1d1e98363df63d095\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/front_door-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.1.0\"\n },\n + \ \"sha256Digest\": \"9772792c3aac8738592bafa04965a27bc1131512d06f1023fdf663154070a3e7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/front_door-1.1.1-py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.1.1\"\n },\n + \ \"sha256Digest\": \"3f3dd05dd0fce357dd0c7c6ba886a7f1bb37096a0d2d5dc0decf057431819ea4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/front_door-1.2.0-py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.2.0\"\n },\n + \ \"sha256Digest\": \"232ba7b2cd24240d4e86d820e5fa78a11143b3a624ed953a3451210500edfbe0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/front_door-1.2.1-py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.2.1\"\n },\n + \ \"sha256Digest\": \"ec04839766ddbd2b0481a32f6cd737de88226688f91b21e08a8b193b159df33c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/front_door-1.3.0-py3-none-any.whl\",\n + \ \"filename\": \"front_door-1.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.67.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/front-door\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"front-door\",\n \"summary\": \"Manage networking Front + Doors.\",\n \"version\": \"1.3.0\"\n },\n + \ \"sha256Digest\": \"9095e93e4f087e115b55b227c5a04babcf78fe7cf2c5a96f559424437ecf4d19\"\n + \ }\n ],\n \"functionapp\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/functionapp-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"functionapp-0.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.46\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"grzuber@microsoft.com\",\n \"name\": + \"Graham Zuber\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/functionapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"functionapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-functions-devops-build (~=0.0.22)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Additional commands for Azure Functions.\",\n + \ \"version\": \"0.1.0\"\n },\n \"sha256Digest\": + \"0de3812d31b3581a333e64e32807cae7ca734a6d369180bfe21b91ee3ea105ed\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/functionapp-0.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"functionapp-0.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.46\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"grzuber@microsoft.com\",\n \"name\": + \"Graham Zuber\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/functionapp\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"functionapp\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-functions-devops-build (~=0.0.22)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Additional commands for Azure Functions.\",\n + \ \"version\": \"0.1.1\"\n },\n \"sha256Digest\": + \"9b49a2bf31e2183a122e9a8b83c782e3f7b5d1db5a5df9037219b52dec8aedaf\"\n }\n + \ ],\n \"fzf\": [\n {\n \"downloadUrl\": + \"https://pahealyfzf.blob.core.windows.net/fzf/fzf-1.0.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"fzf-1.0.2-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.isPreview\": + false,\n \"azext.maxCliCoreVersion\": \"2.99.0\",\n \"azext.minCliCoreVersion\": + \"2.9.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"patrick.healy@microsoft.com\",\n + \ \"name\": \"Patrick W. Healy\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/phealy/azure-cli-fzf\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"fzf\",\n \"summary\": \"Microsoft Azure Command-Line + Tools fzf Extension\",\n \"version\": \"1.0.2\"\n },\n + \ \"sha256Digest\": \"84abeed03b4bbfa7b8c0be08d9366ff3040e2160df4f5a539f0e1c9e0a1c359c\"\n + \ }\n ],\n \"gallery-service-artifact\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/gallery_service_artifact-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"gallery_service_artifact-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"team-josrom@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/gallery-service-artifact\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"gallery-service-artifact\",\n \"summary\": \"Microsoft + Azure Command-Line Tools GalleryServiceArtifact Extension.\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"3f30e3e8e7e678fd9ab91b2261fb918a303cd382626509d3f00e86f1967750c6\"\n + \ }\n ],\n \"graphservices\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/graphservices-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"graphservices-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/graphservices\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"graphservices\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Graphservices Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"8aeda3901e944b038f4e812b0b7099798d2bd82d55e03e785017a504c14583e5\"\n + \ }\n ],\n \"guestconfig\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/guestconfig-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"guestconfig-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/guestconfig\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"guestconfig\",\n \"summary\": \"Microsoft Azure Command-Line + Tools GuestConfigurationClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"0cf21ef88d49458157dae77e5bb25dfdfff8c12e76d15a19d468b408f4ab61c5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/guestconfig-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"guestconfig-0.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/guestconfig\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"guestconfig\",\n \"summary\": \"Microsoft Azure Command-Line + Tools GuestConfigurationClient Extension\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"94836a5d21ee1071cd40b163d2c80c32a6a81b9dc85d91371f7e4fb35141e273\"\n + \ }\n ],\n \"hack\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/hack-0.4.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"hack-0.4.3-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"Programming Language + :: Python :: 3.9\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"chrhar@microsoft.com\",\n \"name\": \"Christopher + Harrison\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/hack\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"hack\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Hack Extension\",\n \"version\": \"0.4.3\"\n },\n + \ \"sha256Digest\": \"f9e600457e3a9fffc3235a7b30176d9f0a7f4d39ac01ea3e2668bcbdee6398a6\"\n + \ }\n ],\n \"hardware-security-modules\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/hardware_security_modules-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"hardware_security_modules-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"hardware-security-modules\",\n \"summary\": \"Microsoft + Azure Command-Line Tools AzureDedicatedHSMResourceProvider Extension\",\n + \ \"version\": \"0.1.0\"\n },\n \"sha256Digest\": + \"dafa526a4bce243940432e91f6f28d2254bdcc1a90eaa0f097493f9d79a23b36\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/hardware_security_modules-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"hardware_security_modules-0.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/hardware-security-modules\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"hardware-security-modules\",\n \"summary\": \"Microsoft + Azure Command-Line Tools AzureDedicatedHSMResourceProvider Extension\",\n + \ \"version\": \"0.2.0\"\n },\n \"sha256Digest\": + \"ac4a10e2cc64a4d0818e48ffbcddfeb4307dd56b8875bc01c02687d473c9fe9b\"\n }\n + \ ],\n \"hdinsightonaks\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/hdinsightonaks-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"hdinsightonaks-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/hdinsightonaks\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"hdinsightonaks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Hdinsightonaks Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"566c30d67d6b524ac25f77342121e0e7a6ed4ab0af561fcc6e94b0629a03f40c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/hdinsightonaks-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"hdinsightonaks-1.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/hdinsightonaks\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"hdinsightonaks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Hdinsightonaks Extension.\",\n \"version\": \"1.0.0b2\"\n + \ },\n \"sha256Digest\": \"c323291952f9ec6014af5f760b26860bd8029aa04cc226fd5996f20726641c59\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/hdinsightonaks-1.0.0b3-py3-none-any.whl\",\n + \ \"filename\": \"hdinsightonaks-1.0.0b3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/hdinsightonaks\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"hdinsightonaks\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Hdinsightonaks Extension.\",\n \"version\": \"1.0.0b3\"\n + \ },\n \"sha256Digest\": \"f549b85107b7b83ff64fcfa5c90a5d7e900a5ea2efe76eec9b1f81689e58c365\"\n + \ }\n ],\n \"healthbot\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/healthbot-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"healthbot-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/healthbot\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"healthbot\",\n \"summary\": \"Microsoft Azure Command-Line + Tools HealthbotClient Extension\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"9134fad2511516e714a5db346d63865af0badf0599ade3f1c15faca0055585a3\"\n + \ }\n ],\n \"healthcareapis\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/healthcareapis-0.1.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"healthcareapis-0.1.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"healthcareapis\",\n \"summary\": \"Microsoft Azure Command-Line + Tools HealthCareApis Extension\",\n \"version\": \"0.1.3\"\n + \ },\n \"sha256Digest\": \"2bc0f7c9642cb0afe682218761205d2b7ffe842a397fd679ad462506f2846ce0\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/healthcareapis-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"healthcareapis-0.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"healthcareapis\",\n \"summary\": \"Microsoft Azure Command-Line + Tools HealthcareApisManagementClient Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"460655a4287a7e4ecf69fac32c95628df9ce776a802f061a81f54f7d89aca0ba\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/healthcareapis-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"healthcareapis-0.3.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/healthcareapis\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"healthcareapis\",\n \"summary\": \"Microsoft Azure Command-Line + Tools HealthcareApisManagementClient Extension\",\n \"version\": + \"0.3.0\"\n },\n \"sha256Digest\": \"6dcb79765e87026db4f6e09f4a85e9d6a523fb9928a5586c3cb5e16cc1e1f3be\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/healthcareapis-0.3.1-py3-none-any.whl\",\n + \ \"filename\": \"healthcareapis-0.3.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/healthcareapis\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"healthcareapis\",\n \"summary\": \"Microsoft Azure Command-Line + Tools HealthcareApisManagementClient Extension\",\n \"version\": + \"0.3.1\"\n },\n \"sha256Digest\": \"c1804f41528fdfb2ccc355a3a7e28c961fb1a783c767d855b886db0483897e33\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/healthcareapis-0.3.2-py3-none-any.whl\",\n + \ \"filename\": \"healthcareapis-0.3.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/healthcareapis\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"healthcareapis\",\n \"summary\": \"Microsoft Azure Command-Line + Tools HealthcareApisManagementClient Extension\",\n \"version\": + \"0.3.2\"\n },\n \"sha256Digest\": \"950fcd15946023adb8e2d7f7eb7d8a856ccf497f0ec2265225ece0df3663c285\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/healthcareapis-0.3.3-py3-none-any.whl\",\n + \ \"filename\": \"healthcareapis-0.3.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/healthcareapis\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"healthcareapis\",\n \"summary\": \"Microsoft Azure Command-Line + Tools HealthcareApisManagementClient Extension\",\n \"version\": + \"0.3.3\"\n },\n \"sha256Digest\": \"0a19a8d24aa9676a6ed141c7199696af6d784662f68d576c423707a82d4ff2d2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/healthcareapis-0.3.4-py3-none-any.whl\",\n + \ \"filename\": \"healthcareapis-0.3.4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/healthcareapis\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"healthcareapis\",\n \"summary\": \"Microsoft Azure Command-Line + Tools HealthcareApisManagementClient Extension\",\n \"version\": + \"0.3.4\"\n },\n \"sha256Digest\": \"d19fd5392f54db314a0be4db52dc2092d0cd802c7353e6c40cccfd31958fa320\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/healthcareapis-0.4.0-py3-none-any.whl\",\n + \ \"filename\": \"healthcareapis-0.4.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/healthcareapis\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"healthcareapis\",\n \"summary\": \"Microsoft Azure Command-Line + Tools HealthcareApisManagementClient Extension\",\n \"version\": + \"0.4.0\"\n },\n \"sha256Digest\": \"a25d7d57d4fd3adcc37581d0acc1d6c6a46dcd0351933ed37cfba9d1abd60978\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/healthcareapis-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"healthcareapis-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.66.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/healthcareapis\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"healthcareapis\",\n \"summary\": \"Microsoft Azure Command-Line + Tools HealthcareApisManagementClient Extension\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"45214c8a235618cc383e323e3ca43b5311a7d3425be4253147228afdf44baee7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/healthcareapis-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"healthcareapis-1.0.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.66.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/healthcareapis\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"healthcareapis\",\n \"summary\": \"Microsoft Azure Command-Line + Tools HealthcareApisManagementClient Extension\",\n \"version\": + \"1.0.1\"\n },\n \"sha256Digest\": \"5532f5fcbfd47ce44d5afc98d21bd226bbe8cf9cc769b2cf157fec11d41a2e12\"\n + \ }\n ],\n \"hpc-cache\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/hpc_cache-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"hpc_cache-0.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.3.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"hpc-cache\",\n \"summary\": \"Microsoft Azure Command-Line + Tools StorageCache Extension\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"0961683cd21f09622399f54b62389fc5d529f861c2280c4751ae977c83da9ae0\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/hpc_cache-0.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"hpc_cache-0.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.3.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"hpc-cache\",\n \"summary\": \"Microsoft Azure Command-Line + Tools StorageCache Extension\",\n \"version\": \"0.1.1\"\n + \ },\n \"sha256Digest\": \"16f3648054ccadb1d8e3110ac7febd238f1583b1c559cd19395096e9b7588be4\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/hpc_cache-0.1.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"hpc_cache-0.1.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.3.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/hpc-cache\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"hpc-cache\",\n \"summary\": \"Microsoft Azure Command-Line + Tools StorageCache Extension\",\n \"version\": \"0.1.2\"\n + \ },\n \"sha256Digest\": \"6ca5b80e7c705bca73ec1ecfc791d82721fa19d12e4449be4d27933901a9e471\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/hpc_cache-0.1.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"hpc_cache-0.1.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.3.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/hpc-cache\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"hpc-cache\",\n \"summary\": \"Microsoft Azure Command-Line + Tools StorageCache Extension\",\n \"version\": \"0.1.3\"\n + \ },\n \"sha256Digest\": \"8c03e7450a4dc7eb28b271037053caec7530e430aef801d6e1223adc9228083e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/hpc_cache-0.1.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"hpc_cache-0.1.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.3.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/hpc-cache\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"hpc-cache\",\n \"summary\": \"Microsoft Azure Command-Line + Tools StorageCache Extension\",\n \"version\": \"0.1.4\"\n + \ },\n \"sha256Digest\": \"2babc06382b75b3afa92d61a6e66a6d7f01878168e687ca62903c16bed782285\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/hpc_cache-0.1.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"hpc_cache-0.1.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.3.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/hpc-cache\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"hpc-cache\",\n \"summary\": \"Microsoft Azure Command-Line + Tools StorageCache Extension\",\n \"version\": \"0.1.5\"\n + \ },\n \"sha256Digest\": \"852cb417aadf0ad07e3c51413858c413bf71ea6cb49ba58289d9572f9a350507\"\n + \ }\n ],\n \"hybridaks\": [\n {\n \"downloadUrl\": + \"https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/hybridaks-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"hybridaks-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.32.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://dev.azure.com/msazure/msk8s/_git/hybridaks-utils\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"hybridaks\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"arcproxyutilities (==1.0.2)\",\n \"kubernetes + (==11.0.0)\",\n \"pycryptodome (==3.12.0)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools HybridContainerService + Extension\",\n \"version\": \"0.2.0\"\n },\n + \ \"sha256Digest\": \"7f6b82638c7f6fe675d31f3df8fcc82f6ecb651d74c2f8b1bcd0c5fe5d3477fb\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/hybridaks-0.2.1-py3-none-any.whl\",\n + \ \"filename\": \"hybridaks-0.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.32.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"Programming Language :: Python :: 3.9\",\n \"License + :: OSI Approved :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://dev.azure.com/msazure/msk8s/_git/hybridaks-utils\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"hybridaks\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"arcproxyutilities (==1.0.2)\",\n \"kubernetes + (==11.0.0)\",\n \"pycryptodome (==3.12.0)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools HybridContainerService + Extension\",\n \"version\": \"0.2.1\"\n },\n + \ \"sha256Digest\": \"d7998850327419509bcd099168c20be6c65c9d14c927ed8adcde315802a05ba3\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/hybridaks-0.2.2-py3-none-any.whl\",\n + \ \"filename\": \"hybridaks-0.2.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.32.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"Programming Language :: Python :: 3.9\",\n \"License + :: OSI Approved :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://dev.azure.com/msazure/msk8s/_git/hybridaks-utils\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"hybridaks\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"arcproxyutilities (==1.0.2)\",\n \"kubernetes + (==11.0.0)\",\n \"pycryptodome (==3.12.0)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools HybridContainerService + Extension\",\n \"version\": \"0.2.2\"\n },\n + \ \"sha256Digest\": \"adb5a274d9788aebca3086faa48dcbef5ef0871c9f6b3c16ace48f62f230bcfb\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/hybridaks-0.2.3-py3-none-any.whl\",\n + \ \"filename\": \"hybridaks-0.2.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.32.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"Programming Language :: Python :: 3.9\",\n \"License + :: OSI Approved :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://dev.azure.com/msazure/msk8s/_git/hybridaks-utils\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"hybridaks\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"kubernetes==11.0.0\",\n + \ \"pycryptodome (==3.12.0)\",\n \"pycryptodome==3.12.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools HybridContainerService + Extension\",\n \"version\": \"0.2.3\"\n },\n + \ \"sha256Digest\": \"1a18b7b682f4249223f78341d4a9778ccf97fcf4443aa98483408f97888e03b8\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/hybridaks-0.2.4-py3-none-any.whl\",\n + \ \"filename\": \"hybridaks-0.2.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.32.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"Programming Language :: Python :: 3.9\",\n \"License + :: OSI Approved :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://dev.azure.com/msazure/msk8s/_git/hybridaks-utils\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"hybridaks\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"kubernetes (==11.0.0)\",\n \"kubernetes==11.0.0\",\n + \ \"pycryptodome (==3.12.0)\",\n \"pycryptodome==3.12.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools HybridContainerService + Extension\",\n \"version\": \"0.2.4\"\n },\n + \ \"sha256Digest\": \"48a1c1dea8995c377d6d93abff330c39d1f134fd7028d46c34cb02615b0ff2b4\"\n + \ }\n ],\n \"image-copy-extension\": [\n {\n + \ \"downloadUrl\": \"https://files.pythonhosted.org/packages/48/6f/7fa75dfa7c015c0b58f18473b4aa8d565be8606d9740d4442b32b17df913/image_copy_extension-0.2.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"image_copy_extension-0.2.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.24\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"tamir.kamara@microsoft.com\",\n \"name\": + \"Tamir Kamara\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"image-copy-extension\",\n \"summary\": \"Support for + copying managed vm images between regions\",\n \"version\": + \"0.2.3\"\n },\n \"sha256Digest\": \"8a88c2600f9dad5f38ca6128ab8efaa38a974fbb7fe8c875fc50b7bb7d37bd54\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/image_copy_extension-0.2.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"image_copy_extension-0.2.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.24\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tamir.kamara@microsoft.com\",\n + \ \"name\": \"Tamir Kamara\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"image-copy-extension\",\n \"summary\": \"Support for + copying managed vm images between regions\",\n \"version\": + \"0.2.4\"\n },\n \"sha256Digest\": \"174e2437b20a979257a93017209ba1ff5d1969ea1eca7f3cbe57e8d11c75f4f4\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/image_copy_extension-0.2.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"image_copy_extension-0.2.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.24\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tamir.kamara@microsoft.com\",\n + \ \"name\": \"Tamir Kamara\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"image-copy-extension\",\n \"summary\": \"Support for + copying managed vm images between regions\",\n \"version\": + \"0.2.5\"\n },\n \"sha256Digest\": \"14216b9664365a03ccd6d2cb469a32ab1e38f1d1e9b2735d27725cdc5300b148\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/image_copy_extension-0.2.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"image_copy_extension-0.2.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.24\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tamir.kamara@microsoft.com\",\n + \ \"name\": \"Tamir Kamara\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"image-copy-extension\",\n \"summary\": \"Support for + copying managed vm images between regions\",\n \"version\": + \"0.2.6\"\n },\n \"sha256Digest\": \"69cc6fac34625677c94fb276dc97caca8769295db51dc480da4b194a0ec94720\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/image_copy_extension-0.2.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"image_copy_extension-0.2.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.24\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tamir.kamara@microsoft.com\",\n + \ \"name\": \"Tamir Kamara\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"image-copy-extension\",\n \"summary\": \"Support for + copying managed vm images between regions\",\n \"version\": + \"0.2.7\"\n },\n \"sha256Digest\": \"565cf4411a6b12d2940365a7d4d578422709a2c38f95a253e5f6e82ab9bd6bdd\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/image_copy_extension-0.2.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"image_copy_extension-0.2.8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.24\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tamir.kamara@microsoft.com\",\n + \ \"name\": \"Tamir Kamara\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/image-copy\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"image-copy-extension\",\n \"summary\": \"Support for + copying managed vm images between regions\",\n \"version\": + \"0.2.8\"\n },\n \"sha256Digest\": \"b57f554b77e68d414b9f79016311a3e5c180f76206557909319edcad9ada5240\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/image_copy_extension-0.2.9-py2.py3-none-any.whl\",\n + \ \"filename\": \"image_copy_extension-0.2.9-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.24\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tamir.kamara@microsoft.com\",\n + \ \"name\": \"Tamir Kamara\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/image-copy\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"image-copy-extension\",\n \"summary\": \"Support for + copying managed vm images between regions\",\n \"version\": + \"0.2.9\"\n },\n \"sha256Digest\": \"2ed4710d1e30aa0c21c5e5bbc92d971c0ef325f602ba36698f90663497f3cfbb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/image_copy_extension-0.2.10-py2.py3-none-any.whl\",\n + \ \"filename\": \"image_copy_extension-0.2.10-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.24\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tamir.kamara@microsoft.com\",\n + \ \"name\": \"Tamir Kamara\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/image-copy\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"image-copy-extension\",\n \"summary\": \"Support for + copying managed vm images between regions\",\n \"version\": + \"0.2.10\"\n },\n \"sha256Digest\": \"005ddd130d3f45d47d9dfed948a8c390e79df9b64043c26e52494987dda3969b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/image_copy_extension-0.2.11-py2.py3-none-any.whl\",\n + \ \"filename\": \"image_copy_extension-0.2.11-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.24\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tamir.kamara@microsoft.com\",\n + \ \"name\": \"Tamir Kamara\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/image-copy\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"image-copy-extension\",\n \"summary\": \"Support for + copying managed vm images between regions\",\n \"version\": + \"0.2.11\"\n },\n \"sha256Digest\": \"3c4a93131c2e792ca79aab9382e7f70abff8c9c27b299071a27eb59ae9708993\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/image_copy_extension-0.2.12-py2.py3-none-any.whl\",\n + \ \"filename\": \"image_copy_extension-0.2.12-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.24\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tamir.kamara@microsoft.com\",\n + \ \"name\": \"Tamir Kamara\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/image-copy\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"image-copy-extension\",\n \"summary\": \"Support for + copying managed vm images between regions\",\n \"version\": + \"0.2.12\"\n },\n \"sha256Digest\": \"d45db946ccca399f618ffd9f36bfa97147ee33490f5cb41bbd192060f2bb6dcd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/image_copy_extension-0.2.13-py2.py3-none-any.whl\",\n + \ \"filename\": \"image_copy_extension-0.2.13-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.24\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tamir.kamara@microsoft.com\",\n + \ \"name\": \"Tamir Kamara\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/image-copy\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"image-copy-extension\",\n \"summary\": \"Support for + copying managed vm images between regions\",\n \"version\": + \"0.2.13\"\n },\n \"sha256Digest\": \"b0d12bf3c74500790d58d99a6c32562548712cb872b7942e8ad481e270521b19\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/image_copy_extension-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"image_copy_extension-1.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.66.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tamir.kamara@microsoft.com\",\n + \ \"name\": \"Tamir Kamara\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/image-copy\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"image-copy-extension\",\n \"summary\": \"Support for + copying managed vm images between regions\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"e113bb1479b241d25dd066343aa745f70c5816ae54e2c01761cccf1603945fd8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/image_copy_extension-1.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"image_copy_extension-1.0.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.68.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tamir.kamara@microsoft.com\",\n + \ \"name\": \"Tamir Kamara\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/image-copy\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"image-copy-extension\",\n \"summary\": \"Support for + copying managed vm images between regions\",\n \"version\": + \"1.0.1\"\n },\n \"sha256Digest\": \"5d8323121e4a5fc6dd9575c40616ac0cb8c3671ec3bc52b68c39b04e764f6594\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/image_copy_extension-1.0.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"image_copy_extension-1.0.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.68.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"tamir.kamara@microsoft.com\",\n + \ \"name\": \"Tamir Kamara\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/image-copy\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"image-copy-extension\",\n \"summary\": \"Support for + copying managed vm images between regions\",\n \"version\": + \"1.0.2\"\n },\n \"sha256Digest\": \"3ce2e4057253880f6667c7b3614243725dff0920a535d7df6017106c94dba256\"\n + \ }\n ],\n \"image-gallery\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/image_gallery-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"image_gallery-0.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"image-gallery\",\n \"summary\": \"Support for Azure Image + Gallery\",\n \"version\": \"0.1.0\"\n },\n + \ \"sha256Digest\": \"e7939c407eebea41a5c98d094f29428d40efcb8b73330e113304af35a3631971\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/image_gallery-0.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"image_gallery-0.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"image-gallery\",\n \"summary\": \"Support for Azure Image + Gallery\",\n \"version\": \"0.1.1\"\n },\n + \ \"sha256Digest\": \"b2741a832f5955b53d2899eb332bb0a2df1462ec310ea1dee89e11ff041d1ac4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/image_gallery-0.1.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"image_gallery-0.1.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"image-gallery\",\n \"summary\": \"Support for Azure Image + Gallery\",\n \"version\": \"0.1.2\"\n },\n + \ \"sha256Digest\": \"41dfa1cda5be37acd0c2236bd8febae31a117e99d2c267fb3a76f50b6ba0aa1c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/image_gallery-0.1.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"image_gallery-0.1.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/image-gallery\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"image-gallery\",\n \"summary\": \"Support for Azure Image + Gallery\",\n \"version\": \"0.1.3\"\n },\n + \ \"sha256Digest\": \"6260c1f4bfb589d2ba0569317358a149caabbbd49a048e69328e44871694aacd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/image_gallery-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"image_gallery-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.3.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/image-gallery\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"image-gallery\",\n \"summary\": \"Support for Azure Image + Gallery\",\n \"version\": \"1.0.0b1\"\n },\n + \ \"sha256Digest\": \"5b054d67b75871f5c42e5b1236b9212a0b68958138a0d448409d43a09c732191\"\n + \ }\n ],\n \"import-export\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/import_export-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"import_export-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"import-export\",\n \"summary\": \"Microsoft Azure Command-Line + Tools StorageImportExport Extension\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"6a5a1a1a23c7ff90e01b1f0a33d04874d750845e6cda56badce4ce99a518ef55\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/import_export-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"import_export-0.1.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"import-export\",\n \"summary\": \"Microsoft Azure Command-Line + Tools StorageImportExport Extension\",\n \"version\": \"0.1.1\"\n + \ },\n \"sha256Digest\": \"0680948362e12138c9582e68e471533482749bd660bfe3c8c2a4d856e90927b0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/import_export-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"import_export-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/import-export\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"import-export\",\n \"summary\": \"Microsoft Azure Command-Line + Tools StorageImportExport Extension\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"c4e36f1003031a67615a45cd12592bf5c11c54b7bd957f6c2af90efcb5c517b2\"\n + \ }\n ],\n \"informatica\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/informatica-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"informatica-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/informatica\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"informatica\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Informatica Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"6166ae91c78e74c01af3bd1ead2d62832707e176ea0f7d5d30a5dd485f482462\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/informatica-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"informatica-1.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.70.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/informatica\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"informatica\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Informatica Extension.\",\n \"version\": \"1.0.0b2\"\n + \ },\n \"sha256Digest\": \"4c66e33fb2ec5bb4a07416b035832f15ef24000745cdbccc09c269facd30cb4c\"\n + \ }\n ],\n \"init\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/init-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"init-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/init\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"init\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Init Extension\",\n \"version\": \"0.1.0\"\n },\n + \ \"sha256Digest\": \"1177fc293dc118b449b761ec2c728d39755fc3939de8d4bfd89cce1bfb218e86\"\n + \ }\n ],\n \"interactive\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/interactive-0.4.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"interactive-0.4.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"2.0.61\",\n \"azext.minCliCoreVersion\": + \"2.0.50.dev0\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"interactive\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"prompt-toolkit (~=1.0.15)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Interactive Shell\",\n \"version\": + \"0.4.1\"\n },\n \"sha256Digest\": \"22b940493972b77c62606b0ae3c834283209d8619bb740e69dd115530a328e3b\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/interactive-0.4.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"interactive-0.4.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.62\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"interactive\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"prompt-toolkit (~=1.0.15)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Interactive Shell\",\n \"version\": + \"0.4.3\"\n },\n \"sha256Digest\": \"ba78a45ec9753a42e1e805dc9cf3b309df264c6201dfd1dabcc6c00b22599fe8\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/interactive-0.4.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"interactive-0.4.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.62\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"interactive\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"prompt-toolkit (~=1.0.15)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Interactive Shell\",\n \"version\": + \"0.4.4\"\n },\n \"sha256Digest\": \"1e66bc1f117fac90f320c072a08f527b8570f5a6725670a1fb4d05f2c7eb7a31\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/interactive-0.4.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"interactive-0.4.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.62\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"interactive\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"prompt-toolkit (~=1.0.15)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Interactive Shell\",\n \"version\": + \"0.4.5\"\n },\n \"sha256Digest\": \"9dc4b78b10065603501f2ef7124847cbdac013fca6c00e2684b1d1f702ffcbc4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/interactive-0.4.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"interactive-0.4.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.62\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/interactive\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"interactive\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"prompt-toolkit (~=1.0.15)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Interactive Shell\",\n \"version\": + \"0.4.6\"\n },\n \"sha256Digest\": \"0890ac49a0db5d781786b80777547d0388683f4eb4a58d9bb6680ac63871763c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/interactive-0.5.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"interactive-0.5.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.62\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/interactive\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"interactive\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"prompt-toolkit (~=1.0.15)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Interactive Shell\",\n \"version\": + \"0.5.0\"\n },\n \"sha256Digest\": \"97f90de55c70452f8d3dfd83a6c3b018eb7a6d1dfaa5021b756cf4ca1633db91\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/interactive-0.5.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"interactive-0.5.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.62\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/interactive\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"interactive\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"prompt-toolkit (~=1.0.15)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Interactive Shell\",\n \"version\": + \"0.5.1\"\n },\n \"sha256Digest\": \"1000a418cd2e1038a9fae0b342d848f2191cc17b9b23e6c9f27ba6f4e51e147c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/interactive-0.5.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"interactive-0.5.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.62\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/interactive\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"interactive\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"prompt-toolkit (~=1.0.15)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Interactive Shell\",\n \"version\": + \"0.5.2\"\n },\n \"sha256Digest\": \"215a7daebb7f42a16b339445b8c60db07cac7dd368b421089c13472bc7b2c335\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/interactive-0.5.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"interactive-0.5.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.62\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/interactive\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"interactive\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"prompt-toolkit (~=1.0.15)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Interactive Shell\",\n \"version\": + \"0.5.3\"\n },\n \"sha256Digest\": \"95f056f9a459fb83e36cc332eb00ba3d4ac07386b3f813f620dc530ceeeb32cf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/interactive-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"interactive-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.62\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/interactive\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"interactive\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"prompt-toolkit (~=1.0.15)\",\n \"prompt_toolkit~=1.0.15\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Interactive + Shell\",\n \"version\": \"1.0.0b1\"\n },\n + \ \"sha256Digest\": \"08ebc70e1bec8a010431894c43684714ace35fb5b0764c1f4fd89deb3f928fbc\"\n + \ }\n ],\n \"internet-analyzer\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/internet_analyzer-0.1.0rc5-py2.py3-none-any.whl\",\n + \ \"filename\": \"internet_analyzer-0.1.0rc5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"internet-analyzer\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Internet Analyzer Extension\",\n \"version\": + \"0.1.0rc5\"\n },\n \"sha256Digest\": \"7e5ee753abece69fb917f3a96be4a3d8117ffbbbd75d18c2e54c74c0fe2b952e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/internet_analyzer-0.1.0rc6-py2.py3-none-any.whl\",\n + \ \"filename\": \"internet_analyzer-0.1.0rc6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/internet-analyzer\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"internet-analyzer\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Internet Analyzer Extension\",\n \"version\": + \"0.1.0rc6\"\n },\n \"sha256Digest\": \"0708d9f598d1618d138eebcf18354d97c7b3a2c90570959df077e04d419d32c3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/internet_analyzer-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"internet_analyzer-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/internet-analyzer\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"internet-analyzer\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Internet Analyzer Extension\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"4564881a7c90bacfd881c629a4182398007c886d099ea88db97e1ff10053a5c4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/internet_analyzer-1.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"internet_analyzer-1.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/internet-analyzer\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"internet-analyzer\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Internet Analyzer Extension\",\n \"version\": + \"1.0.0b2\"\n },\n \"sha256Digest\": \"d153ec406eb22e1fab4cc18d2a03092e03531870738f939808a3ceaf9cb7db69\"\n + \ }\n ],\n \"ip-group\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/ip_group-0.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"ip_group-0.1.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"ip-group\",\n \"summary\": \"Microsoft Azure Command-Line + Tools IpGroup Extension\",\n \"version\": \"0.1.1\"\n },\n + \ \"sha256Digest\": \"477d7f58fe44a4ecb0ced3497262d7ccd8bb7677d70582b6fccf645e91d25ad4\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/ip_group-0.1.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"ip_group-0.1.2-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"ip-group\",\n \"summary\": \"Microsoft Azure Command-Line + Tools IpGroup Extension\",\n \"version\": \"0.1.2\"\n },\n + \ \"sha256Digest\": \"afba2d8a8a612863b63f504d6cff6d559610b961e4c77dc2fd49b9fe03ec67a2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ip_group-1.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"ip_group-1.0.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.50.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7License :: + OSI Approved :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/ip-group\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"ip-group\",\n \"summary\": \"Microsoft Azure Command-Line + Tools IpGroup Extension\",\n \"version\": \"1.0.1\"\n },\n + \ \"sha256Digest\": \"77f63377799d62cb100c93bd9124d92870b6858e0e95e4355d07f5a4b0df6b1d\"\n + \ }\n ],\n \"k8s-configuration\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_configuration-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_configuration-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/k8s-configuration\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-configuration\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycryptodome (~=3.9.8)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools K8s-configuration Extension\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"80b79b09d9caa8e1813dad25703c442aec35e01d60a3ea13389ebaec3e94933c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_configuration-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_configuration-1.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/k8s-configuration\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-configuration\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycryptodome (~=3.9.8)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools K8s-configuration Extension\",\n \"version\": + \"1.1.0\"\n },\n \"sha256Digest\": \"2ca4d1e87dfa0614592b758d3441bfeaaa85e4d151b734ce27cc74c6a400edec\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_configuration-1.1.1-py3-none-any.whl\",\n + \ \"filename\": \"k8s_configuration-1.1.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/k8s-configuration\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-configuration\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycryptodome (~=3.9.8)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools K8s-configuration Extension\",\n \"version\": + \"1.1.1\"\n },\n \"sha256Digest\": \"3edf6b977d911b4da52ed66ada9363a7a6a739773a26f3599a2fdc728adcce9c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_configuration-1.2.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_configuration-1.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/k8s-configuration\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-configuration\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycryptodome (~=3.9.8)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools K8s-configuration Extension\",\n \"version\": + \"1.2.0\"\n },\n \"sha256Digest\": \"145c09df2e45ac41b6471fe74a513720014943151b5ca67e9913a1a91d591ac6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_configuration-1.3.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_configuration-1.3.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/k8s-configuration\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-configuration\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycryptodome (~=3.9.8)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools K8s-configuration Extension\",\n \"version\": + \"1.3.0\"\n },\n \"sha256Digest\": \"c403947012efe91407ffb3e8edaf3fc6775519b1930c36bb4a04c11c2a3de3ab\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_configuration-1.4.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_configuration-1.4.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/k8s-configuration\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-configuration\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycryptodome (~=3.9.8)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools K8s-configuration Extension\",\n \"version\": + \"1.4.0\"\n },\n \"sha256Digest\": \"877af811d8ee5fb8f282faefd159b7c61cbc0de6410ef43d54872e217a68747f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_configuration-1.4.1-py3-none-any.whl\",\n + \ \"filename\": \"k8s_configuration-1.4.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/k8s-configuration\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-configuration\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycryptodome (~=3.9.8)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools K8s-configuration Extension\",\n \"version\": + \"1.4.1\"\n },\n \"sha256Digest\": \"827006d9e0b453fbf318e09bdea7403f715f517796646476b4f621b5830597c0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_configuration-1.5.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_configuration-1.5.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-configuration\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-configuration\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycryptodome (~=3.9.8)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools K8s-configuration Extension\",\n \"version\": + \"1.5.0\"\n },\n \"sha256Digest\": \"240ec430dc52af32a03450707a9734d29f7077c9961f7d1ebc871891f3f2d906\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_configuration-1.5.1-py3-none-any.whl\",\n + \ \"filename\": \"k8s_configuration-1.5.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-configuration\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-configuration\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycryptodome (~=3.14.1)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools K8s-configuration Extension\",\n \"version\": + \"1.5.1\"\n },\n \"sha256Digest\": \"bf697ea1cb07d7792ba8cbadb677797398b9a818ffad2c5b979eecb5d7740ea7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_configuration-1.6.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_configuration-1.6.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-configuration\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-configuration\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycryptodome (~=3.14.1)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools K8s-configuration Extension\",\n \"version\": + \"1.6.0\"\n },\n \"sha256Digest\": \"9f1e8f692a3a7e53dfc356a5d65593f76485cad43a20098566fee910b13abca2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_configuration-1.7.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_configuration-1.7.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-configuration\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-configuration\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycryptodome (~=3.14.1)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools K8s-configuration Extension\",\n \"version\": + \"1.7.0\"\n },\n \"sha256Digest\": \"66c3bda7d25cae39d1d5ab9076f8fa64fdc955910ada7a8032a1756ab1f549e4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_configuration-2.0.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_configuration-2.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-configuration\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-configuration\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycryptodome (~=3.14.1)\",\n \"pycryptodome~=3.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools K8s-configuration + Extension\",\n \"version\": \"2.0.0\"\n },\n + \ \"sha256Digest\": \"1abb112abe603757a324c6eb0aaa602692aca07bb7470d6237111eaea4a0faec\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_configuration-2.1.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_configuration-2.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-configuration\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-configuration\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycryptodome (~=3.21.0)\",\n \"pycryptodome~=3.21.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools K8s-configuration + Extension\",\n \"version\": \"2.1.0\"\n },\n + \ \"sha256Digest\": \"1bca1108a53b1b097ba2caab0abd5d40edfd6913e6034be77b6afc2968954bda\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_configuration-2.2.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_configuration-2.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-configuration\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-configuration\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pycryptodome (~=3.21.0)\",\n \"pycryptodome~=3.21.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools K8s-configuration + Extension\",\n \"version\": \"2.2.0\"\n },\n + \ \"sha256Digest\": \"69174dcb7687fb17cb34aedab18aa893d6b0e9179d11c010a8e50ac6d2304708\"\n + \ }\n ],\n \"k8s-extension\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-0.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"0.2.0\"\n + \ },\n \"sha256Digest\": \"fce51e9eccace013cbdac4a38c4bccf71a24aeed04cc6af68adb9bdb268a0787\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-0.2.1-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-0.2.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"0.2.1\"\n + \ },\n \"sha256Digest\": \"dcf1efff249be93fdf6a1504975294c1ada2c888f20d97bc51411aed4eb6ba1a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-0.3.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"0.3.0\"\n + \ },\n \"sha256Digest\": \"f8c2c922fa229a20d3ecf1ae1572bd6b73e6f7e52f0a13647d20a18abc257ed1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-0.3.1-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-0.3.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"0.3.1\"\n + \ },\n \"sha256Digest\": \"77e0dea5831e33ac88a6485deca56b233ce4e29c39e6fd1765b405b421b7b3b5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-0.4.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-0.4.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"0.4.0\"\n + \ },\n \"sha256Digest\": \"5987336827718cc5a2aefbee33226cc66574b5767644f8fd48016883a2e9f997\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-0.4.1-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-0.4.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"0.4.1\"\n + \ },\n \"sha256Digest\": \"10d2318f7998c5bfee637141ab89581a974893a0f062d9dc55ae5c2cc9f9b4ab\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-0.4.2-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-0.4.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.24.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"0.4.2\"\n + \ },\n \"sha256Digest\": \"aabdf00aa0cabddb142ef829e487d1b33c716ad498a4eee29389fd889e1f30d1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-0.4.3-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-0.4.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.24.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"0.4.3\"\n + \ },\n \"sha256Digest\": \"67dc73f1e12d5e0084963a73c4a8f4e3adc06785f3ab51c5e0ee1f801fbca0d4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-0.5.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-0.5.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.24.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-extension\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pyhelm\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools K8s-extension Extension\",\n \"version\": + \"0.5.0\"\n },\n \"sha256Digest\": \"82bb4f809cc5b6fe6b998e78adf6ca3b5b50de02f998c180441d9d66e7cc4875\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-0.5.1-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-0.5.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.24.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"0.5.1\"\n + \ },\n \"sha256Digest\": \"b04378d1c1699cf8cf37fc84a0f77fd5b87c653cc4d06049ba546660ce57fe42\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-0.6.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-0.6.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.24.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"0.6.0\"\n + \ },\n \"sha256Digest\": \"a1b642402345b71cb0f06aa31653a3161ab3f5f874e29d59863b987200bc535d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-0.6.1-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-0.6.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.24.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"0.6.1\"\n + \ },\n \"sha256Digest\": \"42b366184ab6dd9f46bb44e7c0e10eace4f25f514f97dd1912552c6900f2fd9e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-0.7.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-0.7.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.24.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"0.7.0\"\n + \ },\n \"sha256Digest\": \"8721d18318523e58de9bec2630b713c1c860f910ee1f9d05f80dbc6fd178f9ca\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-0.7.1-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-0.7.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.24.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"0.7.1\"\n + \ },\n \"sha256Digest\": \"f1360a4c39efb470184c16d4b69273a46225bd86b9c4a463fcdd3ecbaddafc4e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"039cd89acff0e63516a7235c2587f4e06a750b9f9d3e94a5399de21c17964cd0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.0.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.0.1\"\n + \ },\n \"sha256Digest\": \"6f6ecdffa02759bacd523a9804e2c7e9e96603f3de57c62ba609b3bdb6c2a3ad\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.0.2-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.0.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.0.2\"\n + \ },\n \"sha256Digest\": \"4e911e5b1c750700a0ac713fd3ec3cac97778ade4cb4d2cecf1342200f766851\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.0.3-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.0.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.0.3\"\n + \ },\n \"sha256Digest\": \"0a37d5c8c098a1624be18beef43c6ec5c472f237486e08ebf60245dd9e3c5286\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.0.4-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.0.4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.0.4\"\n + \ },\n \"sha256Digest\": \"248b883ec7518f5db53de32d6516d358062d4703b5d958a34b2c723eb3a5b8f4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.1.0\"\n + \ },\n \"sha256Digest\": \"c5b48df58d454f3d154711b1184af5737455dbc7af8deaacef884be307026cbd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.2.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.2.0\"\n + \ },\n \"sha256Digest\": \"bf92e1df8eee418aa7be48466b6d6138e930b25287fa1f9fe1d7334173d63e69\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.2.1-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.2.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.2.1\"\n + \ },\n \"sha256Digest\": \"e65628ffceba2a4f26ba024bf1e46599731cda5286f234e81a1259f027f75df4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.2.2-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.2.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.2.2\"\n + \ },\n \"sha256Digest\": \"d214fe2383a30fc1cb8476c38a525ccf1aada2eb613503074e99dbda1dafc79c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.2.3-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.2.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.2.3\"\n + \ },\n \"sha256Digest\": \"c012f662fd51ea183674efb16bb794c40338f948f84444c983fb78140b63a461\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.2.4-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.2.4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.2.4\"\n + \ },\n \"sha256Digest\": \"0ca9dcc073a16fff7b536ad8de737caf6a06a1fcb33fa1b538327c2b488ec978\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.2.5-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.2.5-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.2.5\"\n + \ },\n \"sha256Digest\": \"ee4af7d478a28482012cd83376e4145354d1930844f08b14bb1f9f4a7e9e2832\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.2.6-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.2.6-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.2.6\"\n + \ },\n \"sha256Digest\": \"35ebc35a808c52780526feb012ccbe4915d67c4f8d3ddfd7a62da0710c507c68\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.3.1-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.3.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.3.1\"\n + \ },\n \"sha256Digest\": \"c6231d4bf4f05b5e9f169ddc8dd278113b4c8dcedb3506684641f09d1dfb36ce\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.3.2-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.3.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.3.2\"\n + \ },\n \"sha256Digest\": \"f081a5501ade1d6aa9eb62b3fb58de78adb614031c6bbd48b1d8c2af0af1197a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.3.3-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.3.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.3.3\"\n + \ },\n \"sha256Digest\": \"f8f0a6519fc42829e8cb0d32b28e2f462306e23ac810fa1651165f457b357ccb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.3.4-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.3.4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.3.4\"\n + \ },\n \"sha256Digest\": \"db83a5d0d23c2ce3d2059070ec576014d55548fe56e8afe4aaa0ee51eff5369f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.3.5-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.3.5-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.3.5\"\n + \ },\n \"sha256Digest\": \"14e1f4d18aad44ec13b823431e7b916751345e45e1dd2d88c78f059794c953f9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.3.6-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.3.6-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.3.6\"\n + \ },\n \"sha256Digest\": \"0f576d0c27d25d092dfc6cc1aa2c5400e7249d732ae102fdee3feb92a9e80b6c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.3.7-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.3.7-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.3.7\"\n + \ },\n \"sha256Digest\": \"6b13d83f0ce086c56d68c26f6611785794e384423d40a6c636a606258e6adc32\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.3.8-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.3.8-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.3.8\"\n + \ },\n \"sha256Digest\": \"83c256f2d0fe27de40ac1ccb1f45e714cd32d38f209df8f71556c7ce712eb61c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.3.9-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.3.9-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.3.9\"\n + \ },\n \"sha256Digest\": \"076beb20efe4840f8d62f2ecdc227eb67ee396a55a5788210ad6402cf1a6e9c4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.4.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.4.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.4.0\"\n + \ },\n \"sha256Digest\": \"2c2884897cba23c860c1a06a6db9004fc320c9636996fd207f0565797df6b06d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.4.1-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.4.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.4.1\"\n + \ },\n \"sha256Digest\": \"e48c8c6b91b3d69ac485be9273b3e47e92c2054385936107a793035bb1292e02\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.4.2-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.4.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.4.2\"\n + \ },\n \"sha256Digest\": \"af6aa03158a6a075c63a3ae89c860df980e89d78d613c9b7ad8ed9a92e726eea\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.4.3-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.4.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.24.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.4.3\"\n + \ },\n \"sha256Digest\": \"a388796ad467016b71b0020ddc5a2ee1e9ebe51a41d6394dda5402e19b58abbd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.4.5-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.4.5-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.4.5\"\n + \ },\n \"sha256Digest\": \"9952c0a41cff1ae16899d715e40efff6239d0b93e3141f7df5863b9fe21eded8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.5.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.5.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.5.0\"\n + \ },\n \"sha256Digest\": \"977612e77348bae69403a59196e3e3abf3bbfd35fb723621511f3cddc915015d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.5.1-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.5.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.5.1\"\n + \ },\n \"sha256Digest\": \"7adf0f2ff97350b2c49c974bd01fc8dc1af6f152adb24b64b7b4e6e9d008acbf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.5.2-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.5.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.5.2\"\n + \ },\n \"sha256Digest\": \"372c8b9aa07b6cdd6a0aa07b60633e64cfccf7172ab5b4c27e6856de91d55634\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.5.3-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.5.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.5.3\"\n + \ },\n \"sha256Digest\": \"a1ada1ffe739e8ac33a4f600495d4f9fca4ded04ffb315d419b3c22551196eeb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.6.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.6.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.6.0\"\n + \ },\n \"sha256Digest\": \"27a9996a9ace11856f37719ae697f0ac98d368dde6eb8648d111aafc136599a7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.6.1-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.6.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.6.1\"\n + \ },\n \"sha256Digest\": \"41861d65b9d86e0b622986a4984ce7a611f87b92da578db8c0527ec74334f32c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.6.2-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.6.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.6.2\"\n + \ },\n \"sha256Digest\": \"852da7bac7cb55017cc843e05f5a70ea3b92e95dde2592cfe892fed51e350a8f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.6.3-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.6.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.6.3\"\n + \ },\n \"sha256Digest\": \"3472b06a5234d3798ab76fd64bcaba03b9db8c3c8a04c40cae783e60f88301e6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.6.4-py3-none-any.whl\",\n + \ \"filename\": \"k8s_extension-1.6.4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-extension\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8s-extension Extension\",\n \"version\": \"1.6.4\"\n + \ },\n \"sha256Digest\": \"3b5d48e4814f7540c559c33082e72eaee825fb31f392f00be48763e540879306\"\n + \ }\n ],\n \"k8s-runtime\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_runtime-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"k8s_runtime-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.55.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-runtime\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-runtime\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-kubernetesconfiguration (>=3.1.0)\",\n + \ \"azure-mgmt-kubernetesconfiguration>=3.1.0\",\n + \ \"azure-mgmt-resourcegraph (>=8.0.0)\",\n + \ \"azure-mgmt-resourcegraph>=8.0.0\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools K8sRuntime Extension.\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"05ac43e50cdfbafc5175f058189552644328667025c84dbea08243dceede4d4f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_runtime-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"k8s_runtime-1.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-runtime\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-runtime\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-kubernetesconfiguration (>=3.1.0)\",\n + \ \"azure-mgmt-kubernetesconfiguration>=3.1.0\",\n + \ \"azure-mgmt-resourcegraph (>=8.0.0)\",\n + \ \"azure-mgmt-resourcegraph>=8.0.0\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools K8sRuntime Extension.\",\n \"version\": + \"1.0.0b2\"\n },\n \"sha256Digest\": \"ac2dcca538ea94685f40be31bb34a52f710db47b122541b07a0b96efde818385\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_runtime-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_runtime-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-runtime\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-runtime\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-kubernetesconfiguration (>=3.1.0)\",\n + \ \"azure-mgmt-kubernetesconfiguration>=3.1.0\",\n + \ \"azure-mgmt-resourcegraph (>=8.0.0)\",\n + \ \"azure-mgmt-resourcegraph>=8.0.0\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools K8sRuntime Extension.\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"8a9725621b7e174a2f64247cf6d2d99b30650e90de5b2df71c495eb10838a3c6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_runtime-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"k8s_runtime-1.0.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-runtime\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-runtime\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-kubernetesconfiguration (>=3.1.0)\",\n + \ \"azure-mgmt-kubernetesconfiguration>=3.1.0\",\n + \ \"azure-mgmt-resourcegraph (>=8.0.0)\",\n + \ \"azure-mgmt-resourcegraph>=8.0.0\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools K8sRuntime Extension.\",\n \"version\": + \"1.0.1\"\n },\n \"sha256Digest\": \"74fa84a581ce488aec95d36a08ed846918a0b084fc6c29eecf0e0b1660a1c4ff\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_runtime-1.0.2-py3-none-any.whl\",\n + \ \"filename\": \"k8s_runtime-1.0.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-runtime\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"k8s-runtime\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-mgmt-kubernetesconfiguration (>=3.1.0)\",\n + \ \"azure-mgmt-kubernetesconfiguration>=3.1.0\",\n + \ \"azure-mgmt-resourcegraph (>=8.0.0)\",\n + \ \"azure-mgmt-resourcegraph>=8.0.0\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools K8sRuntime Extension.\",\n \"version\": + \"1.0.2\"\n },\n \"sha256Digest\": \"7b3987f2fae83099f32f123f1e712fea7824f2041b5743db7e2dd62927de5629\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_runtime-1.0.3-py3-none-any.whl\",\n + \ \"filename\": \"k8s_runtime-1.0.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-runtime\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-runtime\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8sRuntime Extension.\",\n \"version\": \"1.0.3\"\n + \ },\n \"sha256Digest\": \"133dd153979c74d37aa25956ed8a9aa741c334929848cd67c26f268332759d40\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_runtime-1.0.4-py3-none-any.whl\",\n + \ \"filename\": \"k8s_runtime-1.0.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-runtime\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-runtime\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8sRuntime Extension.\",\n \"version\": \"1.0.4\"\n + \ },\n \"sha256Digest\": \"aee2d3008d818d78342149e6f1d2c7922abbbe43f323d51e6cd58c73b1c67b3a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/k8s_runtime-2.0.0-py3-none-any.whl\",\n + \ \"filename\": \"k8s_runtime-2.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.70.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/k8s-runtime\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"k8s-runtime\",\n \"summary\": \"Microsoft Azure Command-Line + Tools K8sRuntime Extension.\",\n \"version\": \"2.0.0\"\n + \ },\n \"sha256Digest\": \"4925baaad29aac6b423ec8bcf0f586e08597e58cd343d5a8c8daa229bc7c9a89\"\n + \ }\n ],\n \"kusto\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/kusto-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"kusto-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"kusto\",\n \"summary\": \"Microsoft Azure Command-Line + Tools KustoManagementClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"ffa47cb6f8f850e75412dffa6a5e52f857d5e7ca217322ce176eea81d24768e8\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/kusto-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"kusto-0.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/kusto\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"kusto\",\n \"summary\": \"Microsoft Azure Command-Line + Tools KustoManagementClient Extension\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"e6febb41b7a6dc6ec752825fe2af9506ff40c227bfcea9a3af5e6ded115003d1\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/kusto-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"kusto-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/kusto\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"kusto\",\n \"summary\": \"Microsoft Azure Command-Line + Tools KustoManagementClient Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"5738e9b48c17008688080a6b3cfd37b67dfe597a538c874ec75dddcc8e18935a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/kusto-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"kusto-0.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/kusto\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"kusto\",\n \"summary\": \"Microsoft Azure Command-Line + Tools KustoManagementClient Extension\",\n \"version\": + \"0.3.0\"\n },\n \"sha256Digest\": \"37ed6998527aa8d58798fb8816f94a3bd06859b2cee4d61763f63ec6c00657a7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/kusto-0.4.0-py3-none-any.whl\",\n + \ \"filename\": \"kusto-0.4.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/kusto\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"kusto\",\n \"summary\": \"Microsoft Azure Command-Line + Tools KustoManagementClient Extension\",\n \"version\": + \"0.4.0\"\n },\n \"sha256Digest\": \"3d08f74cc6e2a90e43b6f2859c2a2828c2a9de8b3b814f07658c6bb15531ec2c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/kusto-0.5.0-py3-none-any.whl\",\n + \ \"filename\": \"kusto-0.5.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/kusto\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"kusto\",\n \"summary\": \"Microsoft Azure Command-Line + Tools KustoManagementClient Extension\",\n \"version\": + \"0.5.0\"\n },\n \"sha256Digest\": \"cf5729e9d02029a189182523543285c9737d515f41c610c8338d43f872f9f01d\"\n + \ }\n ],\n \"lambda-test\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/lambda_test-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"lambda_test-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.70.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/lambda-test\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"lambda-test\",\n \"summary\": \"Microsoft Azure Command-Line + Tools LambdaTest Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"2a734266c4cd9f8f78f312a21c9e8d6dadcd60b1f2f93e72105e7906d43d6b54\"\n + \ }\n ],\n \"load\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/load-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"load-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.41.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"load\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Load Extension.\",\n \"version\": \"0.1.0\"\n },\n + \ \"sha256Digest\": \"9814fb6215faf902944ef7e7a6e9a8c86f40d8e348ffff64da7befe98fd3d9ef\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"load-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.41.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"load\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Load Extension.\",\n \"version\": \"0.2.0\"\n },\n + \ \"sha256Digest\": \"373e6f5af459d33f5e8e655ba497b19e15f519918bb3a0ef3e4fd6ba3cc813a2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"load-0.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.41.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Extension.\",\n \"version\": \"0.3.0\"\n },\n + \ \"sha256Digest\": \"cb64e149679d6c537a29bfb07ef5785c622cf18c12099ee49b0afa36cbec3f82\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-0.3.1-py3-none-any.whl\",\n + \ \"filename\": \"load-0.3.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.41.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"0.3.1\"\n },\n + \ \"sha256Digest\": \"f8d518332a80b94cdf7b07fa03cf65881760b077e0c36ec7d06f9df6749e2238\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-0.3.2-py3-none-any.whl\",\n + \ \"filename\": \"load-0.3.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.41.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"0.3.2\"\n },\n + \ \"sha256Digest\": \"1aaef361b473946e4a5fda5d7fe961078b09ae17ee535c971a48423bb4080977\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-0.3.3-py3-none-any.whl\",\n + \ \"filename\": \"load-0.3.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.41.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"0.3.3\"\n },\n + \ \"sha256Digest\": \"7b533580b6a2906a0e405a277e2a392f4367b3118ce4dd7dc80ea0609c6017ae\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-0.3.4-py3-none-any.whl\",\n + \ \"filename\": \"load-0.3.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.41.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"0.3.4\"\n },\n + \ \"sha256Digest\": \"0763cfd4f7b3022e1f4540f1b15c970c0d678028753e35b3367fa8d5deac0831\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"load-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.41.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"3c967ddc01b613358dd6fc86c33fa96614ffe835fb4bc348c32f5a831353c040\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"load-1.0.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.41.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"1.0.1\"\n },\n + \ \"sha256Digest\": \"9ad6242dbd681e9db5e2f145a4422af764361e22b4c041cef68ccd19f844f4b6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-1.0.2-py3-none-any.whl\",\n + \ \"filename\": \"load-1.0.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.41.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"1.0.2\"\n },\n + \ \"sha256Digest\": \"d34f7c3e72bcdcb199631e3eca8937db198e8efe6fec93f6291b1a6a1d99f019\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"load-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.41.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"1.1.0\"\n },\n + \ \"sha256Digest\": \"db587f0b2c06a75309cc3c15ab3fca8c647ea16a2357f0d2d4504a974e36007f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-1.1.1-py3-none-any.whl\",\n + \ \"filename\": \"load-1.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.41.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"1.1.1\"\n },\n + \ \"sha256Digest\": \"0b41277c663a5f8e3710bf71d275d3043ab5f37c6ceda3a8cf0afaf32180f8bb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-1.2.0-py3-none-any.whl\",\n + \ \"filename\": \"load-1.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.41.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"1.2.0\"\n },\n + \ \"sha256Digest\": \"21577186b6e5fb9bbcf41bb667d50fb78dee204b7ede13723a4bf1ea705f69c4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-1.3.0-py3-none-any.whl\",\n + \ \"filename\": \"load-1.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.41.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"1.3.0\"\n },\n + \ \"sha256Digest\": \"cbc9237d27042fbd1ad62313c5c04035a9aa543c92dcfa1f7287c321aa9cfc39\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-1.3.1-py3-none-any.whl\",\n + \ \"filename\": \"load-1.3.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.41.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"1.3.1\"\n },\n + \ \"sha256Digest\": \"1e1e3a29012e225ae52068322d92ec626afba009fed35382c93129e9cafe5a10\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-1.4.0-py3-none-any.whl\",\n + \ \"filename\": \"load-1.4.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.41.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"1.4.0\"\n },\n + \ \"sha256Digest\": \"8db03b14db36285b7fd3b5e996ffa9ad3e4d86694cb4323ee19766eb28d7edcb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-1.4.1-py3-none-any.whl\",\n + \ \"filename\": \"load-1.4.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.41.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"1.4.1\"\n },\n + \ \"sha256Digest\": \"b81283722bcb5569f7f0dcb22a6799488874c26d0f7a1ea9addcd817b73ff971\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-1.4.2-py3-none-any.whl\",\n + \ \"filename\": \"load-1.4.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.66.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"1.4.2\"\n },\n + \ \"sha256Digest\": \"6e5801dbcd1d02549eba98986d0642db683a05f6dda9325d570371c66331d41b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-1.4.3-py3-none-any.whl\",\n + \ \"filename\": \"load-1.4.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.66.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"1.4.3\"\n },\n + \ \"sha256Digest\": \"6910be36f693f683139fc07ceeba5ae2d68c91bd69a5dac7c2ddca7e3a3edd72\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-1.5.0-py3-none-any.whl\",\n + \ \"filename\": \"load-1.5.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.66.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"1.5.0\"\n },\n + \ \"sha256Digest\": \"5ac7c8813fbc4750dd8990e752722b90b0b15d0a03e7eec084dc47efe8d549a0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-1.6.0-py3-none-any.whl\",\n + \ \"filename\": \"load-1.6.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.66.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"1.6.0\"\n },\n + \ \"sha256Digest\": \"0b26bd5db93acc7e579fb3a78a8a40a5397b2b689f52432ae8c4c8da9ef14adb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-1.7.0-py3-none-any.whl\",\n + \ \"filename\": \"load-1.7.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.66.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"1.7.0\"\n },\n + \ \"sha256Digest\": \"9588c2dfc98962192fa4984af126b1f01690f3f3c7685c6a75689460b5a91cd8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-1.8.0-py3-none-any.whl\",\n + \ \"filename\": \"load-1.8.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.66.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"1.8.0\"\n },\n + \ \"sha256Digest\": \"c0f2fbb74d4961b1e46e63ac7603eae765edd72023b2e22de20e99e1fbf56ec7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-2.0.0-py3-none-any.whl\",\n + \ \"filename\": \"load-2.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.66.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"2.0.0\"\n },\n + \ \"sha256Digest\": \"7afc41ca93721ccfdf059026e05975628ef766e4fa4910e1ea929ed71eec0271\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/load-2.1.0-py3-none-any.whl\",\n + \ \"filename\": \"load-2.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.66.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/load\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"load\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"pyyaml\",\n \"pyyaml\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Load + Testing Extension.\",\n \"version\": \"2.1.0\"\n },\n + \ \"sha256Digest\": \"e7a26996c2fb360d5b34a2189ed7e78fec57d1cebb1f80fbec8fe2e1dbc79172\"\n + \ }\n ],\n \"log-analytics\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/log_analytics-0.1.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"log_analytics-0.1.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/log-analytics\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"log-analytics\",\n \"summary\": \"Support for Azure Log + Analytics query capabilities.\",\n \"version\": \"0.1.4\"\n + \ },\n \"sha256Digest\": \"6f4789fff8581a52e13bcf8f13fdc16b47662fac69e1fc3ea49280de1a8e65bc\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/log_analytics-0.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"log_analytics-0.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"aleldeib@microsoft.com\",\n \"name\": + \"Ace Eldeib\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/log-analytics\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"log-analytics\",\n \"summary\": \"Support for Azure Log + Analytics query capabilities.\",\n \"version\": \"0.2.0\"\n + \ },\n \"sha256Digest\": \"28a24f605e80c6fc56408add14981e5b4572077f2b5f0c55208f4105624cc91b\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/log_analytics-0.2.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"log_analytics-0.2.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/log-analytics\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"log-analytics\",\n \"summary\": \"Support for Azure Log + Analytics query capabilities.\",\n \"version\": \"0.2.1\"\n + \ },\n \"sha256Digest\": \"23751654f76334e97c3ae3b10dd4e6896785cbf5c7c9442d3f979ebd6b9c6c21\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/log_analytics-0.2.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"log_analytics-0.2.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/log-analytics\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"log-analytics\",\n \"summary\": \"Support for Azure Log + Analytics query capabilities.\",\n \"version\": \"0.2.2\"\n + \ },\n \"sha256Digest\": \"c04c42a26d50db82d14f76e209184b18d4cce17b458817ac607e3ff975641eb2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/log_analytics-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"log_analytics-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"aleldeib@microsoft.com\",\n + \ \"name\": \"Ace Eldeib\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/log-analytics\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"log-analytics\",\n \"summary\": \"Support for Azure Log + Analytics query capabilities.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"ccd36a8ca6979c549db7d7fd78009907e9e7bc2b09437885dbdd8b107cb15b66\"\n + \ }\n ],\n \"log-analytics-solution\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/log_analytics_solution-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"log_analytics_solution-0.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.4\",\n \"Programming + Language :: Python :: 3.5\",\n \"Programming Language + :: Python :: 3.6\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"log-analytics-solution\",\n \"summary\": \"Microsoft + Azure Command-Line Tools Operations Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"844bf0a063b4e244bfe14e215c82d7d70327540b7bf446b7cb1d97ebb8a98119\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/log_analytics_solution-0.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"log_analytics_solution-0.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.4\",\n \"Programming + Language :: Python :: 3.5\",\n \"Programming Language + :: Python :: 3.6\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"log-analytics-solution\",\n \"summary\": \"Support for + Azure Log Analytics Solution\",\n \"version\": \"0.1.1\"\n + \ },\n \"sha256Digest\": \"0c85556a82ef5850c9f90b58380c5cde6a70a2bd2a464c0a8e429c77152a87bd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/log_analytics_solution-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"log_analytics_solution-1.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.50.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/log-analytics-solution\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"log-analytics-solution\",\n \"summary\": \"Support for + Azure Log Analytics Solution\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"c0a4252da4c29032c4e956b768860529509e88a1ecef7f3a3189cb701a305c6b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/log_analytics_solution-1.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"log_analytics_solution-1.0.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.50.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/log-analytics-solution\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"log-analytics-solution\",\n \"summary\": \"Support for + Azure Log Analytics Solution\",\n \"version\": \"1.0.1\"\n + \ },\n \"sha256Digest\": \"7e10443de862cd0c19090b0a0dae5e9942e8b48c20e3a9c3305778daa756ea96\"\n + \ }\n ],\n \"logic\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/logic-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"logic-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"logic\",\n \"summary\": \"Microsoft Azure Command-Line + Tools LogicManagementClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"b02dea64e03adb7cf17a7afafc28844949c0f3a030f4eb005059452f0ac68040\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/logic-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"logic-0.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/logic\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"logic\",\n \"summary\": \"Microsoft Azure Command-Line + Tools LogicManagementClient Extension\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"906b43b34be4ed38c883a4f2031ff7b2b0547f51b16c8553f050afc2986ec939\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/logic-0.1.2-py3-none-any.whl\",\n + \ \"filename\": \"logic-0.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/logic\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"logic\",\n \"summary\": \"Microsoft Azure Command-Line + Tools LogicManagementClient Extension\",\n \"version\": + \"0.1.2\"\n },\n \"sha256Digest\": \"35127cc723edf1c6311354326ebae9aa5b0d72d11141fddf3efc8fb84eadac81\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/logic-0.1.3-py3-none-any.whl\",\n + \ \"filename\": \"logic-0.1.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/logic\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"logic\",\n \"summary\": \"Microsoft Azure Command-Line + Tools LogicManagementClient Extension\",\n \"version\": + \"0.1.3\"\n },\n \"sha256Digest\": \"38a1e8285fa8ad34632094b749aa1bea703440c946f01fc546306b8e934f389a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/logic-0.1.4-py3-none-any.whl\",\n + \ \"filename\": \"logic-0.1.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/logic\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"logic\",\n \"summary\": \"Microsoft Azure Command-Line + Tools LogicManagementClient Extension\",\n \"version\": + \"0.1.4\"\n },\n \"sha256Digest\": \"e350fb81e4f2f6758a77814afebf8a71b4cdcac951142d703da15ca92ab7ca87\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/logic-0.1.5-py3-none-any.whl\",\n + \ \"filename\": \"logic-0.1.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/logic\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"logic\",\n \"summary\": \"Microsoft Azure Command-Line + Tools LogicManagementClient Extension\",\n \"version\": + \"0.1.5\"\n },\n \"sha256Digest\": \"f0405775947f7581a5df52d97a3959b7fe3bf4b49ddcb487e15147cc1c4d276a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/logic-0.1.6-py3-none-any.whl\",\n + \ \"filename\": \"logic-0.1.6-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/logic\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"logic\",\n \"summary\": \"Microsoft Azure Command-Line + Tools LogicManagementClient Extension\",\n \"version\": + \"0.1.6\"\n },\n \"sha256Digest\": \"b1f713229f624ea9121ef9a3778098cfa8a03bee46aae0c835c44c096c6d1ded\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/logic-0.1.7-py3-none-any.whl\",\n + \ \"filename\": \"logic-0.1.7-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.48.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/logic\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"logic\",\n \"summary\": \"Microsoft Azure Command-Line + Tools LogicManagementClient Extension\",\n \"version\": + \"0.1.7\"\n },\n \"sha256Digest\": \"09e5da23f41c3fdb89430d2229c43b5b44484b1051af1d00dbd719aee53d4063\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/logic-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"logic-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.54.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/logic\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"logic\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Logic Extension.\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"3b102c7e8b10ab35468e2d3218c808c4690f1cf9752e569ca329ff154ad55480\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/logic-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"logic-1.0.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.54.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/logic\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"logic\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Logic Extension.\",\n \"version\": \"1.0.1\"\n },\n + \ \"sha256Digest\": \"449289677a0af032b88feb18edc48fc0994fb0b50a0cfccdf4907a4fadac732c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/logic-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"logic-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.55.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/logic\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"logic\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Logic Extension.\",\n \"version\": \"1.1.0\"\n },\n + \ \"sha256Digest\": \"14c18768c02ee9c370ac7eed0f23206eee7d344a10382a3083b17b5e1848cfcd\"\n + \ }\n ],\n \"maintenance\": [\n {\n \"downloadUrl\": + \"https://mrpcliextensionrelease.blob.core.windows.net/cliextension/maintenance-1.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"maintenance-1.0.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.0.47\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"abkmr@microsoft.com\",\n \"name\": \"Abhishek + Kumar\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"maintenance\",\n \"summary\": \"Support for Azure maintenance + management.\",\n \"version\": \"1.0.1\"\n },\n + \ \"sha256Digest\": \"3e0fb5392bd29e53e7afde543d1a0ef5d33a6032f01322fd75b7afe7016c34fc\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/maintenance-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"maintenance-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/maintenance\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"maintenance\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MaintenanceClient Extension\",\n \"version\": \"1.1.0\"\n + \ },\n \"sha256Digest\": \"351c717a37e6fb9b29d22cdca3b0744a452a1116e83f9e57e794464311708c97\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/maintenance-1.2.0-py3-none-any.whl\",\n + \ \"filename\": \"maintenance-1.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/maintenance\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"maintenance\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MaintenanceClient Extension\",\n \"version\": \"1.2.0\"\n + \ },\n \"sha256Digest\": \"a0108efeddb6228788b878801f3c08c2b68d2df4ff8cc9d5043f1a0a9c2923b1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/maintenance-1.2.1-py3-none-any.whl\",\n + \ \"filename\": \"maintenance-1.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/maintenance\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"maintenance\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MaintenanceClient Extension\",\n \"version\": \"1.2.1\"\n + \ },\n \"sha256Digest\": \"b93b0fa34c06fd4df9cef92446d8c61cc5a142ee1fae6e697aa77894959c1044\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/maintenance-1.3.0-py3-none-any.whl\",\n + \ \"filename\": \"maintenance-1.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/maintenance\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"maintenance\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MaintenanceManagementClient Extension\",\n \"version\": + \"1.3.0\"\n },\n \"sha256Digest\": \"bd261425789df79c795c02fd402b3d71eb3c31e4deb3ccdba078a58315931af0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/maintenance-1.4.0-py3-none-any.whl\",\n + \ \"filename\": \"maintenance-1.4.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.50.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/maintenance\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"maintenance\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MaintenanceManagementClient Extension\",\n \"version\": + \"1.4.0\"\n },\n \"sha256Digest\": \"994086879b36ce01559ae037555d29a1ea87d840fa54f437547310350108368d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/maintenance-1.5.0-py3-none-any.whl\",\n + \ \"filename\": \"maintenance-1.5.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/maintenance\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"maintenance\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MaintenanceManagementClient Extension\",\n \"version\": + \"1.5.0\"\n },\n \"sha256Digest\": \"4f1336fed4fa2cbea640627676a6cab4399c1b29ae23cb21fe73c9bea0d80a7f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/maintenance-1.6.0-py3-none-any.whl\",\n + \ \"filename\": \"maintenance-1.6.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/maintenance\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"maintenance\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MaintenanceManagementClient Extension\",\n \"version\": + \"1.6.0\"\n },\n \"sha256Digest\": \"3ab6a2dac48ba71b28bc8ee05d254daa72b62f84dda953749fa621a80ca39ae5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/maintenance-1.7.0b1-py3-none-any.whl\",\n + \ \"filename\": \"maintenance-1.7.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/maintenance\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"maintenance\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MaintenanceManagementClient Extension\",\n \"version\": + \"1.7.0b1\"\n },\n \"sha256Digest\": \"71998b7d5de7223c5e2ae7a1c00445b411d139a023876f84788f51f1f510b2db\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/maintenance-1.7.0b2-py3-none-any.whl\",\n + \ \"filename\": \"maintenance-1.7.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.67.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/maintenance\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"maintenance\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MaintenanceManagementClient Extension\",\n \"version\": + \"1.7.0b2\"\n },\n \"sha256Digest\": \"79b889f14e45c912c6f551c1181ef902a9233d56abb3c906c569e35023228822\"\n + \ }\n ],\n \"managedccfs\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/managedccfs-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"managedccfs-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managedccfs\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managedccfs\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Managedccfs Extension.\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"d54c05071228ab8b4e0f4b07478ac02da6f7af57ef994f75e6283b4150bf64ed\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managedccfs-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"managedccfs-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managedccfs\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managedccfs\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Managedccfs Extension.\",\n \"version\": \"0.2.0\"\n + \ },\n \"sha256Digest\": \"378f425f35420373e9703a5dc8c0f05ca8176fb8404b38610d4de828f7c23d37\"\n + \ }\n ],\n \"managednetworkfabric\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2023-02-01-preview API version.\",\n + \ \"version\": \"1.0.0b1\"\n },\n \"sha256Digest\": + \"17e8e5be87baaeb2b59ab578c646e0ec978ac7ec0a610f9145515ccefce6e274\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-1.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2023-02-01-preview API version.\",\n + \ \"version\": \"1.0.0b2\"\n },\n \"sha256Digest\": + \"c521778380078c441fb6bbc41449a5c18ca75b4ce93c559a2c82b46a86506d82\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-3.1.0-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-3.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2023-06-15 API version.\",\n \"version\": + \"3.1.0\"\n },\n \"sha256Digest\": \"8837fd0a52557b0a20fe0aa1e8eb1974f4357de778803a06fbd6ea923d3743b2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-3.2.0-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-3.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2023-06-15 API version.\",\n \"version\": + \"3.2.0\"\n },\n \"sha256Digest\": \"f757d1632fa1a9a45f2b76e83d79884e9985204125a768081f1be11c62c3466d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-4.1.0-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-4.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2023-06-15 API version.\",\n \"version\": + \"4.1.0\"\n },\n \"sha256Digest\": \"8069311c750900920a8f15005bdbca4e339e9e48b7e2ba7c1b385e3ed09a5359\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-4.1.1-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-4.1.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2023-06-15 API version.\",\n \"version\": + \"4.1.1\"\n },\n \"sha256Digest\": \"a267de6e2d21e6e4e081c1daeceeb30db57c0cae23f00dd60a5e8af29e060896\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-4.2.0-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-4.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2023-06-15 API version.\",\n \"version\": + \"4.2.0\"\n },\n \"sha256Digest\": \"f80f528a099862fa8e792f770943a832dbb958b503cc5cc8cb6f58766056d857\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-5.0.0-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-5.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2023-06-15 API version.\",\n \"version\": + \"5.0.0\"\n },\n \"sha256Digest\": \"eedba7ca67f0a05cdc5122a1e414626e2bac3e894167c97881bfa97d4ae8478a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-5.2.0-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-5.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2023-06-15 API version.\",\n \"version\": + \"5.2.0\"\n },\n \"sha256Digest\": \"3e8ccf3ae6cda948834ed04bb07ea969b199088e224e9a658efa96017ba481dc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-5.2.1-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-5.2.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2023-06-15 API version.\",\n \"version\": + \"5.2.1\"\n },\n \"sha256Digest\": \"adbb1546e9f9eb958b016f1ba9af9f5bb61d13e098eae63687e1272fedad66b4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-5.2.4-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-5.2.4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2023-06-15 API version.\",\n \"version\": + \"5.2.4\"\n },\n \"sha256Digest\": \"e42a0b991f5cde4b9ea7be218330c29b735400432d10727c1a0e3da174f5ea1a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-6.0.0-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-6.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2023-06-15 API version.\",\n \"version\": + \"6.0.0\"\n },\n \"sha256Digest\": \"340483c69484865bb4e2cadc97aa5f6b258ee894920f4df0dd74ac412a8b2d59\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-6.1.0-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-6.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2023-06-15 API version.\",\n \"version\": + \"6.1.0\"\n },\n \"sha256Digest\": \"be68c90c27c0c7800fb71aee0e4320b5c07d2907dbe3672bde4198dca92aa2fd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-6.2.0-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-6.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2023-06-15 API version.\",\n \"version\": + \"6.2.0\"\n },\n \"sha256Digest\": \"3761e2319e0a6bccde79d59e2ab2d508f00e601562c0b7e4bf290ff9d9b14479\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-6.4.0-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-6.4.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2023-06-15 API version.\",\n \"version\": + \"6.4.0\"\n },\n \"sha256Digest\": \"9d41078e0654aaae36a5f0f283f51de98cc4360582920536542546ed34ca0bc4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-7.0.0-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-7.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2024-02-15-preview API version.\",\n + \ \"version\": \"7.0.0\"\n },\n \"sha256Digest\": + \"23e2b6e31c699bc0e8c8db2faa3bfd622d5ec1565e083095222cd8501ed3296f\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-7.1.0-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-7.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2024-02-15-preview API version.\",\n + \ \"version\": \"7.1.0\"\n },\n \"sha256Digest\": + \"c67c072ab805fae0cdf7372f062cd9121db16a7f4274df156ffa15e6da7bcb8e\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-8.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-8.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.67.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2024-06-15-preview API version.\",\n + \ \"version\": \"8.0.0b1\"\n },\n \"sha256Digest\": + \"cb2668c2836e48b49b042b136372778c03090dc603d757d08771ca91f8a87877\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-8.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-8.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.67.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2024-06-15-preview API version.\",\n + \ \"version\": \"8.0.0b2\"\n },\n \"sha256Digest\": + \"960c3c84c19d1baecd118fcc1f165e9d4676cc87663fe1e4284913138ab5699a\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-8.0.0b3-py3-none-any.whl\",\n + \ \"filename\": \"managednetworkfabric-8.0.0b3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.67.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managednetworkfabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managednetworkfabric\",\n \"summary\": \"Support for + managednetworkfabric commands based on 2024-06-15-preview API version.\",\n + \ \"version\": \"8.0.0b3\"\n },\n \"sha256Digest\": + \"468aa5981fc197b4bcd70dc80cbd4c4e8a0692269b235e13c58147690f508bd5\"\n }\n + \ ],\n \"managementpartner\": [\n {\n \"downloadUrl\": + \"https://files.pythonhosted.org/packages/28/08/0fde582cf50eaf1ef304b35674b9b22f6731d95b2e41339eba4d35583b18/managementpartner-0.1.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"managementpartner-0.1.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"classifiers\": [\n + \ \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"jefl@microsoft.com\",\n \"name\": + \"Jeffrey Li\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.29.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managementpartner\",\n \"summary\": \"Support for Management + Partner preview\",\n \"version\": \"0.1.2\"\n },\n + \ \"sha256Digest\": \"f7ec0984b4d5a4c9192aa3ab6b78c867fc38cf620effef1804d89c9d1d9f204f\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/managementpartner-0.1.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"managementpartner-0.1.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"jefl@microsoft.com\",\n \"name\": + \"Jeffrey Li\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managementpartner\",\n \"summary\": \"Support for Management + Partner preview\",\n \"version\": \"0.1.3\"\n },\n + \ \"sha256Digest\": \"22ddf4b1cdc77e99262cb6089c4d96040065828a1d38a2709fdb945d3c851839\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/managementpartner-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"managementpartner-1.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"jefl@microsoft.com\",\n \"name\": + \"Jeffrey Li\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/managementpartner\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"managementpartner\",\n \"summary\": \"Support for Management + Partner preview\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"a5d4a264647818b4a19cdc356ab5e6f8dd1b08fa6713c00a15297d2c5a059494\"\n + \ }\n ],\n \"mcc\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/mcc-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"mcc-1.0.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/mcc\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"mcc\",\n \"summary\": \"Microsoft Connected Cache CLI + Commands.\",\n \"version\": \"1.0.0b1\"\n },\n + \ \"sha256Digest\": \"6a734c7fb19d71ad5d2101464b247c7bffdda1e59c2651e98547ff79eb19ed4d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/mcc-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"mcc-1.0.0b2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/mcc\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"mcc\",\n \"summary\": \"Microsoft Connected Cache CLI + Commands.\",\n \"version\": \"1.0.0b2\"\n },\n + \ \"sha256Digest\": \"cfcbbdf83e40e5babc58052a799c751f563edae9104179c0c9e7d6e753af114d\"\n + \ }\n ],\n \"mdp\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/mdp-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"mdp-1.0.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/mdp\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"mdp\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Mdp Extension.\",\n \"version\": \"1.0.0b1\"\n },\n + \ \"sha256Digest\": \"7875607d84eaf835afe73b9eee9280a5169c5b0b1dd1b66a6eff593fe292a4de\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/mdp-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"mdp-1.0.0b2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/mdp\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"mdp\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Mdp Extension.\",\n \"version\": \"1.0.0b2\"\n },\n + \ \"sha256Digest\": \"062ad026d9eaf791b5928c4fb793148d40c6c297cee32f175cd3a155eb24d93f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/mdp-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"mdp-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/mdp\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"mdp\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Mdp Extension.\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"c0a4ae1817103b548f1d91d7e1c85528415da016a83d483154859723bfb78d81\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/mdp-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"mdp-1.0.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/mdp\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"mdp\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Mdp Extension.\",\n \"version\": \"1.0.1\"\n },\n + \ \"sha256Digest\": \"92354632b73dcb1b4fac0c21aff11d70bc4e3769a9ed440ae4cc0c166f2fd9a7\"\n + \ }\n ],\n \"mesh\": [\n {\n \"downloadUrl\": + \"https://meshcli.blob.core.windows.net/cli/mesh-0.10.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"mesh-0.10.6-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"mesh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"sfmergeutility (==0.1.6)\"\n ]\n + \ }\n ],\n \"summary\": + \"Support for Microsoft Azure Service Fabric Mesh - Public Preview\",\n \"version\": + \"0.10.6\"\n },\n \"sha256Digest\": \"07b6356cd15294c0bc0b31cfde1cdb2b92516b00728980d7a53557bb49273842\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/mesh-0.10.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"mesh-0.10.7-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/mesh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"mesh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"sfmergeutility (==0.1.6)\"\n ]\n + \ }\n ],\n \"summary\": + \"Support for Microsoft Azure Service Fabric Mesh - Public Preview\",\n \"version\": + \"0.10.7\"\n },\n \"sha256Digest\": \"9433191eba661716d5f42fd53dcbc9c2711ec568ed444bfcd0fe3555a717fa0b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/mesh-1.0.0a1-py2.py3-none-any.whl\",\n + \ \"filename\": \"mesh-1.0.0a1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.50.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/mesh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"mesh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"sfmergeutility (==0.1.6)\"\n ]\n + \ }\n ],\n \"summary\": + \"Support for Microsoft Azure Service Fabric Mesh - Public Preview\",\n \"version\": + \"1.0.0a1\"\n },\n \"sha256Digest\": \"fe52e3ed5bd7252a120bbebc0a578b0138a257a22dd264adeed97862ede07a35\"\n + \ }\n ],\n \"microsoft-fabric\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/microsoft_fabric-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"microsoft_fabric-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/microsoft-fabric\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"microsoft-fabric\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Microsoft Fabric Extension.\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"8ba450a5a3daafa8b9b6b6e9ee8224f468fd972332e905000f2acc7ff00cd9bb\"\n + \ }\n ],\n \"mixed-reality\": [\n {\n \"downloadUrl\": + \"https://test-files.pythonhosted.org/packages/e4/fa/14628eb512ef4f0c38e4e6c8ee2d0624e03d352ca0ec1b1167a32f9de9a3/mixed_reality-0.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"mixed_reality-0.0.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"classifiers\": [\n + \ \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"xiangyul@microsoft.com\",\n + \ \"name\": \"Xiangyu Luo\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"mixed-reality\",\n \"summary\": \"Mixed Reality Azure + CLI Extension.\",\n \"version\": \"0.0.1\"\n },\n + \ \"sha256Digest\": \"c5b7ef47d8db578920bcbda371a47edd19f8f681088823c2622dcb9332417587\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/mixed_reality-0.0.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"mixed_reality-0.0.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.30\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"xiangyul@microsoft.com\",\n + \ \"name\": \"Xiangyu Luo\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"mixed-reality\",\n \"summary\": \"Mixed Reality Azure + CLI Extension.\",\n \"version\": \"0.0.2\"\n },\n + \ \"sha256Digest\": \"30449391c1d1e9d67210d0ef81109a11a0f74a24a6f07644c17aed58cf056173\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/mixed_reality-0.0.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"mixed_reality-0.0.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"xiangyul@microsoft.com\",\n \"name\": + \"Xiangyu Luo\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/mixed-reality\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"mixed-reality\",\n \"summary\": \"Mixed Reality Azure + CLI Extension.\",\n \"version\": \"0.0.3\"\n },\n + \ \"sha256Digest\": \"29f07fa6db12c70f9b93a3914d61ea108a5f410f40bc92389c1a87ea9312c766\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/mixed_reality-0.0.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"mixed_reality-0.0.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"xiangyul@microsoft.com\",\n \"name\": + \"Xiangyu Luo\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/mixed-reality\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"mixed-reality\",\n \"summary\": \"Mixed Reality Azure + CLI Extension.\",\n \"version\": \"0.0.4\"\n },\n + \ \"sha256Digest\": \"509b675781949c69baa911261a0637ba5a0fac9b11ee458feea7ddfb71393fef\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/mixed_reality-0.0.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"mixed_reality-0.0.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"xiangyul@microsoft.com\",\n \"name\": + \"Xiangyu Luo\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/mixed-reality\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"mixed-reality\",\n \"summary\": \"Mixed Reality Azure + CLI Extension.\",\n \"version\": \"0.0.5\"\n },\n + \ \"sha256Digest\": \"026aaf58f9ad02d74837d21a1f5c122264a59814e0b7c395c26e5fdc1293187e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/mixed_reality-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"mixed_reality-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"xiangyul@microsoft.com\",\n \"name\": + \"Xiangyu Luo\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/mixed-reality\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"mixed-reality\",\n \"summary\": \"Mixed Reality Azure + CLI Extension.\",\n \"version\": \"1.0.0b1\"\n },\n + \ \"sha256Digest\": \"a3c1ab87bc5f68b865bd6f93d562e40d1ea4bdc485aacfe0900673de3fab9869\"\n + \ }\n ],\n \"ml\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.0.0a1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.0.0a1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/machinelearningservices\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-identity\",\n \"azure-storage-blob + (<=12.5.0,>12.0.0b4)\",\n \"azure-storage-file-share + (==12.3.0)\",\n \"cryptography (<=3.3.2)\",\n + \ \"docker (>=4.0.0,~=5.0.0)\",\n \"isodate\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"pathspec + (==0.8.*)\",\n \"pydash (<=4.9.0)\",\n \"pyjwt + (<2.0.0)\",\n \"tqdm\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces Extension\",\n + \ \"version\": \"2.0.0a1\"\n },\n \"sha256Digest\": + \"da1a040a0755f2b6898ac6ed9f90241a38b776031e74d070431cd2ba63a13ea3\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.0.1a1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.0.1a1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/machinelearningservices\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-identity\",\n \"azure-storage-blob + (<=12.5.0,>12.0.0b4)\",\n \"azure-storage-file-share + (==12.3.0)\",\n \"cryptography (<=3.3.2)\",\n + \ \"docker (>=4.0.0,~=5.0.0)\",\n \"isodate\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"pathspec + (==0.8.*)\",\n \"pydash (<=4.9.0)\",\n \"pyjwt + (<2.0.0)\",\n \"tqdm\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces Extension\",\n + \ \"version\": \"2.0.1a1\"\n },\n \"sha256Digest\": + \"079a8f3ecf3f0816a8afd4fe65303940721679f02718f70ddb706934201ada50\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.0.1a2-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.0.1a2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/machinelearningservices\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-identity\",\n \"azure-storage-blob + (<=12.5.0,>12.0.0b4)\",\n \"azure-storage-file-share + (==12.3.0)\",\n \"cryptography (<=3.3.2)\",\n + \ \"docker (>=4.0.0,~=5.0.0)\",\n \"isodate\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"pathspec + (==0.8.*)\",\n \"pydash (<=4.9.0)\",\n \"pyjwt + (<2.0.0)\",\n \"tqdm\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces Extension\",\n + \ \"version\": \"2.0.1a2\"\n },\n \"sha256Digest\": + \"b17126a35dd3ebb65cbe54fe2d69fc9274b37ec5a150ea084b1b343b7393ccde\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.0.1a3-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.0.1a3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/machinelearningservices\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-identity\",\n \"azure-storage-blob + (<=12.5.0,>12.0.0b4)\",\n \"azure-storage-file-share + (==12.3.0)\",\n \"cryptography (<=3.3.2)\",\n + \ \"docker (>=4.0.0,~=5.0.0)\",\n \"isodate\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"pathspec + (==0.8.*)\",\n \"pydash (<=4.9.0)\",\n \"pyjwt + (<2.0.0)\",\n \"tqdm\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces Extension\",\n + \ \"version\": \"2.0.1a3\"\n },\n \"sha256Digest\": + \"67c57c5c73d7ebaa99d1df52ba82c7a551bf61a182b4888128e8c62c896cf84b\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.0.1a4-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.0.1a4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/machinelearningservices\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-identity\",\n \"azure-storage-blob + (<=12.5.0,>12.0.0b4)\",\n \"azure-storage-file-share + (==12.3.0)\",\n \"cryptography (<=3.3.2)\",\n + \ \"docker (>=4.0.0,~=5.0.0)\",\n \"isodate\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"pathspec + (==0.8.*)\",\n \"pydash (<=4.9.0)\",\n \"pyjwt + (<2.0.0)\",\n \"tqdm\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces Extension\",\n + \ \"version\": \"2.0.1a4\"\n },\n \"sha256Digest\": + \"5a20917c68a953ad52c6c0596cd04e8c89f833e8ede17e64866a26f43e7f0164\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.0.1a5-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.0.1a5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/machinelearningservices\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-identity\",\n \"azure-storage-blob + (<=12.5.0,>12.0.0b4)\",\n \"azure-storage-file-share + (==12.3.0)\",\n \"cryptography (<=3.3.2)\",\n + \ \"docker (>=4.0.0,~=5.0.0)\",\n \"isodate\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"pathspec + (==0.8.*)\",\n \"pydash (<=4.9.0)\",\n \"pyjwt + (<2.0.0)\",\n \"tqdm\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces Extension\",\n + \ \"version\": \"2.0.1a5\"\n },\n \"sha256Digest\": + \"234ad4707c7c2b4bace2f4c3ed9e15f2f47d01ee00f7a5e13ccafaacec6de8d2\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.0.2-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.0.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/machinelearningservices\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-identity\",\n \"azure-storage-blob + (<=12.5.0,>12.0.0b4)\",\n \"azure-storage-file-share + (==12.3.0)\",\n \"cryptography (<=3.3.2)\",\n + \ \"docker (>=4.0.0,~=5.0.0)\",\n \"isodate\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"pathspec + (==0.8.*)\",\n \"pydash (<=4.9.0)\",\n \"pyjwt + (<2.0.0)\",\n \"tqdm\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces Extension\",\n + \ \"version\": \"2.0.2\"\n },\n \"sha256Digest\": + \"80dc61c8d6778a262b882dc0c5e05b77551e64d338d90fbe8a7eb8c731f6814c\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.0.3-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.0.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/machinelearningservices\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-identity\",\n + \ \"azure-storage-blob (<=12.9.0,>12.0.0b4)\",\n + \ \"azure-storage-file-share (<13.0.0)\",\n + \ \"cryptography (<=3.3.2)\",\n \"docker + (>=4.0.0,~=5.0.0)\",\n \"isodate\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"pathspec (==0.8.*)\",\n + \ \"pydash (<=4.9.0)\",\n \"pyjwt + (<2.0.0)\",\n \"tqdm\",\n \"typing-extensions + (<4.0.0,>=3.10)\"\n ]\n }\n + \ ],\n \"summary\": \"Microsoft Azure + Command-Line Tools AzureMachineLearningWorkspaces Extension\",\n \"version\": + \"2.0.3\"\n },\n \"sha256Digest\": \"3eac9a5c8ee9e78151d9bbcc54eb978a1987f6fd7c1beef0b4a575113f0a4466\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.0.7-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.0.7-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/machinelearningservices\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-identity\",\n + \ \"azure-storage-blob (<=12.9.0,>12.0.0b4)\",\n + \ \"azure-storage-file-share (<13.0.0)\",\n + \ \"cryptography (<=3.3.2)\",\n \"docker + (>=4.0.0,~=5.0.0)\",\n \"isodate\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"pathspec (==0.9.*)\",\n + \ \"pydash (<=4.9.0)\",\n \"pyjwt + (<=2.3.0)\",\n \"tqdm (<=4.63.0)\",\n \"typing-extensions + (<4.0.0,>=3.10)\"\n ]\n }\n + \ ],\n \"summary\": \"Microsoft Azure + Command-Line Tools AzureMachineLearningWorkspaces Extension\",\n \"version\": + \"2.0.7\"\n },\n \"sha256Digest\": \"67f5f65437e50c763ddc9595542d5b12f949c1e325c30a93317ca5f292ad25e5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.1.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/machinelearningservices\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-identity\",\n + \ \"azure-storage-blob (<=12.9.0,>12.0.0b4)\",\n + \ \"azure-storage-file-share (<13.0.0)\",\n + \ \"cryptography (<=3.3.2)\",\n \"docker + (>=4.0.0,~=5.0.0)\",\n \"isodate\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"pathspec (==0.9.*)\",\n + \ \"pydash (<=4.9.0)\",\n \"pyjwt + (<=2.3.0)\",\n \"tqdm (<=4.63.0)\",\n \"typing-extensions + (<4.0.0,>=3.10)\"\n ]\n }\n + \ ],\n \"summary\": \"Microsoft Azure + Command-Line Tools AzureMachineLearningWorkspaces Extension\",\n \"version\": + \"2.1.1\"\n },\n \"sha256Digest\": \"373fa36ced7ef00a8caeb818bf8d83a52ca519e01180a0191b99bdfeae95a037\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.1.2-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/machinelearningservices\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-identity\",\n + \ \"azure-storage-blob (<=12.9.0,>12.0.0b4)\",\n + \ \"azure-storage-file-share (<13.0.0)\",\n + \ \"cryptography (<=3.3.2)\",\n \"docker + (>=4.0.0,~=5.0.0)\",\n \"isodate\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"pathspec (==0.9.*)\",\n + \ \"pydash (<=4.9.0)\",\n \"pyjwt + (<=2.3.0)\",\n \"tqdm (<=4.63.0)\",\n \"typing-extensions + (<4.0.0,>=3.10)\"\n ]\n }\n + \ ],\n \"summary\": \"Microsoft Azure + Command-Line Tools AzureMachineLearningWorkspaces Extension\",\n \"version\": + \"2.1.2\"\n },\n \"sha256Digest\": \"19845c2b0d3701f5ff9e34162047c0c85f57904e17cdcbdde784ab4c8ac2fc49\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.2.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/machinelearningservices\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"applicationinsights (<=0.11.10)\",\n \"azure-common + (<2.0.0,>=1.1)\",\n \"azure-identity\",\n \"azure-storage-blob + (<=12.9.0,>12.0.0b4)\",\n \"azure-storage-file-share + (<13.0.0)\",\n \"colorama (<=0.4.4)\",\n \"cryptography + (<=3.3.2)\",\n \"docker (>=4.0.0,~=5.0.0)\",\n + \ \"isodate\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"pathspec (==0.9.*)\",\n + \ \"pydash (<=4.9.0)\",\n \"pyjwt + (<=2.3.0)\",\n \"tqdm (<=4.63.0)\",\n \"typing-extensions + (<4.0.0,>=3.10)\"\n ]\n }\n + \ ],\n \"summary\": \"Microsoft Azure + Command-Line Tools AzureMachineLearningWorkspaces Extension\",\n \"version\": + \"2.2.1\"\n },\n \"sha256Digest\": \"9e0c11f0d587d5c34969bef3287de5fba3f6fc398541812d2dc4c4db47e24498\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.2.2-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.2.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/machinelearningservices\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"applicationinsights (<=0.11.10)\",\n \"azure-common + (<2.0.0,>=1.1)\",\n \"azure-identity\",\n \"azure-storage-blob + (<=12.9.0,>12.0.0b4)\",\n \"azure-storage-file-share + (<13.0.0)\",\n \"colorama (<=0.4.4)\",\n \"cryptography + (<=3.3.2)\",\n \"docker (>=4.0.0,~=5.0.0)\",\n + \ \"isodate\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"pathspec (==0.9.*)\",\n + \ \"pydash (<=4.9.0)\",\n \"pyjwt + (<=2.3.0)\",\n \"tqdm (<=4.63.0)\",\n \"typing-extensions + (<4.0.0,>=3.10)\"\n ]\n }\n + \ ],\n \"summary\": \"Microsoft Azure + Command-Line Tools AzureMachineLearningWorkspaces Extension\",\n \"version\": + \"2.2.2\"\n },\n \"sha256Digest\": \"69cf00542a4acc6a1d22c9a0c020268cdccf0b3f52d1c49edb0cd1d6b4056237\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.2.3-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.2.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/machinelearningservices\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"applicationinsights (<=0.11.10)\",\n \"azure-common + (<2.0.0,>=1.1)\",\n \"azure-identity\",\n \"azure-storage-blob + (<=12.9.0,>12.0.0b4)\",\n \"azure-storage-file-share + (<13.0.0)\",\n \"colorama (<=0.4.4)\",\n \"cryptography + (<=3.3.2)\",\n \"docker\",\n \"isodate\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"pathspec + (==0.9.*)\",\n \"pydash (<=4.9.0)\",\n \"pyjwt + (<=2.3.0)\",\n \"tqdm (<=4.63.0)\",\n \"typing-extensions + (<4.0.0,>=3.10)\"\n ]\n }\n + \ ],\n \"summary\": \"Microsoft Azure + Command-Line Tools AzureMachineLearningWorkspaces Extension\",\n \"version\": + \"2.2.3\"\n },\n \"sha256Digest\": \"6cbfac0985961d82ae22fe7bccac9cee8a26c78958756f463ced58913ef96409\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.3.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.3.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\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 \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/machinelearningservices\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"applicationinsights (<=0.11.10)\",\n \"azure-common + (<2.0.0,>=1.1)\",\n \"azure-identity\",\n \"azure-storage-blob + (<=12.9.0,>12.0.0b4)\",\n \"azure-storage-file-share + (<13.0.0)\",\n \"colorama (<=0.4.4)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"pathspec (==0.9.*)\",\n + \ \"pydash (<=4.9.0)\",\n \"pyjwt + (<=2.3.0)\",\n \"tqdm (<=4.63.0)\",\n \"typing-extensions + (<4.0.0,>=3.10)\"\n ]\n }\n + \ ],\n \"summary\": \"Microsoft Azure + Command-Line Tools AzureMachineLearningWorkspaces Extension\",\n \"version\": + \"2.3.1\"\n },\n \"sha256Digest\": \"b296b2f83a88746f8be534b61a21e8a3e51f01b57b240897f79b9f9289388643\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.4.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.4.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\n \"Programming Language :: Python\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\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 \"description_content_type\": + \"text/x-rst\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azuremlsdk@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"applicationinsights (<=0.11.10)\",\n \"azure-common + (<2.0.0,>=1.1)\",\n \"azure-identity\",\n \"azure-storage-blob + (<=12.9.0,>=12.5.0)\",\n \"azure-storage-file-share + (<13.0.0)\",\n \"colorama (<=0.4.4)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"pathspec (==0.9.*)\",\n + \ \"pydash (<=4.9.0)\",\n \"pyjwt + (<=2.3.0)\",\n \"tqdm (<=4.63.0)\",\n \"typing-extensions + (<4.0.0,>=3.10)\"\n ]\n }\n + \ ],\n \"summary\": \"Microsoft Azure + Command-Line Tools AzureMachineLearningWorkspaces Extension\",\n \"version\": + \"2.4.0\"\n },\n \"sha256Digest\": \"12619f9c3d0908f934a4e76e5c3dcf5c86bd58c89819c725b9c0dad143adac51\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.4.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.4.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\n \"Programming Language :: Python\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\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 \"description_content_type\": + \"text/x-rst\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azuremlsdk@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"applicationinsights (<=0.11.10)\",\n \"azure-common + (<2.0.0,>=1.1)\",\n \"azure-identity\",\n \"azure-storage-blob + (<=12.9.0,>=12.5.0)\",\n \"azure-storage-file-share + (<13.0.0)\",\n \"colorama (<=0.4.4)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"pathspec (==0.9.*)\",\n + \ \"pydash (<=4.9.0)\",\n \"pyjwt + (<=2.3.0)\",\n \"tqdm (<=4.63.0)\",\n \"typing-extensions + (<4.0.0,>=3.10)\"\n ]\n }\n + \ ],\n \"summary\": \"Microsoft Azure + Command-Line Tools AzureMachineLearningWorkspaces Extension\",\n \"version\": + \"2.4.1\"\n },\n \"sha256Digest\": \"646e548193d1eb96618f9d1c3e53f54cc8d5fb9b8de6cd67a11065567dae21ad\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.5.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.5.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\n \"Programming Language :: Python\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\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 \"description_content_type\": + \"text/x-rst\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azuremlsdk@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"applicationinsights (<=0.11.10)\",\n \"azure-common + (<2.0.0,>=1.1)\",\n \"azure-identity\",\n \"azure-storage-blob + (<13.0.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<=12.6.0)\",\n \"azure-storage-file-share + (<13.0.0)\",\n \"colorama (<=0.4.4)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"pathspec (==0.9.*)\",\n + \ \"pydash (<=4.9.0)\",\n \"pyjwt + (<=2.3.0)\",\n \"tqdm (<=4.63.0)\",\n \"typing-extensions + (>=4.0.1)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.5.0\"\n },\n + \ \"sha256Digest\": \"66c2c3dd71040be0ba304b80e25e8f5f2196caa3970e3c7e15d260243dde31e7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.6.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.6.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\n \"Programming Language :: Python\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\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 \"description_content_type\": + \"text/x-rst\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azuremlsdk@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"applicationinsights (<=0.11.10)\",\n \"azure-common + (<2.0.0,>=1.1)\",\n \"azure-identity\",\n \"azure-storage-blob + (<12.13.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<=12.8.0)\",\n \"azure-storage-file-share + (<12.9.0)\",\n \"colorama (<=0.4.4)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"pathspec (==0.9.*)\",\n + \ \"pydash (<=4.9.0)\",\n \"pyjwt + (<3.0.0)\",\n \"strictyaml (<=1.6.1)\",\n \"tqdm + (<=4.63.0)\",\n \"typing-extensions (>=4.0.1)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.6.0\"\n },\n + \ \"sha256Digest\": \"9d5d0c3c4cf260a7a4590c00200d7a9de4824017f657fe0a499887fdcf4d8b9c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.6.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.6.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\n \"Programming Language :: Python\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\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 \"description_content_type\": + \"text/x-rst\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azuremlsdk@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"applicationinsights (<=0.11.10)\",\n \"azure-common + (<2.0.0,>=1.1)\",\n \"azure-identity\",\n \"azure-storage-blob + (<12.13.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<=12.8.0)\",\n \"azure-storage-file-share + (<12.9.0)\",\n \"colorama (<=0.4.4)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"pathspec (==0.9.*)\",\n + \ \"pydash (<=4.9.0)\",\n \"pyjwt + (<3.0.0)\",\n \"strictyaml (<=1.6.1)\",\n \"tqdm + (<=4.63.0)\",\n \"typing-extensions (>=4.0.1)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.6.1\"\n },\n + \ \"sha256Digest\": \"a39a600331658e27774e33e7b6ed73b76d85c5b75bf14d1b80d7c492934badcc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.7.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.7.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\n \"Programming Language :: Python\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\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 \"description_content_type\": + \"text/x-rst\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azuremlsdk@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"applicationinsights (<=0.11.10)\",\n \"azure-common + (<2.0.0,>=1.1)\",\n \"azure-identity\",\n \"azure-storage-blob + (<12.13.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<12.8.0)\",\n \"azure-storage-file-share (<12.9.0)\",\n + \ \"colorama (<=0.4.4)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"pathspec (==0.9.*)\",\n + \ \"pydash (<=4.9.0)\",\n \"pyjwt + (<3.0.0)\",\n \"strictyaml (<=1.6.1)\",\n \"tqdm + (<=4.63.0)\",\n \"typing-extensions (>=4.0.1)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.7.0\"\n },\n + \ \"sha256Digest\": \"545465410e7c891ecfaf09a5d074745576a872db8c4b3691ce16c13fa76493bd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.7.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.7.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\n \"Programming Language :: Python\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\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 \"description_content_type\": + \"text/x-rst\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azuremlsdk@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"applicationinsights (<=0.11.10)\",\n \"azure-common + (<2.0.0,>=1.1)\",\n \"azure-identity\",\n \"azure-storage-blob + (<12.13.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<12.8.0)\",\n \"azure-storage-file-share (<12.9.0)\",\n + \ \"colorama (<=0.4.4)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"pathspec (==0.9.*)\",\n + \ \"pydash (<=4.9.0)\",\n \"pyjwt + (<3.0.0)\",\n \"strictyaml (<=1.6.1)\",\n \"tqdm + (<=4.63.0)\",\n \"typing-extensions (>=4.0.1)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.7.1\"\n },\n + \ \"sha256Digest\": \"42119a1eb36735135450160c28206d4e502649e047c7fee4b9058783cbfca17f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.8.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.8.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\n \"Programming Language :: Python\",\n + \ \"Programming Language :: Python :: 3\",\n \"Programming + Language :: Python :: 3.6\",\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 \"description_content_type\": + \"text/x-rst\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azuremlsdk@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"applicationinsights (<=0.11.10)\",\n \"azure-common + (<2.0.0,>=1.1)\",\n \"azure-storage-blob (<12.13.0,>=12.10.0)\",\n + \ \"azure-storage-file-datalake (<12.8.0)\",\n + \ \"azure-storage-file-share (<12.9.0)\",\n + \ \"colorama (<=0.4.4)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"pathspec (==0.9.*)\",\n + \ \"pydash (<=4.9.0)\",\n \"pyjwt + (<3.0.0)\",\n \"strictyaml (<=1.6.1)\",\n \"tqdm + (<=4.63.0)\",\n \"typing-extensions (>=4.0.1)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.8.0\"\n },\n + \ \"sha256Digest\": \"b2579e95b5e563633e2975286837540968a2773880ea40cf7d7e678eb09ab9d3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.9.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.9.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"applicationinsights (<=0.11.10)\",\n \"azure-common + (<2.0.0,>=1.1)\",\n \"azure-storage-blob (<13.0.0,>=12.10.0)\",\n + \ \"azure-storage-file-datalake (<13.0.0)\",\n + \ \"azure-storage-file-share (<13.0.0)\",\n + \ \"colorama (<=0.4.4)\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"jsonschema + (<5.0.0,>=4.0.0)\",\n \"marshmallow (<4.0.0,>=3.5)\",\n + \ \"pydash (<6.0.0)\",\n \"pyjwt + (<3.0.0)\",\n \"strictyaml (<=1.6.1)\",\n \"tqdm + (<=4.63.0)\",\n \"typing-extensions (<5.0.0)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.9.0\"\n },\n + \ \"sha256Digest\": \"b899b67d572d38b29f5ac030b411ae37bbe4bcbfa421ffd75986fa8d4e78e3cb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.10.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.10.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-storage-blob + (<13.0.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<13.0.0)\",\n \"azure-storage-file-share (<13.0.0)\",\n + \ \"colorama (<=0.4.4)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"pydash (<6.0.0)\",\n + \ \"pyjwt (<3.0.0)\",\n \"strictyaml + (<=1.6.1)\",\n \"tqdm (<=4.63.0)\",\n \"typing-extensions + (<5.0.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.10.0\"\n },\n + \ \"sha256Digest\": \"f510061270cb368a88e84c14f58cbb4bf49220e46e320718dd0efee7889b6ce8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.11.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.11.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-storage-blob + (<13.0.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<13.0.0)\",\n \"azure-storage-file-share (<13.0.0)\",\n + \ \"colorama (<0.5.0)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"opencensus-ext-azure + (<2.0.0)\",\n \"pydash (<6.0.0)\",\n \"pyjwt + (<3.0.0)\",\n \"strictyaml (<2.0.0)\",\n \"tqdm + (<5.0.0)\",\n \"typing-extensions (<5.0.0)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.11.0\"\n },\n + \ \"sha256Digest\": \"26627137dd0fb9d276b1a111ec2659e2f9ea840376bcab64b2e7888c13db4087\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.12.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.12.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-storage-blob + (<13.0.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<13.0.0)\",\n \"azure-storage-file-share (<13.0.0)\",\n + \ \"colorama (<0.5.0)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"opencensus-ext-azure + (<2.0.0)\",\n \"pydash (<6.0.0)\",\n \"pyjwt + (<3.0.0)\",\n \"strictyaml (<2.0.0)\",\n \"tqdm + (<5.0.0)\",\n \"typing-extensions (<5.0.0)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.12.0\"\n },\n + \ \"sha256Digest\": \"fc36a71835ec46baa7b6a132fef076bd6626cb7034896842ea11a4e6429bd528\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.12.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.12.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-storage-blob + (<13.0.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<13.0.0)\",\n \"azure-storage-file-share (<13.0.0)\",\n + \ \"colorama (<0.5.0)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"opencensus-ext-azure + (<2.0.0)\",\n \"pydash (<6.0.0)\",\n \"pyjwt + (<3.0.0)\",\n \"strictyaml (<2.0.0)\",\n \"tqdm + (<5.0.0)\",\n \"typing-extensions (<5.0.0)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.12.1\"\n },\n + \ \"sha256Digest\": \"8a5a3733a1bc65e4b100db5aab72bfe322ad4d4b5268c04dcf03da87374f77ce\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.13.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.13.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-storage-blob + (<13.0.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<13.0.0)\",\n \"azure-storage-file-share (<13.0.0)\",\n + \ \"colorama (<0.5.0)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"pydash (<6.0.0)\",\n + \ \"pyjwt (<3.0.0)\",\n \"strictyaml + (<2.0.0)\",\n \"tqdm (<5.0.0)\",\n \"typing-extensions + (<5.0.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.13.0\"\n },\n + \ \"sha256Digest\": \"24d2f8af646ace7d5b2c7c49adb8eff7e6d8a8610cbf071b2654695f8d512f3f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.14.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.14.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-storage-blob + (<13.0.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<13.0.0)\",\n \"azure-storage-file-share (<13.0.0)\",\n + \ \"colorama (<0.5.0)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"pydash (<6.0.0)\",\n + \ \"pyjwt (<3.0.0)\",\n \"strictyaml + (<2.0.0)\",\n \"tqdm (<5.0.0)\",\n \"typing-extensions + (<5.0.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.14.0\"\n },\n + \ \"sha256Digest\": \"90e8e03ff67f1c6b73219b44764a44e6e45ab7786ff5dd26660ba9f600879747\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.14.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.14.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-storage-blob + (<13.0.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<13.0.0)\",\n \"azure-storage-file-share (<13.0.0)\",\n + \ \"colorama (<0.5.0)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"pydash (<6.0.0)\",\n + \ \"pyjwt (<3.0.0)\",\n \"strictyaml + (<2.0.0)\",\n \"tqdm (<5.0.0)\",\n \"typing-extensions + (<5.0.0)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.14.1\"\n },\n + \ \"sha256Digest\": \"50c1619498adf17aaf88c0c8085ca3f4c82862dacc7260b5e1e805832356493b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.15.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.15.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-storage-blob + (<13.0.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<13.0.0)\",\n \"azure-storage-file-share (<13.0.0)\",\n + \ \"colorama (<0.5.0)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"opencensus-ext-azure + (<2.0.0)\",\n \"pydash (<6.0.0)\",\n \"pyjwt + (<3.0.0)\",\n \"strictyaml (<2.0.0)\",\n \"tqdm + (<5.0.0)\",\n \"typing-extensions (<5.0.0)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.15.0\"\n },\n + \ \"sha256Digest\": \"89002fd24b1096dab8dadd02c13930113f7f9044b1632baafe13e63cfda022bf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.15.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.15.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-storage-blob + (<13.0.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<13.0.0)\",\n \"azure-storage-file-share (<13.0.0)\",\n + \ \"colorama (<0.5.0)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"opencensus-ext-azure + (<2.0.0)\",\n \"pydash (<6.0.0)\",\n \"pyjwt + (<3.0.0)\",\n \"strictyaml (<2.0.0)\",\n \"tqdm + (<5.0.0)\",\n \"typing-extensions (<5.0.0)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.15.1\"\n },\n + \ \"sha256Digest\": \"b195ed8e627c36a34a7aac6f7c261a80714cf7ae9fbfd01981a39119dd1a70a5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.16.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.16.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-mgmt-resource + (<23.0.0,>=3.0.0)\",\n \"azure-mgmt-resource + (<23.0.0,>=3.0.0)\",\n \"azure-mgmt-resourcegraph + (<9.0.0,>=2.0.0)\",\n \"azure-mgmt-resourcegraph + (<9.0.0,>=2.0.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<13.0.0)\",\n \"azure-storage-file-share (<13.0.0)\",\n + \ \"colorama (<0.5.0)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"opencensus-ext-azure + (<2.0.0)\",\n \"pydash (<6.0.0)\",\n \"pyjwt + (<3.0.0)\",\n \"strictyaml (<2.0.0)\",\n \"tqdm + (<5.0.0)\",\n \"typing-extensions (<5.0.0)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.16.0\"\n },\n + \ \"sha256Digest\": \"d86047e774ac8c16b3d6eb4490588b527a257a04977dd181cfd06ac7778b6c23\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.17.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.17.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-mgmt-resource + (<23.0.0,>=3.0.0)\",\n \"azure-mgmt-resourcegraph + (<9.0.0,>=2.0.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<13.0.0)\",\n \"azure-storage-file-share (<13.0.0)\",\n + \ \"colorama (<0.5.0)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"opencensus-ext-azure + (<2.0.0)\",\n \"pydash (<6.0.0)\",\n \"pyjwt + (<3.0.0)\",\n \"strictyaml (<2.0.0)\",\n \"tqdm + (<5.0.0)\",\n \"typing-extensions (<5.0.0)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.17.0\"\n },\n + \ \"sha256Digest\": \"9870ae83638fdb11fc5de1d5d679e5a88cf6d64363d2f67883ee3eab86a802ec\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.17.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.17.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-mgmt-resource + (<23.0.0,>=3.0.0)\",\n \"azure-mgmt-resourcegraph + (<9.0.0,>=2.0.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<13.0.0)\",\n \"azure-storage-file-share (<13.0.0)\",\n + \ \"colorama (<0.5.0)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"opencensus-ext-azure + (<2.0.0)\",\n \"pydash (<6.0.0)\",\n \"pyjwt + (<3.0.0)\",\n \"strictyaml (<2.0.0)\",\n \"tqdm + (<5.0.0)\",\n \"typing-extensions (<5.0.0)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.17.1\"\n },\n + \ \"sha256Digest\": \"641cefde40910aca4db48f8fe1c0fda01d8112c04e93530959cf018561e3efcf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.17.2-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.17.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-mgmt-resource + (<23.0.0,>=3.0.0)\",\n \"azure-mgmt-resourcegraph + (<9.0.0,>=2.0.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<13.0.0)\",\n \"azure-storage-file-share (<13.0.0)\",\n + \ \"colorama (<0.5.0)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"opencensus-ext-azure + (<2.0.0)\",\n \"pydash (<6.0.0)\",\n \"pyjwt + (<3.0.0)\",\n \"strictyaml (<2.0.0)\",\n \"tqdm + (<5.0.0)\",\n \"typing-extensions (<5.0.0)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.17.2\"\n },\n + \ \"sha256Digest\": \"6382717a4f9ef486fe5c9af2d2e1b5d1ec8e7c95428f966f67955a5644d462f8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.18.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.18.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-mgmt-resource + (<23.0.0,>=3.0.0)\",\n \"azure-mgmt-resourcegraph + (<9.0.0,>=2.0.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<13.0.0)\",\n \"azure-storage-file-share (<13.0.0)\",\n + \ \"colorama (<0.5.0)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"opencensus-ext-azure + (<2.0.0)\",\n \"pydash (<6.0.0)\",\n \"pyjwt + (<3.0.0)\",\n \"strictyaml (<2.0.0)\",\n \"tqdm + (<5.0.0)\",\n \"typing-extensions (<5.0.0)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.18.0\"\n },\n + \ \"sha256Digest\": \"5a3d044ac51ce7950f71a6b2917ec90d67e029082620b3f02012b8767e3f758c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.19.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.19.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-mgmt-resource + (<23.0.0,>=3.0.0)\",\n \"azure-mgmt-resourcegraph + (<9.0.0,>=2.0.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<13.0.0)\",\n \"azure-storage-file-share (<13.0.0)\",\n + \ \"colorama (<0.5.0)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"opencensus-ext-azure + (<2.0.0)\",\n \"pydash (<6.0.0)\",\n \"pyjwt + (<3.0.0)\",\n \"strictyaml (<2.0.0)\",\n \"tqdm + (<5.0.0)\",\n \"typing-extensions (<5.0.0)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.19.0\"\n },\n + \ \"sha256Digest\": \"cc5d785f5e1fc4bd014b7c4e1543c1c74b10010aa5d0205845afe55042030973\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.19.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.19.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-mgmt-resource + (<23.0.0,>=3.0.0)\",\n \"azure-mgmt-resourcegraph + (<9.0.0,>=2.0.0)\",\n \"azure-storage-blob + (<13.0.0,>=12.10.0)\",\n \"azure-storage-file-datalake + (<13.0.0)\",\n \"azure-storage-file-share (<13.0.0)\",\n + \ \"colorama (<0.5.0)\",\n \"cryptography\",\n + \ \"docker\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"marshmallow + (<4.0.0,>=3.5)\",\n \"opencensus-ext-azure + (<2.0.0)\",\n \"pydash (<6.0.0)\",\n \"pyjwt + (<3.0.0)\",\n \"strictyaml (<2.0.0)\",\n \"tqdm + (<5.0.0)\",\n \"typing-extensions (<5.0.0)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.19.1\"\n },\n + \ \"sha256Digest\": \"808df1eda155eb202579e88f8cd97ff2bdea8585a5562d84a7819e6d928dea9f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.20.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.20.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-common<2.0.0,>=1.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (<13.0.0,>=12.10.0)\",\n + \ \"azure-storage-blob<13.0.0,>=12.10.0\",\n + \ \"azure-storage-file-datalake (<13.0.0)\",\n + \ \"azure-storage-file-datalake<13.0.0\",\n + \ \"azure-storage-file-share (<13.0.0)\",\n + \ \"azure-storage-file-share<13.0.0\",\n \"colorama + (<0.5.0)\",\n \"colorama<0.5.0\",\n \"cryptography\",\n + \ \"cryptography\",\n \"docker\",\n + \ \"docker\",\n \"isodate\",\n + \ \"isodate\",\n \"jsonschema + (<5.0.0,>=4.0.0)\",\n \"jsonschema<5.0.0,>=4.0.0\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"marshmallow<4.0.0,>=3.5\",\n + \ \"opencensus-ext-azure (<2.0.0)\",\n \"opencensus-ext-azure<2.0.0\",\n + \ \"pydash (<6.0.0)\",\n \"pydash<6.0.0\",\n + \ \"pyjwt (<3.0.0)\",\n \"pyjwt<3.0.0\",\n + \ \"strictyaml (<2.0.0)\",\n \"strictyaml<2.0.0\",\n + \ \"tqdm (<5.0.0)\",\n \"tqdm<5.0.0\",\n + \ \"typing-extensions (<5.0.0)\",\n \"typing-extensions<5.0.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.20.0\"\n },\n + \ \"sha256Digest\": \"dab4fa8889574743328aafd4cccf06eb22ec21ca7407c8397238ce75c00b39c4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.21.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.21.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-common<2.0.0,>=1.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (<13.0.0,>=12.10.0)\",\n + \ \"azure-storage-blob<13.0.0,>=12.10.0\",\n + \ \"azure-storage-file-datalake (<13.0.0)\",\n + \ \"azure-storage-file-datalake<13.0.0\",\n + \ \"azure-storage-file-share (<13.0.0)\",\n + \ \"azure-storage-file-share<13.0.0\",\n \"colorama + (<0.5.0)\",\n \"colorama<0.5.0\",\n \"cryptography\",\n + \ \"cryptography\",\n \"docker\",\n + \ \"docker\",\n \"isodate\",\n + \ \"isodate\",\n \"jsonschema + (<5.0.0,>=4.0.0)\",\n \"jsonschema<5.0.0,>=4.0.0\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"marshmallow<4.0.0,>=3.5\",\n + \ \"opencensus-ext-azure (<2.0.0)\",\n \"opencensus-ext-azure<2.0.0\",\n + \ \"pydash (<6.0.0)\",\n \"pydash<6.0.0\",\n + \ \"pyjwt (<3.0.0)\",\n \"pyjwt<3.0.0\",\n + \ \"strictyaml (<2.0.0)\",\n \"strictyaml<2.0.0\",\n + \ \"tqdm (<5.0.0)\",\n \"tqdm<5.0.0\",\n + \ \"typing-extensions (<5.0.0)\",\n \"typing-extensions<5.0.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.21.0\"\n },\n + \ \"sha256Digest\": \"28b393126e7dd4ad2c885688293f4c2ef4fc3af686ab44dd6d84fe1e61fe3c0a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.21.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.21.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-common<2.0.0,>=1.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (<13.0.0,>=12.10.0)\",\n + \ \"azure-storage-blob<13.0.0,>=12.10.0\",\n + \ \"azure-storage-file-datalake (<13.0.0)\",\n + \ \"azure-storage-file-datalake<13.0.0\",\n + \ \"azure-storage-file-share (<13.0.0)\",\n + \ \"azure-storage-file-share<13.0.0\",\n \"colorama + (<0.5.0)\",\n \"colorama<0.5.0\",\n \"cryptography\",\n + \ \"cryptography\",\n \"docker\",\n + \ \"docker\",\n \"isodate\",\n + \ \"isodate\",\n \"jsonschema + (<5.0.0,>=4.0.0)\",\n \"jsonschema<5.0.0,>=4.0.0\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"marshmallow<4.0.0,>=3.5\",\n + \ \"opencensus-ext-azure (<2.0.0)\",\n \"opencensus-ext-azure<2.0.0\",\n + \ \"pydash (<7.0.6,>=6.0.0)\",\n \"pydash<7.0.6,>=6.0.0\",\n + \ \"pyjwt (<3.0.0)\",\n \"pyjwt<3.0.0\",\n + \ \"strictyaml (<2.0.0)\",\n \"strictyaml<2.0.0\",\n + \ \"tqdm (<5.0.0)\",\n \"tqdm<5.0.0\",\n + \ \"typing-extensions (<5.0.0)\",\n \"typing-extensions<5.0.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.21.1\"\n },\n + \ \"sha256Digest\": \"74d26f61ec61654eea8002e33e6c7d2c412522f9dc12d9c46feb4a7dbc3dbf7a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.22.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.22.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-common<2.0.0,>=1.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (<13.0.0,>=12.10.0)\",\n + \ \"azure-storage-blob<13.0.0,>=12.10.0\",\n + \ \"azure-storage-file-datalake (<13.0.0)\",\n + \ \"azure-storage-file-datalake<13.0.0\",\n + \ \"azure-storage-file-share (<13.0.0)\",\n + \ \"azure-storage-file-share<13.0.0\",\n \"colorama + (<0.5.0)\",\n \"colorama<0.5.0\",\n \"cryptography\",\n + \ \"cryptography\",\n \"docker\",\n + \ \"docker\",\n \"isodate\",\n + \ \"isodate\",\n \"jsonschema + (<5.0.0,>=4.0.0)\",\n \"jsonschema<5.0.0,>=4.0.0\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"marshmallow<4.0.0,>=3.5\",\n + \ \"opencensus-ext-azure (<2.0.0)\",\n \"opencensus-ext-azure<2.0.0\",\n + \ \"pydash (<7.0.6,>=6.0.0)\",\n \"pydash<7.0.6,>=6.0.0\",\n + \ \"pyjwt (<3.0.0)\",\n \"pyjwt<3.0.0\",\n + \ \"strictyaml (<2.0.0)\",\n \"strictyaml<2.0.0\",\n + \ \"tqdm (<5.0.0)\",\n \"tqdm<5.0.0\",\n + \ \"typing-extensions (<5.0.0)\",\n \"typing-extensions<5.0.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.22.0\"\n },\n + \ \"sha256Digest\": \"f333b3149c72d8b9230d3e82f77cbbe4af159ba65de8acfb7ef4190797d6fa8a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.23.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.23.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-common<2.0.0,>=1.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (<13.0.0,>=12.10.0)\",\n + \ \"azure-storage-blob<13.0.0,>=12.10.0\",\n + \ \"azure-storage-file-datalake (<13.0.0)\",\n + \ \"azure-storage-file-datalake<13.0.0\",\n + \ \"azure-storage-file-share (<13.0.0)\",\n + \ \"azure-storage-file-share<13.0.0\",\n \"colorama + (<0.5.0)\",\n \"colorama<0.5.0\",\n \"cryptography\",\n + \ \"cryptography\",\n \"docker\",\n + \ \"docker\",\n \"isodate\",\n + \ \"isodate\",\n \"jsonschema + (<5.0.0,>=4.0.0)\",\n \"jsonschema<5.0.0,>=4.0.0\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"marshmallow<4.0.0,>=3.5\",\n + \ \"opencensus-ext-azure (<2.0.0)\",\n \"opencensus-ext-azure<2.0.0\",\n + \ \"pydash (<7.0.6,>=6.0.0)\",\n \"pydash<7.0.6,>=6.0.0\",\n + \ \"pyjwt (<3.0.0)\",\n \"pyjwt<3.0.0\",\n + \ \"strictyaml (<2.0.0)\",\n \"strictyaml<2.0.0\",\n + \ \"tqdm (<5.0.0)\",\n \"tqdm<5.0.0\",\n + \ \"typing-extensions (<5.0.0)\",\n \"typing-extensions<5.0.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.23.0\"\n },\n + \ \"sha256Digest\": \"c4cffb5dd82c8146d11c93330b6952933bbe6755cdf77e954cdf910717e65323\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.24.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.24.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-common<2.0.0,>=1.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (<13.0.0,>=12.10.0)\",\n + \ \"azure-storage-blob<13.0.0,>=12.10.0\",\n + \ \"azure-storage-file-datalake (<13.0.0)\",\n + \ \"azure-storage-file-datalake<13.0.0\",\n + \ \"azure-storage-file-share (<13.0.0)\",\n + \ \"azure-storage-file-share<13.0.0\",\n \"azureml-dataprep-rslex + (>=2.22.0)\",\n \"azureml-dataprep-rslex>=2.22.0\",\n + \ \"colorama (<0.5.0)\",\n \"colorama<0.5.0\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"jsonschema<5.0.0,>=4.0.0\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"marshmallow<4.0.0,>=3.5\",\n + \ \"opencensus-ext-azure (<2.0.0)\",\n \"opencensus-ext-azure<2.0.0\",\n + \ \"opencensus-ext-logging (<=0.1.1)\",\n \"opencensus-ext-logging<=0.1.1\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt (<3.0.0)\",\n \"pyjwt<3.0.0\",\n + \ \"strictyaml (<2.0.0)\",\n \"strictyaml<2.0.0\",\n + \ \"tqdm (<5.0.0)\",\n \"tqdm<5.0.0\",\n + \ \"typing-extensions (<5.0.0)\",\n \"typing-extensions<5.0.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.24.0\"\n },\n + \ \"sha256Digest\": \"a2ea8f8e04a65d810e95150de1cfd388d7e2d76a2614580be42970c8dc1f4014\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.25.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.25.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-common<2.0.0,>=1.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (<13.0.0,>=12.10.0)\",\n + \ \"azure-storage-blob<13.0.0,>=12.10.0\",\n + \ \"azure-storage-file-datalake (<13.0.0)\",\n + \ \"azure-storage-file-datalake<13.0.0\",\n + \ \"azure-storage-file-share (<13.0.0)\",\n + \ \"azure-storage-file-share<13.0.0\",\n \"azureml-dataprep-rslex + (>=2.22.0)\",\n \"azureml-dataprep-rslex>=2.22.0\",\n + \ \"colorama (<0.5.0)\",\n \"colorama<0.5.0\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"jsonschema<5.0.0,>=4.0.0\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"marshmallow<4.0.0,>=3.5\",\n + \ \"opencensus-ext-azure (<2.0.0)\",\n \"opencensus-ext-azure<2.0.0\",\n + \ \"opencensus-ext-logging (<=0.1.1)\",\n \"opencensus-ext-logging<=0.1.1\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt (<3.0.0)\",\n \"pyjwt<3.0.0\",\n + \ \"strictyaml (<2.0.0)\",\n \"strictyaml<2.0.0\",\n + \ \"tqdm (<5.0.0)\",\n \"tqdm<5.0.0\",\n + \ \"typing-extensions (<5.0.0)\",\n \"typing-extensions<5.0.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.25.0\"\n },\n + \ \"sha256Digest\": \"6df57410a255c610627192c3527ac2b15f492409800070623cd1ecb433fb750d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.25.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.25.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (<2.0.0,>=1.1)\",\n \"azure-common<2.0.0,>=1.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (<13.0.0,>=12.10.0)\",\n + \ \"azure-storage-blob<13.0.0,>=12.10.0\",\n + \ \"azure-storage-file-datalake (<13.0.0)\",\n + \ \"azure-storage-file-datalake<13.0.0\",\n + \ \"azure-storage-file-share (<13.0.0)\",\n + \ \"azure-storage-file-share<13.0.0\",\n \"colorama + (<0.5.0)\",\n \"colorama<0.5.0\",\n \"cryptography\",\n + \ \"cryptography\",\n \"docker\",\n + \ \"docker\",\n \"isodate\",\n + \ \"isodate\",\n \"jsonschema + (<5.0.0,>=4.0.0)\",\n \"jsonschema<5.0.0,>=4.0.0\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"marshmallow<4.0.0,>=3.5\",\n + \ \"opencensus-ext-azure (<2.0.0)\",\n \"opencensus-ext-azure<2.0.0\",\n + \ \"opencensus-ext-logging (<=0.1.1)\",\n \"opencensus-ext-logging<=0.1.1\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt (<3.0.0)\",\n \"pyjwt<3.0.0\",\n + \ \"strictyaml (<2.0.0)\",\n \"strictyaml<2.0.0\",\n + \ \"tqdm (<5.0.0)\",\n \"tqdm<5.0.0\",\n + \ \"typing-extensions (<5.0.0)\",\n \"typing-extensions<5.0.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.25.1\"\n },\n + \ \"sha256Digest\": \"cf20d42f40871ccff101adc9da22ea1f3f61e2f941c777a7f21976e041a7daef\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.26.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.26.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"opencensus-ext-azure\",\n \"opencensus-ext-azure\",\n + \ \"opencensus-ext-logging\",\n \"opencensus-ext-logging\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.26.0\"\n },\n + \ \"sha256Digest\": \"63762ebec712d9d9aefdb95dd22f0720ca31c34b4ded0e16b701987e33fce506\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.26.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.26.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"opencensus-ext-azure\",\n \"opencensus-ext-azure\",\n + \ \"opencensus-ext-logging\",\n \"opencensus-ext-logging\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.26.1\"\n },\n + \ \"sha256Digest\": \"caac6f58f9f181cb94e4673f0e0affa10d8986ac84b30b6aa547a2d28901090e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.27.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.27.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"opencensus-ext-azure\",\n \"opencensus-ext-azure\",\n + \ \"opencensus-ext-logging\",\n \"opencensus-ext-logging\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.27.0\"\n },\n + \ \"sha256Digest\": \"21d076e34544770fcdc9a7c0eec0de45087b5d47b2756029fecf66e18877fba1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.27.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.27.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"opencensus-ext-azure\",\n \"opencensus-ext-azure\",\n + \ \"opencensus-ext-logging\",\n \"opencensus-ext-logging\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.27.1\"\n },\n + \ \"sha256Digest\": \"b53a8945ea6f26d2c1deb3e4b30a0b9ae09bf6e033662e71c40b700ac543c5d1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.28.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.28.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"opencensus-ext-azure\",\n \"opencensus-ext-azure\",\n + \ \"opencensus-ext-logging\",\n \"opencensus-ext-logging\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.28.0\"\n },\n + \ \"sha256Digest\": \"177c08432719db3d50b2e17ee47fc6aa5eb8e2400c7eda1d9d9d123a7ecc3838\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.29.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.29.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"opencensus-ext-azure\",\n \"opencensus-ext-azure\",\n + \ \"opencensus-ext-logging\",\n \"opencensus-ext-logging\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.29.0\"\n },\n + \ \"sha256Digest\": \"b414015d511c63ab80067ac7c0f0b6760de17bc8174d9bc25ebb9a392cccdffc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.30.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.30.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"opencensus-ext-azure\",\n \"opencensus-ext-azure\",\n + \ \"opencensus-ext-logging\",\n \"opencensus-ext-logging\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.30.0\"\n },\n + \ \"sha256Digest\": \"c0d685063ff76a850b21c6cd632f5a6ea216cf3fb718a663f11a83c0fd66699b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.30.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.30.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"opencensus-ext-azure\",\n \"opencensus-ext-azure\",\n + \ \"opencensus-ext-logging\",\n \"opencensus-ext-logging\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.30.1\"\n },\n + \ \"sha256Digest\": \"b55f5c652a9cdc3c415f22d776d37b1745f2fdfe9f1cfc59047984cf67d33714\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.31.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.31.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"opencensus-ext-azure\",\n \"opencensus-ext-azure\",\n + \ \"opencensus-ext-logging\",\n \"opencensus-ext-logging\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.31.0\"\n },\n + \ \"sha256Digest\": \"ee15dbf021b31ab3165fc6922c5c9d8f21526caa279f714a6a0c112e8dfad264\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.31.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.31.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"opencensus-ext-azure\",\n \"opencensus-ext-azure\",\n + \ \"opencensus-ext-logging\",\n \"opencensus-ext-logging\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.31.1\"\n },\n + \ \"sha256Digest\": \"b296d51cc1bf359d7a0adda6b1d941582d3b12bf90a6475df9e653b9ddca7c68\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.32.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.32.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"opencensus-ext-azure\",\n \"opencensus-ext-azure\",\n + \ \"opencensus-ext-logging\",\n \"opencensus-ext-logging\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.32.0\"\n },\n + \ \"sha256Digest\": \"2c2504542c001f38784ba4ee439265ca5ed3d3cc24e31de6585fc2d1fea14d97\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.32.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.32.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"opencensus-ext-azure\",\n \"opencensus-ext-azure\",\n + \ \"opencensus-ext-logging\",\n \"opencensus-ext-logging\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.32.1\"\n },\n + \ \"sha256Digest\": \"a84718f259852fab798d6c05b35384bfe21e48a6c08186d60087a6bbfb8919ba\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.32.4-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.32.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azureml-examples\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"opencensus-ext-azure\",\n \"opencensus-ext-azure\",\n + \ \"opencensus-ext-logging\",\n \"opencensus-ext-logging\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.32.4\"\n },\n + \ \"sha256Digest\": \"8c01fc15d96ce3a359acc8cf7b36855aa17e22e07d818325b62237c5e5649fee\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.33.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.33.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/azure/machine-learning/azure-machine-learning-release-notes-cli-v2?view=azureml-api-2\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"opencensus-ext-azure\",\n \"opencensus-ext-azure\",\n + \ \"opencensus-ext-logging\",\n \"opencensus-ext-logging\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.33.0\"\n },\n + \ \"sha256Digest\": \"b57c391586fc5d85a84598537e20881f6051d60ebf1cd0a9132290357be6d2bd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.33.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.33.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/azure/machine-learning/azure-machine-learning-release-notes-cli-v2?view=azureml-api-2\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"opencensus-ext-azure\",\n \"opencensus-ext-azure\",\n + \ \"opencensus-ext-logging\",\n \"opencensus-ext-logging\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.33.1\"\n },\n + \ \"sha256Digest\": \"938883571e31b5622042e9637ff167992b960d8b9531d05d7e19946d0cdaae25\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.34.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.34.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/azure/machine-learning/azure-machine-learning-release-notes-cli-v2?view=azureml-api-2\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-monitor-opentelemetry\",\n \"azure-monitor-opentelemetry\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.34.0\"\n },\n + \ \"sha256Digest\": \"eb561aa26592de782586f6cd8b9e594be418b12cbbd6b2380c34d1d5b923b99e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.35.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.35.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/azure/machine-learning/azure-machine-learning-release-notes-cli-v2?view=azureml-api-2\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-monitor-opentelemetry\",\n \"azure-monitor-opentelemetry\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.35.0\"\n },\n + \ \"sha256Digest\": \"dd7805a735fc75989040a0e2f78ea9b7d0c5d4aa4feba0effe57cab5cb9dad4a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.36.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.36.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"Programming Language :: Python :: 3.11\",\n \"Programming + Language :: Python :: 3.12\",\n \"Programming Language + :: Python :: 3.13\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"description_content_type\": + \"text/x-rst\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azuremlsdk@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/azure/machine-learning/azure-machine-learning-release-notes-cli-v2?view=azureml-api-2\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-monitor-opentelemetry\",\n \"azure-monitor-opentelemetry\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.36.0\"\n },\n + \ \"sha256Digest\": \"5d4e284f8acf4d4a25cfd9e1c2ff0b1d0fa978984aae66f8392b2fff1c1c8c24\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.36.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.36.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/azure/machine-learning/azure-machine-learning-release-notes-cli-v2?view=azureml-api-2\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-monitor-opentelemetry\",\n \"azure-monitor-opentelemetry\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.36.1\"\n },\n + \ \"sha256Digest\": \"067e5dad4052820669427d7903aef1dd2aba3f6a26433b87f2b2aec86d8e3512\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.36.2-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.36.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/azure/machine-learning/azure-machine-learning-release-notes-cli-v2?view=azureml-api-2\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-monitor-opentelemetry\",\n \"azure-monitor-opentelemetry\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.36.2\"\n },\n + \ \"sha256Digest\": \"67ca9be7af1091d73469bfad9aa3eb00bddd32f7b7560266d3d04bcaeff542fe\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.36.3-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.36.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/azure/machine-learning/azure-machine-learning-release-notes-cli-v2?view=azureml-api-2\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-monitor-opentelemetry\",\n \"azure-monitor-opentelemetry\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (>=3.5)\",\n \"marshmallow>=3.5\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.36.3\"\n },\n + \ \"sha256Digest\": \"c008c48d2bec307a6e52a1d3b074741c0fde46ff44243c12592394a29c9af0ac\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.36.4-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.36.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/azure/machine-learning/azure-machine-learning-release-notes-cli-v2?view=azureml-api-2\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-monitor-opentelemetry\",\n \"azure-monitor-opentelemetry\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama\",\n \"colorama\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate\",\n \"isodate\",\n + \ \"jsonschema (>=4.0.0)\",\n \"jsonschema>=4.0.0\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"marshmallow<4.0.0,>=3.5\",\n + \ \"pydash (>=6.0.0)\",\n \"pydash>=6.0.0\",\n + \ \"pyjwt\",\n \"pyjwt\",\n + \ \"strictyaml\",\n \"strictyaml\",\n + \ \"tqdm\",\n \"tqdm\",\n + \ \"typing-extensions\",\n \"typing-extensions\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.36.4\"\n },\n + \ \"sha256Digest\": \"6562b6aebef1a725828a3f03c6ef9a0f850d96a6e225e61f9c6688c9c0ccf621\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.36.5-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.36.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"description_content_type\": \"text/x-rst\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azuremlsdk@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/azure/machine-learning/azure-machine-learning-release-notes-cli-v2?view=azureml-api-2\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-monitor-opentelemetry\",\n \"azure-monitor-opentelemetry\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama (<1.0.0)\",\n \"colorama<1.0.0\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate (<1.0.0)\",\n \"isodate<1.0.0\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"jsonschema<5.0.0,>=4.0.0\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"marshmallow<4.0.0,>=3.5\",\n + \ \"pydash (<9.0.0,>=6.0.0)\",\n \"pydash<9.0.0,>=6.0.0\",\n + \ \"pyjwt (<3.0.0)\",\n \"pyjwt<3.0.0\",\n + \ \"strictyaml (<2.0.0)\",\n \"strictyaml<2.0.0\",\n + \ \"tqdm (<5.0.0)\",\n \"tqdm<5.0.0\",\n + \ \"typing-extensions (<5.0.0)\",\n \"typing-extensions<5.0.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.36.5\"\n },\n + \ \"sha256Digest\": \"7957ae50f65a06a7cf0030e9c5dff879654b69c3eb56483d6ff7ef7a565e317a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.37.0-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.37.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"Programming Language :: Python :: 3.11\",\n \"Programming + Language :: Python :: 3.12\",\n \"Programming Language + :: Python :: 3.13\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"description_content_type\": + \"text/x-rst\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azuremlsdk@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/azure/machine-learning/azure-machine-learning-release-notes-cli-v2?view=azureml-api-2\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-monitor-opentelemetry\",\n \"azure-monitor-opentelemetry\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama (<1.0.0)\",\n \"colorama<1.0.0\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate (<1.0.0)\",\n \"isodate<1.0.0\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"jsonschema<5.0.0,>=4.0.0\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"marshmallow<4.0.0,>=3.5\",\n + \ \"pydash (<9.0.0,>=6.0.0)\",\n \"pydash<9.0.0,>=6.0.0\",\n + \ \"pyjwt (<3.0.0)\",\n \"pyjwt<3.0.0\",\n + \ \"six (>=1.11.0)\",\n \"six>=1.11.0\",\n + \ \"strictyaml (<2.0.0)\",\n \"strictyaml<2.0.0\",\n + \ \"tqdm (<5.0.0)\",\n \"tqdm<5.0.0\",\n + \ \"typing-extensions (<5.0.0)\",\n \"typing-extensions<5.0.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.37.0\"\n },\n + \ \"sha256Digest\": \"2137b0b35beff7916ced5c13c84561217f7013f3faa36dcbb447bc0006c41bd9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ml-2.37.1-py3-none-any.whl\",\n + \ \"filename\": \"ml-2.37.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 5 - Production/Stable\",\n + \ \"Intended Audience :: Developers\",\n \"Intended + Audience :: System Administrators\",\n \"Environment + :: Console\",\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 + \ \"Programming Language :: Python :: 3.11\",\n \"Programming + Language :: Python :: 3.12\",\n \"Programming Language + :: Python :: 3.13\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"description_content_type\": + \"text/x-rst\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azuremlsdk@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://docs.microsoft.com/azure/machine-learning/azure-machine-learning-release-notes-cli-v2?view=azureml-api-2\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ml\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-common (>=1.1)\",\n \"azure-common>=1.1\",\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"azure-mgmt-resource (<23.0.0,>=3.0.0)\",\n + \ \"azure-mgmt-resource<23.0.0,>=3.0.0\",\n + \ \"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)\",\n + \ \"azure-mgmt-resourcegraph<9.0.0,>=2.0.0\",\n + \ \"azure-monitor-opentelemetry\",\n \"azure-monitor-opentelemetry\",\n + \ \"azure-storage-blob (>=12.10.0)\",\n \"azure-storage-blob>=12.10.0\",\n + \ \"azure-storage-file-datalake (>=12.2.0)\",\n + \ \"azure-storage-file-datalake>=12.2.0\",\n + \ \"azure-storage-file-share\",\n \"azure-storage-file-share\",\n + \ \"colorama (<1.0.0)\",\n \"colorama<1.0.0\",\n + \ \"cryptography\",\n \"cryptography\",\n + \ \"docker\",\n \"docker\",\n + \ \"isodate (<1.0.0)\",\n \"isodate<1.0.0\",\n + \ \"jsonschema (<5.0.0,>=4.0.0)\",\n \"jsonschema<5.0.0,>=4.0.0\",\n + \ \"marshmallow (<4.0.0,>=3.5)\",\n \"marshmallow<4.0.0,>=3.5\",\n + \ \"pydash (<9.0.0,>=6.0.0)\",\n \"pydash<9.0.0,>=6.0.0\",\n + \ \"pyjwt (<3.0.0)\",\n \"pyjwt<3.0.0\",\n + \ \"six (>=1.11.0)\",\n \"six>=1.11.0\",\n + \ \"strictyaml (<2.0.0)\",\n \"strictyaml<2.0.0\",\n + \ \"tqdm (<5.0.0)\",\n \"tqdm<5.0.0\",\n + \ \"typing-extensions (<5.0.0)\",\n \"typing-extensions<5.0.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces + Extension\",\n \"version\": \"2.37.1\"\n },\n + \ \"sha256Digest\": \"24d3fd4fc8b1cdd25f0ff4a68aaea1d345cc2d9f5c79f8cb17a19d2b7cdf832f\"\n + \ }\n ],\n \"mobile-network\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/mobile_network-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"mobile_network-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.43.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/mobile-network\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"mobile-network\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MobileNetwork Extension.\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"aa356521cae8df8578ef5e0b58274862bc602739bec3ca4385f45a5cc0e77c5a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/mobile_network-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"mobile_network-0.1.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.43.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/mobile-network\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"mobile-network\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MobileNetwork Extension.\",\n \"version\": \"0.1.1\"\n + \ },\n \"sha256Digest\": \"2efa62e8df2cab2ba2f3e14f9d5193c88d26f43bf335f77054e332d232b967b0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/mobile_network-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"mobile_network-0.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/mobile-network\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"mobile-network\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MobileNetwork Extension.\",\n \"version\": \"0.2.0\"\n + \ },\n \"sha256Digest\": \"1ecaaa16aa6f5d1b23b4a041129767e5ebf5e46ed373c162af2914245c6f348b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/mobile_network-0.2.1-py3-none-any.whl\",\n + \ \"filename\": \"mobile_network-0.2.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/mobile-network\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"mobile-network\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MobileNetwork Extension.\",\n \"version\": \"0.2.1\"\n + \ },\n \"sha256Digest\": \"66bd39f687c2ac030ab6bd44b8746ec8d64c4804b44592c0bb1ffda837dce22b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/mobile_network-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"mobile_network-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/mobile-network\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"mobile-network\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MobileNetwork Extension.\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"2d9572a4ed706df8f626c62036ad22f46a15b113273f8ff9b06313a380a27f56\"\n + \ }\n ],\n \"mongo-db\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/mongo_db-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"mongo_db-1.0.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.70.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/mongo-db\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"mongo-db\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MongoDb Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"cff8be3ff931e0c4fc5ec921aa3a2144bdd7a677bdb5e2deea399f0afea2bfed\"\n + \ }\n ],\n \"monitor-control-service\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/monitor_control_service-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"monitor_control_service-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/monitor-control-service\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"monitor-control-service\",\n \"summary\": \"Microsoft + Azure Command-Line Tools MonitorClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"71604e21a29c5bd84916a890cdf6e09dd7a0623867871d5ac8a0f5c2bed179dd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/monitor_control_service-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"monitor_control_service-0.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/monitor-control-service\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"monitor-control-service\",\n \"summary\": \"Microsoft + Azure Command-Line Tools MonitorClient Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"a9996879f536220d71b5fe21e366ad22e4898e73761a8013d59981ebae6f0b21\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/monitor_control_service-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"monitor_control_service-0.3.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/monitor-control-service\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"monitor-control-service\",\n \"summary\": \"Microsoft + Azure Command-Line Tools MonitorClient Extension\",\n \"version\": + \"0.3.0\"\n },\n \"sha256Digest\": \"518bd5b37083151b2b29a1f3895b0b150abb3116210d77d43eed121ee8055a60\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/monitor_control_service-0.3.1-py3-none-any.whl\",\n + \ \"filename\": \"monitor_control_service-0.3.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/monitor-control-service\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"monitor-control-service\",\n \"summary\": \"Microsoft + Azure Command-Line Tools MonitorClient Extension\",\n \"version\": + \"0.3.1\"\n },\n \"sha256Digest\": \"bf6b5dc6180748902494ee7cd7c3065b056e386789e168b273ebc92bfde3515a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/monitor_control_service-0.4.0-py3-none-any.whl\",\n + \ \"filename\": \"monitor_control_service-0.4.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/monitor-control-service\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"monitor-control-service\",\n \"summary\": \"Microsoft + Azure Command-Line Tools MonitorClient Extension\",\n \"version\": + \"0.4.0\"\n },\n \"sha256Digest\": \"e9b6a95187afe4dc31dca5121e7a9872377f70e12c4bc10080770bdbc0304e4d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/monitor_control_service-0.4.1-py3-none-any.whl\",\n + \ \"filename\": \"monitor_control_service-0.4.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/monitor-control-service\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"monitor-control-service\",\n \"summary\": \"Microsoft + Azure Command-Line Tools MonitorClient Extension\",\n \"version\": + \"0.4.1\"\n },\n \"sha256Digest\": \"e4af764b2ec9091aa928a82bdcf27d516a19a12c30e63546c4e3a9cb3e8161ed\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/monitor_control_service-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"monitor_control_service-1.0.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/monitor-control-service\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"monitor-control-service\",\n \"summary\": \"Microsoft + Azure Command-Line Tools MonitorClient Extension\",\n \"version\": + \"1.0.1\"\n },\n \"sha256Digest\": \"66475eb79c577ea566c74f986b9ef6af936580beb02dde622701370323d430a3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/monitor_control_service-1.0.2-py3-none-any.whl\",\n + \ \"filename\": \"monitor_control_service-1.0.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/monitor-control-service\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"monitor-control-service\",\n \"summary\": \"Microsoft + Azure Command-Line Tools MonitorClient Extension\",\n \"version\": + \"1.0.2\"\n },\n \"sha256Digest\": \"e0a271c65997120e0022baf51e63c2feec4df3235258a6243a60ff069315b84a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/monitor_control_service-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"monitor_control_service-1.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/monitor-control-service\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"monitor-control-service\",\n \"summary\": \"Microsoft + Azure Command-Line Tools MonitorClient Extension\",\n \"version\": + \"1.1.0\"\n },\n \"sha256Digest\": \"d155c671cd3ba0799c7ecba590804c557e832f3714f7ce247fc1e34fa61f2225\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/monitor_control_service-1.2.0-py3-none-any.whl\",\n + \ \"filename\": \"monitor_control_service-1.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/monitor-control-service\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"monitor-control-service\",\n \"summary\": \"Microsoft + Azure Command-Line Tools MonitorClient Extension\",\n \"version\": + \"1.2.0\"\n },\n \"sha256Digest\": \"3151a341845d053a4be45d9b7c04e1e15b88503ab6b110163a12b9aee6fd3cd9\"\n + \ }\n ],\n \"monitor-pipeline-group\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/monitor_pipeline_group-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"monitor_pipeline_group-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/monitor-pipeline-group\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"monitor-pipeline-group\",\n \"summary\": \"Microsoft + Azure Command-Line Tools MonitorPipelineGroup Extension.\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"cf31f9e3fa9458716f0c3d1c15698ef79b707c5bd7d146773d2b2afe42e64c29\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/monitor_pipeline_group-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"monitor_pipeline_group-1.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/monitor-pipeline-group\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"monitor-pipeline-group\",\n \"summary\": \"Microsoft + Azure Command-Line Tools MonitorPipelineGroup Extension.\",\n \"version\": + \"1.0.0b2\"\n },\n \"sha256Digest\": \"b247c7409eef1a7299b5a0e60069a33cbb6ec4d7f21c4e38a718b552c97d5fdb\"\n + \ }\n ],\n \"multicloud-connector\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/multicloud_connector-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"multicloud_connector-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/multicloud-connector\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"multicloud-connector\",\n \"summary\": \"Microsoft Azure + Command-Line Tools MulticloudConnector Extension.\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"ad84350162ae877287f8a151920b3c4bdc6375dd419dd6101c2702db606a5d19\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/multicloud_connector-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"multicloud_connector-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/multicloud-connector\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"multicloud-connector\",\n \"summary\": \"Microsoft Azure + Command-Line Tools MulticloudConnector Extension.\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"f066fde3af8aec3c0c9b9b3919139472261192f62fc6007bac1e58dcc467e6df\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/multicloud_connector-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"multicloud_connector-1.0.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/multicloud-connector\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"multicloud-connector\",\n \"summary\": \"Microsoft Azure + Command-Line Tools MulticloudConnector Extension.\",\n \"version\": + \"1.0.1\"\n },\n \"sha256Digest\": \"ab9b6eaa737de054b5a29afda0bc762c7158b855fa3d30da066bafac1c974ec2\"\n + \ }\n ],\n \"neon\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/neon-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"neon-1.0.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/neon\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"neon\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Neon Extension.\",\n \"version\": \"1.0.0b1\"\n },\n + \ \"sha256Digest\": \"240dc3387ce79e98ead27b77d2d0162c7494c94bfa8a17d1b7841ae25e436a3b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/neon-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"neon-1.0.0b2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/neon\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"neon\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Neon Extension.\",\n \"version\": \"1.0.0b2\"\n },\n + \ \"sha256Digest\": \"11420ed578edf51689e1116af584133b66b566ac9d56cf1be4fab25b479fec06\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/neon-1.0.0b3-py3-none-any.whl\",\n + \ \"filename\": \"neon-1.0.0b3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.70.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/neon\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"neon\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Neon Extension.\",\n \"version\": \"1.0.0b3\"\n },\n + \ \"sha256Digest\": \"b6f9c7bf9a341b196d57264d426ada3ec24131713efd700868970c015293501a\"\n + \ }\n ],\n \"netappfiles-preview\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/netappfiles_preview-0.3.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"netappfiles_preview-0.3.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.56\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/netappfiles-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"netappfiles-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"msrest\"\n ]\n + \ }\n ],\n \"summary\": + \"Provides a preview for upcoming Azure NetApp Files (ANF) features.\",\n + \ \"version\": \"0.3.2\"\n },\n \"sha256Digest\": + \"d581bfefe3eb7fbceeed12c192ebdf5993fcf04ede7267d053aa416596bd0b53\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/netappfiles_preview-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"netappfiles_preview-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/netappfiles-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"netappfiles-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"msrest\",\n \"msrest\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Provides a preview for upcoming Azure NetApp + Files (ANF) features.\",\n \"version\": \"1.0.0b1\"\n },\n + \ \"sha256Digest\": \"a504381f819be5efef3ad0c48310c5736203612b78c052d261df21b80ccc95a9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/netappfiles_preview-1.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"netappfiles_preview-1.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/netappfiles-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"netappfiles-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"msrest\",\n \"msrest\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Provides a preview for upcoming Azure NetApp + Files (ANF) features.\",\n \"version\": \"1.0.0b2\"\n },\n + \ \"sha256Digest\": \"e10b4d543deafe0a04493b7abfa3e905cd008551b611af3a2637269b46722edc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/netappfiles_preview-1.0.0b3-py2.py3-none-any.whl\",\n + \ \"filename\": \"netappfiles_preview-1.0.0b3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/netappfiles-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"netappfiles-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"msrest\",\n \"msrest\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Provides a preview for upcoming Azure NetApp + Files (ANF) features.\",\n \"version\": \"1.0.0b3\"\n },\n + \ \"sha256Digest\": \"937def18249801f9b52edba9004ea0710e45cae9b9853276e0811bf41206da7a\"\n + \ }\n ],\n \"network-analytics\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/network_analytics-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"network_analytics-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/network-analytics\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"network-analytics\",\n \"summary\": \"Microsoft Azure + Command-Line Tools NetworkAnalytics Extension.\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"c8d7e195f913298ac03ef8eb1f8d7fb09526956d3eb750a8cd447ae8f61d4317\"\n + \ }\n ],\n \"networkcloud\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/networkcloud-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"networkcloud-0.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/networkcloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"networkcloud\",\n \"summary\": \"Support for Azure Operator + Nexus network cloud commands based on 2022-12-12-preview API version.\",\n + \ \"version\": \"0.3.0\"\n },\n \"sha256Digest\": + \"29e25ecccbfe5776f20d925c52b70f390c1af7818ed6aa100415fd509c960a9e\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/networkcloud-0.4.0-py3-none-any.whl\",\n + \ \"filename\": \"networkcloud-0.4.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/networkcloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"networkcloud\",\n \"summary\": \"Support for Azure Operator + Nexus network cloud commands based on 2023-05-01-preview API version.\",\n + \ \"version\": \"0.4.0\"\n },\n \"sha256Digest\": + \"50041fee91ed70f6754058f24aad2e13718ba821493719fd907b7df99bc4ccbb\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/networkcloud-0.4.1-py3-none-any.whl\",\n + \ \"filename\": \"networkcloud-0.4.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/networkcloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"networkcloud\",\n \"summary\": \"Support for Azure Operator + Nexus network cloud commands based on 2023-05-01-preview API version.\",\n + \ \"version\": \"0.4.1\"\n },\n \"sha256Digest\": + \"6a7c8154589ae18c2426f77db3c907190eb60b6c6fbeb77d845bf1b487c5e5b2\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/networkcloud-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"networkcloud-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/networkcloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"networkcloud\",\n \"summary\": \"Support for Azure Operator + Nexus network cloud commands based on 2023-07-01 API version.\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"a938d111bc2f0ad1d3c66f8c1039a4e0a2518ae8d2c6d57e98c6bb5892444e91\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/networkcloud-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"networkcloud-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/networkcloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"networkcloud\",\n \"summary\": \"Support for Azure Operator + Nexus network cloud commands based on 2023-07-01 API version.\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"c1df70aa89c9e8e4a0662621a55b79f2b4ed5217c4841ca332570e7f7c2899d2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/networkcloud-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"networkcloud-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/networkcloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"networkcloud\",\n \"summary\": \"Support for Azure Operator + Nexus network cloud commands based on 2023-07-01 API version.\",\n \"version\": + \"1.1.0\"\n },\n \"sha256Digest\": \"a6e4d24b38a6af79adf521bd6329e14d700ae52dbb9481adbc9b853458db2da5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/networkcloud-2.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"networkcloud-2.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/networkcloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"networkcloud\",\n \"summary\": \"Support for Azure Operator + Nexus network cloud commands based on 2023-10-01-preview API version.\",\n + \ \"version\": \"2.0.0b1\"\n },\n \"sha256Digest\": + \"480d59d3b807ee4a77a02523c69b6a8af690350fea87ed5a1b4fd7e2c393b8af\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/networkcloud-2.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"networkcloud-2.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/networkcloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"networkcloud\",\n \"summary\": \"Support for Azure Operator + Nexus network cloud commands based on 2023-10-01-preview API version.\",\n + \ \"version\": \"2.0.0b2\"\n },\n \"sha256Digest\": + \"28c43560516e254ab60708c0ac8cf868795ce76e4aa9da1548584b22331af467\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/networkcloud-2.0.0b3-py3-none-any.whl\",\n + \ \"filename\": \"networkcloud-2.0.0b3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/networkcloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"networkcloud\",\n \"summary\": \"Support for Azure Operator + Nexus network cloud commands based on 2024-06-01-preview API version.\",\n + \ \"version\": \"2.0.0b3\"\n },\n \"sha256Digest\": + \"8ff5af8e70f7f9c62300b1212b89012cb45ac02342cae6e6e46df0d2379bb55f\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/networkcloud-2.0.0b4-py3-none-any.whl\",\n + \ \"filename\": \"networkcloud-2.0.0b4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/networkcloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"networkcloud\",\n \"summary\": \"Support for Azure Operator + Nexus network cloud commands based on 2024-07-01 API version.\",\n \"version\": + \"2.0.0b4\"\n },\n \"sha256Digest\": \"06707a008405739a5639230f3fd094031084a69f867648503aed4039d118ad9f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/networkcloud-2.0.0b5-py3-none-any.whl\",\n + \ \"filename\": \"networkcloud-2.0.0b5-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/networkcloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"networkcloud\",\n \"summary\": \"Support for Azure Operator + Nexus network cloud commands based on 2024-07-01 API version.\",\n \"version\": + \"2.0.0b5\"\n },\n \"sha256Digest\": \"ac72cfc54ed35834ca6cd5c727a0fdd71e4943bcd66e65cd0ff607e8ae495c7a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/networkcloud-2.0.0b6-py3-none-any.whl\",\n + \ \"filename\": \"networkcloud-2.0.0b6-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/networkcloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"networkcloud\",\n \"summary\": \"Support for Azure Operator + Nexus network cloud commands based on 2024-07-01 API version.\",\n \"version\": + \"2.0.0b6\"\n },\n \"sha256Digest\": \"d53f887a955353b0cb1d0ec27dc125b501befe5af292dcd4141ed163d3bd8733\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/networkcloud-2.0.0b7-py3-none-any.whl\",\n + \ \"filename\": \"networkcloud-2.0.0b7-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.66.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/networkcloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"networkcloud\",\n \"summary\": \"Support for Azure Operator + Nexus network cloud commands based on 2024-07-01 API version.\",\n \"version\": + \"2.0.0b7\"\n },\n \"sha256Digest\": \"114594f6e2b3c9f0bc26067f53dc056b5cb04d14e04885dffe5a5bcc1ff9092a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/networkcloud-2.0.0-py3-none-any.whl\",\n + \ \"filename\": \"networkcloud-2.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.66.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/networkcloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"networkcloud\",\n \"summary\": \"Support for Azure Operator + Nexus network cloud commands based on 2024-07-01 API version.\",\n \"version\": + \"2.0.0\"\n },\n \"sha256Digest\": \"f27b4a4d29062707611c909e0a511dec0d1c52045e77cb15fe5eea3f98c04214\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/networkcloud-3.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"networkcloud-3.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.67.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/networkcloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"networkcloud\",\n \"summary\": \"Support for Azure Operator + Nexus network cloud commands based on 2024-10-01-preview API version.\",\n + \ \"version\": \"3.0.0b1\"\n },\n \"sha256Digest\": + \"60609f066c2fa2d963522c28a4f99118bc7ee13dcd39da7c6324a017dae8f8a6\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/networkcloud-3.0.0-py3-none-any.whl\",\n + \ \"filename\": \"networkcloud-3.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.67.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/networkcloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"networkcloud\",\n \"summary\": \"Support for Azure Operator + Nexus network cloud commands based on 2025-02-01 API version.\",\n \"version\": + \"3.0.0\"\n },\n \"sha256Digest\": \"64d5af67a3ed73c40cd075b30ad47a4599f0f4f6a86eb54a8e37dc088f5d89d7\"\n + \ }\n ],\n \"new-relic\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/new_relic-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"new_relic-1.0.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/new-relic\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"new-relic\",\n \"summary\": \"Microsoft Azure Command-Line + Tools NewRelic Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"9ce69f1684cea14acba0f2fdb473e47e0a06745e383bb5144954c5e85e416199\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/new_relic-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"new_relic-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/new-relic\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"new-relic\",\n \"summary\": \"Microsoft Azure Command-Line + Tools NewRelic Extension.\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"3105310aec2321d429f068e74dfe16b0b64c7100aa51eaef2c11765971ea6f5a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/new_relic-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"new_relic-1.0.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/new-relic\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"new-relic\",\n \"summary\": \"Microsoft Azure Command-Line + Tools NewRelic Extension.\",\n \"version\": \"1.0.1\"\n + \ },\n \"sha256Digest\": \"54a6df836b1f94cca5b07723bc9d505216d55b77ce1be2558ae09222de262760\"\n + \ }\n ],\n \"next\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/next-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"next-0.1.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.19.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"next\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Next Extension\",\n \"version\": \"0.1.0\"\n },\n + \ \"sha256Digest\": \"038d673501dd3b3c04314d0f69f01cfdd52e6ca3f44820a45d20dc3dd58317dd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/next-0.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"next-0.1.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.20.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"next\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Next Extension\",\n \"version\": \"0.1.1\"\n },\n + \ \"sha256Digest\": \"dee069e3a0efafbec8154fbf91ced5cee1f782599a726ac5937b9adc297d3c8a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/next-0.1.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"next-0.1.2-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.20.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"next\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Next Extension\",\n \"version\": \"0.1.2\"\n },\n + \ \"sha256Digest\": \"3bd9bc4ddf96fdb0ce17da57700fd40fc2a7aca56c0277ff95376256baeab4c8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/next-0.1.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"next-0.1.3-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.20.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/next\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"next\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Next Extension\",\n \"version\": \"0.1.3\"\n },\n + \ \"sha256Digest\": \"83c4e03427f190203e094c14e4f7e79cec989f1277e16b9256bb9fe688aa5e07\"\n + \ }\n ],\n \"nexusidentity\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/nexusidentity-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"nexusidentity-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.59.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/nexusidentity\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"nexusidentity\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-identity\",\n \"azure-identity\",\n + \ \"msgraph-sdk\",\n \"msgraph-sdk\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Nexusidentity + Extension\",\n \"version\": \"1.0.0b1\"\n },\n + \ \"sha256Digest\": \"56beac87256cef8a0815f106e57e968ca20d5ee3bdf3ecdef3fa706758622417\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nexusidentity-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"nexusidentity-1.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/nexusidentity\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"nexusidentity\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"msgraph-sdk\",\n \"msgraph-sdk\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Nexusidentity + Extension\",\n \"version\": \"1.0.0b2\"\n },\n + \ \"sha256Digest\": \"44f8bf08d841ea61af58acb38ca44aea76dc26d46484ec23dea95338097814ac\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nexusidentity-1.0.0b3-py3-none-any.whl\",\n + \ \"filename\": \"nexusidentity-1.0.0b3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/nexusidentity\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"nexusidentity\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"msgraph-sdk\",\n \"msgraph-sdk\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Nexusidentity + Extension\",\n \"version\": \"1.0.0b3\"\n },\n + \ \"sha256Digest\": \"c69afe5e3e122b98331a65338a8d2bd9bf6ce0ad1cfa8c3b20acef36b138e44a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nexusidentity-1.0.0b4-py3-none-any.whl\",\n + \ \"filename\": \"nexusidentity-1.0.0b4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/nexusidentity\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"nexusidentity\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"msgraph-sdk\",\n \"msgraph-sdk\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Nexusidentity + Extension\",\n \"version\": \"1.0.0b4\"\n },\n + \ \"sha256Digest\": \"1c8a42713b473662221c21ae87a33e57aef7bcd17b3affd072268f526fa6c972\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nexusidentity-1.0.0b5-py3-none-any.whl\",\n + \ \"filename\": \"nexusidentity-1.0.0b5-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/nexusidentity\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"nexusidentity\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-identity (==1.17.1)\",\n \"azure-identity==1.17.1\",\n + \ \"msgraph-sdk\",\n \"msgraph-sdk\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Nexusidentity + Extension\",\n \"version\": \"1.0.0b5\"\n },\n + \ \"sha256Digest\": \"1393afb91eb873fcb120b0b15a88052f8e2b0eb27f67b83eee0a6384c2c10c03\"\n + \ }\n ],\n \"nginx\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/nginx-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"nginx-0.1.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.40.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"nginx\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Nginx Extension\",\n \"version\": \"0.1.0\"\n },\n + \ \"sha256Digest\": \"a5b017c415c4a030b2c63b2145e6476f789f860a0cb0385b6e336e7572bef73b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nginx-0.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"nginx-0.1.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.40.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"nginx\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Nginx Extension\",\n \"version\": \"0.1.1\"\n },\n + \ \"sha256Digest\": \"3234129a26043a68e80ee1ae31c36e7ef8b2691a096cd6fc557e3a46fea8170e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nginx-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"nginx-1.0.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.55.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"nginx\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Nginx Extension\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"af877e67f99d7b147efdd4d4c566a13834692823d47d6fdfc5d107c20bb8ba7a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nginx-2.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"nginx-2.0.0b1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.58.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"nginx\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Nginx Extension\",\n \"version\": \"2.0.0b1\"\n },\n + \ \"sha256Digest\": \"496a898173f71aafe056dfcd036f8c4b9f72215d06f3c31bad9a484ab99f8602\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nginx-2.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"nginx-2.0.0b2-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.58.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"nginx\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Nginx Extension\",\n \"version\": \"2.0.0b2\"\n },\n + \ \"sha256Digest\": \"7f26070f348d7af3132974f4393fb993eba5293ae18494af6a868e85aa34103c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nginx-2.0.0b3-py2.py3-none-any.whl\",\n + \ \"filename\": \"nginx-2.0.0b3-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.60.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"nginx\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Nginx Extension\",\n \"version\": \"2.0.0b3\"\n },\n + \ \"sha256Digest\": \"1cabdd210d0d7d0ecad435c161a1bcc499deea2002946a7879079b726ea9946e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nginx-2.0.0b4-py2.py3-none-any.whl\",\n + \ \"filename\": \"nginx-2.0.0b4-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.60.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"nginx\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Nginx Extension\",\n \"version\": \"2.0.0b4\"\n },\n + \ \"sha256Digest\": \"5327d108083910acbc066b46b8aaf7cb9355bc6e82b4857c706e9990074b512c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nginx-2.0.0b5-py2.py3-none-any.whl\",\n + \ \"filename\": \"nginx-2.0.0b5-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"nginx\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Nginx Extension\",\n \"version\": \"2.0.0b5\"\n },\n + \ \"sha256Digest\": \"92e0b817bb863173da129abd3c326e058df3afce0fbb9851e6ff8ccea3c04773\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nginx-2.0.0b6-py2.py3-none-any.whl\",\n + \ \"filename\": \"nginx-2.0.0b6-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.64.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"nginx\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Nginx Extension\",\n \"version\": \"2.0.0b6\"\n },\n + \ \"sha256Digest\": \"d94f77c12ce6945c823f7efa84238e398b5aec878156bbdf3112f0def1eb8960\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nginx-2.0.0b7-py2.py3-none-any.whl\",\n + \ \"filename\": \"nginx-2.0.0b7-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.68.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"nginx\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Nginx Extension\",\n \"version\": \"2.0.0b7\"\n },\n + \ \"sha256Digest\": \"227339c67ca866f790dc6c88cc8df06f92307421e8df18ed656958cd2b5014fc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nginx-2.0.0b8-py2.py3-none-any.whl\",\n + \ \"filename\": \"nginx-2.0.0b8-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.68.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"nginx\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Nginx Extension\",\n \"version\": \"2.0.0b8\"\n },\n + \ \"sha256Digest\": \"77f10b5e91a3affa11eeb9c842a75d71603cf17da7e418b3840b9661235bd493\"\n + \ }\n ],\n \"notification-hub\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/notification_hub-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"notification_hub-0.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"notification-hub\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Notification Hub Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"6f8ae57c43f53380db7944d5244121b3b757f996f6ecca394696106fd2c1d875\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/notification_hub-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"notification_hub-0.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"notification-hub\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Notification Hub Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"a8d0333e6c8ecc8846dcf162f01ce3d1f7a84cc4a431ec44cb5f48bd498b6d1b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/notification_hub-1.0.0a1-py3-none-any.whl\",\n + \ \"filename\": \"notification_hub-1.0.0a1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.49.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/notification-hub\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"notification-hub\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Notification Hub Extension\",\n \"version\": + \"1.0.0a1\"\n },\n \"sha256Digest\": \"a03751b715700e0d18a38e808bfeed164335024c9608c4bfd53aeacc731d1099\"\n + \ }\n ],\n \"nsp\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/nsp-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"nsp-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/nsp\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"nsp\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Nsp Extension.\",\n \"version\": \"0.1.0\"\n },\n + \ \"sha256Digest\": \"14d995890f7f7bf14ce4a92a8d0de0252595d017ead7a49bffecbb741c074fb5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nsp-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"nsp-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/nsp\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"nsp\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Nsp Extension.\",\n \"version\": \"0.2.0\"\n },\n + \ \"sha256Digest\": \"c6227fc8fcf084c37effb6c22c27b2b4843704e231177776c938e3461ebe6b2d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nsp-0.2.1-py3-none-any.whl\",\n + \ \"filename\": \"nsp-0.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/nsp\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"nsp\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Nsp Extension.\",\n \"version\": \"0.2.1\"\n },\n + \ \"sha256Digest\": \"3aaf9a245ff82bf8212fd28767d61089ffa13285447964f97e7b8aa8547509ac\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nsp-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"nsp-0.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.54.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/nsp\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"nsp\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Nsp Extension.\",\n \"version\": \"0.3.0\"\n },\n + \ \"sha256Digest\": \"3e53051a70693a5da8c563118d0f695efc8465eab769ca64416fc8a16ba6e72a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nsp-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"nsp-1.0.0b2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/nsp\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"nsp\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Nsp Extension.\",\n \"version\": \"1.0.0b2\"\n },\n + \ \"sha256Digest\": \"febfce38fc449daa67c7ad8410e7fa250f7f39afb5f870496ce045bb74935bcd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nsp-1.0.0b3-py3-none-any.whl\",\n + \ \"filename\": \"nsp-1.0.0b3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/nsp\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"nsp\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Nsp Extension.\",\n \"version\": \"1.0.0b3\"\n },\n + \ \"sha256Digest\": \"36cc5fe013045a4bf1e6877b62c2f040b65d50b739825c2d7030bba82971e53f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/nsp-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"nsp-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/nsp\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"nsp\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Nsp Extension.\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"9e54726bdbfc53aabfb23195e57360b122c305e54f3d217fb68e0a22fbdc92f1\"\n + \ }\n ],\n \"offazure\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/offazure-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"offazure-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/offazure\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"offazure\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureMigrateV2 Extension\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"1918817070ae9e0ceef57b93366d18b6e8bf577fd632e7da999e1e2abbb53656\"\n + \ }\n ],\n \"oracle-database\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/oracle_database-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"oracle_database-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/oracle-database\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"oracle-database\",\n \"summary\": \"Microsoft Azure Command-Line + Tools OracleDatabase Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"058c3de6c1e103ff0c62a188b1c606a35097a6652cb7eb6c3e5b77f77e15b5b1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/oracle_database-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"oracle_database-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/oracle-database\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"oracle-database\",\n \"summary\": \"Microsoft Azure Command-Line + Tools OracleDatabase Extension.\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"0ad716e117359e81427f8c91482f2592031877964c6952e768b66148db54dbce\"\n + \ }\n ],\n \"orbital\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/orbital-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"orbital-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.39.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/orbital\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"orbital\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Orbital Extension.\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"4259fb8ff560440d63251cc9721bb3f2283452f2399134514611f886fa350f37\"\n + \ }\n ],\n \"palo-alto-networks\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/palo_alto_networks-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"palo_alto_networks-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.50.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/palo-alto-networks\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"palo-alto-networks\",\n \"summary\": \"Microsoft Azure + Command-Line Tools PaloAltoNetworks Extension.\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"6c6856f9af7e57202a063c072e23b88bc6d337a5a7440c43cc9e01fa6833533e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/palo_alto_networks-1.1.1b1-py3-none-any.whl\",\n + \ \"filename\": \"palo_alto_networks-1.1.1b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/palo-alto-networks\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"palo-alto-networks\",\n \"summary\": \"Microsoft Azure + Command-Line Tools PaloAltoNetworks Extension.\",\n \"version\": + \"1.1.1b1\"\n },\n \"sha256Digest\": \"8d4f6a4b72366bd57780bd158d6c25b363999e1a13ea85d491809cc9a4d29608\"\n + \ }\n ],\n \"partnercenter\": [\n {\n \"downloadUrl\": + \"https://github.com/Azure/partnercenter-cli-extension/releases/download/v0.1.1-alpha/partnercenter-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"partnercenter-0.1.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"2.43.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/partnercenter-cli-extension/tree/main/partnercenter\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"partnercenter\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-storage-blob\",\n \"docker\",\n + \ \"pydantic\",\n \"requests\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure CLI Extension for Partner + Center\",\n \"version\": \"0.1.1\"\n },\n + \ \"sha256Digest\": \"39a510a25a2805f188909d0b24139cebbce36f734ee00b7b067851fe777ef75f\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/partnercenter-cli-extension/releases/download/v0.1.2-alpha/partnercenter-0.1.2-py3-none-any.whl\",\n + \ \"filename\": \"partnercenter-0.1.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"2.43.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/partnercenter-cli-extension/tree/main/partnercenter\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"partnercenter\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-storage-blob\",\n \"docker\",\n + \ \"pydantic\",\n \"requests\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure CLI Extension for Partner + Center\",\n \"version\": \"0.1.2\"\n },\n + \ \"sha256Digest\": \"a2e4ef513b74c138c3c445c6c494eb9e4677338f53e1b5a634a280b57bd70fc5\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/partnercenter-cli-extension/releases/download/v0.2.3-alpha/partnercenter-0.2.3-py3-none-any.whl\",\n + \ \"filename\": \"partnercenter-0.2.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/partnercenter-cli-extension/tree/main/partnercenter\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"partnercenter\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-storage-blob\",\n \"docker\",\n + \ \"pydantic\",\n \"requests\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure CLI Extension for Partner + Center\",\n \"version\": \"0.2.3\"\n },\n + \ \"sha256Digest\": \"5e364c5f375e9cdbbd7117c571d45ef434648c0f68b894fd1ebcf6cec26e4798\"\n + \ },\n {\n \"downloadUrl\": \"https://github.com/Azure/partnercenter-cli-extension/releases/download/v0.2.4-alpha/partnercenter-0.2.4-py3-none-any.whl\",\n + \ \"filename\": \"partnercenter-0.2.4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/partnercenter-cli-extension/tree/main/partnercenter\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"partnercenter\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-storage-blob\",\n \"docker\",\n + \ \"pydantic (<2)\",\n \"requests\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure CLI Extension for Partner + Center\",\n \"version\": \"0.2.4\"\n },\n + \ \"sha256Digest\": \"daca7562e92ddeb0195d2e85bdad22f0873010359ada146b1bfd8e415244cac9\"\n + \ }\n ],\n \"peering\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/peering-0.1.0rc2-py2.py3-none-any.whl\",\n + \ \"filename\": \"peering-0.1.0rc2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"peering\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Peering Extension\",\n \"version\": \"0.1.0rc2\"\n + \ },\n \"sha256Digest\": \"1b73d60427e5e84971e244a5884b7f14e0e05e65792e9ecc7483695d1b596992\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/peering-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"peering-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"peering\",\n \"summary\": \"Microsoft Azure Command-Line + Tools PeeringManagementClient Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"dd301c22107f961692a4acdbb5a98d28a7e86e7fb8619f2322884a2bc5507241\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/peering-0.2.1-py3-none-any.whl\",\n + \ \"filename\": \"peering-0.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/peering\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"peering\",\n \"summary\": \"Microsoft Azure Command-Line + Tools PeeringManagementClient Extension\",\n \"version\": + \"0.2.1\"\n },\n \"sha256Digest\": \"b068c12b47f17304af51431a2ae975339b7d4601a180e83916efae73d7c42600\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/peering-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"peering-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/peering\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"peering\",\n \"summary\": \"Microsoft Azure Command-Line + Tools PeeringManagementClient Extension\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"fe4e3ba85c1f65966a059291e46ebeb7c956f28da2b15b541b0492765b623992\"\n + \ }\n ],\n \"playwright-cli-extension\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/playwright_cli_extension-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"playwright_cli_extension-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.67.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/playwright-cli-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"playwright-cli-extension\",\n \"summary\": \"Microsoft + Azure Command-Line Tools PlaywrightCliExtension Extension.\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"6f1b071794dd11d4fdeeea77a6782ce47acd28e5098074294eba71816bb8da2d\"\n + \ }\n ],\n \"portal\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/portal-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"portal-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"portal\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Portal Extension\",\n \"version\": \"0.1.0\"\n },\n + \ \"sha256Digest\": \"89fdc138db22055fc09cf30a46050205a9e842d8fe386a3d8773ea563b074083\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/portal-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"portal-0.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"portal\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Portal Extension\",\n \"version\": \"0.1.1\"\n },\n + \ \"sha256Digest\": \"a3fc71fd6f0390850a60947cc1bff31d6346fc3f79e3ac8947add577c10c31a3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/portal-0.1.2-py3-none-any.whl\",\n + \ \"filename\": \"portal-0.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/portal\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"portal\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Portal Extension\",\n \"version\": \"0.1.2\"\n },\n + \ \"sha256Digest\": \"0e09b913c7b691496f46a131e608dcc1d37fc887c900d16ac87ec6a4c1e0b646\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/portal-0.1.3-py3-none-any.whl\",\n + \ \"filename\": \"portal-0.1.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/portal\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"portal\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Portal Extension\",\n \"version\": \"0.1.3\"\n },\n + \ \"sha256Digest\": \"3c3ebe23f59db5f2d286ca52cf8cfbbc5983ce8073622de11a35dab95800a996\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/portal-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"portal-1.0.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.67.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/portal\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"portal\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Portal Extension\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"d3fa59d56a37214077852371768e8c855b207f9b1d11f3be4e9fddb0e1ac7969\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/portal-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"portal-1.0.0b2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.67.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/portal\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"portal\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Portal Extension\",\n \"version\": \"1.0.0b2\"\n + \ },\n \"sha256Digest\": \"257516f455a017e515aaf1435c2d2a18f4c28ee2037af8a6275016fb914035d6\"\n + \ }\n ],\n \"powerbidedicated\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/powerbidedicated-0.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"powerbidedicated-0.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"3.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"powerbidedicated\",\n \"summary\": \"Microsoft Azure + Command-Line Tools PowerBIDedicated Extension\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"a7373b5005814f9d6d0151622c8356b37758a7548aa2fb8cad3ddc4368c5e05f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/powerbidedicated-0.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"powerbidedicated-0.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"3.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/powerbidedicated\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"powerbidedicated\",\n \"summary\": \"Microsoft Azure + Command-Line Tools PowerBIDedicated Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"127cb7b69076d07254aee3b57720409455e601ad431d3e12d713d886578ce1bf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/powerbidedicated-0.2.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"powerbidedicated-0.2.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"3.0.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/powerbidedicated\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"powerbidedicated\",\n \"summary\": \"Microsoft Azure + Command-Line Tools PowerBIDedicated Extension\",\n \"version\": + \"0.2.1\"\n },\n \"sha256Digest\": \"be1b824d4e4561ccfccebba9453d27a4542e6d4e6471eabe3def15bb1b35ca6f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/powerbidedicated-0.2.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"powerbidedicated-0.2.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.49.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/powerbidedicated\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"powerbidedicated\",\n \"summary\": \"Microsoft Azure + Command-Line Tools PowerBIDedicated Extension\",\n \"version\": + \"0.2.2\"\n },\n \"sha256Digest\": \"2f87e7006a1670a8c7ec9cce7aa90adaa55871f183e7fedc44509eaea40546fa\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/powerbidedicated-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"powerbidedicated-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.56.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/powerbidedicated\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"powerbidedicated\",\n \"summary\": \"Microsoft Azure + Command-Line Tools PowerBIDedicated Extension\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"e1e58bb6f57edde4793f4c66a0c10a2776f842172878162385f2b1d21539de6e\"\n + \ }\n ],\n \"providerhub\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/providerhub-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"providerhub-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/providerhub\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"providerhub\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Providerhub Extension\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"9385d61fe18f10c379e7a7c57a1ded34dd0f5b15bcf021777e4d51d288b703fe\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/providerhub-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"providerhub-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/providerhub\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"providerhub\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ProviderHub Extension\",\n \"version\": \"0.2.0\"\n + \ },\n \"sha256Digest\": \"9cda8fed546254987e5c5f872b4119105796c89de8d65d385638dac155bdf01e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/providerhub-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"providerhub-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/providerhub\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"providerhub\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ProviderHub Extension\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"7b93cb7ecb1fa3a520909d45e6e6597c8ba7daac4fbc1a26c3de66043678dd0d\"\n + \ }\n ],\n \"purview\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/purview-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"purview-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/purview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"purview\",\n \"summary\": \"Microsoft Azure Command-Line + Tools PurviewManagementClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"706cc2550fbd07b8b676345c2f26c5ba66550905bc8ec224c6c4e5637c497266\"\n + \ }\n ],\n \"quantum\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.5.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"0.1.0\"\n },\n + \ \"sha256Digest\": \"ac71362fb4834e02f26644403b4aac166def6488474e4f201ce3243b12b2424f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.5.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"0.2.0\"\n },\n + \ \"sha256Digest\": \"49f14768df82cf63f8be1a4bdc69ecd531149c7603f05d1951431c006dcc3660\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.5.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"0.3.0\"\n },\n + \ \"sha256Digest\": \"2564b05153b85eab96b58a2f8f3211241d6e07bdbe9a13f8feb74d09e1b80832\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.4.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.4.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.5.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"0.4.0\"\n },\n + \ \"sha256Digest\": \"90b537ba647b0eecda70ef8cbe4823d4199429f4ae436808434180d715448769\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.5.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.5.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"0.5.0\"\n },\n + \ \"sha256Digest\": \"257dfba42b6505dfa66721ddba9197da7f769f2e26d7c4bba9bcc729a72e49b7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.6.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.6.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"0.6.0\"\n },\n + \ \"sha256Digest\": \"407d45555dc239d16882b99d52634d2726057ffbe404e008d6181a5cb0f212cd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.6.1-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.6.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"0.6.1\"\n },\n + \ \"sha256Digest\": \"5306a838f3c1c36d80cf7945ee8f74d472a6d1e19c45e47f233b22671953edfb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.7.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.7.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"0.7.0\"\n },\n + \ \"sha256Digest\": \"e3658e4549ce96f262d60c3ae357c3c057b8678cd01060a6eea0cd715a6d2e45\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.8.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.8.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"0.8.0\"\n },\n + \ \"sha256Digest\": \"cab7430782efaf49e865f6c217b911e27b3868ec5df53e70614aa256b3ba91ca\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.9.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.9.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"0.9.0\"\n },\n + \ \"sha256Digest\": \"214d6303c3381a8a328a15ca3bb8f77f68c36cf71d83cdaa41be87b2af6e28fe\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.10.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.10.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"0.10.0\"\n + \ },\n \"sha256Digest\": \"c280a1eda5a9eee853239cac1ac2c610d159d59be5ac29fa7d5a4a1a3d7cbbde\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.11.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.11.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"0.11.0\"\n + \ },\n \"sha256Digest\": \"96d85f1c7675e4d8a42384de348cad66e80343b6ae26142ebdb19d753c45fc2e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.12.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.12.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"0.12.0\"\n + \ },\n \"sha256Digest\": \"ffc62c0663843522a3439acf4c682f9287849d5b3efcf2c4fd721266bfecfe96\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.13.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.13.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/quantum\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"0.13.0\"\n + \ },\n \"sha256Digest\": \"d37a85117a1b0989c1ceba8bbb571c777b626eabf9ce14161617837dbfeb067e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.14.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.14.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/quantum\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"0.14.0\"\n + \ },\n \"sha256Digest\": \"bad894820d83dceabf1805498ad98d1dc196fe8e1c6907136d60cbea30fee816\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.15.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.15.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/quantum\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"0.15.0\"\n + \ },\n \"sha256Digest\": \"4ca37f0e8b7b1b9b32ed35b127600f5b1ea2390b5dfc5901c7dbce5fef631278\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.16.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.16.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/quantum\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"0.16.0\"\n + \ },\n \"sha256Digest\": \"d8d4650f5f4b385c7612598301db487ffd2a09b59119453760ca9ab1319f1363\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.17.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.17.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/quantum\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"0.17.0\"\n + \ },\n \"sha256Digest\": \"219065a730c5caa44b07979d56211e24e498a4cfb2d1d50e2d86239254b4d945\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.18.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.18.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.41.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/quantum\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"quantum\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-storage-blob (~=12.14.1)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Quantum Extension\",\n \"version\": + \"0.18.0\"\n },\n \"sha256Digest\": \"7eddef419f89623b2f4d168be9c60c2ead8ede385fbff1c23671823260fd8569\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.19.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.19.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.41.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/quantum\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"quantum\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-storage-blob (~=12.14.1)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Quantum Extension\",\n \"version\": + \"0.19.0\"\n },\n \"sha256Digest\": \"96c60aff31dc8153e2c8a2f72ac5a8a4b1e0810b37a1f0b0fdd3d79c4263517e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.20.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.20.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.41.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/quantum\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"quantum\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-storage-blob (~=12.14.1)\",\n \"azure-storage-blob~=12.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Quantum + Extension\",\n \"version\": \"0.20.0\"\n },\n + \ \"sha256Digest\": \"9b9fdd106ff324bfa88188c287675e2fa72cdcb20a0107003dba9d17ea67fb34\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-0.21.0-py3-none-any.whl\",\n + \ \"filename\": \"quantum-0.21.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.41.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/quantum\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"quantum\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-storage-blob (~=12.14.1)\",\n \"azure-storage-blob~=12.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Quantum + Extension\",\n \"version\": \"0.21.0\"\n },\n + \ \"sha256Digest\": \"ea4262c017aa585c82dcda0204cf33bac3898a12512adb91a37912b77c06f93e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"quantum-1.0.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.41.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/quantum\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"quantum\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-storage-blob (~=12.14.1)\",\n \"azure-storage-blob~=12.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Quantum + Extension\",\n \"version\": \"1.0.0b1\"\n },\n + \ \"sha256Digest\": \"25f4fb67c5e0b8d041b73e6944c533b1e0009ef80563d0cd3e9506f4c17d1fcf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"quantum-1.0.0b2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.41.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/quantum\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"quantum\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-storage-blob (~=12.14.1)\",\n \"azure-storage-blob~=12.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Quantum + Extension\",\n \"version\": \"1.0.0b2\"\n },\n + \ \"sha256Digest\": \"e22d0d25828fd064570e3e7cbe54420fccf97357b7c786c3d80f6a2a00712c34\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-1.0.0b3-py3-none-any.whl\",\n + \ \"filename\": \"quantum-1.0.0b3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.41.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/quantum\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"quantum\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-storage-blob (~=12.14.1)\",\n \"azure-storage-blob~=12.14.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Quantum + Extension\",\n \"version\": \"1.0.0b3\"\n },\n + \ \"sha256Digest\": \"3301f40b76afe377bda1d08a35b8892b38b7fc1eddb5707a8a190c15bbf782b2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-1.0.0b4-py3-none-any.whl\",\n + \ \"filename\": \"quantum-1.0.0b4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.41.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/quantum\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"1.0.0b4\"\n + \ },\n \"sha256Digest\": \"73c2a50559648768f123de7039ac8288c265cee4d88e94c3ced85cecbce6b552\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quantum-1.0.0b6-py3-none-any.whl\",\n + \ \"filename\": \"quantum-1.0.0b6-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.41.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"que-contacts@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation, Quantum + Team\",\n \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/quantum\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quantum\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Quantum Extension\",\n \"version\": \"1.0.0b6\"\n + \ },\n \"sha256Digest\": \"293603be0942ceb3f2e175ac3db06f28a845235fe6c4ac2cc818b9ffcab6fb2f\"\n + \ }\n ],\n \"qumulo\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/qumulo-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"qumulo-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.48.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/qumulo\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"qumulo\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Qumulo Extension.\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"9973f580a3fc20cc2fe5558a1cfdc10ddfc6567982d12f37008bbfec7aafcf9b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/qumulo-2.0.0-py3-none-any.whl\",\n + \ \"filename\": \"qumulo-2.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/qumulo\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"qumulo\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Qumulo Extension.\",\n \"version\": \"2.0.0\"\n },\n + \ \"sha256Digest\": \"7ec519c9dd2cf91bf54b2e8b9b68aadb134cb2bbfec54e8a2cb08ea3a0e47e62\"\n + \ }\n ],\n \"quota\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/quota-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"quota-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/quota\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quota\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureQuotaExtensionAPI Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"f336a9499c951ba012c9f68ed7887af63b053ed1585df4bbdef88ddf9e0d6805\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/quota-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"quota-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.54.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/quota\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"quota\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureQuotaExtensionAPI Extension\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"8b4c3475df0c3544dbcc28e4875eb5b163d72b40aff4250aafdad94180c3f995\"\n + \ }\n ],\n \"rdbms-connect\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/rdbms_connect-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"rdbms_connect-0.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.19.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/rdbms-connect\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"rdbms-connect\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"mycli (==1.22.2)\",\n \"pgcli + (==3.0.0)\",\n \"setproctitle (==1.2.2)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Support for testing connection to Azure + Database for MySQL & PostgreSQL servers.\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"fd80779e01d5afa74da88dda0339b9068e5ca3390d2dea78b034002c62b713b4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/rdbms_connect-0.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"rdbms_connect-0.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.19.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/rdbms-connect\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"rdbms-connect\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"mycli (==1.22.2)\",\n \"pgcli + (==3.0.0)\",\n \"setproctitle (==1.2.2)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Support for testing connection to Azure + Database for MySQL & PostgreSQL servers.\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"83e3110a82f414274564d97ae5ba1088557376d5cc68cc358152135c283acf15\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/rdbms_connect-0.1.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"rdbms_connect-0.1.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.19.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/rdbms-connect\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"rdbms-connect\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"mycli (==1.22.2)\",\n \"pgcli + (==3.0.0)\",\n \"setproctitle (==1.2.2)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Support for testing connection to Azure + Database for MySQL & PostgreSQL servers.\",\n \"version\": + \"0.1.2\"\n },\n \"sha256Digest\": \"c738cd82edc1c9ad31ba0250eab982ef344d01e50e11dfec9c5b96ccdd5d1b6b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/rdbms_connect-0.1.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"rdbms_connect-0.1.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.19.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/rdbms-connect\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"rdbms-connect\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"mycli (==1.22.2)\",\n \"pgcli + (==3.0.0)\",\n \"setproctitle (==1.2.2)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Support for testing connection to Azure + Database for MySQL & PostgreSQL servers.\",\n \"version\": + \"0.1.3\"\n },\n \"sha256Digest\": \"5a6652ecacdc5b5c77dd9225abb30e5fb1160bc491a6ac3083327e81cc60f90e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/rdbms_connect-0.1.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"rdbms_connect-0.1.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.19.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/rdbms-connect\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"rdbms-connect\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"mycli (==1.22.2)\",\n \"pgcli + (==3.0.0)\",\n \"setproctitle (==1.2.2)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Support for testing connection to Azure + Database for MySQL & PostgreSQL servers.\",\n \"version\": + \"0.1.4\"\n },\n \"sha256Digest\": \"674a880f508d649f75d426c5b9700f7283079c1b9de2e5bccf31edbce907b838\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/rdbms_connect-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"rdbms_connect-1.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.19.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/rdbms-connect\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"rdbms-connect\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"mycli (==1.22.2)\",\n \"pgcli + (==3.0.0)\",\n \"setproctitle (==1.2.2)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Support for testing connection to Azure + Database for MySQL & PostgreSQL servers.\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"c1830f07c8829025597bf60db45b04c6b854c76d598235e71e6c7ff9626ba100\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/rdbms_connect-1.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"rdbms_connect-1.0.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.19.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/rdbms-connect\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"rdbms-connect\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"mycli (==1.22.2)\",\n \"pgcli + (==3.0.0)\",\n \"setproctitle (==1.2.2)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Support for testing connection to Azure + Database for MySQL & PostgreSQL servers.\",\n \"version\": + \"1.0.1\"\n },\n \"sha256Digest\": \"c13bd245524b6c0f8dab0b7c80e51d710934f12f1f68fbc74614805aeb1429f7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/rdbms_connect-1.0.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"rdbms_connect-1.0.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.19.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/rdbms-connect\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"rdbms-connect\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"mycli (==1.22.2)\",\n \"pgcli + (==3.0.0)\",\n \"setproctitle (~=1.2.2)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Support for testing connection to Azure + Database for MySQL & PostgreSQL servers.\",\n \"version\": + \"1.0.2\"\n },\n \"sha256Digest\": \"e5fc0b600c652c9b5ef3f9ec55fde9756a22b0dd9ac17b4ca4efc68339491b58\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/rdbms_connect-1.0.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"rdbms_connect-1.0.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.19.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/rdbms-connect\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"rdbms-connect\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"mycli (==1.22.2)\",\n \"pgcli + (==3.0.0)\",\n \"setproctitle (~=1.2.2)\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Support for testing connection to Azure + Database for MySQL & PostgreSQL servers.\",\n \"version\": + \"1.0.3\"\n },\n \"sha256Digest\": \"fadc2e3b684636448f1f4b6533e54dc30381984c125dc771e605a0410d26dcbe\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/rdbms_connect-1.0.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"rdbms_connect-1.0.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.19.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/rdbms-connect\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"rdbms-connect\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"mycli (==1.26.1)\",\n \"pgcli + (==3.4.1)\",\n \"psycopg2 (==2.9.3)\",\n \"setproctitle + (~=1.2.2)\"\n ]\n }\n ],\n + \ \"summary\": \"Support for testing connection to Azure + Database for MySQL & PostgreSQL servers.\",\n \"version\": + \"1.0.4\"\n },\n \"sha256Digest\": \"8dc15a70881c71f21ba000854960b1be851a057b403dc8de156b73883efb543d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/rdbms_connect-1.0.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"rdbms_connect-1.0.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.19.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/rdbms-connect\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"rdbms-connect\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"mycli (~=1.27.0)\",\n \"mycli~=1.27.0\",\n + \ \"pgcli (==4.0.1)\",\n \"pgcli==4.0.1\",\n + \ \"psycopg2 (==2.9.3)\",\n \"psycopg2==2.9.3\",\n + \ \"setproctitle (~=1.3.3)\",\n \"setproctitle~=1.3.3\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Support for testing connection to Azure + Database for MySQL & PostgreSQL servers.\",\n \"version\": + \"1.0.5\"\n },\n \"sha256Digest\": \"4684fe51f6d77f8ab1aced59dbbf27ed3324fc8d351e9e98e8dcc2b30493018b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/rdbms_connect-1.0.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"rdbms_connect-1.0.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.19.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\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 \"Programming Language + :: Python :: 3.11\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/rdbms-connect\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"rdbms-connect\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"mycli (~=1.27.0)\",\n \"mycli~=1.27.0\",\n + \ \"pgcli (==4.0.1)\",\n \"pgcli==4.0.1\",\n + \ \"psycopg2 (~=2.9.3)\",\n \"psycopg2~=2.9.3\",\n + \ \"setproctitle (~=1.3.3)\",\n \"setproctitle~=1.3.3\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Support for testing connection to Azure + Database for MySQL & PostgreSQL servers.\",\n \"version\": + \"1.0.6\"\n },\n \"sha256Digest\": \"49cbe8d9b7ea07a8974a29ad90247e864ed798bed5f28d0e3a57a4b37f5939e7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/rdbms_connect-1.0.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"rdbms_connect-1.0.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.19.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\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 \"Programming Language + :: Python :: 3.11\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/rdbms-connect\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"rdbms-connect\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"mycli (~=1.27.0)\",\n \"mycli~=1.27.0\",\n + \ \"pgcli (==4.0.1)\",\n \"pgcli==4.0.1\",\n + \ \"psycopg2 (~=2.9.3)\",\n \"psycopg2~=2.9.3\",\n + \ \"setproctitle (~=1.3.3)\",\n \"setproctitle~=1.3.3\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Support for testing connection to Azure + Database for MySQL & PostgreSQL servers.\",\n \"version\": + \"1.0.7\"\n },\n \"sha256Digest\": \"eba997d4ad5acd0bdbb80a72281c2f56e88a09b2daa9ecc20ddaefd2586f543d\"\n + \ }\n ],\n \"redisenterprise\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/redisenterprise-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"redisenterprise-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/redisenterprise\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"redisenterprise\",\n \"summary\": \"Microsoft Azure Command-Line + Tools RedisEnterpriseManagementClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"22b1965e5a148ce4eb2d45bf48880caa21becb165810b1b93658886cd5e39515\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/redisenterprise-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"redisenterprise-0.1.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/redisenterprise\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"redisenterprise\",\n \"summary\": \"Microsoft Azure Command-Line + Tools RedisEnterpriseManagementClient Extension\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"f0662c4091e8c4e87069f93db23b5f057f2862f78d038a5f709f16f8d37d524f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/redisenterprise-0.1.2-py3-none-any.whl\",\n + \ \"filename\": \"redisenterprise-0.1.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/redisenterprise\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"redisenterprise\",\n \"summary\": \"Microsoft Azure Command-Line + Tools RedisEnterpriseManagementClient Extension\",\n \"version\": + \"0.1.2\"\n },\n \"sha256Digest\": \"db8c673e2e29498e9f54f3392a5305952c273e7c24d293d96c0708dd3e90d5fe\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/redisenterprise-0.1.3-py3-none-any.whl\",\n + \ \"filename\": \"redisenterprise-0.1.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/redisenterprise\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"redisenterprise\",\n \"summary\": \"Microsoft Azure Command-Line + Tools RedisEnterprise Extension.\",\n \"version\": \"0.1.3\"\n + \ },\n \"sha256Digest\": \"744ef0651a7d4c734675d3d567d1162d1dd1986e5274c62613387fd93d0efe6c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/redisenterprise-0.1.4-py3-none-any.whl\",\n + \ \"filename\": \"redisenterprise-0.1.4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/redisenterprise\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"redisenterprise\",\n \"summary\": \"Microsoft Azure Command-Line + Tools RedisEnterprise Extension.\",\n \"version\": \"0.1.4\"\n + \ },\n \"sha256Digest\": \"cb59ab44eb12b51ecc62f8a5b6302d166be5d6388cf8ff21bc49f2829128d031\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/redisenterprise-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"redisenterprise-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/redisenterprise\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"redisenterprise\",\n \"summary\": \"Microsoft Azure Command-Line + Tools RedisEnterprise Extension.\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"e43737fefbb1205970254f369b0f0c33fbfd5b82d64eb2025228eb3a07bed3e7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/redisenterprise-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"redisenterprise-1.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/redisenterprise\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"redisenterprise\",\n \"summary\": \"Microsoft Azure Command-Line + Tools RedisEnterprise Extension.\",\n \"version\": \"1.1.0\"\n + \ },\n \"sha256Digest\": \"acd14dc2c5b75bb49e554d970830d541ce5450868626dfcc3150f01910ba788b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/redisenterprise-1.2.0-py3-none-any.whl\",\n + \ \"filename\": \"redisenterprise-1.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/redisenterprise\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"redisenterprise\",\n \"summary\": \"Microsoft Azure Command-Line + Tools RedisEnterprise Extension.\",\n \"version\": \"1.2.0\"\n + \ },\n \"sha256Digest\": \"6e776d464afaaf66456d7b8e6d36ab1a12f19054617479ea8f13633d3a49ffac\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/redisenterprise-1.2.1b1-py3-none-any.whl\",\n + \ \"filename\": \"redisenterprise-1.2.1b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/redisenterprise\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"redisenterprise\",\n \"summary\": \"Microsoft Azure Command-Line + Tools RedisEnterprise Extension.\",\n \"version\": \"1.2.1b1\"\n + \ },\n \"sha256Digest\": \"9816e8571a8689864973327b6331d243703da31b40c0539ed89136b9dbf6c9e0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/redisenterprise-1.2.1b2-py3-none-any.whl\",\n + \ \"filename\": \"redisenterprise-1.2.1b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/redisenterprise\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"redisenterprise\",\n \"summary\": \"Microsoft Azure Command-Line + Tools RedisEnterprise Extension.\",\n \"version\": \"1.2.1b2\"\n + \ },\n \"sha256Digest\": \"c645c66bfb1667dec7c443e045daf55750f89e517f15cad3b9a6d6ad9d56a434\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/redisenterprise-1.2.1-py3-none-any.whl\",\n + \ \"filename\": \"redisenterprise-1.2.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.70.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/redisenterprise\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"redisenterprise\",\n \"summary\": \"Microsoft Azure Command-Line + Tools RedisEnterprise Extension.\",\n \"version\": \"1.2.1\"\n + \ },\n \"sha256Digest\": \"62ed3a929ce86492edf25e45b7d47a02ef554baac5afdbfd6e6aea969d080c68\"\n + \ }\n ],\n \"reservation\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/reservation-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"reservation-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.41.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/reservation\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"reservation\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Reservation Extension\",\n \"version\": \"0.2.0\"\n + \ },\n \"sha256Digest\": \"8cea59293bb54d3ae741035690c67b2aa6925b7f79e71e5b1ec1b152e8e9eb86\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/reservation-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"reservation-0.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/reservation\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"reservation\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Reservation Extension\",\n \"version\": \"0.3.0\"\n + \ },\n \"sha256Digest\": \"548a8d6c935b97b93f4ea24f7f0470f0ebd8c0b983d91e3bc5234d3a191ed666\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/reservation-0.3.1-py3-none-any.whl\",\n + \ \"filename\": \"reservation-0.3.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.50.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/reservation\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"reservation\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Reservation Extension\",\n \"version\": \"0.3.1\"\n + \ },\n \"sha256Digest\": \"649f086b02305d142f2f08ea96f52a322a165a6f2a958f3287f53550938ab912\"\n + \ }\n ],\n \"resource-graph\": [\n {\n + \ \"downloadUrl\": \"https://files.pythonhosted.org/packages/bd/c1/3df175a9a6a0c6aeae1ca1a7499955d75dd03452b5ba75f6df01a02b7c7f/resource_graph-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"resource_graph-1.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.45\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"ilidemi@microsoft.com\",\n \"name\": + \"Ilia Demianenko\",\n \"role\": \"author\"\n + \ },\n {\n \"email\": + \"earc@microsoft.com\",\n \"name\": \"Azure + Resource Graph\",\n \"role\": \"maintainer\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/resource-graph\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"resource-graph\",\n \"summary\": \"Support for querying + Azure resources with Resource Graph.\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"76f10264a7c6d78664c34e73d390565ce66e639fd39ffdfad149da8fc499112d\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/resource_graph-1.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"resource_graph-1.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.4\",\n \"Programming + Language :: Python :: 3.5\",\n \"Programming Language + :: Python :: 3.6\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"description_content_type\": + \"text/markdown\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ilidemi@microsoft.com\",\n + \ \"name\": \"Ilia Demianenko\",\n \"role\": + \"author\"\n },\n {\n + \ \"email\": \"earc@microsoft.com\",\n \"name\": + \"Azure Resource Graph\",\n \"role\": \"maintainer\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/resource-graph\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"resource-graph\",\n \"summary\": \"Support for querying + Azure resources with Resource Graph.\",\n \"version\": + \"1.1.0\"\n },\n \"sha256Digest\": \"1eaef63df8a22666f88f322829f3470efb790e36d35376c1705b40fb03464549\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/resource_graph-2.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"resource_graph-2.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.21.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.4\",\n \"Programming + Language :: Python :: 3.5\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"description_content_type\": + \"text/markdown\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ilidemi@microsoft.com\",\n + \ \"name\": \"Ilia Demianenko\",\n \"role\": + \"author\"\n },\n {\n + \ \"email\": \"earc@microsoft.com\",\n \"name\": + \"Azure Resource Graph\",\n \"role\": \"maintainer\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/resource-graph\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"resource-graph\",\n \"summary\": \"Support for querying + Azure resources with Resource Graph.\",\n \"version\": + \"2.0.0\"\n },\n \"sha256Digest\": \"3bda3548bd742ad24b84d5a81f58aaf47f0d7b97f4a04d5a5b405715f850a31c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/resource_graph-2.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"resource_graph-2.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.22.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.4\",\n \"Programming + Language :: Python :: 3.5\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"description_content_type\": + \"text/markdown\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ilidemi@microsoft.com\",\n + \ \"name\": \"Ilia Demianenko\",\n \"role\": + \"author\"\n },\n {\n + \ \"email\": \"earc@microsoft.com\",\n \"name\": + \"Azure Resource Graph\",\n \"role\": \"maintainer\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/resource-graph\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"resource-graph\",\n \"summary\": \"Support for querying + Azure resources with Resource Graph.\",\n \"version\": + \"2.1.0\"\n },\n \"sha256Digest\": \"62c81e3d62ce60c5a0a485829d00bdb0c733145ee93fb6098c14e3b27ee27c40\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/resource_graph-2.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"resource_graph-2.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.22.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.4\",\n \"Programming + Language :: Python :: 3.5\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"description_content_type\": + \"text/markdown\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ilidemi@microsoft.com\",\n + \ \"name\": \"Ilia Demianenko\",\n \"role\": + \"author\"\n },\n {\n + \ \"email\": \"earc@microsoft.com\",\n \"name\": + \"Azure Resource Graph\",\n \"role\": \"maintainer\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/resource-graph\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"resource-graph\",\n \"summary\": \"Support for querying + Azure resources with Resource Graph.\",\n \"version\": + \"2.1.1\"\n },\n \"sha256Digest\": \"436b2e865d7f3fb6beea2cdc017c74dd48a66991209a5ab8dc092443ec93140f\"\n + \ }\n ],\n \"resource-mover\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/resource_mover-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"resource_mover-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/resource-mover\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"resource-mover\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ResourceMoverServiceAPI Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"f86ecfcde11e6016da9b107e191b1feaba6896f395d989e5962c6fe6ac34c593\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/resource_mover-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"resource_mover-0.1.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/resource-mover\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"resource-mover\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ResourceMoverServiceAPI Extension\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"dee4f576aa3902497762f0d3582fea9e7846de6cfad48575798c9349a45c20a0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/resource_mover-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"resource_mover-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.50.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/resource-mover\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"resource-mover\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ResourceMoverServiceAPI Extension\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"3bc9f41aa30c4f6bc04ff780dc30e8df05bfc887f2adbdf9e89d59f8389e55f3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/resource_mover-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"resource_mover-1.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.50.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/resource-mover\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"resource-mover\",\n \"summary\": \"Microsoft Azure Command-Line + Tools ResourceMoverServiceAPI Extension\",\n \"version\": + \"1.0.0b2\"\n },\n \"sha256Digest\": \"a7e520e025c3caba24a782536377048f1749a99ceb54f009f33392fc9643570f\"\n + \ }\n ],\n \"sap-hana\": [\n {\n \"downloadUrl\": + \"https://github.com/Azure/azure-hanaonazure-cli-extension/releases/download/0.6.5/sap_hana-0.6.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"sap_hana-0.6.5-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.0.46\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-hanaonazure-cli-extension\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"sap-hana\",\n \"summary\": \"Additional commands for + working with SAP HanaOnAzure instances.\",\n \"version\": + \"0.6.5\"\n },\n \"sha256Digest\": \"b4554c125f3a0eb5c891cec396e7705f6e91d4d81789acef20e3c4d172fa4543\"\n + \ }\n ],\n \"scenario-guide\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scenario_guide-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"scenario_guide-0.1.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.20.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/scenario-guide\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scenario-guide\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Scenario Guidance Extension\",\n \"version\": \"0.1.1\"\n + \ },\n \"sha256Digest\": \"4264b48b4b980334488a3fdb3bc43241e828a2742c35ce48985f3bebf019e8f8\"\n + \ }\n ],\n \"scheduled-query\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/scheduled_query-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"scheduled_query-0.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scheduled-query\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Scheduled_query Extension\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"5529213e41055f70c53407498b618c7d48cea70a0ce0aca069e0dd9bb818f549\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/scheduled_query-0.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"scheduled_query-0.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scheduled-query\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Scheduled_query Extension\",\n \"version\": \"0.2.0\"\n + \ },\n \"sha256Digest\": \"d9cba80c47b0b8b3e3ad86a257eb53598611698efab6687a11f81c2b036b1083\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scheduled_query-0.2.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"scheduled_query-0.2.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scheduled-query\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Scheduled_query Extension\",\n \"version\": \"0.2.1\"\n + \ },\n \"sha256Digest\": \"f7a7ee6f9c11260c8cfff54f36ec68b2a3b235767ceb8ff281280523f2eda696\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scheduled_query-0.2.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"scheduled_query-0.2.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scheduled-query\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Scheduled_query Extension\",\n \"version\": \"0.2.2\"\n + \ },\n \"sha256Digest\": \"17f2dfaa317f735eee708b4365e107a29b3fb796f8d6a9505388ec30c73bf930\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scheduled_query-0.3.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"scheduled_query-0.3.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.20.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scheduled-query\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Scheduled_query Extension\",\n \"version\": \"0.3.0\"\n + \ },\n \"sha256Digest\": \"ec2220289b5715676e169baeb457322cceade980a36c9034eb58206371703892\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scheduled_query-0.3.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"scheduled_query-0.3.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.20.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scheduled-query\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Scheduled_query Extension\",\n \"version\": \"0.3.1\"\n + \ },\n \"sha256Digest\": \"0535be22855f9ab829421fc8f8d47704a0f7e2ea1067ea57d486e9b81a71c5cd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scheduled_query-0.4.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"scheduled_query-0.4.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.20.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scheduled-query\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Scheduled_query Extension\",\n \"version\": \"0.4.0\"\n + \ },\n \"sha256Digest\": \"9228691ea2baa13b11473c8ff9916f8bd1fa39fae33ee4386648d9bffb239617\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scheduled_query-0.5.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"scheduled_query-0.5.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.20.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scheduled-query\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Scheduled_query Extension\",\n \"version\": \"0.5.0\"\n + \ },\n \"sha256Digest\": \"ee4c54e1d96ac2bd33f2cf148e7cc1eac978afe842dc5b49be24bd2c24c6d13a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scheduled_query-0.5.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"scheduled_query-0.5.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/scheduled-query\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scheduled-query\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Scheduled_query Extension\",\n \"version\": \"0.5.1\"\n + \ },\n \"sha256Digest\": \"34b68f6a3edbcd703c17f5d384e50e1dee71bc2f05e8aa80862d46afef8c570c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scheduled_query-0.5.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"scheduled_query-0.5.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.38.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/scheduled-query\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scheduled-query\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Scheduled_query Extension\",\n \"version\": \"0.5.2\"\n + \ },\n \"sha256Digest\": \"b393b38bf6dd80918778460b4f4e50643900ffab5dada7af1216c415d25fb706\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scheduled_query-0.5.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"scheduled_query-0.5.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.54.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/scheduled-query\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scheduled-query\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Scheduled_query Extension\",\n \"version\": \"0.5.3\"\n + \ },\n \"sha256Digest\": \"b141ce4ff7678484561e9f3c842d8249112a465b7a0da07a6da49856920f8534\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scheduled_query-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"scheduled_query-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.54.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/scheduled-query\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scheduled-query\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Scheduled_query Extension\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"fd5e69d0438b8089dbe197d5ba4c41776aed906941cac374755a4c9044c4af04\"\n + \ }\n ],\n \"scvmm\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/scvmm-0.1.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"scvmm-0.1.4-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/connectedvmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scvmm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SCVMM Extension\",\n \"version\": \"0.1.4\"\n },\n + \ \"sha256Digest\": \"22aaf76e9bb066f279683f451c45d1b927e288a000879a21c728891f463c9e94\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scvmm-0.1.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"scvmm-0.1.5-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/scvmm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scvmm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SCVMM Extension\",\n \"version\": \"0.1.5\"\n },\n + \ \"sha256Digest\": \"53c40fbc78ed7826ea11e64a79dfc8a49112d5c837417b3032fbe8c69b84f0e3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scvmm-0.1.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"scvmm-0.1.6-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/scvmm\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"scvmm\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"pwinput\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools SCVMM Extension\",\n \"version\": + \"0.1.6\"\n },\n \"sha256Digest\": \"5c02543fff1da970b523055d7c97012bdc40440c5929ade899ccfcf397c37736\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scvmm-0.1.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"scvmm-0.1.7-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/scvmm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scvmm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SCVMM Extension\",\n \"version\": \"0.1.7\"\n },\n + \ \"sha256Digest\": \"e462aa30bbca50d140a70a80db81cb9f661ae11bc7a29435b7dc57aa32756c53\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scvmm-0.1.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"scvmm-0.1.8-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/scvmm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scvmm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SCVMM Extension\",\n \"version\": \"0.1.8\"\n },\n + \ \"sha256Digest\": \"167a9a333afebbb7b211b1f9a60d68f33bee28965653894c9193676f102c5a38\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scvmm-0.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"scvmm-0.2.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/scvmm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scvmm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SCVMM Extension\",\n \"version\": \"0.2.0\"\n },\n + \ \"sha256Digest\": \"ab64e7ab90cc3048443959e32332c400b0b83746dd39558849e1f6edc13b6dcd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scvmm-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"scvmm-1.0.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/scvmm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scvmm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SCVMM Extension\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"565aa9d75dd4d276df2f8ffec5311bd2ae16a2d6172d525a7763fc5972b262b7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scvmm-1.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"scvmm-1.1.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/scvmm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scvmm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SCVMM Extension\",\n \"version\": \"1.1.0\"\n },\n + \ \"sha256Digest\": \"dfbf446da90a9ed211f3a6554eea713b569fc8747398af9a5c2fb74220d0fa95\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scvmm-1.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"scvmm-1.1.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/scvmm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scvmm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SCVMM Extension\",\n \"version\": \"1.1.1\"\n },\n + \ \"sha256Digest\": \"7d704578bc5eb60b8105de0b4a924176581a4cf2fd162b0896d81246f7f73a68\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/scvmm-1.1.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"scvmm-1.1.2-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/scvmm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"scvmm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SCVMM Extension\",\n \"version\": \"1.1.2\"\n },\n + \ \"sha256Digest\": \"b1b2e66c0ff057976d48f18a43960f4ff5802b5502e9e6d2d5a5d8f1b4e8b6f2\"\n + \ }\n ],\n \"self-help\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/self_help-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"self_help-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/self-help\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"self-help\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SelfHelp Extension.\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"24e94291acb3735073d3372cc11459577c6a2649bf3b34f10ae66f29964ff4ff\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/self_help-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"self_help-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/self-help\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"self-help\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SelfHelp Extension.\",\n \"version\": \"0.2.0\"\n + \ },\n \"sha256Digest\": \"a57d629f75443666af570188716eaf2b9182da41f6d2f958f6d53d79b830b23e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/self_help-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"self_help-0.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/self-help\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"self-help\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SelfHelp Extension.\",\n \"version\": \"0.3.0\"\n + \ },\n \"sha256Digest\": \"0545610ee482069ad89c3fcc342e3d94f72b4d5eb139312c778501c843e8216d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/self_help-0.4.0-py3-none-any.whl\",\n + \ \"filename\": \"self_help-0.4.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/self-help\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"self-help\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SelfHelp Extension.\",\n \"version\": \"0.4.0\"\n + \ },\n \"sha256Digest\": \"8c903aaf10d6cb61e6455f6010deeeb496d1e23d6876662089266a49403586b6\"\n + \ }\n ],\n \"sentinel\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/sentinel-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"sentinel-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/sentinel\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"sentinel\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SecurityInsights Extension\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"0c0de10af8cc7c91704dc29afa2bc178f18bf4e28612d6d0c5d7c594bd05d4c9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/sentinel-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"sentinel-0.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.11.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/sentinel\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"sentinel\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SecurityInsights Extension\",\n \"version\": \"0.1.1\"\n + \ },\n \"sha256Digest\": \"407f23c06a7bd6e1200f108abcd0127904334d9813ccae8df8fc3e63b3eaa97f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/sentinel-0.1.2-py3-none-any.whl\",\n + \ \"filename\": \"sentinel-0.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.11.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/sentinel\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"sentinel\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SecurityInsights Extension\",\n \"version\": \"0.1.2\"\n + \ },\n \"sha256Digest\": \"978d4d15a01124d46dd310918c428bba1792a58716aa0511f2fdbfec2176f7e2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/sentinel-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"sentinel-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.37.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/securityinsight\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"sentinel\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Sentinel Extension.\",\n \"version\": \"0.2.0\"\n + \ },\n \"sha256Digest\": \"5511544b4e342b03a4a4263617c603d87442ad5179ce9d8c0d1fd10915f93b7a\"\n + \ }\n ],\n \"serial-console\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serial_console-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"serial_console-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serialconsole\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serial-console\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websocket-client (~=0.56.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools for Serial Console Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"39317e5d4ecc6add26a624a6fa0d48344cfb6b3faaefb6ccbdcb30de9d35fb50\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serial_console-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"serial_console-0.1.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serialconsole\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serial-console\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websocket-client (~=0.56.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools for Serial Console Extension\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"082f315c9cdf5887987f12d6e27645101ea8318003a8d60c24dc630c861ebc97\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serial_console-0.1.2-py3-none-any.whl\",\n + \ \"filename\": \"serial_console-0.1.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/serialconsole\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serial-console\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websocket-client (~=0.56.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools for Serial Console Extension\",\n \"version\": + \"0.1.2\"\n },\n \"sha256Digest\": \"51493fe5617f90d06f5e4493b81a85b5d664f80c264941d4e6f5ca5f3473dc57\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serial_console-0.1.3-py3-none-any.whl\",\n + \ \"filename\": \"serial_console-0.1.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/serialconsole\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serial-console\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websocket-client (~=0.56.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools for Serial Console Extension\",\n \"version\": + \"0.1.3\"\n },\n \"sha256Digest\": \"66ed2625bac7ab1e73300a37eb76d856f25673e398ccdbe6939f0b0d10e4770e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serial_console-0.1.4-py3-none-any.whl\",\n + \ \"filename\": \"serial_console-0.1.4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/serialconsole\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serial-console\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websocket-client (==1.3.1)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools for Serial Console Extension\",\n \"version\": + \"0.1.4\"\n },\n \"sha256Digest\": \"312bd981dc2a9c2661bae6056333d0d74292023ffaeb5be26a4be9c5ec233e50\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serial_console-0.1.5-py3-none-any.whl\",\n + \ \"filename\": \"serial_console-0.1.5-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/serialconsole\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serial-console\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websocket-client (==1.3.1)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools for Serial Console Extension\",\n \"version\": + \"0.1.5\"\n },\n \"sha256Digest\": \"8c65ea10b0c336106f3c9c862e50b327c044b8be90bf6075771cc98973aa99f8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serial_console-0.1.6-py3-none-any.whl\",\n + \ \"filename\": \"serial_console-0.1.6-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/serial-console\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serial-console\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websocket-client (==1.3.1)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools for Serial Console Extension\",\n \"version\": + \"0.1.6\"\n },\n \"sha256Digest\": \"2b20fce597a655c1016ab4d3b2f569267adf1536ed34481063e56c22f407381a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serial_console-0.1.7-py3-none-any.whl\",\n + \ \"filename\": \"serial_console-0.1.7-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/serial-console\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serial-console\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websocket-client (==1.3.1)\",\n \"websocket-client==1.3.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools for + Serial Console Extension\",\n \"version\": \"0.1.7\"\n + \ },\n \"sha256Digest\": \"5a67a26b525a8f28fe3189024b02763bd9a0d8dc4c641fb62317475cd11ec51c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serial_console-0.1.8-py3-none-any.whl\",\n + \ \"filename\": \"serial_console-0.1.8-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/serial-console\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serial-console\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websocket-client (==1.3.1)\",\n \"websocket-client==1.3.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools for + Serial Console Extension\",\n \"version\": \"0.1.8\"\n + \ },\n \"sha256Digest\": \"d4deb023672e1b17e5045dd4cf206b7a518c1bfceeb081f73f43fd4fe9b99777\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serial_console-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"serial_console-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/serial-console\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serial-console\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websocket-client (==1.3.1)\",\n \"websocket-client==1.3.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools for + Serial Console Extension\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"c6f9d04ba068ff966dd1f522521ca7142e15deaf5bfa732805f2cd139332cbfd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serial_console-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"serial_console-1.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/serial-console\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serial-console\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websocket-client (==1.3.1)\",\n \"websocket-client==1.3.1\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools for + Serial Console Extension\",\n \"version\": \"1.0.0b2\"\n + \ },\n \"sha256Digest\": \"59ebb804476aff476f8b4efaf3651f60bf05cc077770a65419524b4f3276ec93\"\n + \ }\n ],\n \"serviceconnector-passwordless\": [\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-0.3.0-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-0.3.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b1)\",\n + \ \"psycopg2-binary (==2.9.5)\",\n \"pyodbc + (==4.0.35)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"0.3.0\"\n },\n + \ \"sha256Digest\": \"5364760a136655207f5f970431882d5d6c844818e43fbb81ffb311d19a21700a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-0.3.1-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-0.3.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b1)\",\n + \ \"psycopg2-binary (==2.9.5)\",\n \"pyodbc + (==4.0.35)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"0.3.1\"\n },\n + \ \"sha256Digest\": \"d61dd33d4fe9542c506a91a9f7876bcb4dd14e27ffe0aeae5f1cbf76eda93413\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-0.3.2-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-0.3.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b1)\",\n + \ \"psycopg2-binary (==2.9.5)\",\n \"pyodbc + (==4.0.35)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"0.3.2\"\n },\n + \ \"sha256Digest\": \"51f2a46660cf7d489a08be9292d5ba1c6e9a09925ead9baac0ba50fe982670f8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-0.3.3-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-0.3.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b1)\",\n + \ \"psycopg2-binary (==2.9.5)\",\n \"pyodbc + (==4.0.35)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"0.3.3\"\n },\n + \ \"sha256Digest\": \"9f9cddae41ab3172fe541e88b915ef4a8cb16139a5215d259ee23c279c290472\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-0.3.4-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-0.3.4-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b1)\",\n + \ \"psycopg2-binary (==2.9.5)\",\n \"pyodbc + (==4.0.35)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"0.3.4\"\n },\n + \ \"sha256Digest\": \"5b68cc4fcf6cde9edd4691dd55a9bb063fcce0f2c740abbab798d65804cd07a2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-0.3.5-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-0.3.5-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b1)\",\n + \ \"psycopg2-binary (==2.9.5)\",\n \"pyodbc + (==4.0.35)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"0.3.5\"\n },\n + \ \"sha256Digest\": \"05df173778361eed918fa63d241704b47e479443f053bf3ff327f07946c5f553\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-0.3.6-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-0.3.6-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b1)\",\n + \ \"psycopg2-binary (==2.9.5)\",\n \"pyodbc + (==4.0.35)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"0.3.6\"\n },\n + \ \"sha256Digest\": \"c9e6d013ae6142a4d4fdefbec40b89c4af37ea1c4c4840b02f27d3e9573a1357\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-0.3.8-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-0.3.8-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b1)\",\n + \ \"psycopg2-binary (==2.9.5)\",\n \"pyodbc + (==4.0.35)\"\n ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"0.3.8\"\n },\n + \ \"sha256Digest\": \"546af88e93fb857552183869a12001020897f7b724cc1f350936971635302ef4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-0.3.9-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-0.3.9-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b1)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b1\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"0.3.9\"\n },\n + \ \"sha256Digest\": \"48e3b58838945f62f6aecac7579b00f3a71d6d4db7f8f34af39d6308a26bd445\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-0.3.11-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-0.3.11-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.46.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b1)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b1\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"0.3.11\"\n },\n + \ \"sha256Digest\": \"bb8d273e2b221c439fb5d418ddf2d8591e3382f2efba85ce384e6dcb93488a38\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-0.3.12-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-0.3.12-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b1)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b1\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"0.3.12\"\n },\n + \ \"sha256Digest\": \"7d3fadef5e1dddc362f043c8b0a802668c24187c68fdf8e33797250f5276ee2f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-0.3.13-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-0.3.13-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b1)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b1\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"0.3.13\"\n },\n + \ \"sha256Digest\": \"0948c4b5cb9ef84ad4470b3947d67034aef0531fba24d97782f48e0aacb2801a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b1)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b1\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"cb065e4ca01b71023bd7c6c242f20123eeb8ff90c2178b035e8de58552740488\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-1.0.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b1)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b1\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"1.0.1\"\n },\n + \ \"sha256Digest\": \"04e4cc595ee68484f28159ba010c3feda561ee68cd0f386ab1b72045f2d19272\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-1.0.2-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-1.0.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b1)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b1\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"1.0.2\"\n },\n + \ \"sha256Digest\": \"ce27bafbeb27a848c0294e085f95c81778b64d67537e7efbc6a5ce09b0ede902\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-1.0.3-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-1.0.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.53.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b1)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b1\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"1.0.3\"\n },\n + \ \"sha256Digest\": \"066ed68dcfc4b6991ea38579874ce1967d8d9636838023d4a03910026467d348\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-2.0.0-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-2.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.60.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b2)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b2\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"2.0.0\"\n },\n + \ \"sha256Digest\": \"2da75d871e2f4ba0585d6609978beaa17511ba7ffbc298aaf10d2c58b8310cb1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-2.0.1-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-2.0.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.60.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b2)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b2\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"2.0.1\"\n },\n + \ \"sha256Digest\": \"65f6db04c42d74474534a8dc3d59066cc04325b72551a7045fd9d298350b3ad0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-2.0.2-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-2.0.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.60.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b2)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b2\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"2.0.2\"\n },\n + \ \"sha256Digest\": \"19001ff4ebcd5b4b2cc890a7cdef6fdd1bc404d9e29c03c5adcfe59355864671\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-2.0.3-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-2.0.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.60.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b2)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b2\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"2.0.3\"\n },\n + \ \"sha256Digest\": \"045240af31f6ba900b9743f10c2e7a552e5c09c31aec8bec63ce05e7e96fd7e7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-2.0.5-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-2.0.5-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.60.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b2)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b2\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"2.0.5\"\n },\n + \ \"sha256Digest\": \"27b8c5f6e1b576ce2c3a74e967851398e2e0bca77faaccb890410e66dcf9c304\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-2.0.6-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-2.0.6-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.60.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b2)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b2\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"2.0.6\"\n },\n + \ \"sha256Digest\": \"7f24220cbd58d682d1bc765f40c2663dbd3014e88b7684a8756e43675730e6e0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-2.0.7-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-2.0.7-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.60.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b2)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b2\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"2.0.7\"\n },\n + \ \"sha256Digest\": \"e71ad49f38ec94a516281352e4498e578f2fca2aa4d233f3f9a93c9e22635e61\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-3.0.0-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-3.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.60.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b2)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b2\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"3.0.0\"\n },\n + \ \"sha256Digest\": \"119d2bab1cedc9cf24e7935e0273af98a6ed7472c62baf7578152195a1ff03e4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-3.0.1-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-3.0.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.60.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b2)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b2\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"3.0.1\"\n },\n + \ \"sha256Digest\": \"499cb8a10273a6137f1b1731f25de0a1a78052b7e77fc981578f91a707550bdd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-3.0.2-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-3.0.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.60.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b2)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b2\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"3.0.2\"\n },\n + \ \"sha256Digest\": \"9fa9a04604f100bbdc3ab9e1d8f2a823dcb6a9cc1a6174bb2b6ba22b98f24b8d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-3.1.0-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-3.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.60.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b2)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b2\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"3.1.0\"\n },\n + \ \"sha256Digest\": \"3d747aba647b7e87f7e73000fde80052552e9f8ae187cf45e05e867e82e767eb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-3.1.1-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-3.1.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.60.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.0.2)\",\n \"PyMySQL==1.0.2\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b2)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b2\",\n \"psycopg2-binary + (==2.9.5)\",\n \"psycopg2-binary==2.9.5\",\n + \ \"pyodbc (==4.0.35)\",\n \"pyodbc==4.0.35\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"3.1.1\"\n },\n + \ \"sha256Digest\": \"1b1c248844162b1f5065841b26da1d9b7c63b03336045001a1f02835efb2f7e9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-3.1.2-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-3.1.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.60.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.1.1)\",\n \"PyMySQL==1.1.1\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b2)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b2\",\n \"psycopg2-binary + (==2.9.9)\",\n \"psycopg2-binary==2.9.9\",\n + \ \"pyodbc (==5.1.0)\",\n \"pyodbc==5.1.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"3.1.2\"\n },\n + \ \"sha256Digest\": \"3097e0d58a8ac4715b6d4dee7b2c6d7f4311e2296baddd87c18eaa994e91cfeb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-3.1.3-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-3.1.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.60.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.1.1)\",\n \"PyMySQL==1.1.1\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b3)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b3\",\n \"psycopg2-binary + (==2.9.9)\",\n \"psycopg2-binary==2.9.9\",\n + \ \"pyodbc (==5.1.0)\",\n \"pyodbc==5.1.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"3.1.3\"\n },\n + \ \"sha256Digest\": \"46be87de214749c01447f825c464b8992292005d9f41e3bb8d8b2b1d31b58ffa\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-3.2.0-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-3.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.60.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.1.1)\",\n \"PyMySQL==1.1.1\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b3)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b3\",\n \"psycopg2-binary + (==2.9.9)\",\n \"psycopg2-binary==2.9.9\",\n + \ \"pyodbc (==5.1.0)\",\n \"pyodbc==5.1.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"3.2.0\"\n },\n + \ \"sha256Digest\": \"9f5f1652780dd0d430c073154cd22f72c8e6de568b89058440efed2a0db88b54\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-3.3.0-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-3.3.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.60.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.1.1)\",\n \"PyMySQL==1.1.1\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b3)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b3\",\n \"psycopg2-binary + (==2.9.9)\",\n \"psycopg2-binary==2.9.9\",\n + \ \"pyodbc (==5.1.0)\",\n \"pyodbc==5.1.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"3.3.0\"\n },\n + \ \"sha256Digest\": \"6d7b341983d44c4df2c3a2d02c2ae82c2384d52c7da96b67f8540e5527f8e227\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-3.3.1-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-3.3.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.60.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.1.1)\",\n \"PyMySQL==1.1.1\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b3)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b3\",\n \"psycopg2-binary + (==2.9.9)\",\n \"psycopg2-binary==2.9.9\",\n + \ \"pyodbc (==5.1.0)\",\n \"pyodbc==5.1.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"3.3.1\"\n },\n + \ \"sha256Digest\": \"990d83aaf60f3f816d07e5951cdd8add1ad23f8faa1164dbcf796d24769255a4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/serviceconnector_passwordless-3.3.3-py3-none-any.whl\",\n + \ \"filename\": \"serviceconnector_passwordless-3.3.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.60.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/serviceconnector-passwordless\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"serviceconnector-passwordless\",\n + \ \"run_requires\": [\n {\n \"requires\": + [\n \"PyMySQL (==1.1.1)\",\n \"PyMySQL==1.1.1\",\n + \ \"azure-core\",\n \"azure-core\",\n + \ \"azure-mgmt-servicelinker (==1.2.0b3)\",\n + \ \"azure-mgmt-servicelinker==1.2.0b3\",\n \"psycopg2-binary + (==2.9.9)\",\n \"psycopg2-binary==2.9.9\",\n + \ \"pyodbc (==5.1.0)\",\n \"pyodbc==5.1.0\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Serviceconnector-passwordless + Extension\",\n \"version\": \"3.3.3\"\n },\n + \ \"sha256Digest\": \"8293e8bc7f1773354c3274c9f59972376a9c0f67368d4fa6202f2d906cc8c797\"\n + \ }\n ],\n \"site-recovery\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/site_recovery-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"site_recovery-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/site-recovery\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"site-recovery\",\n \"summary\": \"Microsoft Azure Command-Line + Tools SiteRecovery Extension.\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"ab19142c9a2e06190b6dac272d8cf29e179c9e283f965f8e3a4d29275b847ce5\"\n + \ }\n ],\n \"spring\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.30.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"ac3a708e67b9de1b38583313e0504e318f92005fd583143594e03ca7fd70b1aa\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.30.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.1.0\"\n },\n + \ \"sha256Digest\": \"5ea52b25dd34ef7c253f9e5aff2933dee5fe01bb66791f71c85981f68610ab85\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.1-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.30.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.1.1\"\n },\n + \ \"sha256Digest\": \"67d9d8b02739221f00822f82f4fad31b972a60ab1b4bbeee2ece955b4124bd29\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.2-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.30.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.1.2\"\n },\n + \ \"sha256Digest\": \"0ea6fa1d20a5f494597dcb627282152b7a1e9e3b20028afb5e6406376f15203c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.3-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.1.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.30.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.1.3\"\n },\n + \ \"sha256Digest\": \"65110cbf382e4a1ad98c108c618f2c77bd32634d8ae4759cae5ea47c026c7c85\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.4-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.1.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.30.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.1.4\"\n },\n + \ \"sha256Digest\": \"f159454ffaac8d90baa484870ac2e9acf7d2f18aabc0a6dac3db8342d21a7fab\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.5-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.1.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.30.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.1.5\"\n },\n + \ \"sha256Digest\": \"091004e8bfea9c39fbb192065b2355018f6a3ab1041e914ace26f8c02ef14687\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.7-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.1.7-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.1.7\"\n },\n + \ \"sha256Digest\": \"351b7e2d1b434f72eeaa1a8392a57e2c2cb52223d2140c446de85e339f7c457d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.8-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.1.8-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.1.8\"\n },\n + \ \"sha256Digest\": \"e0ff591d3833ea873c4e3ba72c33f314c67ff01cf3da2da358a2b40cea9b6bb0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.9-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.1.9-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.1.9\"\n },\n + \ \"sha256Digest\": \"bb71dbe3b05a6bc32bce1b12a5793dd6171dbed226d3173f115ffe411a8044df\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.10-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.1.10-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.1.10\"\n },\n + \ \"sha256Digest\": \"864200fb0cc9f988e40db675c6b6b016c2fcff91ff25551c03a576ae0dd4096b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.11-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.1.11-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.1.11\"\n },\n + \ \"sha256Digest\": \"be1471eb6aa6a462d13f352f643f4267fa8411c73f17d2b6d0f842229860dde8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.12-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.1.12-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.1.12\"\n },\n + \ \"sha256Digest\": \"ae1c41d2d09150c600e51d6de3a085a04d079b6803bdf4fcba6b041460f46a8d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.13-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.1.13-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.1.13\"\n },\n + \ \"sha256Digest\": \"c3d968114b8e68b522962dccba958bc43b0235af55c417ad5cf6b6a25f1a9444\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.1.14-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.1.14-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.1.14\"\n },\n + \ \"sha256Digest\": \"e7d57cac5569ee8b530ddc51cf44ff45eedbdf5f94fadbb058e79eea705758a8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.2.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.2.0\"\n },\n + \ \"sha256Digest\": \"36ff3ca0812a809dcfda55b4510194f3a53891b7f5a7a2bb0bc5385c072e9fae\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.3.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.3.0\"\n },\n + \ \"sha256Digest\": \"5021a61fc3d91bcd78ce38f15d2d1de977d6aa9c15e87cfc9d45c653a01076d6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.4.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.4.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.4.0\"\n },\n + \ \"sha256Digest\": \"e808882388d07ccbd1b96a176a3d992b8434296a16af816a6dd19e13bb228d55\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.4.1-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.4.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.4.1\"\n },\n + \ \"sha256Digest\": \"bca1287b8fb6cd2e1d4b1d4d92859840ee5e44223225942756d067cd0eeed8d8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.4.2-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.4.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.4.2\"\n },\n + \ \"sha256Digest\": \"6a56032cea46be8a2e3cd27242c73481d2b2f31074456cb31c868a051eda3127\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.5.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.5.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.5.0\"\n },\n + \ \"sha256Digest\": \"b553b17bdeab27e2c69f9dd3957e5e59efc664b9405e581809a2730cc7ef5619\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.6.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.6.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.6.0\"\n },\n + \ \"sha256Digest\": \"30839266640b6e89a183107ede0abcdec3363cd5831fe36c179107d267faa57b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.6.1-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.6.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.6.1\"\n },\n + \ \"sha256Digest\": \"37a32ef1b28f9e1ecd1f61a76bf6a44bf063746a5401894dd513999afdeed0b0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.6.2-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.6.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.6.2\"\n },\n + \ \"sha256Digest\": \"6718bc1fb7ff0e106b3e00603d900adab9e2ed7b7939a0e1ed223d5cdf7924fc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.6.3-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.6.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.6.3\"\n },\n + \ \"sha256Digest\": \"0dcbb166127c0f4eb0b33eb70ea108b6c7e9f470858c12da30eecb483eb0080b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.6.4-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.6.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.6.4\"\n },\n + \ \"sha256Digest\": \"a52902d1a828827847c2b8a571fcd3970ee6c006a49ed1fcfd57e581bfefa251\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.6.5-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.6.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.6.5\"\n },\n + \ \"sha256Digest\": \"a00363a73db626180830a20c0465874f6d4062dad07862e1b4a22f8c1908dca8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.6.6-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.6.6-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.6.6\"\n },\n + \ \"sha256Digest\": \"34064f43b620a36f1f8aa20200990297aaaf91c58795e0274d6f719136b029a4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.6.7-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.6.7-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.6.7\"\n },\n + \ \"sha256Digest\": \"7d9a8d4f792962dd1f713a839f9099bcf04c24958411f8e0edc4ef47321b87a3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.6.8-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.6.8-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.6.8\"\n },\n + \ \"sha256Digest\": \"2286a779c293a47a4f2d01c2699f6d01ac8d28ac471c07e97f4c9f38750e6c92\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.7.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.7.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.38.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.7.0\"\n },\n + \ \"sha256Digest\": \"913b70f5f98b1da973fdb8324916ebc8fef4747a872b834efcbdef19101cb424\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.7.1-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.7.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.7.1\"\n },\n + \ \"sha256Digest\": \"4a4252041f9b0395cf6614b86b1c93afd94ac92d75ab82daae6634b0dbfa60a5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.7.2-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.7.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.7.2\"\n },\n + \ \"sha256Digest\": \"b4a5740ff04788a947d6c67c57cea71b3a3e3244adb7d19bc02e52ccd7c4fea0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.7.3-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.7.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.7.3\"\n },\n + \ \"sha256Digest\": \"a58e5fec5be4068420a10e14072bc788caf2782908c3406c92c761c4619426ec\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.8.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.8.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.8.0\"\n },\n + \ \"sha256Digest\": \"d83225658e5959ee43b9dac59ec9d9488fc3f3158f09f99f5d97ab58f1549c17\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.9.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.9.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.9.0\"\n },\n + \ \"sha256Digest\": \"9efab0aa23a5aba4ed754b25e1197b9b1e960184cecd10237d3ebad66c3c1a78\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.9.1-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.9.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.9.1\"\n },\n + \ \"sha256Digest\": \"3b07830d1a32c045af46de4c77250db5ea65fba26f1d9bb8f7f8582a923d34b2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.9.2-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.9.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.9.2\"\n },\n + \ \"sha256Digest\": \"36b30260e23bef6398eb153090379d8784d6b3868fa41d1748e447a37a21c874\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.10.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.10.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.10.0\"\n },\n + \ \"sha256Digest\": \"031895d8e91ad28eb8edda87b34bd704d8ed8b471597bcaaa0064ff2c408c101\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.11.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.11.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.11.0\"\n },\n + \ \"sha256Digest\": \"a02e5fe4531399d9e2d790004e55ce21d19dd384e2da377244beeb7342239291\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.11.1-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.11.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.11.1\"\n },\n + \ \"sha256Digest\": \"7cb83c3cb8811f10c724d7d321510821b9c8ca7103927820c8aab8257a063f44\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.11.2-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.11.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.11.2\"\n },\n + \ \"sha256Digest\": \"6122206a0eb4de9bde73b8a8975b8f1b7ccf120e8b419dadbd890921c068120a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.11.3-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.11.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.11.3\"\n },\n + \ \"sha256Digest\": \"415dce682cd5636d234e0b36f015322b0fb5062a0a7955bc8f9a122cdd7f9c0e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.12.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.12.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.12.0\"\n },\n + \ \"sha256Digest\": \"8d2a4bf4fa2bad75868b1f1dabfe5e6d41e93affd29098f1c818486174aed3ec\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.12.1-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.12.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.12.1\"\n },\n + \ \"sha256Digest\": \"8b4ddd8caa4df29b8e98e4d258ce2ca36d146387300b7b289c705de760bd75ff\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.12.2-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.12.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.12.2\"\n },\n + \ \"sha256Digest\": \"89e1762ee425d9d535b563799b9ef8bca1dbdc1083e217b6f5403c5b737e8ce0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.13.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.13.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.13.0\"\n },\n + \ \"sha256Digest\": \"ad70a699f7b14f3fa7099a4ea4da31cd62f7222ce3fe7b8f705df16750dd3dcb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.13.1-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.13.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.13.1\"\n },\n + \ \"sha256Digest\": \"bc70bf2099410034e833c95c76b4b35366916f3f50f53bb22cfbdc6c9224754d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.13.2-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.13.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.13.2\"\n },\n + \ \"sha256Digest\": \"e87768d4df7b6a633f9c0ea50216a49c382d3a681a4f8c2a39021cc802092887\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.13.3-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.13.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.13.3\"\n },\n + \ \"sha256Digest\": \"694913f936898e8a3c06feae951be4c979913a3fc04d4a5eeb944f1586406cac\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.14.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.14.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.14.0\"\n },\n + \ \"sha256Digest\": \"3452d273b7e2bda35c592944518ff65cc148c06369a5b976af84100f1b6be719\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.14.2-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.14.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.14.2\"\n },\n + \ \"sha256Digest\": \"9264d442d0fe12960e1e9fdaa2b2863a51b87eed0d3ffc6b6c85ce4261cd937f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.14.3-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.14.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.14.3\"\n },\n + \ \"sha256Digest\": \"c8eafccfd0c0d31e732fdb6ff18b7c647ea70587687bafec355ed1fa40d75346\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.15.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.15.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.15.0\"\n },\n + \ \"sha256Digest\": \"ca61934f24ccd5640747de02039081fc33493ebec2b462961dd398aeefb041e8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.15.1-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.15.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.15.1\"\n },\n + \ \"sha256Digest\": \"d01289fadaa3f8a024089d21699490260d5a04752751a07a225e0b1668cf28a1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.16.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.16.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.16.0\"\n },\n + \ \"sha256Digest\": \"ccea329952e48382372742fc179bcad391fcdae94692b33da14ca80d9c344487\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.17.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.17.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.17.0\"\n },\n + \ \"sha256Digest\": \"1914ab006f731d3ed27eae28429134dcf5ccd4fd5cc46d0dcf773277dd7cb53b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.18.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.18.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.18.0\"\n },\n + \ \"sha256Digest\": \"8ee1a9ac7bbc649d37c328ebf62994180689e64778d225dbc046a848208498f1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.19.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.19.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.19.0\"\n },\n + \ \"sha256Digest\": \"770e81524dab1c51788dbd82b0b1a5ef3bc99738b481babdd6335605f12d9eea\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.19.1-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.19.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.19.1\"\n },\n + \ \"sha256Digest\": \"b9f9e224aeafbc9a774adec2222a5efcc76ba88a0d50ef3aaebb69d59cbd9812\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.19.2-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.19.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.19.2\"\n },\n + \ \"sha256Digest\": \"fcd04cee0a1778ed6ee5fd3ec470f919ba4f2f133fbb93737164a65b17eab76b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.19.3-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.19.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.19.3\"\n },\n + \ \"sha256Digest\": \"80cbd41e563231e500670402b01e95150adce18b7c128320c3d2393284e0d5d5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.19.4-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.19.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.19.4\"\n },\n + \ \"sha256Digest\": \"9a278e1ffc07c31c575b9837ad86002427f7a39175581724e8aedc91d407bc01\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.20.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.20.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.20.0\"\n },\n + \ \"sha256Digest\": \"7dd09706b04194a1f3d762d0f88fffa9d51d94e81b83a700fb217001dc1d7702\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.20.1-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.20.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.20.1\"\n },\n + \ \"sha256Digest\": \"3f0fa8b87858c4b313bf2772975c58ff76dcecbf35309c220150105f644209c6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.21.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.21.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.21.0\"\n },\n + \ \"sha256Digest\": \"a513aff7c4034e4b7016b948ae6fcfabcc0c754c1631d619233ea7bf61508ab1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.22.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.22.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.22.0\"\n },\n + \ \"sha256Digest\": \"bfc252e596b14d4212e017b1d64d5c9882f25ee61f7684bfd4e187f3b19bb497\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.23.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.23.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.23.0\"\n },\n + \ \"sha256Digest\": \"249c22d850131babda049e4524be50ecd6abe76dc88998f91a4c0985928c83cd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.24.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.24.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.24.0\"\n },\n + \ \"sha256Digest\": \"92b6b4f07d1a5f1f19892735697e2bce813910f0840f920d9205d490cca52fcc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.24.1-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.24.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.24.1\"\n },\n + \ \"sha256Digest\": \"d47c8dcffd935d85cc924d88335e4feabfa5c8528b86d538e4d0ce0abda1762d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.24.2-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.24.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.24.2\"\n },\n + \ \"sha256Digest\": \"2bce0075fcf2365cca884f6acd1385f2d769ef7a20f122c04f27f77bac30c0ad\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.24.3-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.24.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.24.3\"\n },\n + \ \"sha256Digest\": \"8f173b6f3544ac73de36f1cd065aade3472b2056374de28c25c2082c51b5efb3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.24.4-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.24.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.24.4\"\n },\n + \ \"sha256Digest\": \"2e298a74b53fcac40d6173a5e9ea386568fcf73d88bde4c44b37c8b755b7555d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.24.5-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.24.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.24.5\"\n },\n + \ \"sha256Digest\": \"fc3d3d751da3262ef123904c3f9253eb7f0d6b1d3c6001aab69c5c6c1a9a89f8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.25.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.25.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.25.0\"\n },\n + \ \"sha256Digest\": \"2b9cf4ae2fd52b5f644bfefba69ed5e574404597e3cab0e3a9b8e44e7b03363f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.25.1-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.25.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.25.1\"\n },\n + \ \"sha256Digest\": \"9eb8a6f2f77b19c9f9809526bb701076590ddb35f6b2ec431ce318b96cc40733\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.26.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.26.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.26.0\"\n },\n + \ \"sha256Digest\": \"e82c6a3aec88a0736c76147707b64e64cfd9b85450335d9e0facc790e1e761b4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.26.1-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.26.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring Extension\",\n \"version\": \"1.26.1\"\n },\n + \ \"sha256Digest\": \"4f263f6b90c9d739ed376d8697d6025b3fd3cb6eb3b9b669c33952d74232795a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.27.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.27.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"spring\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"jinja2\",\n \"jinja2\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools spring + Extension\",\n \"version\": \"1.27.0\"\n },\n + \ \"sha256Digest\": \"9fe0bd616748d3577e18b36d6bd313394e5fec2709f990cdb8a355fa4358c66f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.27.1-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.27.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"spring\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"jinja2\",\n \"jinja2\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools spring + Extension\",\n \"version\": \"1.27.1\"\n },\n + \ \"sha256Digest\": \"ba5a76fe5c37fa3ec26613888b065e43d21bbb4db25b95157dafe4bdb212d5e0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.28.0-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.28.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"spring\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"jinja2\",\n \"jinja2\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools spring + Extension\",\n \"version\": \"1.28.0\"\n },\n + \ \"sha256Digest\": \"e5f9d39ff4d14a33450e37035a318ebb87fa771171766eb61712e44223272ece\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.28.1-py3-none-any.whl\",\n + \ \"filename\": \"spring-1.28.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"spring\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"jinja2\",\n \"jinja2\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools spring + Extension\",\n \"version\": \"1.28.1\"\n },\n + \ \"sha256Digest\": \"695b86056384ee5db96e55f148e439937402605636f071757c4c935c1b0d356c\"\n + \ }\n ],\n \"spring-cloud\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-0.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"2.1.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"1042caa1c3b6c85c2e5360bf57de4d26f71afd80ecae6b14cf45fbfe73b5cf0e\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-0.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-0.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"2.1.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"0.1.1\"\n + \ },\n \"sha256Digest\": \"f42d8c99ace9b4df29eea79ac7a588b1fcaecd381b1a80c7dbdd920756f8d209\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-0.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-0.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"2.1.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"0.2.0\"\n + \ },\n \"sha256Digest\": \"b39aa8c49b316b1870e79db0526be2db772b179f9f517f72af898d9c3cc3310d\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-0.2.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-0.2.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.maxCliCoreVersion\": \"2.1.0\",\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"0.2.1\"\n + \ },\n \"sha256Digest\": \"dfb974346cf9f62d8f9564756d6661cd758904d1e7035ca61c7227d6b0fc6cf1\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-0.2.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-0.2.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"0.2.2\"\n + \ },\n \"sha256Digest\": \"ab81ea74ecb86edaa1b4e5938e1136dbf6788b237b141c5905b121646edd9f5b\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-0.2.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-0.2.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"0.2.3\"\n + \ },\n \"sha256Digest\": \"c4af1e193256ae2b04fc9c46a414c3203944b458b2a8959654c55450ec9ea76d\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-0.2.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-0.2.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"0.2.4\"\n + \ },\n \"sha256Digest\": \"9e18d1d44c7f63c970bbc70d29f6c5719c4062c5defa5a63165db13d8623fc70\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-0.2.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-0.2.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"0.2.5\"\n + \ },\n \"sha256Digest\": \"281fc1babe47793e0bcccbe004ea4771802038eead1e8c3b553461b8062be912\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-0.2.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-0.2.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"0.2.6\"\n + \ },\n \"sha256Digest\": \"f3fdb9cd98dcd887a7f84dcc5eff38c8b6384b464fa0734965df9f379acaacd8\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-0.3.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-0.3.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"0.3.0\"\n + \ },\n \"sha256Digest\": \"9c719fe1c6f539ba663283bd2eb8464aa9bcbf2d35617ac58408c6133f824f38\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-0.3.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-0.3.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"0.3.1\"\n + \ },\n \"sha256Digest\": \"a720deecb978406fb081c148078ee8831780cefefe965556852c00f8e1fc36c7\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-0.4.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-0.4.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"0.4.0\"\n + \ },\n \"sha256Digest\": \"c09d2a188fe5e41f7fd9835c1efd0c3065b55f2b9efde39b6f2ff399be567eec\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-0.5.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-0.5.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"0.5.0\"\n + \ },\n \"sha256Digest\": \"b2a36656b073f9cf588755508757fcd2cd7e0f8d573b7e43fc5fa3adb315a063\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-0.5.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-0.5.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"0.5.1\"\n + \ },\n \"sha256Digest\": \"79fd3b7b6928ea53b63a040412420398e138097e960a3afdfa76da051f140f19\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-1.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"698aa10606de4ec9eec580747a2d6d38c755633261241d75618badc53fe1e0f4\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-1.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-1.0.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"1.0.1\"\n + \ },\n \"sha256Digest\": \"d2b766d594c89a19abba3a7b2df6224d1af15fd9202b31fe5d57b9d9970b399c\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-1.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-1.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"1.1.0\"\n + \ },\n \"sha256Digest\": \"a4fa97d6241fab2a66d8dd80e0d6a68ea17d849bb7404349ad6203c71fb89ba9\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-1.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-1.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"1.1.1\"\n + \ },\n \"sha256Digest\": \"ed63f4464f80e47df33b336ede149e1bc0f3b985dd033ee3541fffbaa9ad5f59\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-1.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-1.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"1.2.0\"\n + \ },\n \"sha256Digest\": \"241c7485bfc3792efe8cd728df2ce8aa3a52eb078b7eab43a1dd2fd6322b413a\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.0.0\"\n + \ },\n \"sha256Digest\": \"c1e2931b439dea0bea043aec7817b454d510c944552a7bf084fd9916ab513142\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.0.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.0.1\"\n + \ },\n \"sha256Digest\": \"82e4d6c55a28dd7de155504e6836981a390e26562ca684bdf9240324bf428665\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.1.0\"\n + \ },\n \"sha256Digest\": \"4d6714f950fc8f3097d4ec1e1a6eb52f564f3fd543195cb3e5da2b47f187fa92\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.1.1\"\n + \ },\n \"sha256Digest\": \"a9775975158941a59479571440dcf6555c6dabfff576ed5ffaf98bd25e49fe12\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.1.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.1.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.1.2\"\n + \ },\n \"sha256Digest\": \"a07a8718562169a6ec1524e2a111ab5f926b05db91f484ae2ff2397218afe171\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.2.0\"\n + \ },\n \"sha256Digest\": \"88ba35a78eb607d24d1c6ac72aa770990e961e3db17ed70278d99a60eee8830e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.2.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.2.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.2.1\"\n + \ },\n \"sha256Digest\": \"d12cf4e756b518d4caf799fc59e312a28fd105fe5c5ddaa62ceb22929ec2dc63\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.3.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.3.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.3.0\"\n + \ },\n \"sha256Digest\": \"6c776b16405b4c01bfd8af78307914eb5f050bb3793d7bf6549b2eca645d02f4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.3.1-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.3.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.3.1\"\n + \ },\n \"sha256Digest\": \"3597aab72ffc4d9fdc3ee9d02b492bc0b11146b9ae0f4b9f4d6f958c05fdc980\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.4.0-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.4.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.4.0\"\n + \ },\n \"sha256Digest\": \"f4abfe885c9d08e80d48f1983d09082e8340e353ceb861a8eb9ce62f6786b180\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.5.0-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.5.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.25.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.5.0\"\n + \ },\n \"sha256Digest\": \"2238877407cb3d4c0425350350abee4f82da5376d11fea979194c62f8b485f68\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.5.1-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.5.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.5.1\"\n + \ },\n \"sha256Digest\": \"a0a28e6eea330f55f5dce630a4ddbbcc9f6f4d800a3e0fc3eeaf1bf2bb7db095\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.6.0-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.6.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.6.0\"\n + \ },\n \"sha256Digest\": \"a3f685cd0166cabb4e289aba399045399fb2fdc3d691f05cd5d8e9000031b434\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.7.0-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.7.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.7.0\"\n + \ },\n \"sha256Digest\": \"2694319d0d46dff1b159b0b02d615cb8848306e7c3df81a334ce35523f834b73\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.7.1-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.7.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.7.1\"\n + \ },\n \"sha256Digest\": \"68917af5100e931c03887a56ed14edb4d8ea258c049759b07018f52f03f8c08c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.8.0-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.8.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.8.0\"\n + \ },\n \"sha256Digest\": \"0c29139a8cdaf18c70cd53497a5888885c71fef03698631400191947496f97a9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.9.0-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.9.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.9.0\"\n + \ },\n \"sha256Digest\": \"902fa79c399a2f374987ac84b65d76cf8e349de57da7a52c8c781a559fe24f35\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.10.0-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.10.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.25.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.10.0\"\n + \ },\n \"sha256Digest\": \"0f5f286381bdb4f8a36b7e1484da8a651b9a41b6a5ffd5390c2ebe76577415d3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.11.0-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.11.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.25.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.11.0\"\n + \ },\n \"sha256Digest\": \"0b9bd233a830046a0286387c65a12facc5dea2d498281a50bda64ba846ef4dc7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.11.1-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.11.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.25.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.11.1\"\n + \ },\n \"sha256Digest\": \"0646e9965895f9ff1640d461049c2249f2a67036c4bac60ff90f8ba792c6e95f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.11.2-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.11.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.25.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.11.2\"\n + \ },\n \"sha256Digest\": \"11d01765c886a387ab622580e4e7b9476a86be5ee84a4d4af7120ef189752f32\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.12.0-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.12.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.25.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.12.0\"\n + \ },\n \"sha256Digest\": \"5865ebb83df7fe713a5ad7d2687b5b1b0c5668b24a774e80e04c303d9b8e6f9e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.12.1-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.12.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.25.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.12.1\"\n + \ },\n \"sha256Digest\": \"a46561af3afdca63d0b74bb97242e83e4b187601832b8531f915d7604964c430\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-2.12.2-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.12.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.25.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.12.2\"\n + \ },\n \"sha256Digest\": \"54880b35deac43f659d9e2b5a8a1f7437898eaf848c002a5733487bed6c9b42e\"\n + \ },\n {\n \"downloadUrl\": \"https://ascprivatecli.blob.core.windows.net/cli-extension/spring_cloud-2.12.3-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-2.12.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.25.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"2.12.3\"\n + \ },\n \"sha256Digest\": \"026c63b42b7b63464e0016e7321c074b99600656d9d5b57c4bada27d268deb28\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-3.0.0-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-3.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.25.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"3.0.0\"\n + \ },\n \"sha256Digest\": \"4d7f70bd517be50771f0e0eb94ca2535ed5907f29b7929534f1dd6a26684a805\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-3.0.1-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-3.0.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.25.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"3.0.1\"\n + \ },\n \"sha256Digest\": \"1142951621ab8ae41759275261cdd0507d11544ba03ad57e02c880e074eabafd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-3.1.1-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-3.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.34.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"3.1.1\"\n + \ },\n \"sha256Digest\": \"24d37afd816a9b6cbad6e3e0fae2c515ed2f11639cf7944266d128f01e98a0b9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-3.1.2-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-3.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.30.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"3.1.2\"\n + \ },\n \"sha256Digest\": \"f30828da4055c5cb4e88e981a6f883c304fafea747ecac46e92f2b65a04e1dc8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-3.1.3-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-3.1.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.30.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"3.1.3\"\n + \ },\n \"sha256Digest\": \"2826a70767439d7a3e2ff1446f13bf6a5075359f37d675181d8d97f75808fee8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-3.1.4-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-3.1.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.30.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"3.1.4\"\n + \ },\n \"sha256Digest\": \"25259140040004f711753a4eb980153d60ceb0560e534705c90141082a1bb085\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-3.1.5-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-3.1.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.30.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"3.1.5\"\n + \ },\n \"sha256Digest\": \"a8c92bcfe2d1a36174c58966947dd928f9d40bd42e0a2015fb981e6d4f99b4ae\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-3.1.7-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-3.1.7-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"3.1.7\"\n + \ },\n \"sha256Digest\": \"c65cbdd85cb30d0219bb942d7d7bb8e1fedd7d984f24aba60ada83dcfc626a6a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-3.1.8-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-3.1.8-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"3.1.8\"\n + \ },\n \"sha256Digest\": \"14993abe3524c28a42b2e9ba0f0a8a7083162ba9174975e09d8cea834b9829ee\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-3.1.9-py3-none-any.whl\",\n + \ \"filename\": \"spring_cloud-3.1.9-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/spring-cloud\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"spring-cloud\",\n \"summary\": \"Microsoft Azure Command-Line + Tools spring-cloud Extension\",\n \"version\": \"3.1.9\"\n + \ },\n \"sha256Digest\": \"c9232b9f807f7dfedc2c4480649505ad1e406a3c136c061e0b485ddf2a498af5\"\n + \ }\n ],\n \"ssh\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/ssh-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"ssh-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.4.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ryrossit@microsoft.com\",\n + \ \"name\": \"Ryan Rossiter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"cryptography (==2.8.0)\",\n \"paramiko + (==2.6.0)\"\n ]\n }\n ],\n + \ \"summary\": \"SSH into VMs\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"cf39bfcf542db4a7a3acf119f4ea71f17626eaaac7fe480d058962fec3d3ff25\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-0.1.4-py3-none-any.whl\",\n + \ \"filename\": \"ssh-0.1.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.4.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"ryrossit@microsoft.com\",\n + \ \"name\": \"Ryan Rossiter\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"cryptography (==2.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"SSH into VMs\",\n \"version\": \"0.1.4\"\n },\n + \ \"sha256Digest\": \"2dc5540957fa050c986b6cfa5c57b5e0bb06f3d46d868d54d4418b15e4082c5e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-0.1.5-py3-none-any.whl\",\n + \ \"filename\": \"ssh-0.1.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.4.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"cryptography (==2.8.0)\"\n ]\n + \ }\n ],\n \"summary\": + \"SSH into VMs\",\n \"version\": \"0.1.5\"\n },\n + \ \"sha256Digest\": \"070cc0bf147852872908ca9910d668c6f9b93b89d5cc6d0ec2869142635e6ae6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-0.1.6-py3-none-any.whl\",\n + \ \"filename\": \"ssh-0.1.6-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.4.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"cryptography\"\n ]\n + \ }\n ],\n \"summary\": + \"SSH into Azure VMs using RBAC and AAD OpenSSH Certificates\",\n \"version\": + \"0.1.6\"\n },\n \"sha256Digest\": \"a4de20dd94051c4b9143805cb9531075f56df5f56106c6aaed5e2fd1ffd62c3d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-0.1.7-py3-none-any.whl\",\n + \ \"filename\": \"ssh-0.1.7-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.4.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"cryptography\",\n \"oschmod + (==0.3.12)\"\n ]\n }\n ],\n + \ \"summary\": \"SSH into Azure VMs using RBAC and AAD OpenSSH + Certificates\",\n \"version\": \"0.1.7\"\n },\n + \ \"sha256Digest\": \"680bd601879c1687faf5d7c15a7fac15887ffa613ff1b37f6fd6e98ba96998ff\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-0.1.8-py3-none-any.whl\",\n + \ \"filename\": \"ssh-0.1.8-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.4.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"cryptography\"\n ]\n + \ }\n ],\n \"summary\": + \"SSH into Azure VMs using RBAC and AAD OpenSSH Certificates\",\n \"version\": + \"0.1.8\"\n },\n \"sha256Digest\": \"bd01a2dfb72acb547161338de894395db8b939e892ce19e4ec99fa3ce18f78f9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"ssh-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.4.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"cryptography\"\n ]\n + \ }\n ],\n \"summary\": + \"SSH into Azure VMs using RBAC and AAD OpenSSH Certificates\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"12073d047fbedb7daca67c7ccbb3b063d0c82c01d02d00a28b9c560702fda099\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"ssh-1.0.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.4.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"cryptography\"\n ]\n + \ }\n ],\n \"summary\": + \"SSH into Azure VMs using RBAC and AAD OpenSSH Certificates\",\n \"version\": + \"1.0.1\"\n },\n \"sha256Digest\": \"f54a2bcc784316c451dc4a776f3ca910fb804296e96b9d8ff7b262754a7e79e0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"ssh-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.4.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"cryptography\",\n \"oschmod + (==0.3.12)\"\n ]\n }\n ],\n + \ \"summary\": \"SSH into Azure VMs using RBAC and AAD OpenSSH + Certificates\",\n \"version\": \"1.1.0\"\n },\n + \ \"sha256Digest\": \"3256339030666983a84dde5a5198cff91a4d555c785cf0480de61b4d9a495550\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-1.1.1-py3-none-any.whl\",\n + \ \"filename\": \"ssh-1.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.4.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"cryptography\",\n \"oschmod + (==0.3.12)\"\n ]\n }\n ],\n + \ \"summary\": \"SSH into Azure VMs using RBAC and AAD OpenSSH + Certificates\",\n \"version\": \"1.1.1\"\n },\n + \ \"sha256Digest\": \"71c6ffe17e95734735d2f8387cd643cb11b1628d6b66751507f7aea6931d9855\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-1.1.2-py3-none-any.whl\",\n + \ \"filename\": \"ssh-1.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.4.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"oschmod (==0.3.12)\"\n ]\n + \ }\n ],\n \"summary\": + \"SSH into Azure VMs using RBAC and AAD OpenSSH Certificates\",\n \"version\": + \"1.1.2\"\n },\n \"sha256Digest\": \"e50513e5985024936c5f65ae564817e5705ccda69046abcbabd2418f5753d48e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-1.1.3-py3-none-any.whl\",\n + \ \"filename\": \"ssh-1.1.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.4.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"oschmod (==0.3.12)\"\n ]\n + \ }\n ],\n \"summary\": + \"SSH into Azure VMs using RBAC and AAD OpenSSH Certificates\",\n \"version\": + \"1.1.3\"\n },\n \"sha256Digest\": \"7cc245377b2a287b6ca4d2b47119ee48a1c5aa18443db00e6ea0e071825f7adf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-1.1.4-py3-none-any.whl\",\n + \ \"filename\": \"ssh-1.1.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"oschmod (==0.3.12)\"\n ]\n + \ }\n ],\n \"summary\": + \"SSH into Azure VMs using RBAC and AAD OpenSSH Certificates\",\n \"version\": + \"1.1.4\"\n },\n \"sha256Digest\": \"410147d46141519be32f3b572cbc4654d8d8d3ec9e6a86a66bb08f783c9ecc5a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-1.1.5-py3-none-any.whl\",\n + \ \"filename\": \"ssh-1.1.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"oschmod (==0.3.12)\"\n ]\n + \ }\n ],\n \"summary\": + \"SSH into Azure VMs using RBAC and AAD OpenSSH Certificates\",\n \"version\": + \"1.1.5\"\n },\n \"sha256Digest\": \"c0377075050af03caf70b27449efac36b2151fb34fd11f184de8bf79041a9de9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-1.1.6-py3-none-any.whl\",\n + \ \"filename\": \"ssh-1.1.6-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"oschmod (==0.3.12)\"\n ]\n + \ }\n ],\n \"summary\": + \"SSH into Azure VMs using RBAC and AAD OpenSSH Certificates\",\n \"version\": + \"1.1.6\"\n },\n \"sha256Digest\": \"ed727dbe18994db27d22b4c1fdc28a6bfa0a91670042389b0534838f9eb235e1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-2.0.0-py3-none-any.whl\",\n + \ \"filename\": \"ssh-2.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"oschmod (==0.3.12)\"\n ]\n + \ }\n ],\n \"summary\": + \"SSH into Azure VMs using RBAC and AAD OpenSSH Certificates\",\n \"version\": + \"2.0.0\"\n },\n \"sha256Digest\": \"4ea13f7043fd7ff624131818724068c8aa730e65cdf069df185d4e152ac2b2ab\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-2.0.1-py3-none-any.whl\",\n + \ \"filename\": \"ssh-2.0.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"oschmod (==0.3.12)\"\n ]\n + \ }\n ],\n \"summary\": + \"SSH into Azure VMs using RBAC and AAD OpenSSH Certificates\",\n \"version\": + \"2.0.1\"\n },\n \"sha256Digest\": \"a5da31dcdd83ad793a607ace5db3f86d04cb6f58910184f86dee2218aad79329\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-2.0.2-py3-none-any.whl\",\n + \ \"filename\": \"ssh-2.0.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"oschmod (==0.3.12)\",\n \"oschmod==0.3.12\"\n + \ ]\n }\n ],\n + \ \"summary\": \"SSH into Azure VMs using RBAC and AAD OpenSSH + Certificates\",\n \"version\": \"2.0.2\"\n },\n + \ \"sha256Digest\": \"fe74b89a8b7ae41f0cb021a3211b5bdf3584ba99d907c7928ba6f4594ca723e9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-2.0.3-py3-none-any.whl\",\n + \ \"filename\": \"ssh-2.0.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"oschmod (==0.3.12)\",\n \"oschmod==0.3.12\"\n + \ ]\n }\n ],\n + \ \"summary\": \"SSH into Azure VMs using RBAC and AAD OpenSSH + Certificates\",\n \"version\": \"2.0.3\"\n },\n + \ \"sha256Digest\": \"c63e790eab8b4e939551fa4a96f691c823c5dfe15de3a05a2db27108236430e3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-2.0.4-py3-none-any.whl\",\n + \ \"filename\": \"ssh-2.0.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"oras (==0.1.30)\",\n \"oras==0.1.30\",\n + \ \"oschmod (==0.3.12)\",\n \"oschmod==0.3.12\"\n + \ ]\n }\n ],\n + \ \"summary\": \"SSH into Azure VMs using RBAC and AAD OpenSSH + Certificates\",\n \"version\": \"2.0.4\"\n },\n + \ \"sha256Digest\": \"f9154c0cae61ff13a8da589fff05a55dc8127120d720b7bf633efba28fb29034\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-2.0.5-py3-none-any.whl\",\n + \ \"filename\": \"ssh-2.0.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"oras (==0.1.30)\",\n \"oras==0.1.30\",\n + \ \"oschmod (==0.3.12)\",\n \"oschmod==0.3.12\"\n + \ ]\n }\n ],\n + \ \"summary\": \"SSH into Azure VMs using RBAC and AAD OpenSSH + Certificates\",\n \"version\": \"2.0.5\"\n },\n + \ \"sha256Digest\": \"80c98b10d7bf1ce4005b7694aedd05c47355456775ba6125308be65fb0fefc93\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/ssh-2.0.6-py3-none-any.whl\",\n + \ \"filename\": \"ssh-2.0.6-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/ssh\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"ssh\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"oras (==0.1.30)\",\n \"oras==0.1.30\",\n + \ \"oschmod (==0.3.12)\",\n \"oschmod==0.3.12\"\n + \ ]\n }\n ],\n + \ \"summary\": \"SSH into Azure VMs using RBAC and AAD OpenSSH + Certificates\",\n \"version\": \"2.0.6\"\n },\n + \ \"sha256Digest\": \"3d2206b4e6bdd56c69cc509ab99e5de6dc7f66d091b0185b7a3b557d8dc182cb\"\n + \ }\n ],\n \"stack-hci\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/stack_hci-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCIClient Extension\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"9095702d720e24173616232ffab42bdf121dd82eeda48becd52d141f73c35bb3\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/stack_hci-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci-0.1.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isExperimental\": true,\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCIClient Extension\",\n \"version\": \"0.1.1\"\n + \ },\n \"sha256Digest\": \"dc6bc793de093c9e2be98d68379f7178ee67231058ece34bbf2f8e2d9f89f2e0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/stack_hci-0.1.2-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci-0.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCIClient Extension\",\n \"version\": \"0.1.2\"\n + \ },\n \"sha256Digest\": \"c9c2359f5684f7c59600e55b2e99cdcd913f59dc2d7e5cc7d5e493b13b1248d1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/stack_hci-0.1.3-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci-0.1.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCIClient Extension\",\n \"version\": \"0.1.3\"\n + \ },\n \"sha256Digest\": \"c47cafffa1b541dd9e42100339ed4d22184a22974c804641a7e5adba4a756ba1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/stack_hci-0.1.4-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci-0.1.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCIClient Extension\",\n \"version\": \"0.1.4\"\n + \ },\n \"sha256Digest\": \"2da335cae454c13cd02d8bf54ba2131f42998a35f619f7ba3937e9f93d592c29\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/stack_hci-0.1.5-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci-0.1.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/stack-hci\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCIClient Extension\",\n \"version\": \"0.1.5\"\n + \ },\n \"sha256Digest\": \"8edc35b629c2d86d0f88cdf3e63e16db4af13af1d69723edf541f9dce216e511\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/stack_hci-0.1.6-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci-0.1.6-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/stack-hci\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCIClient Extension\",\n \"version\": \"0.1.6\"\n + \ },\n \"sha256Digest\": \"35077970e30adc39d6bd2292d29fba35b274a09fc7f271d8ee0e9c01ceeba20e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/stack_hci-0.1.7-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci-0.1.7-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/stack-hci\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCIClient Extension\",\n \"version\": \"0.1.7\"\n + \ },\n \"sha256Digest\": \"e94f1fa190d504d080a6ad34f631f95aacfd1a0c56268d6d479267c9af8e27ba\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/stack_hci-0.1.8-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci-0.1.8-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.48.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/stack-hci\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCIClient Extension\",\n \"version\": \"0.1.8\"\n + \ },\n \"sha256Digest\": \"8fd1859564ff3fcb15688902f73ea7ee014423c74a0ae07ebf53e9fcfdb99dc4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/stack_hci-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.50.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/stack-hci\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCIClient Extension\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"58074ff73a72a1a9c76d406a4b6988a7b714dfaa9259b92172a7b6f66680db31\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/stack_hci-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.54.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/stack-hci\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCIClient Extension\",\n \"version\": \"1.1.0\"\n + \ },\n \"sha256Digest\": \"9bb0350f6c28ac2068a5a4a20bbcf74ae34b392d05eb148c403c618525cbadef\"\n + \ }\n ],\n \"stack-hci-vm\": [\n {\n \"downloadUrl\": + \"https://hybridaksstorage.z13.web.core.windows.net/SelfServiceVM/CLI/stack_hci_vm-0.1.2-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-0.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://msazure.visualstudio.com/msk8s/_git/azstackhci-util?version=GBmain\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCIClient Extension \",\n \"version\": + \"0.1.2\"\n },\n \"sha256Digest\": \"40de4e8a6fbde3afc3f760b6014ecc4d37e8e0ec72f4ff2a5d009cfadbf9938b\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/SelfServiceVM/CLI/stack_hci_vm-0.1.6-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-0.1.6-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://msazure.visualstudio.com/msk8s/_git/azstackhci-util?version=GBmain\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCIClient Extension \",\n \"version\": + \"0.1.6\"\n },\n \"sha256Digest\": \"1d4a811cfdb511e3ca394ecbfbe5266c9f91db590fd01743baf23538d3a77ffc\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/SelfServiceVM/CLI/stack_hci_vm-0.1.8-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-0.1.8-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Stack-HCi-VM Extension\",\n \"version\": \"0.1.8\"\n + \ },\n \"sha256Digest\": \"9d92e9f019d0790be488b92fe84fa4ddfa2cd2b7c227808d6553abdcda3664af\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/SelfServiceVM/CLI/stack_hci_vm-0.1.11.1-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-0.1.11.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://msazure.visualstudio.com/msk8s/_git/azstackhci-util?version=GBmain\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools AzureStackHCIClient Extension \",\n \"version\": + \"0.1.11\"\n },\n \"sha256Digest\": \"cc99134288545178d08b18abd5b7c9e3d099d2add8b52ab9308f6c5fd97ae60c\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/SelfServiceVM/CLI/stack_hci_vm-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-1.0.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"stack-hci-vm\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-identity\",\n \"azure-identity\",\n + \ \"azure-mgmt-resourcegraph\",\n \"azure-mgmt-resourcegraph\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Stack-HCi-VM + Extension\",\n \"version\": \"1.0.1\"\n },\n + \ \"sha256Digest\": \"f07527adb8d0b762619eaa67d270119e0170485b549fa3fcc1df6c93b9c21a88\"\n + \ },\n {\n \"downloadUrl\": \"https://hybridaksstorage.z13.web.core.windows.net/SelfServiceVM/CLI/stack_hci_vm-1.1.2-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-1.1.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Stack-HCi-VM Extension\",\n \"version\": \"1.1.2\"\n + \ },\n \"sha256Digest\": \"eac2401a6aebfcacd2f9d7dd468c00024b2b83ecfe72e33c77697b04a2af0d20\"\n + \ },\n {\n \"downloadUrl\": \"https://hciarcvmsstorage.z13.web.core.windows.net/cli-extensions/stack_hci_vm-1.1.11-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-1.1.11-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Stack-HCi-VM Extension\",\n \"version\": \"1.1.11\"\n + \ },\n \"sha256Digest\": \"35810b2c3e02a7e3f0fa985c5bd443fbf94ccd72ac28b6ebff5aad1b2d7469aa\"\n + \ },\n {\n \"downloadUrl\": \"https://hciarcvmsstorage.z13.web.core.windows.net/cli-extensions/stack_hci_vm-1.1.12-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-1.1.12-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Stack-HCi-VM Extension\",\n \"version\": \"1.1.12\"\n + \ },\n \"sha256Digest\": \"de1cd45f5d1cf72dbec728b41ac6cd686a1c0f254cdc7ee361758d5dd8dc2974\"\n + \ },\n {\n \"downloadUrl\": \"https://hciarcvmsstorage.z13.web.core.windows.net/cli-extensions/stack_hci_vm-1.1.14-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-1.1.14-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Stack-HCi-VM Extension\",\n \"version\": \"1.1.14\"\n + \ },\n \"sha256Digest\": \"c48b293937a50a7bdcbbb8d5028062f08f65bf3cf7e88bf723ea90935f2ddb9c\"\n + \ },\n {\n \"downloadUrl\": \"https://hciarcvmsstorage.z13.web.core.windows.net/cli-extensions/stack_hci_vm-1.1.16-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-1.1.16-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Stack-HCi-VM Extension\",\n \"version\": \"1.1.16\"\n + \ },\n \"sha256Digest\": \"6b08c750b3c3898aab17c459ff626210c17ad12f960f2ab89204765a17d530da\"\n + \ },\n {\n \"downloadUrl\": \"https://hciarcvmsstorage.z13.web.core.windows.net/cli-extensions/stack_hci_vm-1.1.20-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-1.1.20-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Stack-HCi-VM Extension\",\n \"version\": \"1.1.20\"\n + \ },\n \"sha256Digest\": \"7de544b8058ab11d9713b551db65aeaec6b8e5832cdadbbf26ccb7a4a282db6b\"\n + \ },\n {\n \"downloadUrl\": \"https://hciarcvmsstorage.z13.web.core.windows.net/cli-extensions/stack_hci_vm-1.2.3-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-1.2.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Stack-HCi-VM Extension\",\n \"version\": \"1.2.3\"\n + \ },\n \"sha256Digest\": \"356ac7cb14af4c617b0f87ff5b9698eea08f56da84979c07f90fcc0f34cc8287\"\n + \ },\n {\n \"downloadUrl\": \"https://hciarcvmsstorage.z13.web.core.windows.net/cli-extensions/stack_hci_vm-1.3.0-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-1.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Stack-HCi-VM Extension\",\n \"version\": \"1.3.0\"\n + \ },\n \"sha256Digest\": \"19553e50d59cafcc19166be7e91be43c725f7abae1d8338914f8e6043853fc09\"\n + \ },\n {\n \"downloadUrl\": \"https://hciarcvmsstorage.z13.web.core.windows.net/cli-extensions/stack_hci_vm-1.4.3-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-1.4.3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Stack-HCi-VM Extension\",\n \"version\": \"1.4.3\"\n + \ },\n \"sha256Digest\": \"4f5ba538e830dcef195147c8ba71c739b2bd494cbb9a8ab51e831c40bc1f3329\"\n + \ },\n {\n \"downloadUrl\": \"https://hciarcvmsstorage.z13.web.core.windows.net/cli-extensions/stack_hci_vm-1.5.0-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-1.5.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Stack-HCi-VM Extension\",\n \"version\": \"1.5.0\"\n + \ },\n \"sha256Digest\": \"a2d8b124f0db429d3e7ae81815c544ce00231ab1640c21dda915304f7590f8f8\"\n + \ },\n {\n \"downloadUrl\": \"https://hciarcvmsstorage.z13.web.core.windows.net/cli-extensions/stack_hci_vm-1.6.4-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-1.6.4-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Stack-HCi-VM Extension\",\n \"version\": \"1.6.4\"\n + \ },\n \"sha256Digest\": \"3dda894a4fb13a7936c17ec544f569a865d2695c68676a8c7880975d07b30d59\"\n + \ },\n {\n \"downloadUrl\": \"https://hciarcvmsstorage.z13.web.core.windows.net/cli-extensions/stack_hci_vm-1.6.5-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-1.6.5-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Stack-HCi-VM Extension\",\n \"version\": \"1.6.5\"\n + \ },\n \"sha256Digest\": \"8971338d723db40268556ca3ff0a1b5ff8b0d651e145d395e247585ef7914db9\"\n + \ },\n {\n \"downloadUrl\": \"https://hciarcvmsstorage.z13.web.core.windows.net/cli-extensions/stack_hci_vm-1.7.9-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-1.7.9-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Stack-HCi-VM Extension\",\n \"version\": \"1.7.9\"\n + \ },\n \"sha256Digest\": \"94d876f2f1933b110d51f1d088e67208432a132967469ca7de7a3a73fbc90d6d\"\n + \ },\n {\n \"downloadUrl\": \"https://hciarcvmsstorage.z13.web.core.windows.net/cli-extensions/stack_hci_vm-1.8.1-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-1.8.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Stack-HCi-VM Extension\",\n \"version\": \"1.8.1\"\n + \ },\n \"sha256Digest\": \"97b3df6ba34179140afdbd88127f15c4603a9d563b7bdd0568c4c094a5a2bf1b\"\n + \ },\n {\n \"downloadUrl\": \"https://hciarcvmsstorage.z13.web.core.windows.net/cli-extensions/stack_hci_vm-1.8.2-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-1.8.2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Stack-HCi-VM Extension\",\n \"version\": \"1.8.2\"\n + \ },\n \"sha256Digest\": \"4a649bed1d4bc66118f3f05203ffca07b72b5aff0945d544f31540184e76a6d7\"\n + \ },\n {\n \"downloadUrl\": \"https://hciarcvmsstorage.z13.web.core.windows.net/cli-extensions/stack_hci_vm-1.9.1-py3-none-any.whl\",\n + \ \"filename\": \"stack_hci_vm-1.9.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stack-hci-vm\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Stack-HCi-VM Extension\",\n \"version\": \"1.9.1\"\n + \ },\n \"sha256Digest\": \"059490d6d54b4a4404fa340fa595881c4a0cffce913ca4f99009662a635ad2a6\"\n + \ }\n ],\n \"standbypool\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/standbypool-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"standbypool-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/standbypool\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"standbypool\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Standbypool Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"44c03e320c8b49f52390e3c11d61b25a67afeffc18d62baa522c373142de0e15\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/standbypool-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"standbypool-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/standbypool\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"standbypool\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Standbypool Extension.\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"5a5639537d26ffbb06f38e68bd6c939ed90905d9acb18c07161823732fb27cf9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/standbypool-2.0.0-py3-none-any.whl\",\n + \ \"filename\": \"standbypool-2.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.70.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/standbypool\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"standbypool\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Standbypool Extension.\",\n \"version\": \"2.0.0\"\n + \ },\n \"sha256Digest\": \"f27b228379f787b1d9aa01500b48de96f396b3c6d9a1edae39815ed00c4905f7\"\n + \ }\n ],\n \"staticwebapp\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/staticwebapp-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"staticwebapp-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.39.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/staticwebapp\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"staticwebapp\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Staticwebapp Extension\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"fb1dcd876fc2d829cc7a1cc545e9445364d43357d888bb3deeb36a716b805717\"\n + \ }\n ],\n \"storage-actions\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_actions-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"storage_actions-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-actions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-actions\",\n \"summary\": \"Microsoft Azure Command-Line + Tools StorageActions Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"07c5be256edbbe2c81d839e4c6d3d917a56b93921515028cf962393e1176331b\"\n + \ }\n ],\n \"storage-blob-preview\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/storage_blob_preview-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_blob_preview-0.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.9.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-blob-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Storage-blob-preview Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"3407bc6ea0425aab5c5a495c447b0d9ec4f4a360f08bdfd68cfd7a6504789231\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/storage_blob_preview-0.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_blob_preview-0.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.12.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-blob-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Storage-blob-preview Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"fc96b22fd656fcba97b8ee3283a1bead65b941aae10c174f597703ad7d8a5114\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/storage_blob_preview-0.3.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_blob_preview-0.3.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.12.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-blob-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Storage-blob-preview Extension\",\n \"version\": + \"0.3.0\"\n },\n \"sha256Digest\": \"daec951de77a200f3479c00ebf1015534891592cfd4bbf7873c5784bdd3f57a0\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/storage_blob_preview-0.4.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_blob_preview-0.4.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.14.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-blob-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Storage-blob-preview Extension\",\n \"version\": + \"0.4.0\"\n },\n \"sha256Digest\": \"03ef575ccf01776e99f8adb1882c77ee41278ff18901556424c753279724c9a3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_blob_preview-0.4.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_blob_preview-0.4.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.16.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-blob-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Storage-blob-preview Extension\",\n \"version\": + \"0.4.1\"\n },\n \"sha256Digest\": \"4cb5caa42e4c70db8ea5b33ad663246419003af30234f93ccef9aa2252e294d3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_blob_preview-0.5.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_blob_preview-0.5.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.16.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-blob-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Storage-blob-preview Extension\",\n \"version\": + \"0.5.0\"\n },\n \"sha256Digest\": \"a3303da3925f8ad83c8eeced02f6b8897b355a3cc249424a7e70c621ee0d3642\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_blob_preview-0.5.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_blob_preview-0.5.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.25.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-blob-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Storage-blob-preview Extension\",\n \"version\": + \"0.5.1\"\n },\n \"sha256Digest\": \"d09bf0befecb5f64b803a1873e666900d3b2d0ca9fe6eea5bd959a68254339a8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_blob_preview-0.5.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_blob_preview-0.5.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.25.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-blob-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Storage-blob-preview Extension\",\n \"version\": + \"0.5.2\"\n },\n \"sha256Digest\": \"adabed83d8fad6a23dda1763edcef110962a4abf04450e1461a1345572e7052a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_blob_preview-0.6.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_blob_preview-0.6.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.27.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-blob-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Storage-blob-preview Extension\",\n \"version\": + \"0.6.0\"\n },\n \"sha256Digest\": \"5ce281e94a4aff64964d80ea042f3a7fee472848575bbe796b6ff764ae67e478\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_blob_preview-0.6.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_blob_preview-0.6.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.27.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-blob-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Storage-blob-preview Extension\",\n \"version\": + \"0.6.1\"\n },\n \"sha256Digest\": \"1f2362df611cb017b516d5b9a4389f194066dcf308e8cbc52ea7868d0c5f3f80\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_blob_preview-0.6.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_blob_preview-0.6.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.27.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-blob-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-blob-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Storage-blob-preview Extension\",\n \"version\": + \"0.6.2\"\n },\n \"sha256Digest\": \"e9bae6062186e6241fc77ab2162767eab4d4b593266faa8f81a6ff8a8917625e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_blob_preview-0.7.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_blob_preview-0.7.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.27.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-blob-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-blob-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Storage-blob-preview Extension\",\n \"version\": + \"0.7.0\"\n },\n \"sha256Digest\": \"a2015b7a7b06ec3f013a3911db35ec463dd8b75d6bb2824330b5857125ae7767\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_blob_preview-0.7.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_blob_preview-0.7.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.27.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-blob-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-blob-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Storage-blob-preview Extension\",\n \"version\": + \"0.7.1\"\n },\n \"sha256Digest\": \"af7bbbeb78d7c080bf0fb1637484e7c70917b2f695fbed8ddcc4b55b52a4db19\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_blob_preview-0.7.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_blob_preview-0.7.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.27.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-blob-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-blob-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Storage-blob-preview Extension\",\n \"version\": + \"0.7.2\"\n },\n \"sha256Digest\": \"002b7779f4c6531fdb714f77bcea5d3d96007a7ff5b86869f8e56aad98298b23\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_blob_preview-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_blob_preview-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.27.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-blob-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-blob-preview\",\n \"summary\": \"Microsoft Azure + Command-Line Tools Storage-blob-preview Extension\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"1ffe451e41657c8f28a22abee387371d11cedd80d2e52cfcbed0adac0a917b41\"\n + \ }\n ],\n \"storage-mover\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_mover-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"storage_mover-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-mover\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-mover\",\n \"summary\": \"Microsoft Azure Command-Line + Tools StorageMover Extension.\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"0f8e5c21714cf107848671f22b9ff029bc188047dae9adea8d9832c33173772d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_mover-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"storage_mover-0.1.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-mover\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-mover\",\n \"summary\": \"Microsoft Azure Command-Line + Tools StorageMover Extension.\",\n \"version\": \"0.1.1\"\n + \ },\n \"sha256Digest\": \"0576833f2e974605df3312adb0a0e55d7f8486d240541990b08f9f51c111744e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_mover-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"storage_mover-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.50.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-mover\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-mover\",\n \"summary\": \"Microsoft Azure Command-Line + Tools StorageMover Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"2682859ea376194a6942713ad673fd426555ce2d4ebe9545e45d18da4fed98b1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_mover-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"storage_mover-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.51.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-mover\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-mover\",\n \"summary\": \"Microsoft Azure Command-Line + Tools StorageMover Extension.\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"135a11f6d9f0b833ce3cc83914e289852f1f786083d294f647a0f90e01666f0d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_mover-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"storage_mover-1.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-mover\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-mover\",\n \"summary\": \"Microsoft Azure Command-Line + Tools StorageMover Extension.\",\n \"version\": \"1.1.0\"\n + \ },\n \"sha256Digest\": \"7d768aca50aa98978a0d929c46cffe60bf488a527665485da631b33444cae24c\"\n + \ }\n ],\n \"storage-preview\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/storage_preview-0.2.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.2.8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.52\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/storage-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-preview\",\n \"summary\": \"Provides a preview + for upcoming storage features.\",\n \"version\": \"0.2.8\"\n + \ },\n \"sha256Digest\": \"a3d48247051e95847ded28217433c4b98fc02d6ee21eedfcb24dd43f7360569d\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/storage_preview-0.2.9-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.2.9-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/storage-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-preview\",\n \"summary\": \"Provides a preview + for upcoming storage features.\",\n \"version\": \"0.2.9\"\n + \ },\n \"sha256Digest\": \"880e01de0fab8893770497ef9410559ae223a1f09dbd6a23712226ab4e2d5ecb\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/storage_preview-0.2.10-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.2.10-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/storage-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-preview\",\n \"summary\": \"Provides a preview + for upcoming storage features.\",\n \"version\": \"0.2.10\"\n + \ },\n \"sha256Digest\": \"8c87013be456849f27ea7f76df284e998e6f3911d3de478ec19abe84bb30fbe9\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/storage_preview-0.2.11-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.2.11-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/storage-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-preview\",\n \"summary\": \"Provides a preview + for upcoming storage features.\",\n \"version\": \"0.2.11\"\n + \ },\n \"sha256Digest\": \"b00ccc8846bbb389b95064e7e9b547cbd877b0a596b8c36d86982be435695d5c\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/storage_preview-0.2.12-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.2.12-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/storage-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-preview\",\n \"summary\": \"Provides a preview + for upcoming storage features.\",\n \"version\": \"0.2.12\"\n + \ },\n \"sha256Digest\": \"5bd273bf4c1952f4576faf05ed80fd73b25f0f4d0be81fe0bbf471019705a6bb\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/storage_preview-0.3.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.3.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.6.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/storage-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-preview\",\n \"summary\": \"Provides a preview + for upcoming storage features.\",\n \"version\": \"0.3.0\"\n + \ },\n \"sha256Digest\": \"7fb50e37a0e271c118124b4488474e3c2957cffe1b319660bd3df91534911008\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/storage_preview-0.4.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.4.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.13.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/storage-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-preview\",\n \"summary\": \"Provides a preview + for upcoming storage features.\",\n \"version\": \"0.4.0\"\n + \ },\n \"sha256Digest\": \"822137d0987829d27537f36923d31d69371e756f8adc686ccdd5a2e03a40ab5f\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/storage_preview-0.5.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.5.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.13.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/storage-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-preview\",\n \"summary\": \"Provides a preview + for upcoming storage features.\",\n \"version\": \"0.5.0\"\n + \ },\n \"sha256Digest\": \"7ec8887f3f83a4f67613a22f1eea7f9c5968c9b108d74c7299eacc400e40c710\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/storage_preview-0.6.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.6.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.13.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/storage-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-preview\",\n \"summary\": \"Provides a preview + for upcoming storage features.\",\n \"version\": \"0.6.0\"\n + \ },\n \"sha256Digest\": \"9431e5bba2ddd8d7850c1e3b4fc2a29dd0cc38322f1b04247bf7f7a5f3aacf4a\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/storage_preview-0.6.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.6.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.13.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/storage-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-preview\",\n \"summary\": \"Provides a preview + for upcoming storage features.\",\n \"version\": \"0.6.1\"\n + \ },\n \"sha256Digest\": \"93cf02038cb209c2baee6e2a4bf17e0c8a8f55eb2c86c7678163499f84c31a75\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/storage_preview-0.7.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.7.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.13.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/storage-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-preview\",\n \"summary\": \"Provides a preview + for upcoming storage features.\",\n \"version\": \"0.7.0\"\n + \ },\n \"sha256Digest\": \"3b2a463e7852cd1153372b3dd9522c007dee8daff53ccf26fda0c84b642e8367\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_preview-0.7.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.7.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.13.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/storage-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-preview\",\n \"summary\": \"Provides a preview + for upcoming storage features.\",\n \"version\": \"0.7.1\"\n + \ },\n \"sha256Digest\": \"25f0848bb685c0886bc4e3074652af587c56edd7ee88fe60df93f8150a8c8caa\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_preview-0.7.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.7.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.21.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/storage-preview\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storage-preview\",\n \"summary\": \"Provides a preview + for upcoming storage features.\",\n \"version\": \"0.7.2\"\n + \ },\n \"sha256Digest\": \"768aecf13a62b06fd26b9d15078da74c38541a2793208b8c434afc55b39c2c64\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_preview-0.7.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.7.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.21.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/storage-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"storage-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Provides a preview for upcoming storage features.\",\n \"version\": + \"0.7.3\"\n },\n \"sha256Digest\": \"ec0e700f8ba51eca45198d5907d056780946e0b5ffa593d264598679e949dcb1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_preview-0.7.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.7.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.25.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/storage-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"storage-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Provides a preview for upcoming storage features.\",\n \"version\": + \"0.7.4\"\n },\n \"sha256Digest\": \"eede880e897e6fbfb7e631b91ee23b35229c1dbcefb5785279809d53a4568a87\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_preview-0.8.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.8.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.25.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/storage-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"storage-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Provides a preview for upcoming storage features.\",\n \"version\": + \"0.8.0\"\n },\n \"sha256Digest\": \"0187510c8ebf2312c8937ae364a723016f912ac237c40685e94bac505e097be0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_preview-0.8.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.8.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.25.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"storage-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Provides a preview for upcoming storage features.\",\n \"version\": + \"0.8.1\"\n },\n \"sha256Digest\": \"1b31f65c2455974ffed95c2450a933714c3daa10b91972a9a65861ba496fa267\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_preview-0.8.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.8.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.25.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"storage-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Provides a preview for upcoming storage features.\",\n \"version\": + \"0.8.2\"\n },\n \"sha256Digest\": \"7528528b799aa957d751aa28fc61be07bd999ce22d54748b4a308c7f0def7e94\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_preview-0.8.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.8.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.25.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"storage-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Provides a preview for upcoming storage features.\",\n \"version\": + \"0.8.3\"\n },\n \"sha256Digest\": \"5ec7a8a7141fe3bef54b6ce570e542b6836933a43b992b918674d9c231e1f7dc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_preview-0.8.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.8.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.25.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"storage-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Provides a preview for upcoming storage features.\",\n \"version\": + \"0.8.4\"\n },\n \"sha256Digest\": \"f72b944cdf6887d88b7b8271904b010816b595c9854743761092fca71600a196\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_preview-0.9.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-0.9.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.25.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"storage-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Provides a preview for upcoming storage features.\",\n \"version\": + \"0.9.0\"\n },\n \"sha256Digest\": \"9cabf9a6cf901788983017b85e8d39ebb9f3ad080c75309e8855c614f0229f67\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_preview-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.50.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"storage-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\"\n ]\n + \ }\n ],\n \"summary\": + \"Provides a preview for upcoming storage features.\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"cd1ac15f3c962b6e22d374c2fc03ae04564f28334d019ba270716b53bca8cd7c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_preview-1.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-1.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"storage-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Provides a preview for upcoming storage + features.\",\n \"version\": \"1.0.0b2\"\n },\n + \ \"sha256Digest\": \"2de8fa421622928a308bb70048c3fdf40400bad3b34afd601d0b3afcd8b82764\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_preview-1.0.0b3-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-1.0.0b3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"storage-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Provides a preview for upcoming storage + features.\",\n \"version\": \"1.0.0b3\"\n },\n + \ \"sha256Digest\": \"139bf5c03e9f57724a8da0b0887144bf2e9fe51f604cdc8c7d0d7398b29157e9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_preview-1.0.0b4-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-1.0.0b4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"storage-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Provides a preview for upcoming storage + features.\",\n \"version\": \"1.0.0b4\"\n },\n + \ \"sha256Digest\": \"5c7aaed2e945b19f643f66c3c8ef3c59c64630549b44efd6df4f02ec6ce50e64\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storage_preview-1.0.0b5-py2.py3-none-any.whl\",\n + \ \"filename\": \"storage_preview-1.0.0b5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storage-preview\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"storage-preview\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"azure-core\",\n \"azure-core\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Provides a preview for upcoming storage + features.\",\n \"version\": \"1.0.0b5\"\n },\n + \ \"sha256Digest\": \"82ce2e42b9e95e6d3788fc8ffa2e439c55af438dfe647378c1266235155953b8\"\n + \ }\n ],\n \"storagesync\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/storagesync-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"storagesync-0.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storagesync\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MicrosoftStorageSync Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"a1d15edfcc18d9d301dea843cd7dce9845b8da6f6b1beb47a1bba35ff46eadde\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storagesync-0.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"storagesync-0.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/storagesync\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storagesync\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MicrosoftStorageSync Extension\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"06d5e71b42edf721c5624cfd286b8593c68316f2b0ea4edf60c7a74835a695e2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storagesync-0.1.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"storagesync-0.1.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.3.1\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/storagesync\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storagesync\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MicrosoftStorageSync Extension\",\n \"version\": + \"0.1.2\"\n },\n \"sha256Digest\": \"498aff0d83037e11a668915788a7a78c981d7241ad31e9fb7cf2f27725253261\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storagesync-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"storagesync-1.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storagesync\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storagesync\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MicrosoftStorageSync Extension\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"1f6997e186199058e60d8fdc020c407d4f92d8e78286189c1887e57a371b43c1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/storagesync-1.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"storagesync-1.0.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/storagesync\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"storagesync\",\n \"summary\": \"Microsoft Azure Command-Line + Tools MicrosoftStorageSync Extension\",\n \"version\": + \"1.0.1\"\n },\n \"sha256Digest\": \"7f2ba91a7a44741f4384b44ba7cea73a8a03b5d385b43404cb4951dd2ea5dc5a\"\n + \ }\n ],\n \"stream-analytics\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/stream_analytics-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"stream_analytics-0.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"Programming Language + :: Python :: 3.7\",\n \"Programming Language :: Python + :: 3.8\",\n \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stream-analytics\",\n \"summary\": \"Microsoft Azure + Command-Line Tools stream-analytics Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"e3a9048f289d1b870637e4b13c0ee1e877827834e1f71d31cb8161bacc441388\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/stream_analytics-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"stream_analytics-0.1.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/stream-analytics\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stream-analytics\",\n \"summary\": \"Microsoft Azure + Command-Line Tools StreamAnalyticsManagementClient Extension\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"95fcd5a67813e6961026efcd5fce764ce968c15c1ae03ffd7854e6e0f6c8bebc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/stream_analytics-0.1.2-py3-none-any.whl\",\n + \ \"filename\": \"stream_analytics-0.1.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/stream-analytics\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stream-analytics\",\n \"summary\": \"Microsoft Azure + Command-Line Tools StreamAnalyticsManagementClient Extension\",\n \"version\": + \"0.1.2\"\n },\n \"sha256Digest\": \"6a41159bb00f7974017461c3daec5d24385a50491d2157e82b1853f72d12b62c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/stream_analytics-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"stream_analytics-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/stream-analytics\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"stream-analytics\",\n \"summary\": \"Microsoft Azure + Command-Line Tools StreamAnalyticsManagementClient Extension\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"15443fd8a73d319a5c9fbc586c9727d1ce1a31e11fd3f3c7e4fcbc97ad076aaa\"\n + \ }\n ],\n \"subscription\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/subscription-0.1.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"subscription-0.1.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"classifiers\": [\n + \ \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"wilcob@microsoft.com\",\n + \ \"name\": \"Wilco Bauwer\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"subscription\",\n \"summary\": \"Support for subscription + management preview.\",\n \"version\": \"0.1.3\"\n },\n + \ \"sha256Digest\": \"74388eb7d4976c620bd41ef577cdb9284cd9a3e38dc4756796d091a7c8193267\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/subscription-0.1.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"subscription-0.1.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.30\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"wilcob@microsoft.com\",\n + \ \"name\": \"Wilco Bauwer\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"subscription\",\n \"summary\": \"Support for subscription + management preview.\",\n \"version\": \"0.1.4\"\n },\n + \ \"sha256Digest\": \"0f28407be656e9930d06240b95bf1ccc8ebbbc9fc961cbd9e4b0575e1867b03d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/subscription-0.1.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"subscription-0.1.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.30\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"wilcob@microsoft.com\",\n + \ \"name\": \"Wilco Bauwer\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/subscription\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"subscription\",\n \"summary\": \"Support for subscription + management preview.\",\n \"version\": \"0.1.5\"\n },\n + \ \"sha256Digest\": \"ff7896aebc46862a6d30ac5f4cf64bdd40cb50e5437cea299590896d75f1013e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/subscription-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"subscription-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/subscription\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"subscription\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Subscription Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"3f3bb4fbb761174d13a0f863362b74f388bc648f7f296f9b6e2191b35507ae4f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/subscription-1.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"subscription-1.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/subscription\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"subscription\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Subscription Extension.\",\n \"version\": \"1.0.0b2\"\n + \ },\n \"sha256Digest\": \"1b937f4b7360d2f292b695da6fa21ff2d89a8c900d669f12c97cf98c38365d1f\"\n + \ }\n ],\n \"support\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/support-0.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"support-0.1.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.81\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-cli-extensions/tree/master/src/support\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"support\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Support Extension\",\n \"version\": \"0.1.1\"\n },\n + \ \"sha256Digest\": \"e74e1b769155a08226d103781dbec7a20b517c37f4b75871172b2769e37676fa\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/support-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"support-1.0.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.0.81\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-cli-extensions/tree/master/src/support\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"support\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Support Extension\",\n \"version\": \"1.0.0\"\n },\n + \ \"sha256Digest\": \"3646b584af5fb68e57a153991cdbf049cd6f8e471c36b28c7f3bb642ecc341d8\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/support-1.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"support-1.0.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.0.81\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-cli-extensions/tree/master/src/support\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"support\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Support Extension\",\n \"version\": \"1.0.1\"\n },\n + \ \"sha256Digest\": \"5490c5dbe52b0457b51a327426cad741005f8afc24c13cefefb9fe8694a558f7\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/support-1.0.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"support-1.0.2-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.0.81\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-cli-extensions/tree/master/src/support\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"support\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Support Extension\",\n \"version\": \"1.0.2\"\n },\n + \ \"sha256Digest\": \"815e9ed05789f4cd00eb00cbae0e6339e7519c0c6d816bf3aa302af534acef5b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/support-1.0.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"support-1.0.3-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.0.81\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-cli-extensions/tree/master/src/support\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"support\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Support Extension\",\n \"version\": \"1.0.3\"\n },\n + \ \"sha256Digest\": \"9f5b4ebc6a90b48d2a3c18ce7b74d89240275dcf23aa836b8509882b1ee28c56\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/support-1.0.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"support-1.0.4-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.0.81\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-cli-extensions/tree/main/src/support\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"support\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Support Extension\",\n \"version\": \"1.0.4\"\n },\n + \ \"sha256Digest\": \"ac554e2b6362a9a6ff8e03000730df31dd72781aba8bbdcf05ceb44ce1b680a0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/support-2.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"support-2.0.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-cli-extensions/tree/main/src/support\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"support\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Support Extension\",\n \"version\": \"2.0.0\"\n },\n + \ \"sha256Digest\": \"5dde97f8fb12eaa258530f68ec2cae00a957f30479835e9f5ed057940312741a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/support-2.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"support-2.0.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/azure/azure-cli-extensions/tree/main/src/support\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"support\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Support Extension\",\n \"version\": \"2.0.1\"\n },\n + \ \"sha256Digest\": \"3f070154f839464aa24b54990d87d2dba99d6da60ec3ef314a74ba22c268fec4\"\n + \ }\n ],\n \"terraform\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/terraform-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"terraform-1.0.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/terraform\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"terraform\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Terraform Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"80fde2b896b707fd83f83821809682079bd3bb032aa9cb04ba0d2595b3673f27\"\n + \ }\n ],\n \"timeseriesinsights\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/timeseriesinsights-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"timeseriesinsights-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/src/timeseriesinsights\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"timeseriesinsights\",\n \"summary\": \"Microsoft Azure + Command-Line Tools TimeSeriesInsightsClient Extension\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"a1cd9f9177ff31010638048d3737dc39fac144d9ca107fe4eafc4339386d71cd\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/timeseriesinsights-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"timeseriesinsights-0.1.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/src/timeseriesinsights\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"timeseriesinsights\",\n \"summary\": \"Microsoft Azure + Command-Line Tools TimeSeriesInsightsClient Extension\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"3276b876cad87ef8b29e6af58294fc7ff20b9d2d0187ce84e2b15ba8917b00d9\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/timeseriesinsights-0.1.2-py3-none-any.whl\",\n + \ \"filename\": \"timeseriesinsights-0.1.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/src/timeseriesinsights\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"timeseriesinsights\",\n \"summary\": \"Microsoft Azure + Command-Line Tools TimeSeriesInsightsClient Extension\",\n \"version\": + \"0.1.2\"\n },\n \"sha256Digest\": \"3caba62be85114e44cd61c8541df49c7ff67b76b8c26e53e198b00a98a907417\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/timeseriesinsights-0.1.3-py3-none-any.whl\",\n + \ \"filename\": \"timeseriesinsights-0.1.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.3.1\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"Programming Language :: Python :: 3.7\",\n \"Programming + Language :: Python :: 3.8\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/src/timeseriesinsights\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"timeseriesinsights\",\n \"summary\": \"Microsoft Azure + Command-Line Tools TimeSeriesInsightsClient Extension\",\n \"version\": + \"0.1.3\"\n },\n \"sha256Digest\": \"84009856e1a9e6e6b178425099c2e1eaa4753ba5e375426a504f92bd4b9a21aa\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/timeseriesinsights-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"timeseriesinsights-0.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isExperimental\": + true,\n \"azext.minCliCoreVersion\": \"2.11.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/timeseriesinsights\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"timeseriesinsights\",\n \"summary\": \"Microsoft Azure + Command-Line Tools TimeSeriesInsightsClient Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"79f257abed8ac699a395e1c61351cd2c68f3a1844d3369aca5b346b2b1c0aa10\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/timeseriesinsights-0.2.1-py3-none-any.whl\",\n + \ \"filename\": \"timeseriesinsights-0.2.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/timeseriesinsights\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"timeseriesinsights\",\n \"summary\": \"Microsoft Azure + Command-Line Tools TimeSeriesInsightsClient Extension\",\n \"version\": + \"0.2.1\"\n },\n \"sha256Digest\": \"6ec3fe5ff3d92c3c2c8ba581af679567bfc430dd38fa70945b43378cf9b81ff2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/timeseriesinsights-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"timeseriesinsights-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.50.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/timeseriesinsights\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"timeseriesinsights\",\n \"summary\": \"Microsoft Azure + Command-Line Tools TimeSeriesInsightsClient Extension\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"c578804a6cfbb4ef8ab91de2130bba8f6139f2fadea4ed1e38b05ea62c7aa95d\"\n + \ }\n ],\n \"traffic-collector\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/traffic_collector-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"traffic_collector-0.1.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.39.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/traffic-collector\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"traffic-collector\",\n \"summary\": \"Microsoft Azure + Command-Line Tools TrafficCollector Extension.\",\n \"version\": + \"0.1.0\"\n },\n \"sha256Digest\": \"c148d0db3dc2284f30fe8d9cce4cde9be7f93b18664aae54d70622fd86a09b3a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/traffic_collector-0.1.1-py3-none-any.whl\",\n + \ \"filename\": \"traffic_collector-0.1.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.40.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/traffic-collector\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"traffic-collector\",\n \"summary\": \"Microsoft Azure + Command-Line Tools TrafficCollector Extension.\",\n \"version\": + \"0.1.1\"\n },\n \"sha256Digest\": \"8fbce712f8edcedf422c463f6b970fa7bdd94a452887ca5ddefb4fb00735acb5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/traffic_collector-0.1.2-py3-none-any.whl\",\n + \ \"filename\": \"traffic_collector-0.1.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.40.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/traffic-collector\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"traffic-collector\",\n \"summary\": \"Microsoft Azure + Command-Line Tools TrafficCollector Extension.\",\n \"version\": + \"0.1.2\"\n },\n \"sha256Digest\": \"98bda4d9a9233efb0ae1c5fae1a6c2a42942e8a71b0ebf19d3a7193548b13ff2\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/traffic_collector-0.1.3-py3-none-any.whl\",\n + \ \"filename\": \"traffic_collector-0.1.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.40.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/traffic-collector\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"traffic-collector\",\n \"summary\": \"Microsoft Azure + Command-Line Tools TrafficCollector Extension.\",\n \"version\": + \"0.1.3\"\n },\n \"sha256Digest\": \"a144a4fda3bce84db22277bd8611084ae1ae39e0bb8c7b50619ec378711f57ba\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/traffic_collector-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"traffic_collector-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.40.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/traffic-collector\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"traffic-collector\",\n \"summary\": \"Microsoft Azure + Command-Line Tools TrafficCollector Extension.\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"4695abb53723ea509f0f7a0bc6d4f4be5cc0382fe89b76671ee0785a05157dfc\"\n + \ }\n ],\n \"trustedsigning\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/trustedsigning-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"trustedsigning-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/trustedsigning\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"trustedsigning\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Trustedsigning Extension.\",\n \"version\": \"1.0.0b1\"\n + \ },\n \"sha256Digest\": \"d49d6fe7430ae84096cb4914532a2abc8d9dc2bb46ca33226b686bc7a6e7fc37\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/trustedsigning-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"trustedsigning-1.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.57.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/trustedsigning\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"trustedsigning\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Trustedsigning Extension.\",\n \"version\": \"1.0.0b2\"\n + \ },\n \"sha256Digest\": \"c3ae869c1371493180b9ed71db0bdc3842bad54c8832beb6007118d26bed71e8\"\n + \ }\n ],\n \"virtual-network-manager\": [\n {\n + \ \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_network_manager-0.5.1-py3-none-any.whl\",\n + \ \"filename\": \"virtual_network_manager-0.5.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 3\",\n + \ \"Programming Language :: Python :: 3.6\",\n \"Programming + Language :: Python :: 3.7\",\n \"Programming Language + :: Python :: 3.8\",\n \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/network-manager\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-network-manager\",\n \"summary\": \"Microsoft + Azure Command-Line Tools NetworkManagementClient Extension\",\n \"version\": + \"0.5.1\"\n },\n \"sha256Digest\": \"3c633cc53b341ae78514a62ab8cd7faf13c211e98a1c464eae2f636030d1e090\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_network_manager-0.5.2-py3-none-any.whl\",\n + \ \"filename\": \"virtual_network_manager-0.5.2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/network-manager\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-network-manager\",\n \"summary\": \"Microsoft + Azure Command-Line Tools NetworkManagementClient Extension\",\n \"version\": + \"0.5.2\"\n },\n \"sha256Digest\": \"a115ac51ef73b6ba377b289f15b3afe87b392bd462ae50c21c91b9f7fc2288c8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_network_manager-0.5.3-py3-none-any.whl\",\n + \ \"filename\": \"virtual_network_manager-0.5.3-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.15.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/network-manager\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-network-manager\",\n \"summary\": \"Microsoft + Azure Command-Line Tools NetworkManagementClient Extension\",\n \"version\": + \"0.5.3\"\n },\n \"sha256Digest\": \"6b956e955ac01eec26f1135cdadb58e4bc7349a7c3e4064a077433ddf88cccf9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_network_manager-0.6.0-py3-none-any.whl\",\n + \ \"filename\": \"virtual_network_manager-0.6.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.43.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/network-manager\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-network-manager\",\n \"summary\": \"Microsoft + Azure Command-Line Tools NetworkManagementClient Extension\",\n \"version\": + \"0.6.0\"\n },\n \"sha256Digest\": \"91215253b053ad19413345c789b5ed1cc79ab2af18624ad279dca24a7913730a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_network_manager-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"virtual_network_manager-1.0.0b1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/network-manager\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-network-manager\",\n \"summary\": \"Microsoft + Azure Command-Line Tools NetworkManagementClient Extension\",\n \"version\": + \"1.0.0b1\"\n },\n \"sha256Digest\": \"094c473dc8feb568ae3ca3f7f716ab3adda4fb18e2b1db9579f13b8ad14d94cf\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_network_manager-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"virtual_network_manager-1.0.0b2-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/network-manager\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-network-manager\",\n \"summary\": \"Microsoft + Azure Command-Line Tools NetworkManagementClient Extension\",\n \"version\": + \"1.0.0b2\"\n },\n \"sha256Digest\": \"3a8476fa6dcc072b49be7bdd9e1926392be4d16e41e0efa631f7f2a873583ca1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_network_manager-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"virtual_network_manager-1.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/network-manager\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-network-manager\",\n \"summary\": \"Microsoft + Azure Command-Line Tools NetworkManagementClient Extension\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"4dbb5ddd86e2b2a0cb99e3e81f9f3b258c8a74490c91e94caa6f63e4b990ee48\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_network_manager-1.0.1-py3-none-any.whl\",\n + \ \"filename\": \"virtual_network_manager-1.0.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/network-manager\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-network-manager\",\n \"summary\": \"Microsoft + Azure Command-Line Tools NetworkManagementClient Extension\",\n \"version\": + \"1.0.1\"\n },\n \"sha256Digest\": \"a18581c625791fb29736e7ec1b9e18d4a00f3765a8600192e10c892fd27b7ba1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_network_manager-1.2.0-py3-none-any.whl\",\n + \ \"filename\": \"virtual_network_manager-1.2.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/network-manager\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-network-manager\",\n \"summary\": \"Microsoft + Azure Command-Line Tools NetworkManagementClient Extension\",\n \"version\": + \"1.2.0\"\n },\n \"sha256Digest\": \"7f9f239fd7904645beacc2b738dd4660fb36779966e9b2331c43826e37564793\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_network_manager-1.3.0-py3-none-any.whl\",\n + \ \"filename\": \"virtual_network_manager-1.3.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/network-manager\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-network-manager\",\n \"summary\": \"Microsoft + Azure Command-Line Tools NetworkManagementClient Extension\",\n \"version\": + \"1.3.0\"\n },\n \"sha256Digest\": \"f16f992f98fd03c01dcef8a40f9b84de2367ff9e8850b48663a9bb1cb55b7bd4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_network_manager-1.3.1-py3-none-any.whl\",\n + \ \"filename\": \"virtual_network_manager-1.3.1-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/network-manager\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-network-manager\",\n \"summary\": \"Microsoft + Azure Command-Line Tools NetworkManagementClient Extension\",\n \"version\": + \"1.3.1\"\n },\n \"sha256Digest\": \"cb95535c057a6199384bc9e5c30a9942dbc589cf0ceadb2a62d26aa7f70d4e1d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_network_manager-2.0.0-py3-none-any.whl\",\n + \ \"filename\": \"virtual_network_manager-2.0.0-py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.61.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/network-manager\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-network-manager\",\n \"summary\": \"Microsoft + Azure Command-Line Tools NetworkManagementClient Extension\",\n \"version\": + \"2.0.0\"\n },\n \"sha256Digest\": \"11b982aabb331b83c2f34c820e5f887f374ac34b4ee11d122fa883fb0ca6bbdc\"\n + \ }\n ],\n \"virtual-network-tap\": [\n {\n + \ \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/virtual_network_tap-0.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_network_tap-0.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.46\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/virtual-network-tap\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-network-tap\",\n \"summary\": \"Manage virtual + network taps (VTAP).\",\n \"version\": \"0.1.0\"\n },\n + \ \"sha256Digest\": \"7e3f634f8eb701cf6fef504159785bc90e6f5bd2482e459469dd9ab30601aa35\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_network_tap-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_network_tap-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.46\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/virtual-network-tap\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-network-tap\",\n \"summary\": \"Manage virtual + network taps (VTAP).\",\n \"version\": \"1.0.0b1\"\n },\n + \ \"sha256Digest\": \"ee5f6dcfc09fc09e0c3bbd386b4d3bc6cc1f8a3dde8ed550804f43ed4c3cb7ba\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_network_tap-1.0.0b2-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_network_tap-1.0.0b2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/virtual-network-tap\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-network-tap\",\n \"summary\": \"Manage virtual + network taps (VTAP).\",\n \"version\": \"1.0.0b2\"\n },\n + \ \"sha256Digest\": \"879c8f1eb7eb92de3e673947fe0bc626e2b6df2ee8175c96ff3626c435b81b1e\"\n + \ }\n ],\n \"virtual-wan\": [\n {\n \"downloadUrl\": + \"https://azurecliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.1.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.1.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.1.2\"\n + \ },\n \"sha256Digest\": \"35d7b9f8b62167957708902b19a6c2f97ceaafa28abcba815b39a2d9040066f8\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.1.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.1.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.1.3\"\n + \ },\n \"sha256Digest\": \"10bc530d54677c0f24363326f28b0476a3324198417117e3effa031c20d6c2cb\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.2.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.2.0\"\n + \ },\n \"sha256Digest\": \"45b52f87cd76a269d8e6151782a437692cea3725b4f64d9d4d64cc2c4b49288f\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.2.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.2.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.2.1\"\n + \ },\n \"sha256Digest\": \"db108cf3fb9f3a49aea87f35d658b0bdc9c2321122b9a1ec1f58f4fecb0ebe90\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.2.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.2.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.2.2\"\n + \ },\n \"sha256Digest\": \"0b141457b8c3f57061f300dae18472ec9da96f4b4f9ddb9239a4a5dbda7c1ffd\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.2.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.2.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.2.3\"\n + \ },\n \"sha256Digest\": \"21e1333af42c80c094099212db57b5e7171afee8690f0de211fdf359e3f1da16\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.2.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.2.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.2.4\"\n + \ },\n \"sha256Digest\": \"236668a188121738975f85148957ce843dd43c8644f76c915dde9d2f8233c9e4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.2.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.2.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.2.5\"\n + \ },\n \"sha256Digest\": \"e16f67e75abfd1d462d16cc00cca97551c63c5d6f9d4bbc838b4f331b2c1072a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.2.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.2.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.2.6\"\n + \ },\n \"sha256Digest\": \"4c695172677a9397b94f335748ca1b10caa87d5dfbefe1975e73aae60bf8b69f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.2.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.2.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.2.7\"\n + \ },\n \"sha256Digest\": \"9358296298aa06595055b6d82ce3a4443b3a63dc4236f675e056769c5c633bc9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.2.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.2.8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.2.8\"\n + \ },\n \"sha256Digest\": \"14568d2b5de27623558f6d4d26ce68a3b4af0a429cc82cbb06021942f7239a36\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.2.9-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.2.9-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.2.9\"\n + \ },\n \"sha256Digest\": \"ca3569805f44c420ed58719fb9e514d7fa28b84bec9fc1321702250cdd8fcbf0\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.2.10-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.2.10-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.2.10\"\n + \ },\n \"sha256Digest\": \"eb0afdcc23910d9e7ec5a55c511f0e67c5d8c0229d84eaaa821b72ccb2468c23\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.2.11-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.2.11-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.2.11\"\n + \ },\n \"sha256Digest\": \"35899c30c1a7e7dd43b36895deac4eb0accbb88c98d2e8c5c41dd985f732ee1b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.2.12-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.2.12-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.15.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.2.12\"\n + \ },\n \"sha256Digest\": \"d213eb778405b8128bc657ce61fcc19f2cde044ab9ab0950f28a94795ae9ccfd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.2.13-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.2.13-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.39.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.2.13\"\n + \ },\n \"sha256Digest\": \"3e928079bb81620ed133d3f3692e9b7ba0632bd75cdf0aea704eb640450b5d37\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.2.14-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.2.14-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.40.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.2.14\"\n + \ },\n \"sha256Digest\": \"9765d218d70f51e69725af92690e26c135937206483add4bf47854553f839e23\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.2.15-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.2.15-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.40.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.2.15\"\n + \ },\n \"sha256Digest\": \"e701b4da1f6ebcbf58d4b16f9e349f9edc8117ad922e2ae7ec1b2a31bc2828db\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.2.16-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.2.16-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.2.16\"\n + \ },\n \"sha256Digest\": \"39a75f9a88493949bd3e6f7bb4978d475720f7c97e056fcb6c201a8532fb6e76\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.2.17-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.2.17-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.45.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.2.17\"\n + \ },\n \"sha256Digest\": \"736e4d0fe7af899cc9825893c9994e25c467fb6750d8e7653fe9d33c0fc2394a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_wan-0.3.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-0.3.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + true,\n \"azext.minCliCoreVersion\": \"2.50.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"0.3.0\"\n + \ },\n \"sha256Digest\": \"e5f4e9d4398cf0fcd656c0107386adbc8493e69e3158af6c5145ed23aaf77165\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_wan-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-1.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"project_urls\": {\n \"Home\": + \"https://github.com/Azure/azure-cli-extensions/tree/main/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"1.0.0\"\n + \ },\n \"sha256Digest\": \"0ef7b4bf9ffd0aa1ad5c50e15a343276636bcfe0296e52d2ee5f0b75ce70633d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/virtual_wan-1.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"virtual_wan-1.0.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"project_urls\": {\n \"Home\": + \"https://github.com/Azure/azure-cli-extensions/tree/main/src/virtual-wan\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"virtual-wan\",\n \"summary\": \"Manage virtual WAN, hubs, + VPN gateways and VPN sites.\",\n \"version\": \"1.0.1\"\n + \ },\n \"sha256Digest\": \"2db6c253d43862d06a4525073d67b61f1d34b7c8832162bd3b0bfffd24b9ada6\"\n + \ }\n ],\n \"vm-repair\": [\n {\n \"downloadUrl\": + \"https://azurecomputeaidrepair.blob.core.windows.net/prod/vm_repair-0.2.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.2.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"classifiers\": [\n + \ \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.2.6\"\n },\n + \ \"sha256Digest\": \"3556adeb1053262aa1aa0203b53423252afbd89b3e455255c2a2964a3be9a78e\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/vm_repair-0.2.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.2.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"classifiers\": [\n + \ \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.2.7\"\n },\n + \ \"sha256Digest\": \"4949871a99d5ef62ffdad72d35bfa75a483f1a714bf8d7ca84f134f86a5e9578\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/vm_repair-0.3.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.3.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.3.1\"\n },\n + \ \"sha256Digest\": \"4c893d48469b70772318c989ecac03e1ac494dc0c97652d1827a8ad55d8e8b51\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/vm_repair-0.3.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.3.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.3.2\"\n },\n + \ \"sha256Digest\": \"b7837a3129ff2614d27c2acbd254e97d83ac1540745225d2b156c897bb065125\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/vm_repair-0.3.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.3.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.3.3\"\n },\n + \ \"sha256Digest\": \"04ddc34a525af5b313f9dd1b5b446e5aa2a79d242451cf09f7670147c7aadd42\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/vm_repair-0.3.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.3.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.3.4\"\n },\n + \ \"sha256Digest\": \"b5964a8ed60193dc73e9109763af7cbb0162c029dbd81ed9ec5a7f20fa48ee7d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.3.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.3.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.3.5\"\n },\n + \ \"sha256Digest\": \"70112e8c4ce186f0c494e89680d751f8f4c6dc906c47cc44b8b5cdf0e19d2e50\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.3.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.3.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.3.6\"\n },\n + \ \"sha256Digest\": \"bd7d1259bb095ab238d8efca72c201570c5144816d7d4e98e73d1a82eb08a80a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.3.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.3.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.3.7\"\n },\n + \ \"sha256Digest\": \"021ae4b3b776b41e98fc91c35bc54e0ea7bcdfd32be3cfd23261e450535326bd\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.3.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.3.8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.3.8\"\n },\n + \ \"sha256Digest\": \"51499825455a4db3e4ede2a5abd31a28e8177f9bf66597c41dac0dc4851c41bb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.3.9-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.3.9-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.3.9\"\n },\n + \ \"sha256Digest\": \"d8a13d094c4900114a46778bb7c34f567401850193616d00dd06e02f415ceb81\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.4.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.4.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.4.0\"\n },\n + \ \"sha256Digest\": \"075c1df17bc63b1029cbcffee499143bef02ee1f6bd28ea1bf1f736352630532\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.4.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.4.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.4.1\"\n },\n + \ \"sha256Digest\": \"7dfc648e6dfa0392feb8491af3da54e229edd48bb75421cd554cd5be7e99e149\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.4.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.4.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.4.2\"\n },\n + \ \"sha256Digest\": \"cef2c111ea85fe22d51ee67ed4a88e46d9ac771ec04d5dc411460420d913cd4f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.4.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.4.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.4.3\"\n },\n + \ \"sha256Digest\": \"a9bf31ef4166e564a8fdcccb70edb217b59f0036a0849c5c57ec951f1693a08a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.4.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.4.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.4.4\"\n },\n + \ \"sha256Digest\": \"de9e7d77143dadc1606ebe079431ed974e483737cc001e89ff52335f60c938d1\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.4.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.4.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.4.5\"\n },\n + \ \"sha256Digest\": \"6fb1d3a83fb4e06581f850d68070d22ed7d29739633a336efaeb8155baadd0df\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.4.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.4.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.4.6\"\n },\n + \ \"sha256Digest\": \"79b261c39c6f90889d0bfa41581566bb8b659b492ca1f9a37d700518b1408b85\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.4.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.4.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.4.7\"\n },\n + \ \"sha256Digest\": \"bed73a688d073c97207daaa907816db5781b429b6f3441d1b618b463feff2fcb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.4.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.4.8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.4.8\"\n },\n + \ \"sha256Digest\": \"2ea0b50f1b484bc9c7ea72e9285163de489e726ef24cb2939620d3fa3c763c4a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.4.9-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.4.9-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.4.9\"\n },\n + \ \"sha256Digest\": \"4fe3fe3af8d52b86ad51af08b642fe93f4de076947df8127e9825762e7c46769\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.4.10-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.4.10-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.4.10\"\n },\n + \ \"sha256Digest\": \"67e4fd4a5daf78c9e7244cabda74aede9d2c9c92d11dab4c3e3d431017e656c7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.5.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.5.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.5.0\"\n },\n + \ \"sha256Digest\": \"dd5f2ec5d37aa6e745e9e706d4bd1d848f17f209807522831354ac0230c07f4c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.5.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.5.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.5.1\"\n },\n + \ \"sha256Digest\": \"91efbb3d2b46f01e6a4b04fd792f353dd702a8769319f59a0252fa35d7c409ab\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.5.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.5.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.5.2\"\n },\n + \ \"sha256Digest\": \"959f9bae59170c8c8785e47f046f3634472243b76cf576f049ca4cdaded0534e\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.5.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.5.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.5.3\"\n },\n + \ \"sha256Digest\": \"6b71d6ddfb3a70057316ca760b0406417a330852ef184b2da239e417c4852dd4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.5.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.5.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.5.4\"\n },\n + \ \"sha256Digest\": \"49938853a802b1415f697200402e26a74679805fe08f0ba6b2e066bb4af69730\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.5.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.5.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.5.5\"\n },\n + \ \"sha256Digest\": \"feb439384e06c2a972f024a1d9eac7b766f03048fe1d142fe5043b3d583ca42f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.5.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.5.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.5.6\"\n },\n + \ \"sha256Digest\": \"ed46927769751d9bd3410979bef63dc2e7e3df5027e881e469c01c44eab67535\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.5.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.5.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.5.7\"\n },\n + \ \"sha256Digest\": \"bea352b15c0e1c5e0751c51e916f616b59e902256117f8cecd73c3f28928a89c\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.5.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.5.8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.5.8\"\n },\n + \ \"sha256Digest\": \"8f1d0dbc284a527af98d183df447533a295d5b7c81fc73e5f15c57182a03ce8f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-0.5.9-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-0.5.9-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"0.5.9\"\n },\n + \ \"sha256Digest\": \"4e41adbfd52e88a21ae112ff8076f58ded8100e319963c0b5bbf105e7607be25\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-1.0.0b1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"1.0.0b1\"\n },\n + \ \"sha256Digest\": \"7e6b9fb9952a56811d65de87b87b0403a6161edfa82284a43fa58f176e397b8b\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-1.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-1.0.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"1.0.1\"\n },\n + \ \"sha256Digest\": \"0b8d2814ba628765785accf730a220e5805f700a6d1f07a653f1c0d8f8e8dc03\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-1.0.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-1.0.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"1.0.2\"\n },\n + \ \"sha256Digest\": \"54945c836b3a91aed5a92eaca872c47e364dd3e846ab02aca637412488ead5b4\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-1.0.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-1.0.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"1.0.3\"\n },\n + \ \"sha256Digest\": \"3ea7181d6e5337cc9c85176467bafc413a2c1111a21ec06dd3e406f9cac82a93\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-1.0.4-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-1.0.4-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"1.0.4\"\n },\n + \ \"sha256Digest\": \"2adddc6d8cba9c6846a0c76f2612177a4d5b0813732f83534e4f8d0a48ddf9ab\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-1.0.5-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-1.0.5-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"1.0.5\"\n },\n + \ \"sha256Digest\": \"f2f7bc5698f89e0f6254464dc18d04d477dab4aab93296a46649018723855b26\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-1.0.6-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-1.0.6-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"1.0.6\"\n },\n + \ \"sha256Digest\": \"c3fe396c4c769095f68fe765505e40ff4671b192e1a6daee584749044a906ca7\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-1.0.7-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-1.0.7-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vm-repair\",\n \"summary\": \"Auto repair commands to + fix VMs.\",\n \"version\": \"1.0.7\"\n },\n + \ \"sha256Digest\": \"989b15053fe19f1dbb37fd4a31720e2a1ca622ecadaaa4b5c568c44e44c20fa6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-1.0.8-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-1.0.8-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"vm-repair\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"opencensus (~=0.11.4)\",\n \"opencensus~=0.11.4\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Auto repair commands to fix VMs.\",\n \"version\": + \"1.0.8\"\n },\n \"sha256Digest\": \"165935c55f7da622fa17d3b1898d337c87838a24e390fbc5bf5c56ef9c0b4bfb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-1.0.9-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-1.0.9-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"vm-repair\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"opencensus (~=0.11.4)\",\n \"opencensus~=0.11.4\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Auto repair commands to fix VMs.\",\n \"version\": + \"1.0.9\"\n },\n \"sha256Digest\": \"72eef7e7dcfe46473f4e8451464f27557e72a79632eddb6f73c319eb5cef5cbc\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-1.0.10-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-1.0.10-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"vm-repair\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"opencensus (~=0.11.4)\",\n \"opencensus~=0.11.4\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Auto repair commands to fix VMs.\",\n \"version\": + \"1.0.10\"\n },\n \"sha256Digest\": \"9ccd6c1ea95874c0928a161fa2d12ca25b3a7ae9bc5461faacd690debfdc0c89\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-1.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-1.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"vm-repair\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"opencensus (~=0.11.4)\",\n \"opencensus~=0.11.4\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Auto repair commands to fix VMs.\",\n \"version\": + \"1.1.0\"\n },\n \"sha256Digest\": \"c5d14b41d22049e8e7ddbc481c1dfeb08acbdc799fb86ab51541b3fe0b7d98e9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-1.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-1.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"vm-repair\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"opencensus (~=0.11.4)\",\n \"opencensus~=0.11.4\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Auto repair commands to fix VMs.\",\n \"version\": + \"1.1.1\"\n },\n \"sha256Digest\": \"b3444d8b20923c6ba284349a8819b6991ab71620f1e5c2d95185e4fc0a812db6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-2.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-2.0.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"vm-repair\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"opencensus (~=0.11.4)\",\n \"opencensus~=0.11.4\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Auto repair commands to fix VMs.\",\n \"version\": + \"2.0.0\"\n },\n \"sha256Digest\": \"9816b44a02b219dc6b4edad2543a7bf19d325d4332c0bffda34a2c29e51b85d5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-2.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-2.0.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"vm-repair\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"opencensus (~=0.11.4)\",\n \"opencensus~=0.11.4\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Auto repair commands to fix VMs.\",\n \"version\": + \"2.0.1\"\n },\n \"sha256Digest\": \"9d8c12d7e6685b8e2b8754b7a88e82a62655455bffd70d44bc30969151e5ab83\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-2.0.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-2.0.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"vm-repair\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"opencensus (~=0.11.4)\",\n \"opencensus~=0.11.4\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Auto repair commands to fix VMs.\",\n \"version\": + \"2.0.2\"\n },\n \"sha256Digest\": \"b6cec1c93588d4286dc7d905437b1fc384d63fc5f96f5858b1cb9d9d824374eb\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-2.0.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-2.0.3-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"vm-repair\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"opencensus (~=0.11.4)\",\n \"opencensus~=0.11.4\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Auto repair commands to fix VMs.\",\n \"version\": + \"2.0.3\"\n },\n \"sha256Digest\": \"ca76eaf17ca80ba2d1ecdff1e99b65ef81aee28b5337e42258b9afcbb39f180d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-2.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-2.1.0-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"vm-repair\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"opencensus (~=0.11.4)\",\n \"opencensus~=0.11.4\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Auto repair commands to fix VMs.\",\n \"version\": + \"2.1.0\"\n },\n \"sha256Digest\": \"fdd1d329cbb243e269cbc0a24e0183180d5e747907eb67d61455659ec4aac0e3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-2.1.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-2.1.1-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"vm-repair\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"opencensus (~=0.11.4)\",\n \"opencensus~=0.11.4\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Auto repair commands to fix VMs.\",\n \"version\": + \"2.1.1\"\n },\n \"sha256Digest\": \"dcf830a69a7822cb0d62127e51240dc0c129f755dd643c0d967356cd55ab1c53\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vm_repair-2.1.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"vm_repair-2.1.2-py2.py3-none-any.whl\",\n + \ \"metadata\": {\n \"azext.isPreview\": + false,\n \"azext.minCliCoreVersion\": \"2.0.67\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\n \"Intended + Audience :: Developers\",\n \"Intended Audience :: + System Administrators\",\n \"Programming Language :: + Python\",\n \"Programming Language :: Python :: 2\",\n + \ \"Programming Language :: Python :: 2.7\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.4\",\n \"Programming Language :: Python + :: 3.5\",\n \"Programming Language :: Python :: 3.6\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"caiddev@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vm-repair\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"vm-repair\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"opencensus (~=0.11.4)\",\n \"opencensus~=0.11.4\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Auto repair commands to fix VMs.\",\n \"version\": + \"2.1.2\"\n },\n \"sha256Digest\": \"0ceb87ec11b85ab84fed2407dc6227161ec31d3d2a377261486efa11798d9f6e\"\n + \ }\n ],\n \"vme\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/vme-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"vme-1.0.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.70.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"graytownsquad@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vme\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vme\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Vme Extension\",\n \"version\": \"1.0.0b1\"\n },\n + \ \"sha256Digest\": \"70201987ccadc73e6c12dc8db95fc4a99f4aa8e89f057af55bc3c125672dcfff\"\n + \ }\n ],\n \"vmware\": [\n {\n \"downloadUrl\": + \"https://github.com/virtustream/az-vmware-cli/releases/download/0.7.2/vmware-0.7.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"vmware-0.7.2-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.0.66\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/az-vmware-cli\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vmware\",\n \"summary\": \"Azure VMware Solution commands.\",\n + \ \"version\": \"0.7.2\"\n },\n \"sha256Digest\": + \"b84b027fe8d836f8969893480cef63b05b85db1a59f6ef11063e52be530fd9ff\"\n },\n + \ {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/vmware-1.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"vmware-1.0.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.0.66\",\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/az-vmware-cli\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vmware\",\n \"summary\": \"Azure VMware Solution commands.\",\n + \ \"version\": \"1.0.0\"\n },\n \"sha256Digest\": + \"e1775b05e22e3afb70ad395bc3cff1cb7fdfc9a90836b61e13d4c54843577ddb\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vmware-2.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"vmware-2.0.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"description_content_type\": \"text/markdown\",\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/az-vmware-cli\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vmware\",\n \"summary\": \"Azure VMware Solution commands.\",\n + \ \"version\": \"2.0.1\"\n },\n \"sha256Digest\": + \"9201be5570c050b7f048f25b70ee0a2229bf73ad048aea036b484166631bc8e5\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vmware-3.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"vmware-3.0.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"description_content_type\": \"text/markdown\",\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/az-vmware-cli\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vmware\",\n \"summary\": \"Azure VMware Solution commands.\",\n + \ \"version\": \"3.0.0\"\n },\n \"sha256Digest\": + \"d68bcb114a2b46860eecf0debeb0d9c5db46c069399ef9e3f5292220a3cd37c2\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vmware-3.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"vmware-3.1.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"description_content_type\": \"text/markdown\",\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/az-vmware-cli\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vmware\",\n \"summary\": \"Azure VMware Solution commands.\",\n + \ \"version\": \"3.1.0\"\n },\n \"sha256Digest\": + \"7b1ff134e840caa3b30a636fceb0e6a8022565e8a439245b8e1a111534e196f8\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vmware-3.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"vmware-3.2.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"description_content_type\": \"text/markdown\",\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/az-vmware-cli\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vmware\",\n \"summary\": \"Azure VMware Solution commands.\",\n + \ \"version\": \"3.2.0\"\n },\n \"sha256Digest\": + \"4d557e5fbd5cc8cfc80a9f6085d5503007a0955160e264b816f9e6a6a7332580\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vmware-4.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"vmware-4.0.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"description_content_type\": \"text/markdown\",\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/az-vmware-cli\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vmware\",\n \"summary\": \"Azure VMware Solution commands.\",\n + \ \"version\": \"4.0.1\"\n },\n \"sha256Digest\": + \"93008844fbc5b157d17470738899e9f8cd0d09be2970cd045da10b8f8dac360a\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vmware-4.0.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"vmware-4.0.2-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"description_content_type\": \"text/markdown\",\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vmware\",\n \"summary\": \"Azure VMware Solution commands.\",\n + \ \"version\": \"4.0.2\"\n },\n \"sha256Digest\": + \"ce2fe71b5095fea0d3762e7c698abf1bb0d7b51cb54a4e841d07493c24ccbbdb\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vmware-4.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"vmware-4.1.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"description_content_type\": \"text/markdown\",\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vmware\",\n \"summary\": \"Azure VMware Solution commands.\",\n + \ \"version\": \"4.1.0\"\n },\n \"sha256Digest\": + \"05a8c52125bcd12250201a2ef0a1eb637e2b28f8b30aa4df014036f403584131\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vmware-5.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"vmware-5.0.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"description_content_type\": \"text/markdown\",\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vmware\",\n \"summary\": \"Azure VMware Solution commands.\",\n + \ \"version\": \"5.0.1\"\n },\n \"sha256Digest\": + \"1e971f5d4e3072017a624af9cf04919fbf78a755c7566c851c3b07cffdb46073\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vmware-5.0.2-py2.py3-none-any.whl\",\n + \ \"filename\": \"vmware-5.0.2-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"description_content_type\": \"text/markdown\",\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vmware\",\n \"summary\": \"Azure VMware Solution commands.\",\n + \ \"version\": \"5.0.2\"\n },\n \"sha256Digest\": + \"3e8c591a7725b27ea3452d27ccbb1368e72fa689710ccffbca51c5adf1683ea1\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vmware-5.0.3-py2.py3-none-any.whl\",\n + \ \"filename\": \"vmware-5.0.3-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.11.0\",\n \"description_content_type\": \"text/markdown\",\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vmware\",\n \"summary\": \"Azure VMware Solution commands.\",\n + \ \"version\": \"5.0.3\"\n },\n \"sha256Digest\": + \"3bd864a243c7c72d41e7ac71af1d2c1389eb9974169548e6004f69ffae7ffc72\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vmware-6.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"vmware-6.0.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"description_content_type\": \"text/markdown\",\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vmware\",\n \"summary\": \"Azure VMware Solution commands.\",\n + \ \"version\": \"6.0.0\"\n },\n \"sha256Digest\": + \"92a73c84de0bad2cb19c1e81d2989a07ebcd67be0baa4635c99829ed563c6ca2\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vmware-6.0.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"vmware-6.0.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.51.0\",\n \"description_content_type\": \"text/markdown\",\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vmware\",\n \"summary\": \"Azure VMware Solution commands.\",\n + \ \"version\": \"6.0.1\"\n },\n \"sha256Digest\": + \"2e07a4ddf1b244cfe8b63a29b7f82c3ec94294f10bacfe8fd604841d290020b5\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vmware-7.0.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"vmware-7.0.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.54.0\",\n \"description_content_type\": \"text/markdown\",\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vmware\",\n \"summary\": \"Azure VMware Solution commands.\",\n + \ \"version\": \"7.0.0\"\n },\n \"sha256Digest\": + \"e0fadce4fc02996443a8e1673d19ebd24383c584ca89bd396ce963e85865ac0d\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vmware-7.1.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"vmware-7.1.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.54.0\",\n \"description_content_type\": \"text/markdown\",\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vmware\",\n \"summary\": \"Azure VMware Solution commands.\",\n + \ \"version\": \"7.1.0\"\n },\n \"sha256Digest\": + \"53dc8b1d803cd784e668c4d4d630dec20390406af46266df0860f548a5c21f9d\"\n },\n + \ {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/vmware-7.2.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"vmware-7.2.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.67.0\",\n \"description_content_type\": \"text/markdown\",\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/vmware\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"vmware\",\n \"summary\": \"Azure VMware Solution commands.\",\n + \ \"version\": \"7.2.0\"\n },\n \"sha256Digest\": + \"e0f931dfdc3abd0fac770ecfd03a9463fcccf2fdfb9f0994d97a8fa912c576b2\"\n }\n + \ ],\n \"webapp\": [\n {\n \"downloadUrl\": + \"https://github.com/Nking92/azure-cli-extensions/raw/whl-files/dist/webapp-0.2.24-py2.py3-none-any.whl\",\n + \ \"filename\": \"webapp-0.2.24-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.46\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"sisirap@microsoft.com\",\n \"name\": + \"Sisira Panchagnula\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/webapp\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"webapp\",\n \"summary\": \"Additional commands for Azure + AppService.\",\n \"version\": \"0.2.24\"\n },\n + \ \"sha256Digest\": \"797abb3d8b41547ed3c2bcc8e01e30cbb5d487262cd2f285e755419bd1c03bed\"\n + \ },\n {\n \"downloadUrl\": \"https://azurecliprod.blob.core.windows.net/cli-extensions/webapp-0.3.1-py2.py3-none-any.whl\",\n + \ \"filename\": \"webapp-0.3.1-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.46\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"sisirap@microsoft.com\",\n \"name\": + \"Sisira Panchagnula\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/webapp\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"webapp\",\n \"summary\": \"Additional commands for Azure + AppService.\",\n \"version\": \"0.3.1\"\n },\n + \ \"sha256Digest\": \"1cd5bb1a8ad02a5f7c8c72a01692637fed434b24ea359d21caf919ed5323941a\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/webapp-0.4.0-py2.py3-none-any.whl\",\n + \ \"filename\": \"webapp-0.4.0-py2.py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.23.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 2\",\n \"Programming Language + :: Python :: 2.7\",\n \"Programming Language :: Python + :: 3\",\n \"Programming Language :: Python :: 3.4\",\n + \ \"Programming Language :: Python :: 3.5\",\n \"Programming + Language :: Python :: 3.6\",\n \"License :: OSI Approved + :: MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"sisirap@microsoft.com\",\n \"name\": + \"Sisira Panchagnula\",\n \"role\": \"author\"\n + \ }\n ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/webapp\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"webapp\",\n \"summary\": \"Additional commands for Azure + AppService.\",\n \"version\": \"0.4.0\"\n },\n + \ \"sha256Digest\": \"908b0df07cef652176a0f2bf0fdcf58b5d16fb4903ee3c06f73f0bb3913a5c0f\"\n + \ }\n ],\n \"webpubsub\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/webpubsub-0.1.0-py3-none-any.whl\",\n + \ \"filename\": \"webpubsub-0.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.22.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/webpubsub\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"webpubsub\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Webpubsub Extension\",\n \"version\": \"0.1.0\"\n + \ },\n \"sha256Digest\": \"e36b3e5d0585b1082884150b829de871dbe906fd2b5356689127e1153829245f\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/webpubsub-0.2.0-py3-none-any.whl\",\n + \ \"filename\": \"webpubsub-0.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.22.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/webpubsub\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"webpubsub\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websockets (~=8.1)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Webpubsub Extension\",\n \"version\": + \"0.2.0\"\n },\n \"sha256Digest\": \"f29d5b7217b8f03fc05dde2cab282cbebec9d211dc8cd7c1ee9baa71b23ff6d5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/webpubsub-0.2.1-py3-none-any.whl\",\n + \ \"filename\": \"webpubsub-0.2.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.22.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/webpubsub\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"webpubsub\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websockets (~=8.1)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Webpubsub Extension\",\n \"version\": + \"0.2.1\"\n },\n \"sha256Digest\": \"8eac173dde02b0703d0dd3ef193e796e83e85732c98302aa0f53418a128bddec\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/webpubsub-1.0.0-py3-none-any.whl\",\n + \ \"filename\": \"webpubsub-1.0.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.22.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/webpubsub\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"webpubsub\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websockets (~=8.1)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Webpubsub Extension\",\n \"version\": + \"1.0.0\"\n },\n \"sha256Digest\": \"5e98577476bc8aba299baa00e664ff10185546c8f766260b961ef1c428b66a34\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/webpubsub-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"webpubsub-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.22.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/webpubsub\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"webpubsub\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websockets (~=8.1)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Webpubsub Extension\",\n \"version\": + \"1.1.0\"\n },\n \"sha256Digest\": \"802e829313a4993702d114a94eb8b119a376085d92b0a7860fd2c308e73112f6\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/webpubsub-1.2.0-py3-none-any.whl\",\n + \ \"filename\": \"webpubsub-1.2.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.39.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/webpubsub\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"webpubsub\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websockets (~=10.4)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Webpubsub Extension\",\n \"version\": + \"1.2.0\"\n },\n \"sha256Digest\": \"faf83397b2215c7686ae7b3e93a576c3fd0aa9c70173ab72be66d2089b84b280\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/webpubsub-1.3.0-py3-none-any.whl\",\n + \ \"filename\": \"webpubsub-1.3.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.39.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/webpubsub\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"webpubsub\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websockets (~=10.4)\"\n ]\n + \ }\n ],\n \"summary\": + \"Microsoft Azure Command-Line Tools Webpubsub Extension\",\n \"version\": + \"1.3.0\"\n },\n \"sha256Digest\": \"ea713a11d4c2da55a1d60390bdb552f78bb80c1606214829eef099481eedb1da\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/webpubsub-1.4.0-py3-none-any.whl\",\n + \ \"filename\": \"webpubsub-1.4.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.39.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/webpubsub\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"webpubsub\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websockets (~=10.4)\",\n \"websockets~=10.4\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Webpubsub + Extension\",\n \"version\": \"1.4.0\"\n },\n + \ \"sha256Digest\": \"50eab39bf43aa912ac947bd483092d6e1434cbba9ff3ce3ba05adf84a8a7d219\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/webpubsub-1.5.0-py3-none-any.whl\",\n + \ \"filename\": \"webpubsub-1.5.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.39.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/webpubsub\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"webpubsub\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websockets (~=10.4)\",\n \"websockets~=10.4\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Webpubsub + Extension\",\n \"version\": \"1.5.0\"\n },\n + \ \"sha256Digest\": \"549fd4718c4663e4204be928dc3f86e5ef0f2003acf23fab03a4fdf5fdf4a3d8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/webpubsub-1.5.1-py3-none-any.whl\",\n + \ \"filename\": \"webpubsub-1.5.1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/webpubsub\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"webpubsub\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websockets (~=10.4)\",\n \"websockets~=10.4\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Webpubsub + Extension\",\n \"version\": \"1.5.1\"\n },\n + \ \"sha256Digest\": \"32bbeb0da13bb4c197c993a260afdaffc78c18d5f2bc390d588c5142baa785e9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/webpubsub-1.6.0-py3-none-any.whl\",\n + \ \"filename\": \"webpubsub-1.6.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/webpubsub\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"webpubsub\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websockets (~=10.4)\",\n \"websockets~=10.4\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Webpubsub + Extension\",\n \"version\": \"1.6.0\"\n },\n + \ \"sha256Digest\": \"7c30049ded256664b8e5434230407331f6349def48e8aa57a759dc1cd9ab75e9\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/webpubsub-1.7.0-py3-none-any.whl\",\n + \ \"filename\": \"webpubsub-1.7.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": false,\n \"azext.minCliCoreVersion\": + \"2.56.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 \"License :: OSI Approved :: MIT License\"\n + \ ],\n \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/webpubsub\"\n + \ }\n }\n },\n + \ \"extras\": [],\n \"generator\": \"bdist_wheel + (0.30.0)\",\n \"license\": \"MIT\",\n \"metadata_version\": + \"2.0\",\n \"name\": \"webpubsub\",\n \"run_requires\": + [\n {\n \"requires\": [\n + \ \"websockets (~=10.4)\",\n \"websockets~=10.4\"\n + \ ]\n }\n ],\n + \ \"summary\": \"Microsoft Azure Command-Line Tools Webpubsub + Extension\",\n \"version\": \"1.7.0\"\n },\n + \ \"sha256Digest\": \"d4a1df1b81531516cbb8460303e30ab7e465ff10da9bb91f5c90e5c223610643\"\n + \ }\n ],\n \"workloads\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/workloads-0.1.0a1-py3-none-any.whl\",\n + \ \"filename\": \"workloads-0.1.0a1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.45.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/workloads\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"workloads\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Workloads Extension.\",\n \"version\": \"0.1.0a1\"\n + \ },\n \"sha256Digest\": \"0e5ba95c3799d043fc2ba869ce0c5b2eea200357a8b0cbd2b2733bb91d4cc7a8\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/workloads-1.1.0b1-py3-none-any.whl\",\n + \ \"filename\": \"workloads-1.1.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.55.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/workloads\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"workloads\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Workloads Extension.\",\n \"version\": \"1.1.0b1\"\n + \ },\n \"sha256Digest\": \"262c41b08b831d689802634bb1a0fea0add38c3611f27b2036576d45232a1ff5\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/workloads-1.1.0b2-py3-none-any.whl\",\n + \ \"filename\": \"workloads-1.1.0b2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/workloads\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"workloads\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Workloads Extension.\",\n \"version\": \"1.1.0b2\"\n + \ },\n \"sha256Digest\": \"716ec3db6d1d637da3d0255e83406aed3acd26b83405bbcadc4d30e1110beea3\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/workloads-1.1.0b3-py3-none-any.whl\",\n + \ \"filename\": \"workloads-1.1.0b3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.57.0\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\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 + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"azpycli@microsoft.com\",\n + \ \"name\": \"Microsoft Corporation\",\n + \ \"role\": \"author\"\n }\n + \ ],\n \"document_names\": + {\n \"description\": \"DESCRIPTION.rst\"\n + \ },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/workloads\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"workloads\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Workloads Extension.\",\n \"version\": \"1.1.0b3\"\n + \ },\n \"sha256Digest\": \"a7373b2d3766c43b3caeafc0eddbb492429750b62c78f767760b9b0b42363206\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/workloads-1.1.0-py3-none-any.whl\",\n + \ \"filename\": \"workloads-1.1.0-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.minCliCoreVersion\": \"2.61.0\",\n \"classifiers\": + [\n \"Development Status :: 4 - Beta\",\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 \"License :: OSI Approved :: + MIT License\"\n ],\n \"extensions\": + {\n \"python.details\": {\n \"contacts\": + [\n {\n \"email\": + \"azpycli@microsoft.com\",\n \"name\": + \"Microsoft Corporation\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/main/src/workloads\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"workloads\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Workloads Extension.\",\n \"version\": \"1.1.0\"\n + \ },\n \"sha256Digest\": \"869344894e0805ee64ad0717117d28200adf5425c1ecbbfa3b5b1b92b7520289\"\n + \ }\n ],\n \"zones\": [\n {\n \"downloadUrl\": + \"https://azcliprod.blob.core.windows.net/cli-extensions/zones-1.0.0b1-py3-none-any.whl\",\n + \ \"filename\": \"zones-1.0.0b1-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"nielsb@microsoft.com\",\n + \ \"name\": \"Niels Buit\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/zones\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"zones\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Zones Extension\",\n \"version\": \"1.0.0b1\"\n },\n + \ \"sha256Digest\": \"fc23cc115a9dc5ecb3b769772bcf9eaafe47b3e1168d725e29d5ad0f8c71186d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/zones-1.0.0b2-py3-none-any.whl\",\n + \ \"filename\": \"zones-1.0.0b2-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"nielsb@microsoft.com\",\n + \ \"name\": \"Niels Buit\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/zones\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"zones\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Zones Extension\",\n \"version\": \"1.0.0b2\"\n },\n + \ \"sha256Digest\": \"783082e58622e8c49560764b910917ef45171632e5d177a063efde51b43e542d\"\n + \ },\n {\n \"downloadUrl\": \"https://azcliprod.blob.core.windows.net/cli-extensions/zones-1.0.0b3-py3-none-any.whl\",\n + \ \"filename\": \"zones-1.0.0b3-py3-none-any.whl\",\n \"metadata\": + {\n \"azext.isPreview\": true,\n \"azext.minCliCoreVersion\": + \"2.0.67\",\n \"classifiers\": [\n \"Development + Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n + \ \"Intended Audience :: System Administrators\",\n + \ \"Programming Language :: Python\",\n \"Programming + Language :: Python :: 3\",\n \"Programming Language + :: Python :: 3.6\",\n \"Programming Language :: Python + :: 3.7\",\n \"Programming Language :: Python :: 3.8\",\n + \ \"License :: OSI Approved :: MIT License\"\n ],\n + \ \"extensions\": {\n \"python.details\": + {\n \"contacts\": [\n {\n + \ \"email\": \"nielsb@microsoft.com\",\n + \ \"name\": \"Niels Buit\",\n \"role\": + \"author\"\n }\n ],\n + \ \"document_names\": {\n \"description\": + \"DESCRIPTION.rst\"\n },\n \"project_urls\": + {\n \"Home\": \"https://github.com/Azure/azure-cli-extensions/tree/master/src/zones\"\n + \ }\n }\n },\n + \ \"generator\": \"bdist_wheel (0.30.0)\",\n \"license\": + \"MIT\",\n \"metadata_version\": \"2.0\",\n \"name\": + \"zones\",\n \"summary\": \"Microsoft Azure Command-Line + Tools Zones Extension\",\n \"version\": \"1.0.0b3\"\n },\n + \ \"sha256Digest\": \"3bd81c28abd60c59a59d969b222a0318d231aa7f170da138c5e3addffabeed19\"\n + \ }\n ]\n },\n \"formatVersion\": \"1\"\n}" + headers: + content-length: + - '5278591' + content-md5: + - zkzBclZkQPPd00gBqAXQZQ== + content-type: + - application/json + date: + - Thu, 29 May 2025 00:54:36 GMT + etag: + - '0x8DD9DBDDC4D5C2A' + last-modified: + - Wed, 28 May 2025 08:01:32 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-type: + - BlockBlob + x-ms-lease-status: + - unlocked + x-ms-version: + - '2009-09-19' + status: + code: 200 + message: OK - request: body: null headers: @@ -29,7 +62005,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:20:42 GMT + - Thu, 29 May 2025 00:54:44 GMT expires: - '-1' pragma: @@ -41,13 +62017,13 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/35a9bfd2-3fa3-49e5-b330-50e7d0da3ee2 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/69ebadfa-3ab2-4884-8109-3fafc68a08eb x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 12F086493C5446EC8980BC773E2FB3A6 Ref B: CO6AA3150217037 Ref C: 2025-05-08T22:20:41Z' + - 'Ref A: 63D8B6DD7B714CCB8C7B5A32EA82EF34 Ref B: MNZ221060609007 Ref C: 2025-05-29T00:54:44Z' status: code: 200 message: OK @@ -79,7 +62055,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:20:42 GMT + - Thu, 29 May 2025 00:54:47 GMT expires: - '-1' pragma: @@ -91,11 +62067,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/dfe7b4f8-a5e4-4bfa-afaf-f1f816788f71 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/d28b9848-2272-4646-b04d-7b913e3c9a3e x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 00860B897F7B448289628689A6DA7EFD Ref B: CO6AA3150217035 Ref C: 2025-05-08T22:20:42Z' + - 'Ref A: 610DDE72D7974A2ABB017B2DAA88B9D4 Ref B: MNZ221060610053 Ref C: 2025-05-29T00:54:48Z' status: code: 200 message: OK @@ -131,7 +62107,7 @@ interactions: content-type: - application/json date: - - Thu, 08 May 2025 22:20:56 GMT + - Thu, 29 May 2025 00:55:04 GMT expires: - '-1' pragma: @@ -143,11 +62119,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/c254e422-ce1c-40cf-bc00-beed82cb15b5 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/16b0573b-2324-4bb6-a469-55eb6362b085 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 2268649F85954B509C07E87434E0A319 Ref B: CO6AA3150220053 Ref C: 2025-05-08T22:20:56Z' + - 'Ref A: BE16032906CA483BB8B4607350F4A180 Ref B: MNZ221060619029 Ref C: 2025-05-29T00:55:05Z' status: code: 200 message: OK @@ -185,11 +62161,11 @@ interactions: content-type: - text/plain; charset=utf-8 date: - - Thu, 08 May 2025 22:21:00 GMT + - Thu, 29 May 2025 00:55:08 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fee14b57-bf2f-4c57-a931-8b66f682fdc3?monitor=true&api-version=2024-01-01&t=638823396612473741&c=MIIHpTCCBo2gAwIBAgITOgWZuFmLREgOyTdeugAEBZm4WTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwNDE5MTQyMjI3WhcNMjUxMDE2MTQyMjI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPxDlNdj6r6H0vTzKfz228nqLQPXYSxPqEGQSSSCczQcCX3f_Xtnvc-lFdoleay-OVQlgfbWiMkGazl2q7FVj9BZUHJ3KXFg833nlMDzzIkfrA17t4t3OW-6po21aPw9TdEBtH-GReYxdd8YmK-hHhKfpllLkKKn29Z8r3ecn-VJ1URRr4gV1Dnhd8h62eio4oVWmqq_9ITkiyfphE8gKB3n-2ZGTlftv1uEX4hpgnUbyhP4GBPp9Ni0RdYmpukMEr1-GI3W5OnXgKOvoCRB0HZQKU-5u630M-76UA_GFyALd1X_xQwHcCHKvtBzX5EEcQ4AOj_B540c3Mp0HnljQsECAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRgocSx-jjjSuZiJXHuNlAhZPhmbjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAK5mT0Rrym5x1NF2yah7nxZLo1y0madgpRkCREZyGAoW02DZD68DX6wagq4RbcOr_MAlhvWOTjVB8J52ZIsydOGq5NSpxte9Cy10m7-zSXWMn0yNE8YUToarDNRzmshQ5pEBXhjU6kSMEvqeNG8Fr3KrDZEVieQc5By_ZV8F9vtuv90XjrjiLw1qOrPVVvUFOTx-JlUR4aErF4Jldd_YA0aWCiYbvu3Bd1vWtXdnrkJSX-natlKNqGimVnj86nKEao8ktK5pKaHq6C8vbOLeNreXRy5C2fC1tgiZ00V2pHuk1qbOdhlzTDv8G0HZLm_T7_s92OBqMAwBJ1uChKnQm6M&s=Ns7FVwIQJj1PrnZoAB3n-GbXqfImPXXuYESVwAw0Ge6lCCQORM91ClrAswiRnSo62tPuqsXF-LbBTKEy2Ns5nrgwYItR76w8t--55c3-eeFHzxnrBq5Pv5dgHhe2HYNybZkjZbRfGeFMohsdt-wx0v6GXOZKWzXJ4tcMcmVZrBVSnnudaK55BaYoPrmbU3Jc3obSe1QDK9OEHCzZ29ZOWFEMzcow3AE7iOq1V9lAWS-PaNC_DuAaGbYsEPPVVbDCvE8rJWt_TI7vYpPEizpomWppKX2wtiO8Xn-s7RTSQ3lJ0lElDGH9-QiRLPHPuLldGs8SYyU3zEg4S3b3EQf_eg&h=aFFRTBcCOuYaw3xwXy7u4UmVl8vU-ivO3BZWWfizM2A + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d51bff1-3d24-4ae3-baca-e303738d9b14?monitor=true&api-version=2024-01-01&t=638840769095372494&c=MIIHhzCCBm-gAwIBAgITHgbIFmDY79XLPJrDjgAABsgWYDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUwNDE3MDcxODAyWhcNMjUxMDE0MDcxODAyWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMmXL0h9ESvC4b92QYV7yPeOyC8nGJyORFUoUm7UdBjxDbKTdSt8SfTfQkW5HjszhiwurE_fjCMlYj9_ymGSwiuCaKmitW7pcXF-WPgkAU2dKPUrSPqJAyeDDvG5SbZOmYYKHttoh0ZCPxadX4ljJ_k6BiE0-a-tSIYI__abusYKDqLuE9uYszi2Ra_hhLOH8qi2TBg71Jc7Dasa4RRwHnwfYbhpKL0tyMrBwyvMUGO00Q_Lx0iRvtIyWhp0HLppX7M2gzHCkh37uEJaggrcqn2T1QHSLgt2AuneElzaS8_if-JVZWv8ZdwCW8Oa-9JXQCzDSFKFP-2yMm1KPtualuUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBSJ3ygYgt4NuGG8mfdBelaS0ABH_DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAI2X3AiLN4s7W-C4ho0tyyAJfaEptV5HLxJHbIHK4awoIyOC8pp8Ay2pGHpXZlTZAhmvEJBKPbB0dVv_cphT1EjWF5rgvvLTBfp9Roo8PqmTQxmvMefBGXnYPmtPgtKMi5nwH1Y4xayGTzvIjIz1ZwYW5_hkF8jKx3e9bGDWPlgyHm3bRRRSgD650gZ7x69myyaDo4tX8FNWbLk-7PYxKiDBeLyle73_kab63klBJc7ep-O2AIxEtxi2DhDGLlGADWVwyYhEhlcFAhxXcOjCETnpsvDfOiK7XD3hnEkdKsChwTT9Gp6wEmn6xu59Qm2DenO3AMiv6vEyP2-7F-bR5G4&s=Rmji2ZrI9Vszufuq7g6wJjy-axV0UffQSKsFD7KOXKhm7pM_6Tj_McXkNpanAlk38ABTFMWRIfamVnx6Mp4MGImRKwYxKNyGs5-R8eBf-JGFncg6tDceu-kmd-d_xplHCU4vj4jbTIPOjkMQ62_VcIWma3v_DEbVF6AzWdnwaEI6cNrxQzMDMDm-KVBqPiXPG3N0agAeWn59Oay0sQOD7HiES_xXJMbK6PrWx1Mob0F_1hOiWhZsm_OfqOFJPXdcWuEJpABPOw4iPidm2UCV0Rcj5PEPjYzFrLviQ6NZ-G1JMjqnqQNDR6G-MfvgGwfG-FwTI2OBbhvvNmCbD8AiDg&h=SXxTh2vPOW9DVGFDFi80OUsncyz5W53QBEHpozCHXqA pragma: - no-cache strict-transport-security: @@ -199,13 +62175,13 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/6fb75be8-bad1-486b-9e80-e533843b3a1b + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/0b6c4d63-5058-4524-8a9f-2ca2febee2ad x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 11C4D54F407241CB89EE6873983B2088 Ref B: CO6AA3150220053 Ref C: 2025-05-08T22:20:56Z' + - 'Ref A: E1CF24D07AFC41CAA298772E4ED8FEAA Ref B: MNZ221060619029 Ref C: 2025-05-29T00:55:06Z' status: code: 202 message: Accepted @@ -225,7 +62201,7 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fee14b57-bf2f-4c57-a931-8b66f682fdc3?monitor=true&api-version=2024-01-01&t=638823396612473741&c=MIIHpTCCBo2gAwIBAgITOgWZuFmLREgOyTdeugAEBZm4WTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwNDE5MTQyMjI3WhcNMjUxMDE2MTQyMjI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPxDlNdj6r6H0vTzKfz228nqLQPXYSxPqEGQSSSCczQcCX3f_Xtnvc-lFdoleay-OVQlgfbWiMkGazl2q7FVj9BZUHJ3KXFg833nlMDzzIkfrA17t4t3OW-6po21aPw9TdEBtH-GReYxdd8YmK-hHhKfpllLkKKn29Z8r3ecn-VJ1URRr4gV1Dnhd8h62eio4oVWmqq_9ITkiyfphE8gKB3n-2ZGTlftv1uEX4hpgnUbyhP4GBPp9Ni0RdYmpukMEr1-GI3W5OnXgKOvoCRB0HZQKU-5u630M-76UA_GFyALd1X_xQwHcCHKvtBzX5EEcQ4AOj_B540c3Mp0HnljQsECAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRgocSx-jjjSuZiJXHuNlAhZPhmbjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAK5mT0Rrym5x1NF2yah7nxZLo1y0madgpRkCREZyGAoW02DZD68DX6wagq4RbcOr_MAlhvWOTjVB8J52ZIsydOGq5NSpxte9Cy10m7-zSXWMn0yNE8YUToarDNRzmshQ5pEBXhjU6kSMEvqeNG8Fr3KrDZEVieQc5By_ZV8F9vtuv90XjrjiLw1qOrPVVvUFOTx-JlUR4aErF4Jldd_YA0aWCiYbvu3Bd1vWtXdnrkJSX-natlKNqGimVnj86nKEao8ktK5pKaHq6C8vbOLeNreXRy5C2fC1tgiZ00V2pHuk1qbOdhlzTDv8G0HZLm_T7_s92OBqMAwBJ1uChKnQm6M&s=Ns7FVwIQJj1PrnZoAB3n-GbXqfImPXXuYESVwAw0Ge6lCCQORM91ClrAswiRnSo62tPuqsXF-LbBTKEy2Ns5nrgwYItR76w8t--55c3-eeFHzxnrBq5Pv5dgHhe2HYNybZkjZbRfGeFMohsdt-wx0v6GXOZKWzXJ4tcMcmVZrBVSnnudaK55BaYoPrmbU3Jc3obSe1QDK9OEHCzZ29ZOWFEMzcow3AE7iOq1V9lAWS-PaNC_DuAaGbYsEPPVVbDCvE8rJWt_TI7vYpPEizpomWppKX2wtiO8Xn-s7RTSQ3lJ0lElDGH9-QiRLPHPuLldGs8SYyU3zEg4S3b3EQf_eg&h=aFFRTBcCOuYaw3xwXy7u4UmVl8vU-ivO3BZWWfizM2A + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d51bff1-3d24-4ae3-baca-e303738d9b14?monitor=true&api-version=2024-01-01&t=638840769095372494&c=MIIHhzCCBm-gAwIBAgITHgbIFmDY79XLPJrDjgAABsgWYDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUwNDE3MDcxODAyWhcNMjUxMDE0MDcxODAyWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMmXL0h9ESvC4b92QYV7yPeOyC8nGJyORFUoUm7UdBjxDbKTdSt8SfTfQkW5HjszhiwurE_fjCMlYj9_ymGSwiuCaKmitW7pcXF-WPgkAU2dKPUrSPqJAyeDDvG5SbZOmYYKHttoh0ZCPxadX4ljJ_k6BiE0-a-tSIYI__abusYKDqLuE9uYszi2Ra_hhLOH8qi2TBg71Jc7Dasa4RRwHnwfYbhpKL0tyMrBwyvMUGO00Q_Lx0iRvtIyWhp0HLppX7M2gzHCkh37uEJaggrcqn2T1QHSLgt2AuneElzaS8_if-JVZWv8ZdwCW8Oa-9JXQCzDSFKFP-2yMm1KPtualuUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBSJ3ygYgt4NuGG8mfdBelaS0ABH_DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAI2X3AiLN4s7W-C4ho0tyyAJfaEptV5HLxJHbIHK4awoIyOC8pp8Ay2pGHpXZlTZAhmvEJBKPbB0dVv_cphT1EjWF5rgvvLTBfp9Roo8PqmTQxmvMefBGXnYPmtPgtKMi5nwH1Y4xayGTzvIjIz1ZwYW5_hkF8jKx3e9bGDWPlgyHm3bRRRSgD650gZ7x69myyaDo4tX8FNWbLk-7PYxKiDBeLyle73_kab63klBJc7ep-O2AIxEtxi2DhDGLlGADWVwyYhEhlcFAhxXcOjCETnpsvDfOiK7XD3hnEkdKsChwTT9Gp6wEmn6xu59Qm2DenO3AMiv6vEyP2-7F-bR5G4&s=Rmji2ZrI9Vszufuq7g6wJjy-axV0UffQSKsFD7KOXKhm7pM_6Tj_McXkNpanAlk38ABTFMWRIfamVnx6Mp4MGImRKwYxKNyGs5-R8eBf-JGFncg6tDceu-kmd-d_xplHCU4vj4jbTIPOjkMQ62_VcIWma3v_DEbVF6AzWdnwaEI6cNrxQzMDMDm-KVBqPiXPG3N0agAeWn59Oay0sQOD7HiES_xXJMbK6PrWx1Mob0F_1hOiWhZsm_OfqOFJPXdcWuEJpABPOw4iPidm2UCV0Rcj5PEPjYzFrLviQ6NZ-G1JMjqnqQNDR6G-MfvgGwfG-FwTI2OBbhvvNmCbD8AiDg&h=SXxTh2vPOW9DVGFDFi80OUsncyz5W53QBEHpozCHXqA response: body: string: '' @@ -237,11 +62213,11 @@ interactions: content-type: - text/plain; charset=utf-8 date: - - Thu, 08 May 2025 22:21:01 GMT + - Thu, 29 May 2025 00:55:09 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fee14b57-bf2f-4c57-a931-8b66f682fdc3?monitor=true&api-version=2024-01-01&t=638823396615688698&c=MIIHpTCCBo2gAwIBAgITOgWZuFmLREgOyTdeugAEBZm4WTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwNDE5MTQyMjI3WhcNMjUxMDE2MTQyMjI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPxDlNdj6r6H0vTzKfz228nqLQPXYSxPqEGQSSSCczQcCX3f_Xtnvc-lFdoleay-OVQlgfbWiMkGazl2q7FVj9BZUHJ3KXFg833nlMDzzIkfrA17t4t3OW-6po21aPw9TdEBtH-GReYxdd8YmK-hHhKfpllLkKKn29Z8r3ecn-VJ1URRr4gV1Dnhd8h62eio4oVWmqq_9ITkiyfphE8gKB3n-2ZGTlftv1uEX4hpgnUbyhP4GBPp9Ni0RdYmpukMEr1-GI3W5OnXgKOvoCRB0HZQKU-5u630M-76UA_GFyALd1X_xQwHcCHKvtBzX5EEcQ4AOj_B540c3Mp0HnljQsECAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRgocSx-jjjSuZiJXHuNlAhZPhmbjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAK5mT0Rrym5x1NF2yah7nxZLo1y0madgpRkCREZyGAoW02DZD68DX6wagq4RbcOr_MAlhvWOTjVB8J52ZIsydOGq5NSpxte9Cy10m7-zSXWMn0yNE8YUToarDNRzmshQ5pEBXhjU6kSMEvqeNG8Fr3KrDZEVieQc5By_ZV8F9vtuv90XjrjiLw1qOrPVVvUFOTx-JlUR4aErF4Jldd_YA0aWCiYbvu3Bd1vWtXdnrkJSX-natlKNqGimVnj86nKEao8ktK5pKaHq6C8vbOLeNreXRy5C2fC1tgiZ00V2pHuk1qbOdhlzTDv8G0HZLm_T7_s92OBqMAwBJ1uChKnQm6M&s=2Pw1aAoygiKzXUhr8xmDJUDuuRMySTaKScZj7OriO6kKAExfKfiScR_oiwyVyN7pIiIWNBSThO7-AIOH0F8E1EjSSL5ie-2R0FowF0c3bCrqdJHR9f0nIGFH06EAqWgs953BKJ8zWZlTqqo2IN4oog20Msk_MPOAV7yTKRSo4NI0FMSdskH0nx7uTiuk0HTppT3jMLa9gZNp_FRjuSguxTbWSdZRb0saYgfldVdwqFy_-obBt_obZ0yjWoYh4gQ_ng8u3CrI58vv8qFBv8osj3DfqkKk9lmrs48t8LyNK3HQGhBgOZGl4v7DacN_cf2C4_inqy8Ha2twsjz6d5pqMA&h=yripfpdjPlNJrXzYdRWjCHdZGTDGY6o668VMcwaMWdc + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d51bff1-3d24-4ae3-baca-e303738d9b14?monitor=true&api-version=2024-01-01&t=638840769100344520&c=MIIHhzCCBm-gAwIBAgITHgbIFmDY79XLPJrDjgAABsgWYDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUwNDE3MDcxODAyWhcNMjUxMDE0MDcxODAyWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMmXL0h9ESvC4b92QYV7yPeOyC8nGJyORFUoUm7UdBjxDbKTdSt8SfTfQkW5HjszhiwurE_fjCMlYj9_ymGSwiuCaKmitW7pcXF-WPgkAU2dKPUrSPqJAyeDDvG5SbZOmYYKHttoh0ZCPxadX4ljJ_k6BiE0-a-tSIYI__abusYKDqLuE9uYszi2Ra_hhLOH8qi2TBg71Jc7Dasa4RRwHnwfYbhpKL0tyMrBwyvMUGO00Q_Lx0iRvtIyWhp0HLppX7M2gzHCkh37uEJaggrcqn2T1QHSLgt2AuneElzaS8_if-JVZWv8ZdwCW8Oa-9JXQCzDSFKFP-2yMm1KPtualuUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBSJ3ygYgt4NuGG8mfdBelaS0ABH_DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAI2X3AiLN4s7W-C4ho0tyyAJfaEptV5HLxJHbIHK4awoIyOC8pp8Ay2pGHpXZlTZAhmvEJBKPbB0dVv_cphT1EjWF5rgvvLTBfp9Roo8PqmTQxmvMefBGXnYPmtPgtKMi5nwH1Y4xayGTzvIjIz1ZwYW5_hkF8jKx3e9bGDWPlgyHm3bRRRSgD650gZ7x69myyaDo4tX8FNWbLk-7PYxKiDBeLyle73_kab63klBJc7ep-O2AIxEtxi2DhDGLlGADWVwyYhEhlcFAhxXcOjCETnpsvDfOiK7XD3hnEkdKsChwTT9Gp6wEmn6xu59Qm2DenO3AMiv6vEyP2-7F-bR5G4&s=pPLnmGbVGRoIrclDmIarKC37gtosAC7_hCo7bgdCK2euqyMoHO7SM5M2ZYK71NEGWOeolSXnq7UvI1snvxBM7ghgmWUjPSZZhoXmGmkO4NXq5zjpXzlNB5j--HEsUniNwCm3yoSEp5y7wkN7WTdBnZ-ZmaQTGZIZGp-XMi3lrd-Zw-cs8JoqNJzseM8ifqRlXau6HbvP-szlCHjAY0V2V0O0Qj47j7-_CD6s7tqwlc_3UiB57iA0mE54WFvX71dMu_lpolTQjL6euUeazd3meZE859lDy4O4xdiPwWD0pIWdmUtLt1OxwFzLf9dta-VMsr1ZY9JAfJvGB3-MoiX4Ng&h=iufiWqsjXMtMhY6cycLl29iryx4kvoNwaTAR6f3sREU pragma: - no-cache strict-transport-security: @@ -251,11 +62227,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/d890b2cf-1293-40c3-ac5d-493f42f38559 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/ed7ccc75-2a60-4753-8ee4-d6c1dcfed8f9 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 447AAA91317F4B95B19E067FAB552BF2 Ref B: CO6AA3150220053 Ref C: 2025-05-08T22:21:01Z' + - 'Ref A: 3192D95BEE704DD6A39C4EAD5A9CFE9A Ref B: MNZ221060619029 Ref C: 2025-05-29T00:55:09Z' status: code: 202 message: Accepted @@ -275,10 +62251,10 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fee14b57-bf2f-4c57-a931-8b66f682fdc3?monitor=true&api-version=2024-01-01&t=638823396615688698&c=MIIHpTCCBo2gAwIBAgITOgWZuFmLREgOyTdeugAEBZm4WTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwNDE5MTQyMjI3WhcNMjUxMDE2MTQyMjI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPxDlNdj6r6H0vTzKfz228nqLQPXYSxPqEGQSSSCczQcCX3f_Xtnvc-lFdoleay-OVQlgfbWiMkGazl2q7FVj9BZUHJ3KXFg833nlMDzzIkfrA17t4t3OW-6po21aPw9TdEBtH-GReYxdd8YmK-hHhKfpllLkKKn29Z8r3ecn-VJ1URRr4gV1Dnhd8h62eio4oVWmqq_9ITkiyfphE8gKB3n-2ZGTlftv1uEX4hpgnUbyhP4GBPp9Ni0RdYmpukMEr1-GI3W5OnXgKOvoCRB0HZQKU-5u630M-76UA_GFyALd1X_xQwHcCHKvtBzX5EEcQ4AOj_B540c3Mp0HnljQsECAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRgocSx-jjjSuZiJXHuNlAhZPhmbjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAK5mT0Rrym5x1NF2yah7nxZLo1y0madgpRkCREZyGAoW02DZD68DX6wagq4RbcOr_MAlhvWOTjVB8J52ZIsydOGq5NSpxte9Cy10m7-zSXWMn0yNE8YUToarDNRzmshQ5pEBXhjU6kSMEvqeNG8Fr3KrDZEVieQc5By_ZV8F9vtuv90XjrjiLw1qOrPVVvUFOTx-JlUR4aErF4Jldd_YA0aWCiYbvu3Bd1vWtXdnrkJSX-natlKNqGimVnj86nKEao8ktK5pKaHq6C8vbOLeNreXRy5C2fC1tgiZ00V2pHuk1qbOdhlzTDv8G0HZLm_T7_s92OBqMAwBJ1uChKnQm6M&s=2Pw1aAoygiKzXUhr8xmDJUDuuRMySTaKScZj7OriO6kKAExfKfiScR_oiwyVyN7pIiIWNBSThO7-AIOH0F8E1EjSSL5ie-2R0FowF0c3bCrqdJHR9f0nIGFH06EAqWgs953BKJ8zWZlTqqo2IN4oog20Msk_MPOAV7yTKRSo4NI0FMSdskH0nx7uTiuk0HTppT3jMLa9gZNp_FRjuSguxTbWSdZRb0saYgfldVdwqFy_-obBt_obZ0yjWoYh4gQ_ng8u3CrI58vv8qFBv8osj3DfqkKk9lmrs48t8LyNK3HQGhBgOZGl4v7DacN_cf2C4_inqy8Ha2twsjz6d5pqMA&h=yripfpdjPlNJrXzYdRWjCHdZGTDGY6o668VMcwaMWdc + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1d51bff1-3d24-4ae3-baca-e303738d9b14?monitor=true&api-version=2024-01-01&t=638840769100344520&c=MIIHhzCCBm-gAwIBAgITHgbIFmDY79XLPJrDjgAABsgWYDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUwNDE3MDcxODAyWhcNMjUxMDE0MDcxODAyWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMmXL0h9ESvC4b92QYV7yPeOyC8nGJyORFUoUm7UdBjxDbKTdSt8SfTfQkW5HjszhiwurE_fjCMlYj9_ymGSwiuCaKmitW7pcXF-WPgkAU2dKPUrSPqJAyeDDvG5SbZOmYYKHttoh0ZCPxadX4ljJ_k6BiE0-a-tSIYI__abusYKDqLuE9uYszi2Ra_hhLOH8qi2TBg71Jc7Dasa4RRwHnwfYbhpKL0tyMrBwyvMUGO00Q_Lx0iRvtIyWhp0HLppX7M2gzHCkh37uEJaggrcqn2T1QHSLgt2AuneElzaS8_if-JVZWv8ZdwCW8Oa-9JXQCzDSFKFP-2yMm1KPtualuUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBSJ3ygYgt4NuGG8mfdBelaS0ABH_DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAI2X3AiLN4s7W-C4ho0tyyAJfaEptV5HLxJHbIHK4awoIyOC8pp8Ay2pGHpXZlTZAhmvEJBKPbB0dVv_cphT1EjWF5rgvvLTBfp9Roo8PqmTQxmvMefBGXnYPmtPgtKMi5nwH1Y4xayGTzvIjIz1ZwYW5_hkF8jKx3e9bGDWPlgyHm3bRRRSgD650gZ7x69myyaDo4tX8FNWbLk-7PYxKiDBeLyle73_kab63klBJc7ep-O2AIxEtxi2DhDGLlGADWVwyYhEhlcFAhxXcOjCETnpsvDfOiK7XD3hnEkdKsChwTT9Gp6wEmn6xu59Qm2DenO3AMiv6vEyP2-7F-bR5G4&s=pPLnmGbVGRoIrclDmIarKC37gtosAC7_hCo7bgdCK2euqyMoHO7SM5M2ZYK71NEGWOeolSXnq7UvI1snvxBM7ghgmWUjPSZZhoXmGmkO4NXq5zjpXzlNB5j--HEsUniNwCm3yoSEp5y7wkN7WTdBnZ-ZmaQTGZIZGp-XMi3lrd-Zw-cs8JoqNJzseM8ifqRlXau6HbvP-szlCHjAY0V2V0O0Qj47j7-_CD6s7tqwlc_3UiB57iA0mE54WFvX71dMu_lpolTQjL6euUeazd3meZE859lDy4O4xdiPwWD0pIWdmUtLt1OxwFzLf9dta-VMsr1ZY9JAfJvGB3-MoiX4Ng&h=iufiWqsjXMtMhY6cycLl29iryx4kvoNwaTAR6f3sREU response: body: - string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/storageacc000003","name":"storageacc000003","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-05-08T22:20:59.5429681Z","key2":"2025-05-08T22:20:59.5429681Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"allowSharedKeyAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-05-08T22:20:59.5429681Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-05-08T22:20:59.5429681Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-05-08T22:20:59.3555404Z","primaryEndpoints":{"dfs":"https://storageacc000003.dfs.core.windows.net/","web":"https://storageacc000003.z20.web.core.windows.net/","blob":"https://storageacc000003.blob.core.windows.net/","queue":"https://storageacc000003.queue.core.windows.net/","table":"https://storageacc000003.table.core.windows.net/","file":"https://storageacc000003.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}}' + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/storageacc000003","name":"storageacc000003","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-05-29T00:55:07.4173115Z","key2":"2025-05-29T00:55:07.4173115Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"allowSharedKeyAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-05-29T00:55:07.4173115Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-05-29T00:55:07.4173115Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-05-29T00:55:07.2454372Z","primaryEndpoints":{"dfs":"https://storageacc000003.dfs.core.windows.net/","web":"https://storageacc000003.z20.web.core.windows.net/","blob":"https://storageacc000003.blob.core.windows.net/","queue":"https://storageacc000003.queue.core.windows.net/","table":"https://storageacc000003.table.core.windows.net/","file":"https://storageacc000003.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}}' headers: cache-control: - no-cache @@ -287,7 +62263,7 @@ interactions: content-type: - application/json date: - - Thu, 08 May 2025 22:21:19 GMT + - Thu, 29 May 2025 00:55:25 GMT expires: - '-1' pragma: @@ -299,11 +62275,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/fb1a4fa8-bb0f-47b2-b463-70dd233e23d6 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/7db5295b-7ad6-4db4-be14-48f832579ba0 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 832810D9AD624B0D93661C7FE3A50A85 Ref B: CO6AA3150220053 Ref C: 2025-05-08T22:21:19Z' + - 'Ref A: CA7A82C63E7F49A6A30AD327DCB06573 Ref B: MNZ221060619029 Ref C: 2025-05-29T00:55:26Z' status: code: 200 message: OK @@ -325,7 +62301,7 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-storage-blob/12.16.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) x-ms-date: - - Thu, 08 May 2025 22:21:19 GMT + - Thu, 29 May 2025 00:55:30 GMT x-ms-version: - '2022-11-02' method: PUT @@ -337,11 +62313,11 @@ interactions: content-length: - '0' date: - - Thu, 08 May 2025 22:21:21 GMT + - Thu, 29 May 2025 00:55:32 GMT etag: - - '"0x8DD8E7EA9B12764"' + - '"0x8DD9E4B839A1606"' last-modified: - - Thu, 08 May 2025 22:21:22 GMT + - Thu, 29 May 2025 00:55:32 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: @@ -379,7 +62355,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:21:27 GMT + - Thu, 29 May 2025 00:56:24 GMT expires: - '-1' pragma: @@ -393,7 +62369,7 @@ interactions: x-ms-failure-cause: - gateway x-msedge-ref: - - 'Ref A: 0BC3009D67564C1F9AB7909DABBDA774 Ref B: MWH011020807031 Ref C: 2025-05-08T22:21:27Z' + - 'Ref A: 562703F9B1FB477BA9E8E2F2FE8F9F66 Ref B: BL2AA2011003034 Ref C: 2025-05-29T00:56:24Z' status: code: 404 message: Not Found @@ -413,10 +62389,10 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2024-11-01 + 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":"eastus2","tags":{"product":"azurecli","cause":"automation","test":"test_aks_extension_type_backup","date":"2025-05-08T22:20:34Z","module":"aks-preview"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"eastus2","tags":{"product":"azurecli","cause":"automation","test":"test_aks_extension_type_backup","date":"2025-05-29T00:54:22Z","module":"aks-preview"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -425,7 +62401,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:21:28 GMT + - Thu, 29 May 2025 00:56:25 GMT expires: - '-1' pragma: @@ -439,16 +62415,16 @@ interactions: x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 97094210F2A34ACD99D094D4AB21E8FA Ref B: MWH011020807025 Ref C: 2025-05-08T22:21:28Z' + - 'Ref A: 5BD7A0D72B90432EB9A76D486949626C Ref B: MNZ221060618027 Ref C: 2025-05-29T00:56:25Z' status: code: 200 message: OK - request: body: '{"location": "eastus2", "sku": {"name": "Base", "tier": "Free"}, "identity": {"type": "SystemAssigned"}, "kind": "Base", "properties": {"kubernetesVersion": - "", "dnsPrefix": "cliakstest-clitestpr575v653-069b26", "agentPoolProfiles": - [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 0, "workloadRuntime": - "OCIContainer", "osType": "Linux", "enableAutoScaling": false, "type": "VirtualMachineScaleSets", + "", "dnsPrefix": "cliakstest-clitest7gmah263z-15c06b", "agentPoolProfiles": + [{"count": 3, "vmSize": "", "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": [], "nodeInitializationTaints": @@ -456,11 +62432,10 @@ interactions: false, "networkProfile": {}, "securityProfile": {"sshAccess": "localuser"}, "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": {"podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", - "dnsServiceIP": "10.0.0.10", "outboundType": "loadBalancer", "loadBalancerSku": - "standard"}, "disableLocalAccounts": false, "storageProfile": {}, "bootstrapProfile": - {"artifactSource": "Direct"}}}' + test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "networkProfile": + {"podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", + "outboundType": "loadBalancer", "loadBalancerSku": "standard"}, "disableLocalAccounts": + false, "storageProfile": {}, "bootstrapProfile": {"artifactSource": "Direct"}}}' headers: Accept: - application/json @@ -471,7 +62446,7 @@ interactions: Connection: - keep-alive Content-Length: - - '2030' + - '1981' Content-Type: - application/json ParameterSetName: @@ -486,38 +62461,38 @@ interactions: \"location\": \"eastus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"kind\": \"Base\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.31\",\n \"currentKubernetesVersion\": \"1.31.7\",\n \"dnsPrefix\": \"cliakstest-clitestpr575v653-069b26\",\n - \ \"fqdn\": \"cliakstest-clitestpr575v653-069b26-9ml4zcz7.hcp.eastus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestpr575v653-069b26-9ml4zcz7.portal.hcp.eastus2.azmk8s.io\",\n + \"1.31\",\n \"currentKubernetesVersion\": \"1.31.8\",\n \"dnsPrefix\": \"cliakstest-clitest7gmah263z-15c06b\",\n + \ \"fqdn\": \"cliakstest-clitest7gmah263z-15c06b-qtk7cxk2.hcp.eastus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest7gmah263z-15c06b-qtk7cxk2.portal.hcp.eastus2.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\": 250,\n \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": - false,\n \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Creating\",\n - \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.31\",\n \"currentOrchestratorVersion\": \"1.31.7\",\n \"enableNodePublicIP\": - false,\n \"enableCustomCATrust\": false,\n \"nodeLabels\": {},\n \"mode\": - \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": - false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-2204gen2containerd-202504.28.0\",\n \"upgradeSettings\": {\n - \ \"maxSurge\": \"10%\",\n \"maxUnavailable\": \"0\"\n },\n \"enableFIPS\": - false,\n \"networkProfile\": {},\n \"securityProfile\": {\n \"sshAccess\": - \"LocalUser\",\n \"enableVTPM\": false,\n \"enableSecureBoot\": false\n - \ }\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + 3,\n \"vmSize\": \"Standard_D8ds_v5\",\n \"osDiskSizeGB\": 300,\n \"osDiskType\": + \"Ephemeral\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 250,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"scaleDownMode\": \"Delete\",\n \"provisioningState\": + \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n + \ \"orchestratorVersion\": \"1.31\",\n \"currentOrchestratorVersion\": + \"1.31.8\",\n \"enableNodePublicIP\": false,\n \"enableCustomCATrust\": + false,\n \"nodeLabels\": {},\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": + false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2containerd-202505.14.0\",\n + \ \"upgradeSettings\": {\n \"maxSurge\": \"10%\",\n \"maxUnavailable\": + \"0\"\n },\n \"enableFIPS\": false,\n \"networkProfile\": {},\n \"securityProfile\": + {\n \"sshAccess\": \"LocalUser\",\n \"enableVTPM\": false,\n \"enableSecureBoot\": + false\n }\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_eastus2\",\n \"enableRBAC\": true,\n - \ \"enablePodSecurityPolicy\": false,\n \"supportPlan\": \"KubernetesOfficial\",\n - \ \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"networkPluginMode\": - \"overlay\",\n \"networkPolicy\": \"none\",\n \"networkDataplane\": \"azure\",\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 \"podLinkLocalAccess\": + \ \"supportPlan\": \"KubernetesOfficial\",\n \"networkProfile\": {\n \"networkPlugin\": + \"azure\",\n \"networkPluginMode\": \"overlay\",\n \"networkPolicy\": + \"none\",\n \"networkDataplane\": \"azure\",\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 \"podLinkLocalAccess\": \"IMDS\"\n },\n \"maxAgentPools\": 100,\n \"autoUpgradeProfile\": {\n \"nodeOSUpgradeChannel\": \"NodeImage\"\n },\n \"disableLocalAccounts\": false,\n \"securityProfile\": {},\n \"storageProfile\": {\n \"diskCSIDriver\": {\n \"enabled\": true,\n @@ -525,27 +62500,27 @@ interactions: true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n },\n \ \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": {},\n \"metricsProfile\": {\n \"costAnalysis\": {\n \"enabled\": false\n - \ }\n },\n \"resourceUID\": \"681d2e6d8c16a80001ff83b0\",\n \"controlPlanePluginProfiles\": + \ }\n },\n \"resourceUID\": \"6837b0c0db78290001ac70b7\",\n \"controlPlanePluginProfiles\": {\n \"azure-monitor-metrics-ccp\": {\n \"enableV2\": true\n },\n \"karpenter\": {\n \"enableV2\": true\n },\n \"kubelet-serving-csr-approver\": {\n \ \"enableV2\": true\n },\n \"live-patching-controller\": {\n \"enableV2\": true\n },\n \"static-egress-controller\": {\n \"enableV2\": true\n - \ }\n },\n \"nodeProvisioningProfile\": {\n \"mode\": \"Manual\"\n },\n - \ \"bootstrapProfile\": {\n \"artifactSource\": \"Direct\"\n }\n },\n \"identity\": - {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ }\n },\n \"nodeProvisioningProfile\": {\n \"mode\": \"Manual\",\n \"defaultNodePools\": + \"Auto\"\n },\n \"bootstrapProfile\": {\n \"artifactSource\": \"Direct\"\n + \ }\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": {\n \ \"name\": \"Base\",\n \"tier\": \"Free\"\n }\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/8ded9f10-060c-4937-85f3-a4b269bd9696?api-version=2017-08-31&t=638823396947780725&c=MIIHpTCCBo2gAwIBAgITOgWZuFmLREgOyTdeugAEBZm4WTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwNDE5MTQyMjI3WhcNMjUxMDE2MTQyMjI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPxDlNdj6r6H0vTzKfz228nqLQPXYSxPqEGQSSSCczQcCX3f_Xtnvc-lFdoleay-OVQlgfbWiMkGazl2q7FVj9BZUHJ3KXFg833nlMDzzIkfrA17t4t3OW-6po21aPw9TdEBtH-GReYxdd8YmK-hHhKfpllLkKKn29Z8r3ecn-VJ1URRr4gV1Dnhd8h62eio4oVWmqq_9ITkiyfphE8gKB3n-2ZGTlftv1uEX4hpgnUbyhP4GBPp9Ni0RdYmpukMEr1-GI3W5OnXgKOvoCRB0HZQKU-5u630M-76UA_GFyALd1X_xQwHcCHKvtBzX5EEcQ4AOj_B540c3Mp0HnljQsECAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRgocSx-jjjSuZiJXHuNlAhZPhmbjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAK5mT0Rrym5x1NF2yah7nxZLo1y0madgpRkCREZyGAoW02DZD68DX6wagq4RbcOr_MAlhvWOTjVB8J52ZIsydOGq5NSpxte9Cy10m7-zSXWMn0yNE8YUToarDNRzmshQ5pEBXhjU6kSMEvqeNG8Fr3KrDZEVieQc5By_ZV8F9vtuv90XjrjiLw1qOrPVVvUFOTx-JlUR4aErF4Jldd_YA0aWCiYbvu3Bd1vWtXdnrkJSX-natlKNqGimVnj86nKEao8ktK5pKaHq6C8vbOLeNreXRy5C2fC1tgiZ00V2pHuk1qbOdhlzTDv8G0HZLm_T7_s92OBqMAwBJ1uChKnQm6M&s=B4_EVEYYitjyu1oL7QdP1VrZy0Ys1osiPMZBl3umIQge7yis02Vp0vKKiG5Ho-GhkOUDwQrStqM9w-cVR9FhVWLcQZdAF-zW_F-IGlciqhCe-xZl22BhI-jxKXwoWk7u88PAtUyvHhh21768yXzyno8GYxErO3FOF-MGjt3LqQoshkm4UZzlFctFr9duXDrNrNOSCIO6INrw-gUDSZRus_qqjeixZ2__JQpNtUOrDL1pGxgJT6K5Mfuj_lgAwKzpUQZDBCCJdcO-iB34dCWXJRU0IyUetk_2Ux9LDNsGV9qQXUsf6ZtxY9k-0m7YKsweRBDxvTfeREF5iCn9C7NeNg&h=SKe--tfw3iiYJCflm82C7llgvOcpYEUBWgYhsWoPdA4 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/1ebca92c-0411-4245-b752-c6a7a6f94c29?api-version=2025-03-01&t=638840769935786398&c=MIIHhzCCBm-gAwIBAgITHgbIFmDY79XLPJrDjgAABsgWYDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUwNDE3MDcxODAyWhcNMjUxMDE0MDcxODAyWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMmXL0h9ESvC4b92QYV7yPeOyC8nGJyORFUoUm7UdBjxDbKTdSt8SfTfQkW5HjszhiwurE_fjCMlYj9_ymGSwiuCaKmitW7pcXF-WPgkAU2dKPUrSPqJAyeDDvG5SbZOmYYKHttoh0ZCPxadX4ljJ_k6BiE0-a-tSIYI__abusYKDqLuE9uYszi2Ra_hhLOH8qi2TBg71Jc7Dasa4RRwHnwfYbhpKL0tyMrBwyvMUGO00Q_Lx0iRvtIyWhp0HLppX7M2gzHCkh37uEJaggrcqn2T1QHSLgt2AuneElzaS8_if-JVZWv8ZdwCW8Oa-9JXQCzDSFKFP-2yMm1KPtualuUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBSJ3ygYgt4NuGG8mfdBelaS0ABH_DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAI2X3AiLN4s7W-C4ho0tyyAJfaEptV5HLxJHbIHK4awoIyOC8pp8Ay2pGHpXZlTZAhmvEJBKPbB0dVv_cphT1EjWF5rgvvLTBfp9Roo8PqmTQxmvMefBGXnYPmtPgtKMi5nwH1Y4xayGTzvIjIz1ZwYW5_hkF8jKx3e9bGDWPlgyHm3bRRRSgD650gZ7x69myyaDo4tX8FNWbLk-7PYxKiDBeLyle73_kab63klBJc7ep-O2AIxEtxi2DhDGLlGADWVwyYhEhlcFAhxXcOjCETnpsvDfOiK7XD3hnEkdKsChwTT9Gp6wEmn6xu59Qm2DenO3AMiv6vEyP2-7F-bR5G4&s=sMnzVvBfk5EvI5BMJ54JSgEdPZxeIB2a6AF8gR9Fo6nDq8hgK7RsGAL_PHMLm5fuEVUF2MIxQly6fDyOMQw7Jog6vv6xMVJlzTO1NMf3qdXmeL-30W1BuXZkGsRG2RmvSPTckmM8M52sRCRGoeF5J0iwrXzjxYIlV96GPOOGmXQadEUN0G6UIu57KU1VrxZVntcWqV2qxGEkc_a0QqSSaO3dvG4ySnCUQwjFR2TZipGUkL6FGoSqgvwCc4uG3QVbKv3CflgmTSvWqG6-yXkI1YVZ7LIvXQVsVOoka62ze44RAPWMj65uzBM9x8npp11LeOwJ6gXzGiUjf6dxzrNmKA&h=R8-amp1cKq3Rt7HdbBN3Xxz6E5RRAaeubuPcgu-d8eQ cache-control: - no-cache content-length: - - '4689' + - '4687' content-type: - application/json date: - - Thu, 08 May 2025 22:21:34 GMT + - Thu, 29 May 2025 00:56:33 GMT expires: - '-1' pragma: @@ -557,13 +62532,13 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/5990b6f9-6b3a-420c-a560-c7a68f130d74 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/20f7f1ca-cc19-4572-8d8e-0503559f6c81 x-ms-ratelimit-remaining-subscription-global-writes: - - '12000' + - '11999' x-ms-ratelimit-remaining-subscription-writes: - - '800' + - '799' x-msedge-ref: - - 'Ref A: 8C3CC5AB5FF14D69BA5EAB2ECB728DD0 Ref B: MWH011020807031 Ref C: 2025-05-08T22:21:28Z' + - 'Ref A: 499B5007B1374AEAA4430AC3F946E6AA Ref B: BL2AA2011003034 Ref C: 2025-05-29T00:56:26Z' status: code: 201 message: Created @@ -583,60 +62558,11 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/8ded9f10-060c-4937-85f3-a4b269bd9696?api-version=2017-08-31&t=638823396947780725&c=MIIHpTCCBo2gAwIBAgITOgWZuFmLREgOyTdeugAEBZm4WTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwNDE5MTQyMjI3WhcNMjUxMDE2MTQyMjI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPxDlNdj6r6H0vTzKfz228nqLQPXYSxPqEGQSSSCczQcCX3f_Xtnvc-lFdoleay-OVQlgfbWiMkGazl2q7FVj9BZUHJ3KXFg833nlMDzzIkfrA17t4t3OW-6po21aPw9TdEBtH-GReYxdd8YmK-hHhKfpllLkKKn29Z8r3ecn-VJ1URRr4gV1Dnhd8h62eio4oVWmqq_9ITkiyfphE8gKB3n-2ZGTlftv1uEX4hpgnUbyhP4GBPp9Ni0RdYmpukMEr1-GI3W5OnXgKOvoCRB0HZQKU-5u630M-76UA_GFyALd1X_xQwHcCHKvtBzX5EEcQ4AOj_B540c3Mp0HnljQsECAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRgocSx-jjjSuZiJXHuNlAhZPhmbjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAK5mT0Rrym5x1NF2yah7nxZLo1y0madgpRkCREZyGAoW02DZD68DX6wagq4RbcOr_MAlhvWOTjVB8J52ZIsydOGq5NSpxte9Cy10m7-zSXWMn0yNE8YUToarDNRzmshQ5pEBXhjU6kSMEvqeNG8Fr3KrDZEVieQc5By_ZV8F9vtuv90XjrjiLw1qOrPVVvUFOTx-JlUR4aErF4Jldd_YA0aWCiYbvu3Bd1vWtXdnrkJSX-natlKNqGimVnj86nKEao8ktK5pKaHq6C8vbOLeNreXRy5C2fC1tgiZ00V2pHuk1qbOdhlzTDv8G0HZLm_T7_s92OBqMAwBJ1uChKnQm6M&s=B4_EVEYYitjyu1oL7QdP1VrZy0Ys1osiPMZBl3umIQge7yis02Vp0vKKiG5Ho-GhkOUDwQrStqM9w-cVR9FhVWLcQZdAF-zW_F-IGlciqhCe-xZl22BhI-jxKXwoWk7u88PAtUyvHhh21768yXzyno8GYxErO3FOF-MGjt3LqQoshkm4UZzlFctFr9duXDrNrNOSCIO6INrw-gUDSZRus_qqjeixZ2__JQpNtUOrDL1pGxgJT6K5Mfuj_lgAwKzpUQZDBCCJdcO-iB34dCWXJRU0IyUetk_2Ux9LDNsGV9qQXUsf6ZtxY9k-0m7YKsweRBDxvTfeREF5iCn9C7NeNg&h=SKe--tfw3iiYJCflm82C7llgvOcpYEUBWgYhsWoPdA4 - response: - body: - string: "{\n \"name\": \"8ded9f10-060c-4937-85f3-a4b269bd9696\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2025-05-08T22:21:34.5818316Z\"\n}" - headers: - cache-control: - - no-cache - content-length: - - '122' - content-type: - - application/json - date: - - Thu, 08 May 2025 22:21:34 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-cache: - - CONFIG_NOCACHE - x-content-type-options: - - nosniff - x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/8038ecfd-af17-4e3a-81c4-27c2c04ff219 - x-ms-ratelimit-remaining-subscription-global-reads: - - '16499' - x-msedge-ref: - - 'Ref A: F67C446B9B50481684BD43E443D0CA73 Ref B: MWH011020807031 Ref C: 2025-05-08T22:21:34Z' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aks create - Connection: - - keep-alive - ParameterSetName: - - -g -n --node-count --ssh-key-value - User-Agent: - - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/8ded9f10-060c-4937-85f3-a4b269bd9696?api-version=2017-08-31&t=638823396947780725&c=MIIHpTCCBo2gAwIBAgITOgWZuFmLREgOyTdeugAEBZm4WTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwNDE5MTQyMjI3WhcNMjUxMDE2MTQyMjI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPxDlNdj6r6H0vTzKfz228nqLQPXYSxPqEGQSSSCczQcCX3f_Xtnvc-lFdoleay-OVQlgfbWiMkGazl2q7FVj9BZUHJ3KXFg833nlMDzzIkfrA17t4t3OW-6po21aPw9TdEBtH-GReYxdd8YmK-hHhKfpllLkKKn29Z8r3ecn-VJ1URRr4gV1Dnhd8h62eio4oVWmqq_9ITkiyfphE8gKB3n-2ZGTlftv1uEX4hpgnUbyhP4GBPp9Ni0RdYmpukMEr1-GI3W5OnXgKOvoCRB0HZQKU-5u630M-76UA_GFyALd1X_xQwHcCHKvtBzX5EEcQ4AOj_B540c3Mp0HnljQsECAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRgocSx-jjjSuZiJXHuNlAhZPhmbjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAK5mT0Rrym5x1NF2yah7nxZLo1y0madgpRkCREZyGAoW02DZD68DX6wagq4RbcOr_MAlhvWOTjVB8J52ZIsydOGq5NSpxte9Cy10m7-zSXWMn0yNE8YUToarDNRzmshQ5pEBXhjU6kSMEvqeNG8Fr3KrDZEVieQc5By_ZV8F9vtuv90XjrjiLw1qOrPVVvUFOTx-JlUR4aErF4Jldd_YA0aWCiYbvu3Bd1vWtXdnrkJSX-natlKNqGimVnj86nKEao8ktK5pKaHq6C8vbOLeNreXRy5C2fC1tgiZ00V2pHuk1qbOdhlzTDv8G0HZLm_T7_s92OBqMAwBJ1uChKnQm6M&s=B4_EVEYYitjyu1oL7QdP1VrZy0Ys1osiPMZBl3umIQge7yis02Vp0vKKiG5Ho-GhkOUDwQrStqM9w-cVR9FhVWLcQZdAF-zW_F-IGlciqhCe-xZl22BhI-jxKXwoWk7u88PAtUyvHhh21768yXzyno8GYxErO3FOF-MGjt3LqQoshkm4UZzlFctFr9duXDrNrNOSCIO6INrw-gUDSZRus_qqjeixZ2__JQpNtUOrDL1pGxgJT6K5Mfuj_lgAwKzpUQZDBCCJdcO-iB34dCWXJRU0IyUetk_2Ux9LDNsGV9qQXUsf6ZtxY9k-0m7YKsweRBDxvTfeREF5iCn9C7NeNg&h=SKe--tfw3iiYJCflm82C7llgvOcpYEUBWgYhsWoPdA4 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/1ebca92c-0411-4245-b752-c6a7a6f94c29?api-version=2025-03-01&t=638840769935786398&c=MIIHhzCCBm-gAwIBAgITHgbIFmDY79XLPJrDjgAABsgWYDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUwNDE3MDcxODAyWhcNMjUxMDE0MDcxODAyWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMmXL0h9ESvC4b92QYV7yPeOyC8nGJyORFUoUm7UdBjxDbKTdSt8SfTfQkW5HjszhiwurE_fjCMlYj9_ymGSwiuCaKmitW7pcXF-WPgkAU2dKPUrSPqJAyeDDvG5SbZOmYYKHttoh0ZCPxadX4ljJ_k6BiE0-a-tSIYI__abusYKDqLuE9uYszi2Ra_hhLOH8qi2TBg71Jc7Dasa4RRwHnwfYbhpKL0tyMrBwyvMUGO00Q_Lx0iRvtIyWhp0HLppX7M2gzHCkh37uEJaggrcqn2T1QHSLgt2AuneElzaS8_if-JVZWv8ZdwCW8Oa-9JXQCzDSFKFP-2yMm1KPtualuUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBSJ3ygYgt4NuGG8mfdBelaS0ABH_DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAI2X3AiLN4s7W-C4ho0tyyAJfaEptV5HLxJHbIHK4awoIyOC8pp8Ay2pGHpXZlTZAhmvEJBKPbB0dVv_cphT1EjWF5rgvvLTBfp9Roo8PqmTQxmvMefBGXnYPmtPgtKMi5nwH1Y4xayGTzvIjIz1ZwYW5_hkF8jKx3e9bGDWPlgyHm3bRRRSgD650gZ7x69myyaDo4tX8FNWbLk-7PYxKiDBeLyle73_kab63klBJc7ep-O2AIxEtxi2DhDGLlGADWVwyYhEhlcFAhxXcOjCETnpsvDfOiK7XD3hnEkdKsChwTT9Gp6wEmn6xu59Qm2DenO3AMiv6vEyP2-7F-bR5G4&s=sMnzVvBfk5EvI5BMJ54JSgEdPZxeIB2a6AF8gR9Fo6nDq8hgK7RsGAL_PHMLm5fuEVUF2MIxQly6fDyOMQw7Jog6vv6xMVJlzTO1NMf3qdXmeL-30W1BuXZkGsRG2RmvSPTckmM8M52sRCRGoeF5J0iwrXzjxYIlV96GPOOGmXQadEUN0G6UIu57KU1VrxZVntcWqV2qxGEkc_a0QqSSaO3dvG4ySnCUQwjFR2TZipGUkL6FGoSqgvwCc4uG3QVbKv3CflgmTSvWqG6-yXkI1YVZ7LIvXQVsVOoka62ze44RAPWMj65uzBM9x8npp11LeOwJ6gXzGiUjf6dxzrNmKA&h=R8-amp1cKq3Rt7HdbBN3Xxz6E5RRAaeubuPcgu-d8eQ response: body: - string: "{\n \"name\": \"8ded9f10-060c-4937-85f3-a4b269bd9696\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2025-05-08T22:21:34.5818316Z\"\n}" + string: "{\n \"name\": \"1ebca92c-0411-4245-b752-c6a7a6f94c29\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2025-05-29T00:56:33.4582452Z\"\n}" headers: cache-control: - no-cache @@ -645,7 +62571,7 @@ interactions: content-type: - application/json date: - - Thu, 08 May 2025 22:22:05 GMT + - Thu, 29 May 2025 00:56:33 GMT expires: - '-1' pragma: @@ -657,11 +62583,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/9f6482ff-58d2-4b4d-b99b-1f2833bc65d4 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/32f48e52-e5f3-4791-b1cb-8071910504f8 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 797631B63D7E492DB4B5B64677E5D4B2 Ref B: MWH011020807031 Ref C: 2025-05-08T22:22:05Z' + - 'Ref A: D51B325C87BA49C6BD401F83282C18CD Ref B: BL2AA2011003034 Ref C: 2025-05-29T00:56:33Z' status: code: 200 message: OK @@ -681,11 +62607,11 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/8ded9f10-060c-4937-85f3-a4b269bd9696?api-version=2017-08-31&t=638823396947780725&c=MIIHpTCCBo2gAwIBAgITOgWZuFmLREgOyTdeugAEBZm4WTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwNDE5MTQyMjI3WhcNMjUxMDE2MTQyMjI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPxDlNdj6r6H0vTzKfz228nqLQPXYSxPqEGQSSSCczQcCX3f_Xtnvc-lFdoleay-OVQlgfbWiMkGazl2q7FVj9BZUHJ3KXFg833nlMDzzIkfrA17t4t3OW-6po21aPw9TdEBtH-GReYxdd8YmK-hHhKfpllLkKKn29Z8r3ecn-VJ1URRr4gV1Dnhd8h62eio4oVWmqq_9ITkiyfphE8gKB3n-2ZGTlftv1uEX4hpgnUbyhP4GBPp9Ni0RdYmpukMEr1-GI3W5OnXgKOvoCRB0HZQKU-5u630M-76UA_GFyALd1X_xQwHcCHKvtBzX5EEcQ4AOj_B540c3Mp0HnljQsECAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRgocSx-jjjSuZiJXHuNlAhZPhmbjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAK5mT0Rrym5x1NF2yah7nxZLo1y0madgpRkCREZyGAoW02DZD68DX6wagq4RbcOr_MAlhvWOTjVB8J52ZIsydOGq5NSpxte9Cy10m7-zSXWMn0yNE8YUToarDNRzmshQ5pEBXhjU6kSMEvqeNG8Fr3KrDZEVieQc5By_ZV8F9vtuv90XjrjiLw1qOrPVVvUFOTx-JlUR4aErF4Jldd_YA0aWCiYbvu3Bd1vWtXdnrkJSX-natlKNqGimVnj86nKEao8ktK5pKaHq6C8vbOLeNreXRy5C2fC1tgiZ00V2pHuk1qbOdhlzTDv8G0HZLm_T7_s92OBqMAwBJ1uChKnQm6M&s=B4_EVEYYitjyu1oL7QdP1VrZy0Ys1osiPMZBl3umIQge7yis02Vp0vKKiG5Ho-GhkOUDwQrStqM9w-cVR9FhVWLcQZdAF-zW_F-IGlciqhCe-xZl22BhI-jxKXwoWk7u88PAtUyvHhh21768yXzyno8GYxErO3FOF-MGjt3LqQoshkm4UZzlFctFr9duXDrNrNOSCIO6INrw-gUDSZRus_qqjeixZ2__JQpNtUOrDL1pGxgJT6K5Mfuj_lgAwKzpUQZDBCCJdcO-iB34dCWXJRU0IyUetk_2Ux9LDNsGV9qQXUsf6ZtxY9k-0m7YKsweRBDxvTfeREF5iCn9C7NeNg&h=SKe--tfw3iiYJCflm82C7llgvOcpYEUBWgYhsWoPdA4 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/1ebca92c-0411-4245-b752-c6a7a6f94c29?api-version=2025-03-01&t=638840769935786398&c=MIIHhzCCBm-gAwIBAgITHgbIFmDY79XLPJrDjgAABsgWYDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUwNDE3MDcxODAyWhcNMjUxMDE0MDcxODAyWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMmXL0h9ESvC4b92QYV7yPeOyC8nGJyORFUoUm7UdBjxDbKTdSt8SfTfQkW5HjszhiwurE_fjCMlYj9_ymGSwiuCaKmitW7pcXF-WPgkAU2dKPUrSPqJAyeDDvG5SbZOmYYKHttoh0ZCPxadX4ljJ_k6BiE0-a-tSIYI__abusYKDqLuE9uYszi2Ra_hhLOH8qi2TBg71Jc7Dasa4RRwHnwfYbhpKL0tyMrBwyvMUGO00Q_Lx0iRvtIyWhp0HLppX7M2gzHCkh37uEJaggrcqn2T1QHSLgt2AuneElzaS8_if-JVZWv8ZdwCW8Oa-9JXQCzDSFKFP-2yMm1KPtualuUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBSJ3ygYgt4NuGG8mfdBelaS0ABH_DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAI2X3AiLN4s7W-C4ho0tyyAJfaEptV5HLxJHbIHK4awoIyOC8pp8Ay2pGHpXZlTZAhmvEJBKPbB0dVv_cphT1EjWF5rgvvLTBfp9Roo8PqmTQxmvMefBGXnYPmtPgtKMi5nwH1Y4xayGTzvIjIz1ZwYW5_hkF8jKx3e9bGDWPlgyHm3bRRRSgD650gZ7x69myyaDo4tX8FNWbLk-7PYxKiDBeLyle73_kab63klBJc7ep-O2AIxEtxi2DhDGLlGADWVwyYhEhlcFAhxXcOjCETnpsvDfOiK7XD3hnEkdKsChwTT9Gp6wEmn6xu59Qm2DenO3AMiv6vEyP2-7F-bR5G4&s=sMnzVvBfk5EvI5BMJ54JSgEdPZxeIB2a6AF8gR9Fo6nDq8hgK7RsGAL_PHMLm5fuEVUF2MIxQly6fDyOMQw7Jog6vv6xMVJlzTO1NMf3qdXmeL-30W1BuXZkGsRG2RmvSPTckmM8M52sRCRGoeF5J0iwrXzjxYIlV96GPOOGmXQadEUN0G6UIu57KU1VrxZVntcWqV2qxGEkc_a0QqSSaO3dvG4ySnCUQwjFR2TZipGUkL6FGoSqgvwCc4uG3QVbKv3CflgmTSvWqG6-yXkI1YVZ7LIvXQVsVOoka62ze44RAPWMj65uzBM9x8npp11LeOwJ6gXzGiUjf6dxzrNmKA&h=R8-amp1cKq3Rt7HdbBN3Xxz6E5RRAaeubuPcgu-d8eQ response: body: - string: "{\n \"name\": \"8ded9f10-060c-4937-85f3-a4b269bd9696\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2025-05-08T22:21:34.5818316Z\"\n}" + string: "{\n \"name\": \"1ebca92c-0411-4245-b752-c6a7a6f94c29\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2025-05-29T00:56:33.4582452Z\"\n}" headers: cache-control: - no-cache @@ -694,7 +62620,7 @@ interactions: content-type: - application/json date: - - Thu, 08 May 2025 22:22:35 GMT + - Thu, 29 May 2025 00:57:02 GMT expires: - '-1' pragma: @@ -706,11 +62632,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/d5bf2452-1797-495d-a529-d91335b622a9 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/28c0dfb8-0506-4079-986d-82cef93d5269 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 2698F0165B284B628164A92AE39B3C59 Ref B: MWH011020807031 Ref C: 2025-05-08T22:22:35Z' + - 'Ref A: 9F75739146084A3388D772B7BA484761 Ref B: BL2AA2011003034 Ref C: 2025-05-29T00:57:02Z' status: code: 200 message: OK @@ -730,11 +62656,11 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/8ded9f10-060c-4937-85f3-a4b269bd9696?api-version=2017-08-31&t=638823396947780725&c=MIIHpTCCBo2gAwIBAgITOgWZuFmLREgOyTdeugAEBZm4WTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwNDE5MTQyMjI3WhcNMjUxMDE2MTQyMjI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPxDlNdj6r6H0vTzKfz228nqLQPXYSxPqEGQSSSCczQcCX3f_Xtnvc-lFdoleay-OVQlgfbWiMkGazl2q7FVj9BZUHJ3KXFg833nlMDzzIkfrA17t4t3OW-6po21aPw9TdEBtH-GReYxdd8YmK-hHhKfpllLkKKn29Z8r3ecn-VJ1URRr4gV1Dnhd8h62eio4oVWmqq_9ITkiyfphE8gKB3n-2ZGTlftv1uEX4hpgnUbyhP4GBPp9Ni0RdYmpukMEr1-GI3W5OnXgKOvoCRB0HZQKU-5u630M-76UA_GFyALd1X_xQwHcCHKvtBzX5EEcQ4AOj_B540c3Mp0HnljQsECAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRgocSx-jjjSuZiJXHuNlAhZPhmbjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAK5mT0Rrym5x1NF2yah7nxZLo1y0madgpRkCREZyGAoW02DZD68DX6wagq4RbcOr_MAlhvWOTjVB8J52ZIsydOGq5NSpxte9Cy10m7-zSXWMn0yNE8YUToarDNRzmshQ5pEBXhjU6kSMEvqeNG8Fr3KrDZEVieQc5By_ZV8F9vtuv90XjrjiLw1qOrPVVvUFOTx-JlUR4aErF4Jldd_YA0aWCiYbvu3Bd1vWtXdnrkJSX-natlKNqGimVnj86nKEao8ktK5pKaHq6C8vbOLeNreXRy5C2fC1tgiZ00V2pHuk1qbOdhlzTDv8G0HZLm_T7_s92OBqMAwBJ1uChKnQm6M&s=B4_EVEYYitjyu1oL7QdP1VrZy0Ys1osiPMZBl3umIQge7yis02Vp0vKKiG5Ho-GhkOUDwQrStqM9w-cVR9FhVWLcQZdAF-zW_F-IGlciqhCe-xZl22BhI-jxKXwoWk7u88PAtUyvHhh21768yXzyno8GYxErO3FOF-MGjt3LqQoshkm4UZzlFctFr9duXDrNrNOSCIO6INrw-gUDSZRus_qqjeixZ2__JQpNtUOrDL1pGxgJT6K5Mfuj_lgAwKzpUQZDBCCJdcO-iB34dCWXJRU0IyUetk_2Ux9LDNsGV9qQXUsf6ZtxY9k-0m7YKsweRBDxvTfeREF5iCn9C7NeNg&h=SKe--tfw3iiYJCflm82C7llgvOcpYEUBWgYhsWoPdA4 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/1ebca92c-0411-4245-b752-c6a7a6f94c29?api-version=2025-03-01&t=638840769935786398&c=MIIHhzCCBm-gAwIBAgITHgbIFmDY79XLPJrDjgAABsgWYDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUwNDE3MDcxODAyWhcNMjUxMDE0MDcxODAyWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMmXL0h9ESvC4b92QYV7yPeOyC8nGJyORFUoUm7UdBjxDbKTdSt8SfTfQkW5HjszhiwurE_fjCMlYj9_ymGSwiuCaKmitW7pcXF-WPgkAU2dKPUrSPqJAyeDDvG5SbZOmYYKHttoh0ZCPxadX4ljJ_k6BiE0-a-tSIYI__abusYKDqLuE9uYszi2Ra_hhLOH8qi2TBg71Jc7Dasa4RRwHnwfYbhpKL0tyMrBwyvMUGO00Q_Lx0iRvtIyWhp0HLppX7M2gzHCkh37uEJaggrcqn2T1QHSLgt2AuneElzaS8_if-JVZWv8ZdwCW8Oa-9JXQCzDSFKFP-2yMm1KPtualuUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBSJ3ygYgt4NuGG8mfdBelaS0ABH_DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAI2X3AiLN4s7W-C4ho0tyyAJfaEptV5HLxJHbIHK4awoIyOC8pp8Ay2pGHpXZlTZAhmvEJBKPbB0dVv_cphT1EjWF5rgvvLTBfp9Roo8PqmTQxmvMefBGXnYPmtPgtKMi5nwH1Y4xayGTzvIjIz1ZwYW5_hkF8jKx3e9bGDWPlgyHm3bRRRSgD650gZ7x69myyaDo4tX8FNWbLk-7PYxKiDBeLyle73_kab63klBJc7ep-O2AIxEtxi2DhDGLlGADWVwyYhEhlcFAhxXcOjCETnpsvDfOiK7XD3hnEkdKsChwTT9Gp6wEmn6xu59Qm2DenO3AMiv6vEyP2-7F-bR5G4&s=sMnzVvBfk5EvI5BMJ54JSgEdPZxeIB2a6AF8gR9Fo6nDq8hgK7RsGAL_PHMLm5fuEVUF2MIxQly6fDyOMQw7Jog6vv6xMVJlzTO1NMf3qdXmeL-30W1BuXZkGsRG2RmvSPTckmM8M52sRCRGoeF5J0iwrXzjxYIlV96GPOOGmXQadEUN0G6UIu57KU1VrxZVntcWqV2qxGEkc_a0QqSSaO3dvG4ySnCUQwjFR2TZipGUkL6FGoSqgvwCc4uG3QVbKv3CflgmTSvWqG6-yXkI1YVZ7LIvXQVsVOoka62ze44RAPWMj65uzBM9x8npp11LeOwJ6gXzGiUjf6dxzrNmKA&h=R8-amp1cKq3Rt7HdbBN3Xxz6E5RRAaeubuPcgu-d8eQ response: body: - string: "{\n \"name\": \"8ded9f10-060c-4937-85f3-a4b269bd9696\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2025-05-08T22:21:34.5818316Z\"\n}" + string: "{\n \"name\": \"1ebca92c-0411-4245-b752-c6a7a6f94c29\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2025-05-29T00:56:33.4582452Z\"\n}" headers: cache-control: - no-cache @@ -743,7 +62669,7 @@ interactions: content-type: - application/json date: - - Thu, 08 May 2025 22:23:05 GMT + - Thu, 29 May 2025 00:57:30 GMT expires: - '-1' pragma: @@ -755,11 +62681,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/ff49ee2c-e025-4672-9fd3-210a3bec6922 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/9d5b8f6d-0545-4ec8-b113-aba23ead4e6c x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: EDF6CD34460C4BCD9374E479B3BEFEDC Ref B: MWH011020807031 Ref C: 2025-05-08T22:23:06Z' + - 'Ref A: 5FC9E912E0124643B6461B23E2ECD7F8 Ref B: BL2AA2011003034 Ref C: 2025-05-29T00:57:30Z' status: code: 200 message: OK @@ -779,11 +62705,11 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/8ded9f10-060c-4937-85f3-a4b269bd9696?api-version=2017-08-31&t=638823396947780725&c=MIIHpTCCBo2gAwIBAgITOgWZuFmLREgOyTdeugAEBZm4WTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwNDE5MTQyMjI3WhcNMjUxMDE2MTQyMjI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPxDlNdj6r6H0vTzKfz228nqLQPXYSxPqEGQSSSCczQcCX3f_Xtnvc-lFdoleay-OVQlgfbWiMkGazl2q7FVj9BZUHJ3KXFg833nlMDzzIkfrA17t4t3OW-6po21aPw9TdEBtH-GReYxdd8YmK-hHhKfpllLkKKn29Z8r3ecn-VJ1URRr4gV1Dnhd8h62eio4oVWmqq_9ITkiyfphE8gKB3n-2ZGTlftv1uEX4hpgnUbyhP4GBPp9Ni0RdYmpukMEr1-GI3W5OnXgKOvoCRB0HZQKU-5u630M-76UA_GFyALd1X_xQwHcCHKvtBzX5EEcQ4AOj_B540c3Mp0HnljQsECAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRgocSx-jjjSuZiJXHuNlAhZPhmbjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAK5mT0Rrym5x1NF2yah7nxZLo1y0madgpRkCREZyGAoW02DZD68DX6wagq4RbcOr_MAlhvWOTjVB8J52ZIsydOGq5NSpxte9Cy10m7-zSXWMn0yNE8YUToarDNRzmshQ5pEBXhjU6kSMEvqeNG8Fr3KrDZEVieQc5By_ZV8F9vtuv90XjrjiLw1qOrPVVvUFOTx-JlUR4aErF4Jldd_YA0aWCiYbvu3Bd1vWtXdnrkJSX-natlKNqGimVnj86nKEao8ktK5pKaHq6C8vbOLeNreXRy5C2fC1tgiZ00V2pHuk1qbOdhlzTDv8G0HZLm_T7_s92OBqMAwBJ1uChKnQm6M&s=B4_EVEYYitjyu1oL7QdP1VrZy0Ys1osiPMZBl3umIQge7yis02Vp0vKKiG5Ho-GhkOUDwQrStqM9w-cVR9FhVWLcQZdAF-zW_F-IGlciqhCe-xZl22BhI-jxKXwoWk7u88PAtUyvHhh21768yXzyno8GYxErO3FOF-MGjt3LqQoshkm4UZzlFctFr9duXDrNrNOSCIO6INrw-gUDSZRus_qqjeixZ2__JQpNtUOrDL1pGxgJT6K5Mfuj_lgAwKzpUQZDBCCJdcO-iB34dCWXJRU0IyUetk_2Ux9LDNsGV9qQXUsf6ZtxY9k-0m7YKsweRBDxvTfeREF5iCn9C7NeNg&h=SKe--tfw3iiYJCflm82C7llgvOcpYEUBWgYhsWoPdA4 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/1ebca92c-0411-4245-b752-c6a7a6f94c29?api-version=2025-03-01&t=638840769935786398&c=MIIHhzCCBm-gAwIBAgITHgbIFmDY79XLPJrDjgAABsgWYDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUwNDE3MDcxODAyWhcNMjUxMDE0MDcxODAyWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMmXL0h9ESvC4b92QYV7yPeOyC8nGJyORFUoUm7UdBjxDbKTdSt8SfTfQkW5HjszhiwurE_fjCMlYj9_ymGSwiuCaKmitW7pcXF-WPgkAU2dKPUrSPqJAyeDDvG5SbZOmYYKHttoh0ZCPxadX4ljJ_k6BiE0-a-tSIYI__abusYKDqLuE9uYszi2Ra_hhLOH8qi2TBg71Jc7Dasa4RRwHnwfYbhpKL0tyMrBwyvMUGO00Q_Lx0iRvtIyWhp0HLppX7M2gzHCkh37uEJaggrcqn2T1QHSLgt2AuneElzaS8_if-JVZWv8ZdwCW8Oa-9JXQCzDSFKFP-2yMm1KPtualuUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBSJ3ygYgt4NuGG8mfdBelaS0ABH_DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAI2X3AiLN4s7W-C4ho0tyyAJfaEptV5HLxJHbIHK4awoIyOC8pp8Ay2pGHpXZlTZAhmvEJBKPbB0dVv_cphT1EjWF5rgvvLTBfp9Roo8PqmTQxmvMefBGXnYPmtPgtKMi5nwH1Y4xayGTzvIjIz1ZwYW5_hkF8jKx3e9bGDWPlgyHm3bRRRSgD650gZ7x69myyaDo4tX8FNWbLk-7PYxKiDBeLyle73_kab63klBJc7ep-O2AIxEtxi2DhDGLlGADWVwyYhEhlcFAhxXcOjCETnpsvDfOiK7XD3hnEkdKsChwTT9Gp6wEmn6xu59Qm2DenO3AMiv6vEyP2-7F-bR5G4&s=sMnzVvBfk5EvI5BMJ54JSgEdPZxeIB2a6AF8gR9Fo6nDq8hgK7RsGAL_PHMLm5fuEVUF2MIxQly6fDyOMQw7Jog6vv6xMVJlzTO1NMf3qdXmeL-30W1BuXZkGsRG2RmvSPTckmM8M52sRCRGoeF5J0iwrXzjxYIlV96GPOOGmXQadEUN0G6UIu57KU1VrxZVntcWqV2qxGEkc_a0QqSSaO3dvG4ySnCUQwjFR2TZipGUkL6FGoSqgvwCc4uG3QVbKv3CflgmTSvWqG6-yXkI1YVZ7LIvXQVsVOoka62ze44RAPWMj65uzBM9x8npp11LeOwJ6gXzGiUjf6dxzrNmKA&h=R8-amp1cKq3Rt7HdbBN3Xxz6E5RRAaeubuPcgu-d8eQ response: body: - string: "{\n \"name\": \"8ded9f10-060c-4937-85f3-a4b269bd9696\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2025-05-08T22:21:34.5818316Z\"\n}" + string: "{\n \"name\": \"1ebca92c-0411-4245-b752-c6a7a6f94c29\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2025-05-29T00:56:33.4582452Z\"\n}" headers: cache-control: - no-cache @@ -792,7 +62718,7 @@ interactions: content-type: - application/json date: - - Thu, 08 May 2025 22:23:36 GMT + - Thu, 29 May 2025 00:57:58 GMT expires: - '-1' pragma: @@ -804,11 +62730,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/f2f88947-1e1f-434c-8040-43627e8415a7 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/31f2e916-72f6-45d8-8c52-99ed267e7abc x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 35C1A0CFEC5E46168FCC4A6D19ED3048 Ref B: MWH011020807031 Ref C: 2025-05-08T22:23:36Z' + - 'Ref A: BDD4DBCCD78A42D3AAB8BFB0D82E9F1D Ref B: BL2AA2011003034 Ref C: 2025-05-29T00:57:59Z' status: code: 200 message: OK @@ -828,11 +62754,11 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/8ded9f10-060c-4937-85f3-a4b269bd9696?api-version=2017-08-31&t=638823396947780725&c=MIIHpTCCBo2gAwIBAgITOgWZuFmLREgOyTdeugAEBZm4WTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwNDE5MTQyMjI3WhcNMjUxMDE2MTQyMjI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPxDlNdj6r6H0vTzKfz228nqLQPXYSxPqEGQSSSCczQcCX3f_Xtnvc-lFdoleay-OVQlgfbWiMkGazl2q7FVj9BZUHJ3KXFg833nlMDzzIkfrA17t4t3OW-6po21aPw9TdEBtH-GReYxdd8YmK-hHhKfpllLkKKn29Z8r3ecn-VJ1URRr4gV1Dnhd8h62eio4oVWmqq_9ITkiyfphE8gKB3n-2ZGTlftv1uEX4hpgnUbyhP4GBPp9Ni0RdYmpukMEr1-GI3W5OnXgKOvoCRB0HZQKU-5u630M-76UA_GFyALd1X_xQwHcCHKvtBzX5EEcQ4AOj_B540c3Mp0HnljQsECAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRgocSx-jjjSuZiJXHuNlAhZPhmbjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAK5mT0Rrym5x1NF2yah7nxZLo1y0madgpRkCREZyGAoW02DZD68DX6wagq4RbcOr_MAlhvWOTjVB8J52ZIsydOGq5NSpxte9Cy10m7-zSXWMn0yNE8YUToarDNRzmshQ5pEBXhjU6kSMEvqeNG8Fr3KrDZEVieQc5By_ZV8F9vtuv90XjrjiLw1qOrPVVvUFOTx-JlUR4aErF4Jldd_YA0aWCiYbvu3Bd1vWtXdnrkJSX-natlKNqGimVnj86nKEao8ktK5pKaHq6C8vbOLeNreXRy5C2fC1tgiZ00V2pHuk1qbOdhlzTDv8G0HZLm_T7_s92OBqMAwBJ1uChKnQm6M&s=B4_EVEYYitjyu1oL7QdP1VrZy0Ys1osiPMZBl3umIQge7yis02Vp0vKKiG5Ho-GhkOUDwQrStqM9w-cVR9FhVWLcQZdAF-zW_F-IGlciqhCe-xZl22BhI-jxKXwoWk7u88PAtUyvHhh21768yXzyno8GYxErO3FOF-MGjt3LqQoshkm4UZzlFctFr9duXDrNrNOSCIO6INrw-gUDSZRus_qqjeixZ2__JQpNtUOrDL1pGxgJT6K5Mfuj_lgAwKzpUQZDBCCJdcO-iB34dCWXJRU0IyUetk_2Ux9LDNsGV9qQXUsf6ZtxY9k-0m7YKsweRBDxvTfeREF5iCn9C7NeNg&h=SKe--tfw3iiYJCflm82C7llgvOcpYEUBWgYhsWoPdA4 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/1ebca92c-0411-4245-b752-c6a7a6f94c29?api-version=2025-03-01&t=638840769935786398&c=MIIHhzCCBm-gAwIBAgITHgbIFmDY79XLPJrDjgAABsgWYDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUwNDE3MDcxODAyWhcNMjUxMDE0MDcxODAyWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMmXL0h9ESvC4b92QYV7yPeOyC8nGJyORFUoUm7UdBjxDbKTdSt8SfTfQkW5HjszhiwurE_fjCMlYj9_ymGSwiuCaKmitW7pcXF-WPgkAU2dKPUrSPqJAyeDDvG5SbZOmYYKHttoh0ZCPxadX4ljJ_k6BiE0-a-tSIYI__abusYKDqLuE9uYszi2Ra_hhLOH8qi2TBg71Jc7Dasa4RRwHnwfYbhpKL0tyMrBwyvMUGO00Q_Lx0iRvtIyWhp0HLppX7M2gzHCkh37uEJaggrcqn2T1QHSLgt2AuneElzaS8_if-JVZWv8ZdwCW8Oa-9JXQCzDSFKFP-2yMm1KPtualuUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBSJ3ygYgt4NuGG8mfdBelaS0ABH_DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAI2X3AiLN4s7W-C4ho0tyyAJfaEptV5HLxJHbIHK4awoIyOC8pp8Ay2pGHpXZlTZAhmvEJBKPbB0dVv_cphT1EjWF5rgvvLTBfp9Roo8PqmTQxmvMefBGXnYPmtPgtKMi5nwH1Y4xayGTzvIjIz1ZwYW5_hkF8jKx3e9bGDWPlgyHm3bRRRSgD650gZ7x69myyaDo4tX8FNWbLk-7PYxKiDBeLyle73_kab63klBJc7ep-O2AIxEtxi2DhDGLlGADWVwyYhEhlcFAhxXcOjCETnpsvDfOiK7XD3hnEkdKsChwTT9Gp6wEmn6xu59Qm2DenO3AMiv6vEyP2-7F-bR5G4&s=sMnzVvBfk5EvI5BMJ54JSgEdPZxeIB2a6AF8gR9Fo6nDq8hgK7RsGAL_PHMLm5fuEVUF2MIxQly6fDyOMQw7Jog6vv6xMVJlzTO1NMf3qdXmeL-30W1BuXZkGsRG2RmvSPTckmM8M52sRCRGoeF5J0iwrXzjxYIlV96GPOOGmXQadEUN0G6UIu57KU1VrxZVntcWqV2qxGEkc_a0QqSSaO3dvG4ySnCUQwjFR2TZipGUkL6FGoSqgvwCc4uG3QVbKv3CflgmTSvWqG6-yXkI1YVZ7LIvXQVsVOoka62ze44RAPWMj65uzBM9x8npp11LeOwJ6gXzGiUjf6dxzrNmKA&h=R8-amp1cKq3Rt7HdbBN3Xxz6E5RRAaeubuPcgu-d8eQ response: body: - string: "{\n \"name\": \"8ded9f10-060c-4937-85f3-a4b269bd9696\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2025-05-08T22:21:34.5818316Z\"\n}" + string: "{\n \"name\": \"1ebca92c-0411-4245-b752-c6a7a6f94c29\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2025-05-29T00:56:33.4582452Z\"\n}" headers: cache-control: - no-cache @@ -841,7 +62767,7 @@ interactions: content-type: - application/json date: - - Thu, 08 May 2025 22:24:06 GMT + - Thu, 29 May 2025 00:58:27 GMT expires: - '-1' pragma: @@ -853,11 +62779,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/3d4fccf2-eb4b-45b6-9d7f-49dfad8647eb + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/dacd0811-afdc-45f3-a16d-1161ec275f99 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: CF1590825FBD478EB77F1FCA28C1E237 Ref B: MWH011020807031 Ref C: 2025-05-08T22:24:06Z' + - 'Ref A: 1329C35E8F09444C891E32838993254E Ref B: BL2AA2011003034 Ref C: 2025-05-29T00:58:27Z' status: code: 200 message: OK @@ -877,11 +62803,11 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/8ded9f10-060c-4937-85f3-a4b269bd9696?api-version=2017-08-31&t=638823396947780725&c=MIIHpTCCBo2gAwIBAgITOgWZuFmLREgOyTdeugAEBZm4WTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwNDE5MTQyMjI3WhcNMjUxMDE2MTQyMjI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPxDlNdj6r6H0vTzKfz228nqLQPXYSxPqEGQSSSCczQcCX3f_Xtnvc-lFdoleay-OVQlgfbWiMkGazl2q7FVj9BZUHJ3KXFg833nlMDzzIkfrA17t4t3OW-6po21aPw9TdEBtH-GReYxdd8YmK-hHhKfpllLkKKn29Z8r3ecn-VJ1URRr4gV1Dnhd8h62eio4oVWmqq_9ITkiyfphE8gKB3n-2ZGTlftv1uEX4hpgnUbyhP4GBPp9Ni0RdYmpukMEr1-GI3W5OnXgKOvoCRB0HZQKU-5u630M-76UA_GFyALd1X_xQwHcCHKvtBzX5EEcQ4AOj_B540c3Mp0HnljQsECAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRgocSx-jjjSuZiJXHuNlAhZPhmbjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAK5mT0Rrym5x1NF2yah7nxZLo1y0madgpRkCREZyGAoW02DZD68DX6wagq4RbcOr_MAlhvWOTjVB8J52ZIsydOGq5NSpxte9Cy10m7-zSXWMn0yNE8YUToarDNRzmshQ5pEBXhjU6kSMEvqeNG8Fr3KrDZEVieQc5By_ZV8F9vtuv90XjrjiLw1qOrPVVvUFOTx-JlUR4aErF4Jldd_YA0aWCiYbvu3Bd1vWtXdnrkJSX-natlKNqGimVnj86nKEao8ktK5pKaHq6C8vbOLeNreXRy5C2fC1tgiZ00V2pHuk1qbOdhlzTDv8G0HZLm_T7_s92OBqMAwBJ1uChKnQm6M&s=B4_EVEYYitjyu1oL7QdP1VrZy0Ys1osiPMZBl3umIQge7yis02Vp0vKKiG5Ho-GhkOUDwQrStqM9w-cVR9FhVWLcQZdAF-zW_F-IGlciqhCe-xZl22BhI-jxKXwoWk7u88PAtUyvHhh21768yXzyno8GYxErO3FOF-MGjt3LqQoshkm4UZzlFctFr9duXDrNrNOSCIO6INrw-gUDSZRus_qqjeixZ2__JQpNtUOrDL1pGxgJT6K5Mfuj_lgAwKzpUQZDBCCJdcO-iB34dCWXJRU0IyUetk_2Ux9LDNsGV9qQXUsf6ZtxY9k-0m7YKsweRBDxvTfeREF5iCn9C7NeNg&h=SKe--tfw3iiYJCflm82C7llgvOcpYEUBWgYhsWoPdA4 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/1ebca92c-0411-4245-b752-c6a7a6f94c29?api-version=2025-03-01&t=638840769935786398&c=MIIHhzCCBm-gAwIBAgITHgbIFmDY79XLPJrDjgAABsgWYDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUwNDE3MDcxODAyWhcNMjUxMDE0MDcxODAyWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMmXL0h9ESvC4b92QYV7yPeOyC8nGJyORFUoUm7UdBjxDbKTdSt8SfTfQkW5HjszhiwurE_fjCMlYj9_ymGSwiuCaKmitW7pcXF-WPgkAU2dKPUrSPqJAyeDDvG5SbZOmYYKHttoh0ZCPxadX4ljJ_k6BiE0-a-tSIYI__abusYKDqLuE9uYszi2Ra_hhLOH8qi2TBg71Jc7Dasa4RRwHnwfYbhpKL0tyMrBwyvMUGO00Q_Lx0iRvtIyWhp0HLppX7M2gzHCkh37uEJaggrcqn2T1QHSLgt2AuneElzaS8_if-JVZWv8ZdwCW8Oa-9JXQCzDSFKFP-2yMm1KPtualuUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBSJ3ygYgt4NuGG8mfdBelaS0ABH_DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAI2X3AiLN4s7W-C4ho0tyyAJfaEptV5HLxJHbIHK4awoIyOC8pp8Ay2pGHpXZlTZAhmvEJBKPbB0dVv_cphT1EjWF5rgvvLTBfp9Roo8PqmTQxmvMefBGXnYPmtPgtKMi5nwH1Y4xayGTzvIjIz1ZwYW5_hkF8jKx3e9bGDWPlgyHm3bRRRSgD650gZ7x69myyaDo4tX8FNWbLk-7PYxKiDBeLyle73_kab63klBJc7ep-O2AIxEtxi2DhDGLlGADWVwyYhEhlcFAhxXcOjCETnpsvDfOiK7XD3hnEkdKsChwTT9Gp6wEmn6xu59Qm2DenO3AMiv6vEyP2-7F-bR5G4&s=sMnzVvBfk5EvI5BMJ54JSgEdPZxeIB2a6AF8gR9Fo6nDq8hgK7RsGAL_PHMLm5fuEVUF2MIxQly6fDyOMQw7Jog6vv6xMVJlzTO1NMf3qdXmeL-30W1BuXZkGsRG2RmvSPTckmM8M52sRCRGoeF5J0iwrXzjxYIlV96GPOOGmXQadEUN0G6UIu57KU1VrxZVntcWqV2qxGEkc_a0QqSSaO3dvG4ySnCUQwjFR2TZipGUkL6FGoSqgvwCc4uG3QVbKv3CflgmTSvWqG6-yXkI1YVZ7LIvXQVsVOoka62ze44RAPWMj65uzBM9x8npp11LeOwJ6gXzGiUjf6dxzrNmKA&h=R8-amp1cKq3Rt7HdbBN3Xxz6E5RRAaeubuPcgu-d8eQ response: body: - string: "{\n \"name\": \"8ded9f10-060c-4937-85f3-a4b269bd9696\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2025-05-08T22:21:34.5818316Z\"\n}" + string: "{\n \"name\": \"1ebca92c-0411-4245-b752-c6a7a6f94c29\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2025-05-29T00:56:33.4582452Z\"\n}" headers: cache-control: - no-cache @@ -890,7 +62816,7 @@ interactions: content-type: - application/json date: - - Thu, 08 May 2025 22:24:36 GMT + - Thu, 29 May 2025 00:58:55 GMT expires: - '-1' pragma: @@ -902,11 +62828,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/3ccb1ab0-21e5-451e-86cc-de6ee91aa35c + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/2957fd44-6deb-47c0-a3e1-c392a1981a42 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 2342786392AC4D158889F7DDDC903E89 Ref B: MWH011020807031 Ref C: 2025-05-08T22:24:37Z' + - 'Ref A: 8945E9DB99D7460BAAAD6145648289B1 Ref B: BL2AA2011003034 Ref C: 2025-05-29T00:58:55Z' status: code: 200 message: OK @@ -926,11 +62852,11 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/8ded9f10-060c-4937-85f3-a4b269bd9696?api-version=2017-08-31&t=638823396947780725&c=MIIHpTCCBo2gAwIBAgITOgWZuFmLREgOyTdeugAEBZm4WTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwNDE5MTQyMjI3WhcNMjUxMDE2MTQyMjI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPxDlNdj6r6H0vTzKfz228nqLQPXYSxPqEGQSSSCczQcCX3f_Xtnvc-lFdoleay-OVQlgfbWiMkGazl2q7FVj9BZUHJ3KXFg833nlMDzzIkfrA17t4t3OW-6po21aPw9TdEBtH-GReYxdd8YmK-hHhKfpllLkKKn29Z8r3ecn-VJ1URRr4gV1Dnhd8h62eio4oVWmqq_9ITkiyfphE8gKB3n-2ZGTlftv1uEX4hpgnUbyhP4GBPp9Ni0RdYmpukMEr1-GI3W5OnXgKOvoCRB0HZQKU-5u630M-76UA_GFyALd1X_xQwHcCHKvtBzX5EEcQ4AOj_B540c3Mp0HnljQsECAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRgocSx-jjjSuZiJXHuNlAhZPhmbjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAK5mT0Rrym5x1NF2yah7nxZLo1y0madgpRkCREZyGAoW02DZD68DX6wagq4RbcOr_MAlhvWOTjVB8J52ZIsydOGq5NSpxte9Cy10m7-zSXWMn0yNE8YUToarDNRzmshQ5pEBXhjU6kSMEvqeNG8Fr3KrDZEVieQc5By_ZV8F9vtuv90XjrjiLw1qOrPVVvUFOTx-JlUR4aErF4Jldd_YA0aWCiYbvu3Bd1vWtXdnrkJSX-natlKNqGimVnj86nKEao8ktK5pKaHq6C8vbOLeNreXRy5C2fC1tgiZ00V2pHuk1qbOdhlzTDv8G0HZLm_T7_s92OBqMAwBJ1uChKnQm6M&s=B4_EVEYYitjyu1oL7QdP1VrZy0Ys1osiPMZBl3umIQge7yis02Vp0vKKiG5Ho-GhkOUDwQrStqM9w-cVR9FhVWLcQZdAF-zW_F-IGlciqhCe-xZl22BhI-jxKXwoWk7u88PAtUyvHhh21768yXzyno8GYxErO3FOF-MGjt3LqQoshkm4UZzlFctFr9duXDrNrNOSCIO6INrw-gUDSZRus_qqjeixZ2__JQpNtUOrDL1pGxgJT6K5Mfuj_lgAwKzpUQZDBCCJdcO-iB34dCWXJRU0IyUetk_2Ux9LDNsGV9qQXUsf6ZtxY9k-0m7YKsweRBDxvTfeREF5iCn9C7NeNg&h=SKe--tfw3iiYJCflm82C7llgvOcpYEUBWgYhsWoPdA4 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/1ebca92c-0411-4245-b752-c6a7a6f94c29?api-version=2025-03-01&t=638840769935786398&c=MIIHhzCCBm-gAwIBAgITHgbIFmDY79XLPJrDjgAABsgWYDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUwNDE3MDcxODAyWhcNMjUxMDE0MDcxODAyWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMmXL0h9ESvC4b92QYV7yPeOyC8nGJyORFUoUm7UdBjxDbKTdSt8SfTfQkW5HjszhiwurE_fjCMlYj9_ymGSwiuCaKmitW7pcXF-WPgkAU2dKPUrSPqJAyeDDvG5SbZOmYYKHttoh0ZCPxadX4ljJ_k6BiE0-a-tSIYI__abusYKDqLuE9uYszi2Ra_hhLOH8qi2TBg71Jc7Dasa4RRwHnwfYbhpKL0tyMrBwyvMUGO00Q_Lx0iRvtIyWhp0HLppX7M2gzHCkh37uEJaggrcqn2T1QHSLgt2AuneElzaS8_if-JVZWv8ZdwCW8Oa-9JXQCzDSFKFP-2yMm1KPtualuUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBSJ3ygYgt4NuGG8mfdBelaS0ABH_DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAI2X3AiLN4s7W-C4ho0tyyAJfaEptV5HLxJHbIHK4awoIyOC8pp8Ay2pGHpXZlTZAhmvEJBKPbB0dVv_cphT1EjWF5rgvvLTBfp9Roo8PqmTQxmvMefBGXnYPmtPgtKMi5nwH1Y4xayGTzvIjIz1ZwYW5_hkF8jKx3e9bGDWPlgyHm3bRRRSgD650gZ7x69myyaDo4tX8FNWbLk-7PYxKiDBeLyle73_kab63klBJc7ep-O2AIxEtxi2DhDGLlGADWVwyYhEhlcFAhxXcOjCETnpsvDfOiK7XD3hnEkdKsChwTT9Gp6wEmn6xu59Qm2DenO3AMiv6vEyP2-7F-bR5G4&s=sMnzVvBfk5EvI5BMJ54JSgEdPZxeIB2a6AF8gR9Fo6nDq8hgK7RsGAL_PHMLm5fuEVUF2MIxQly6fDyOMQw7Jog6vv6xMVJlzTO1NMf3qdXmeL-30W1BuXZkGsRG2RmvSPTckmM8M52sRCRGoeF5J0iwrXzjxYIlV96GPOOGmXQadEUN0G6UIu57KU1VrxZVntcWqV2qxGEkc_a0QqSSaO3dvG4ySnCUQwjFR2TZipGUkL6FGoSqgvwCc4uG3QVbKv3CflgmTSvWqG6-yXkI1YVZ7LIvXQVsVOoka62ze44RAPWMj65uzBM9x8npp11LeOwJ6gXzGiUjf6dxzrNmKA&h=R8-amp1cKq3Rt7HdbBN3Xxz6E5RRAaeubuPcgu-d8eQ response: body: - string: "{\n \"name\": \"8ded9f10-060c-4937-85f3-a4b269bd9696\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2025-05-08T22:21:34.5818316Z\"\n}" + string: "{\n \"name\": \"1ebca92c-0411-4245-b752-c6a7a6f94c29\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2025-05-29T00:56:33.4582452Z\"\n}" headers: cache-control: - no-cache @@ -939,7 +62865,7 @@ interactions: content-type: - application/json date: - - Thu, 08 May 2025 22:25:07 GMT + - Thu, 29 May 2025 00:59:24 GMT expires: - '-1' pragma: @@ -951,11 +62877,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/6bc582cf-ef9e-4ef6-97b6-487d33f2dbfe + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/88a4b697-7402-44d6-9908-74082741832b x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 24614F667CC2414ABC43DF2EFB1647AC Ref B: MWH011020807031 Ref C: 2025-05-08T22:25:07Z' + - 'Ref A: B1F6C59797D847E8848D5947ED070405 Ref B: BL2AA2011003034 Ref C: 2025-05-29T00:59:24Z' status: code: 200 message: OK @@ -975,11 +62901,11 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/8ded9f10-060c-4937-85f3-a4b269bd9696?api-version=2017-08-31&t=638823396947780725&c=MIIHpTCCBo2gAwIBAgITOgWZuFmLREgOyTdeugAEBZm4WTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwNDE5MTQyMjI3WhcNMjUxMDE2MTQyMjI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPxDlNdj6r6H0vTzKfz228nqLQPXYSxPqEGQSSSCczQcCX3f_Xtnvc-lFdoleay-OVQlgfbWiMkGazl2q7FVj9BZUHJ3KXFg833nlMDzzIkfrA17t4t3OW-6po21aPw9TdEBtH-GReYxdd8YmK-hHhKfpllLkKKn29Z8r3ecn-VJ1URRr4gV1Dnhd8h62eio4oVWmqq_9ITkiyfphE8gKB3n-2ZGTlftv1uEX4hpgnUbyhP4GBPp9Ni0RdYmpukMEr1-GI3W5OnXgKOvoCRB0HZQKU-5u630M-76UA_GFyALd1X_xQwHcCHKvtBzX5EEcQ4AOj_B540c3Mp0HnljQsECAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRgocSx-jjjSuZiJXHuNlAhZPhmbjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAK5mT0Rrym5x1NF2yah7nxZLo1y0madgpRkCREZyGAoW02DZD68DX6wagq4RbcOr_MAlhvWOTjVB8J52ZIsydOGq5NSpxte9Cy10m7-zSXWMn0yNE8YUToarDNRzmshQ5pEBXhjU6kSMEvqeNG8Fr3KrDZEVieQc5By_ZV8F9vtuv90XjrjiLw1qOrPVVvUFOTx-JlUR4aErF4Jldd_YA0aWCiYbvu3Bd1vWtXdnrkJSX-natlKNqGimVnj86nKEao8ktK5pKaHq6C8vbOLeNreXRy5C2fC1tgiZ00V2pHuk1qbOdhlzTDv8G0HZLm_T7_s92OBqMAwBJ1uChKnQm6M&s=B4_EVEYYitjyu1oL7QdP1VrZy0Ys1osiPMZBl3umIQge7yis02Vp0vKKiG5Ho-GhkOUDwQrStqM9w-cVR9FhVWLcQZdAF-zW_F-IGlciqhCe-xZl22BhI-jxKXwoWk7u88PAtUyvHhh21768yXzyno8GYxErO3FOF-MGjt3LqQoshkm4UZzlFctFr9duXDrNrNOSCIO6INrw-gUDSZRus_qqjeixZ2__JQpNtUOrDL1pGxgJT6K5Mfuj_lgAwKzpUQZDBCCJdcO-iB34dCWXJRU0IyUetk_2Ux9LDNsGV9qQXUsf6ZtxY9k-0m7YKsweRBDxvTfeREF5iCn9C7NeNg&h=SKe--tfw3iiYJCflm82C7llgvOcpYEUBWgYhsWoPdA4 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/1ebca92c-0411-4245-b752-c6a7a6f94c29?api-version=2025-03-01&t=638840769935786398&c=MIIHhzCCBm-gAwIBAgITHgbIFmDY79XLPJrDjgAABsgWYDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUwNDE3MDcxODAyWhcNMjUxMDE0MDcxODAyWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMmXL0h9ESvC4b92QYV7yPeOyC8nGJyORFUoUm7UdBjxDbKTdSt8SfTfQkW5HjszhiwurE_fjCMlYj9_ymGSwiuCaKmitW7pcXF-WPgkAU2dKPUrSPqJAyeDDvG5SbZOmYYKHttoh0ZCPxadX4ljJ_k6BiE0-a-tSIYI__abusYKDqLuE9uYszi2Ra_hhLOH8qi2TBg71Jc7Dasa4RRwHnwfYbhpKL0tyMrBwyvMUGO00Q_Lx0iRvtIyWhp0HLppX7M2gzHCkh37uEJaggrcqn2T1QHSLgt2AuneElzaS8_if-JVZWv8ZdwCW8Oa-9JXQCzDSFKFP-2yMm1KPtualuUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBSJ3ygYgt4NuGG8mfdBelaS0ABH_DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAI2X3AiLN4s7W-C4ho0tyyAJfaEptV5HLxJHbIHK4awoIyOC8pp8Ay2pGHpXZlTZAhmvEJBKPbB0dVv_cphT1EjWF5rgvvLTBfp9Roo8PqmTQxmvMefBGXnYPmtPgtKMi5nwH1Y4xayGTzvIjIz1ZwYW5_hkF8jKx3e9bGDWPlgyHm3bRRRSgD650gZ7x69myyaDo4tX8FNWbLk-7PYxKiDBeLyle73_kab63klBJc7ep-O2AIxEtxi2DhDGLlGADWVwyYhEhlcFAhxXcOjCETnpsvDfOiK7XD3hnEkdKsChwTT9Gp6wEmn6xu59Qm2DenO3AMiv6vEyP2-7F-bR5G4&s=sMnzVvBfk5EvI5BMJ54JSgEdPZxeIB2a6AF8gR9Fo6nDq8hgK7RsGAL_PHMLm5fuEVUF2MIxQly6fDyOMQw7Jog6vv6xMVJlzTO1NMf3qdXmeL-30W1BuXZkGsRG2RmvSPTckmM8M52sRCRGoeF5J0iwrXzjxYIlV96GPOOGmXQadEUN0G6UIu57KU1VrxZVntcWqV2qxGEkc_a0QqSSaO3dvG4ySnCUQwjFR2TZipGUkL6FGoSqgvwCc4uG3QVbKv3CflgmTSvWqG6-yXkI1YVZ7LIvXQVsVOoka62ze44RAPWMj65uzBM9x8npp11LeOwJ6gXzGiUjf6dxzrNmKA&h=R8-amp1cKq3Rt7HdbBN3Xxz6E5RRAaeubuPcgu-d8eQ response: body: - string: "{\n \"name\": \"8ded9f10-060c-4937-85f3-a4b269bd9696\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2025-05-08T22:21:34.5818316Z\"\n}" + string: "{\n \"name\": \"1ebca92c-0411-4245-b752-c6a7a6f94c29\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2025-05-29T00:56:33.4582452Z\"\n}" headers: cache-control: - no-cache @@ -988,7 +62914,7 @@ interactions: content-type: - application/json date: - - Thu, 08 May 2025 22:25:37 GMT + - Thu, 29 May 2025 00:59:52 GMT expires: - '-1' pragma: @@ -1000,11 +62926,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/37c6a2b1-9b9e-46c0-aaf6-62979a8db983 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/6d7135cf-05c8-415b-9a4a-a765ef8c42b0 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 4859DD15D97E41FA9BB02A316610249B Ref B: MWH011020807031 Ref C: 2025-05-08T22:25:37Z' + - 'Ref A: 202CDB5E3A4349D788E3003E7FB2C89F Ref B: BL2AA2011003034 Ref C: 2025-05-29T00:59:52Z' status: code: 200 message: OK @@ -1024,11 +62950,11 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/8ded9f10-060c-4937-85f3-a4b269bd9696?api-version=2017-08-31&t=638823396947780725&c=MIIHpTCCBo2gAwIBAgITOgWZuFmLREgOyTdeugAEBZm4WTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwNDE5MTQyMjI3WhcNMjUxMDE2MTQyMjI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPxDlNdj6r6H0vTzKfz228nqLQPXYSxPqEGQSSSCczQcCX3f_Xtnvc-lFdoleay-OVQlgfbWiMkGazl2q7FVj9BZUHJ3KXFg833nlMDzzIkfrA17t4t3OW-6po21aPw9TdEBtH-GReYxdd8YmK-hHhKfpllLkKKn29Z8r3ecn-VJ1URRr4gV1Dnhd8h62eio4oVWmqq_9ITkiyfphE8gKB3n-2ZGTlftv1uEX4hpgnUbyhP4GBPp9Ni0RdYmpukMEr1-GI3W5OnXgKOvoCRB0HZQKU-5u630M-76UA_GFyALd1X_xQwHcCHKvtBzX5EEcQ4AOj_B540c3Mp0HnljQsECAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRgocSx-jjjSuZiJXHuNlAhZPhmbjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAK5mT0Rrym5x1NF2yah7nxZLo1y0madgpRkCREZyGAoW02DZD68DX6wagq4RbcOr_MAlhvWOTjVB8J52ZIsydOGq5NSpxte9Cy10m7-zSXWMn0yNE8YUToarDNRzmshQ5pEBXhjU6kSMEvqeNG8Fr3KrDZEVieQc5By_ZV8F9vtuv90XjrjiLw1qOrPVVvUFOTx-JlUR4aErF4Jldd_YA0aWCiYbvu3Bd1vWtXdnrkJSX-natlKNqGimVnj86nKEao8ktK5pKaHq6C8vbOLeNreXRy5C2fC1tgiZ00V2pHuk1qbOdhlzTDv8G0HZLm_T7_s92OBqMAwBJ1uChKnQm6M&s=B4_EVEYYitjyu1oL7QdP1VrZy0Ys1osiPMZBl3umIQge7yis02Vp0vKKiG5Ho-GhkOUDwQrStqM9w-cVR9FhVWLcQZdAF-zW_F-IGlciqhCe-xZl22BhI-jxKXwoWk7u88PAtUyvHhh21768yXzyno8GYxErO3FOF-MGjt3LqQoshkm4UZzlFctFr9duXDrNrNOSCIO6INrw-gUDSZRus_qqjeixZ2__JQpNtUOrDL1pGxgJT6K5Mfuj_lgAwKzpUQZDBCCJdcO-iB34dCWXJRU0IyUetk_2Ux9LDNsGV9qQXUsf6ZtxY9k-0m7YKsweRBDxvTfeREF5iCn9C7NeNg&h=SKe--tfw3iiYJCflm82C7llgvOcpYEUBWgYhsWoPdA4 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/1ebca92c-0411-4245-b752-c6a7a6f94c29?api-version=2025-03-01&t=638840769935786398&c=MIIHhzCCBm-gAwIBAgITHgbIFmDY79XLPJrDjgAABsgWYDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUwNDE3MDcxODAyWhcNMjUxMDE0MDcxODAyWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMmXL0h9ESvC4b92QYV7yPeOyC8nGJyORFUoUm7UdBjxDbKTdSt8SfTfQkW5HjszhiwurE_fjCMlYj9_ymGSwiuCaKmitW7pcXF-WPgkAU2dKPUrSPqJAyeDDvG5SbZOmYYKHttoh0ZCPxadX4ljJ_k6BiE0-a-tSIYI__abusYKDqLuE9uYszi2Ra_hhLOH8qi2TBg71Jc7Dasa4RRwHnwfYbhpKL0tyMrBwyvMUGO00Q_Lx0iRvtIyWhp0HLppX7M2gzHCkh37uEJaggrcqn2T1QHSLgt2AuneElzaS8_if-JVZWv8ZdwCW8Oa-9JXQCzDSFKFP-2yMm1KPtualuUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBSJ3ygYgt4NuGG8mfdBelaS0ABH_DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAI2X3AiLN4s7W-C4ho0tyyAJfaEptV5HLxJHbIHK4awoIyOC8pp8Ay2pGHpXZlTZAhmvEJBKPbB0dVv_cphT1EjWF5rgvvLTBfp9Roo8PqmTQxmvMefBGXnYPmtPgtKMi5nwH1Y4xayGTzvIjIz1ZwYW5_hkF8jKx3e9bGDWPlgyHm3bRRRSgD650gZ7x69myyaDo4tX8FNWbLk-7PYxKiDBeLyle73_kab63klBJc7ep-O2AIxEtxi2DhDGLlGADWVwyYhEhlcFAhxXcOjCETnpsvDfOiK7XD3hnEkdKsChwTT9Gp6wEmn6xu59Qm2DenO3AMiv6vEyP2-7F-bR5G4&s=sMnzVvBfk5EvI5BMJ54JSgEdPZxeIB2a6AF8gR9Fo6nDq8hgK7RsGAL_PHMLm5fuEVUF2MIxQly6fDyOMQw7Jog6vv6xMVJlzTO1NMf3qdXmeL-30W1BuXZkGsRG2RmvSPTckmM8M52sRCRGoeF5J0iwrXzjxYIlV96GPOOGmXQadEUN0G6UIu57KU1VrxZVntcWqV2qxGEkc_a0QqSSaO3dvG4ySnCUQwjFR2TZipGUkL6FGoSqgvwCc4uG3QVbKv3CflgmTSvWqG6-yXkI1YVZ7LIvXQVsVOoka62ze44RAPWMj65uzBM9x8npp11LeOwJ6gXzGiUjf6dxzrNmKA&h=R8-amp1cKq3Rt7HdbBN3Xxz6E5RRAaeubuPcgu-d8eQ response: body: - string: "{\n \"name\": \"8ded9f10-060c-4937-85f3-a4b269bd9696\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2025-05-08T22:21:34.5818316Z\"\n}" + string: "{\n \"name\": \"1ebca92c-0411-4245-b752-c6a7a6f94c29\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2025-05-29T00:56:33.4582452Z\"\n}" headers: cache-control: - no-cache @@ -1037,7 +62963,7 @@ interactions: content-type: - application/json date: - - Thu, 08 May 2025 22:26:08 GMT + - Thu, 29 May 2025 01:00:21 GMT expires: - '-1' pragma: @@ -1049,11 +62975,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/23475aac-1887-4815-8439-116f541cc0ca + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/76d152c9-679a-4b18-88bb-306c711f69a7 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 0701F2BF56FE479A995C5BE6F37FAC53 Ref B: MWH011020807031 Ref C: 2025-05-08T22:26:08Z' + - 'Ref A: B1B59EC5C91544389C89F1CE21B9EA38 Ref B: BL2AA2011003034 Ref C: 2025-05-29T01:00:21Z' status: code: 200 message: OK @@ -1073,12 +62999,12 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/8ded9f10-060c-4937-85f3-a4b269bd9696?api-version=2017-08-31&t=638823396947780725&c=MIIHpTCCBo2gAwIBAgITOgWZuFmLREgOyTdeugAEBZm4WTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwNDE5MTQyMjI3WhcNMjUxMDE2MTQyMjI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPxDlNdj6r6H0vTzKfz228nqLQPXYSxPqEGQSSSCczQcCX3f_Xtnvc-lFdoleay-OVQlgfbWiMkGazl2q7FVj9BZUHJ3KXFg833nlMDzzIkfrA17t4t3OW-6po21aPw9TdEBtH-GReYxdd8YmK-hHhKfpllLkKKn29Z8r3ecn-VJ1URRr4gV1Dnhd8h62eio4oVWmqq_9ITkiyfphE8gKB3n-2ZGTlftv1uEX4hpgnUbyhP4GBPp9Ni0RdYmpukMEr1-GI3W5OnXgKOvoCRB0HZQKU-5u630M-76UA_GFyALd1X_xQwHcCHKvtBzX5EEcQ4AOj_B540c3Mp0HnljQsECAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRgocSx-jjjSuZiJXHuNlAhZPhmbjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAK5mT0Rrym5x1NF2yah7nxZLo1y0madgpRkCREZyGAoW02DZD68DX6wagq4RbcOr_MAlhvWOTjVB8J52ZIsydOGq5NSpxte9Cy10m7-zSXWMn0yNE8YUToarDNRzmshQ5pEBXhjU6kSMEvqeNG8Fr3KrDZEVieQc5By_ZV8F9vtuv90XjrjiLw1qOrPVVvUFOTx-JlUR4aErF4Jldd_YA0aWCiYbvu3Bd1vWtXdnrkJSX-natlKNqGimVnj86nKEao8ktK5pKaHq6C8vbOLeNreXRy5C2fC1tgiZ00V2pHuk1qbOdhlzTDv8G0HZLm_T7_s92OBqMAwBJ1uChKnQm6M&s=B4_EVEYYitjyu1oL7QdP1VrZy0Ys1osiPMZBl3umIQge7yis02Vp0vKKiG5Ho-GhkOUDwQrStqM9w-cVR9FhVWLcQZdAF-zW_F-IGlciqhCe-xZl22BhI-jxKXwoWk7u88PAtUyvHhh21768yXzyno8GYxErO3FOF-MGjt3LqQoshkm4UZzlFctFr9duXDrNrNOSCIO6INrw-gUDSZRus_qqjeixZ2__JQpNtUOrDL1pGxgJT6K5Mfuj_lgAwKzpUQZDBCCJdcO-iB34dCWXJRU0IyUetk_2Ux9LDNsGV9qQXUsf6ZtxY9k-0m7YKsweRBDxvTfeREF5iCn9C7NeNg&h=SKe--tfw3iiYJCflm82C7llgvOcpYEUBWgYhsWoPdA4 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/eastus2/operations/1ebca92c-0411-4245-b752-c6a7a6f94c29?api-version=2025-03-01&t=638840769935786398&c=MIIHhzCCBm-gAwIBAgITHgbIFmDY79XLPJrDjgAABsgWYDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUwNDE3MDcxODAyWhcNMjUxMDE0MDcxODAyWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMmXL0h9ESvC4b92QYV7yPeOyC8nGJyORFUoUm7UdBjxDbKTdSt8SfTfQkW5HjszhiwurE_fjCMlYj9_ymGSwiuCaKmitW7pcXF-WPgkAU2dKPUrSPqJAyeDDvG5SbZOmYYKHttoh0ZCPxadX4ljJ_k6BiE0-a-tSIYI__abusYKDqLuE9uYszi2Ra_hhLOH8qi2TBg71Jc7Dasa4RRwHnwfYbhpKL0tyMrBwyvMUGO00Q_Lx0iRvtIyWhp0HLppX7M2gzHCkh37uEJaggrcqn2T1QHSLgt2AuneElzaS8_if-JVZWv8ZdwCW8Oa-9JXQCzDSFKFP-2yMm1KPtualuUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBSJ3ygYgt4NuGG8mfdBelaS0ABH_DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAI2X3AiLN4s7W-C4ho0tyyAJfaEptV5HLxJHbIHK4awoIyOC8pp8Ay2pGHpXZlTZAhmvEJBKPbB0dVv_cphT1EjWF5rgvvLTBfp9Roo8PqmTQxmvMefBGXnYPmtPgtKMi5nwH1Y4xayGTzvIjIz1ZwYW5_hkF8jKx3e9bGDWPlgyHm3bRRRSgD650gZ7x69myyaDo4tX8FNWbLk-7PYxKiDBeLyle73_kab63klBJc7ep-O2AIxEtxi2DhDGLlGADWVwyYhEhlcFAhxXcOjCETnpsvDfOiK7XD3hnEkdKsChwTT9Gp6wEmn6xu59Qm2DenO3AMiv6vEyP2-7F-bR5G4&s=sMnzVvBfk5EvI5BMJ54JSgEdPZxeIB2a6AF8gR9Fo6nDq8hgK7RsGAL_PHMLm5fuEVUF2MIxQly6fDyOMQw7Jog6vv6xMVJlzTO1NMf3qdXmeL-30W1BuXZkGsRG2RmvSPTckmM8M52sRCRGoeF5J0iwrXzjxYIlV96GPOOGmXQadEUN0G6UIu57KU1VrxZVntcWqV2qxGEkc_a0QqSSaO3dvG4ySnCUQwjFR2TZipGUkL6FGoSqgvwCc4uG3QVbKv3CflgmTSvWqG6-yXkI1YVZ7LIvXQVsVOoka62ze44RAPWMj65uzBM9x8npp11LeOwJ6gXzGiUjf6dxzrNmKA&h=R8-amp1cKq3Rt7HdbBN3Xxz6E5RRAaeubuPcgu-d8eQ response: body: - string: "{\n \"name\": \"8ded9f10-060c-4937-85f3-a4b269bd9696\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2025-05-08T22:21:34.5818316Z\",\n \"endTime\": - \"2025-05-08T22:26:12.0269512Z\"\n}" + string: "{\n \"name\": \"1ebca92c-0411-4245-b752-c6a7a6f94c29\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2025-05-29T00:56:33.4582452Z\",\n \"endTime\": + \"2025-05-29T01:00:37.2360164Z\"\n}" headers: cache-control: - no-cache @@ -1087,7 +63013,7 @@ interactions: content-type: - application/json date: - - Thu, 08 May 2025 22:26:38 GMT + - Thu, 29 May 2025 01:00:50 GMT expires: - '-1' pragma: @@ -1099,11 +63025,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/d360735f-dd86-4133-9e88-4e6e5150bd25 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/7ec0d703-0b16-4899-952d-1e900abf3b47 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 1435BA158E3346859AECA686F6084585 Ref B: MWH011020807031 Ref C: 2025-05-08T22:26:38Z' + - 'Ref A: 17F5EC37636B48F6936A38C1C11507F1 Ref B: BL2AA2011003034 Ref C: 2025-05-29T01:00:49Z' status: code: 200 message: OK @@ -1130,34 +63056,34 @@ interactions: \"location\": \"eastus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"kind\": \"Base\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.31\",\n \"currentKubernetesVersion\": \"1.31.7\",\n \"dnsPrefix\": \"cliakstest-clitestpr575v653-069b26\",\n - \ \"fqdn\": \"cliakstest-clitestpr575v653-069b26-9ml4zcz7.hcp.eastus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestpr575v653-069b26-9ml4zcz7.portal.hcp.eastus2.azmk8s.io\",\n + \"1.31\",\n \"currentKubernetesVersion\": \"1.31.8\",\n \"dnsPrefix\": \"cliakstest-clitest7gmah263z-15c06b\",\n + \ \"fqdn\": \"cliakstest-clitest7gmah263z-15c06b-qtk7cxk2.hcp.eastus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest7gmah263z-15c06b-qtk7cxk2.portal.hcp.eastus2.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\": 250,\n \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": - false,\n \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n - \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.31\",\n \"currentOrchestratorVersion\": \"1.31.7\",\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-202504.28.0\",\n + 3,\n \"vmSize\": \"Standard_D8ds_v5\",\n \"osDiskSizeGB\": 300,\n \"osDiskType\": + \"Ephemeral\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 250,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"scaleDownMode\": \"Delete\",\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n + \ \"orchestratorVersion\": \"1.31\",\n \"currentOrchestratorVersion\": + \"1.31.8\",\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-202505.14.0\",\n \ \"upgradeSettings\": {\n \"maxSurge\": \"10%\",\n \"maxUnavailable\": \"0\"\n },\n \"enableFIPS\": false,\n \"networkProfile\": {},\n \"securityProfile\": {\n \"sshAccess\": \"LocalUser\",\n \"enableVTPM\": false,\n \"enableSecureBoot\": - false\n },\n \"eTag\": \"e34c32c2-b385-406e-90f6-1b72421ff49c\"\n }\n + false\n },\n \"eTag\": \"4cfa98fc-6fec-4b11-a3cb-560fa24e8226\"\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_eastus2\",\n \"enableRBAC\": true,\n - \ \"enablePodSecurityPolicy\": false,\n \"supportPlan\": \"KubernetesOfficial\",\n - \ \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"networkPluginMode\": - \"overlay\",\n \"networkPolicy\": \"none\",\n \"networkDataplane\": \"azure\",\n - \ \"loadBalancerSku\": \"standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": - {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_eastus2/providers/Microsoft.Network/publicIPAddresses/5e02c722-e6b5-4f99-8e3a-e0aeba6c49de\"\n + \ \"supportPlan\": \"KubernetesOfficial\",\n \"networkProfile\": {\n \"networkPlugin\": + \"azure\",\n \"networkPluginMode\": \"overlay\",\n \"networkPolicy\": + \"none\",\n \"networkDataplane\": \"azure\",\n \"loadBalancerSku\": \"standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_eastus2/providers/Microsoft.Network/publicIPAddresses/4d5a5ddf-1288-4526-a29f-592cb18ad3c0\"\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 @@ -1173,25 +63099,25 @@ interactions: {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n \"workloadAutoScalerProfile\": {},\n \"metricsProfile\": {\n \ \"costAnalysis\": {\n \"enabled\": false\n }\n },\n \"resourceUID\": - \"681d2e6d8c16a80001ff83b0\",\n \"controlPlanePluginProfiles\": {\n \"azure-monitor-metrics-ccp\": + \"6837b0c0db78290001ac70b7\",\n \"controlPlanePluginProfiles\": {\n \"azure-monitor-metrics-ccp\": {\n \"enableV2\": true\n },\n \"karpenter\": {\n \"enableV2\": true\n \ },\n \"kubelet-serving-csr-approver\": {\n \"enableV2\": true\n },\n \ \"live-patching-controller\": {\n \"enableV2\": true\n },\n \"static-egress-controller\": {\n \"enableV2\": true\n }\n },\n \"nodeProvisioningProfile\": {\n - \ \"mode\": \"Manual\"\n },\n \"bootstrapProfile\": {\n \"artifactSource\": - \"Direct\"\n }\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n - \ \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \"tenantId\": - \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": {\n \"name\": \"Base\",\n - \ \"tier\": \"Free\"\n },\n \"eTag\": \"f70d18bf-8e53-4592-a8b2-63992c483a74\"\n}" + \ \"mode\": \"Manual\",\n \"defaultNodePools\": \"Auto\"\n },\n \"bootstrapProfile\": + {\n \"artifactSource\": \"Direct\"\n }\n },\n \"identity\": {\n \"type\": + \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": {\n + \ \"name\": \"Base\",\n \"tier\": \"Free\"\n },\n \"eTag\": \"4964a5a8-4fa1-4dc9-9874-2f225b006f14\"\n}" headers: cache-control: - no-cache content-length: - - '5409' + - '5407' content-type: - application/json date: - - Thu, 08 May 2025 22:26:39 GMT + - Thu, 29 May 2025 01:00:50 GMT expires: - '-1' pragma: @@ -1205,7 +63131,7 @@ interactions: x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: D7F7E3EFB3B24107B4EBD6F5EC6FB75B Ref B: MWH011020807031 Ref C: 2025-05-08T22:26:39Z' + - 'Ref A: 18BD81B5D613486FA85A771037A75146 Ref B: BL2AA2011003034 Ref C: 2025-05-29T01:00:50Z' status: code: 200 message: OK @@ -1228,7 +63154,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/storageacc000003?api-version=2024-01-01 response: body: - string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/storageacc000003","name":"storageacc000003","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-05-08T22:20:59.5429681Z","key2":"2025-05-08T22:20:59.5429681Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"allowSharedKeyAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-05-08T22:20:59.5429681Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-05-08T22:20:59.5429681Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-05-08T22:20:59.3555404Z","primaryEndpoints":{"dfs":"https://storageacc000003.dfs.core.windows.net/","web":"https://storageacc000003.z20.web.core.windows.net/","blob":"https://storageacc000003.blob.core.windows.net/","queue":"https://storageacc000003.queue.core.windows.net/","table":"https://storageacc000003.table.core.windows.net/","file":"https://storageacc000003.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}}' + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/storageacc000003","name":"storageacc000003","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-05-29T00:55:07.4173115Z","key2":"2025-05-29T00:55:07.4173115Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"allowSharedKeyAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-05-29T00:55:07.4173115Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-05-29T00:55:07.4173115Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-05-29T00:55:07.2454372Z","primaryEndpoints":{"dfs":"https://storageacc000003.dfs.core.windows.net/","web":"https://storageacc000003.z20.web.core.windows.net/","blob":"https://storageacc000003.blob.core.windows.net/","queue":"https://storageacc000003.queue.core.windows.net/","table":"https://storageacc000003.table.core.windows.net/","file":"https://storageacc000003.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}}' headers: cache-control: - no-cache @@ -1237,7 +63163,7 @@ interactions: content-type: - application/json date: - - Thu, 08 May 2025 22:26:47 GMT + - Thu, 29 May 2025 01:01:27 GMT expires: - '-1' pragma: @@ -1251,7 +63177,7 @@ interactions: x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: A95ECE8ACD2C4489811C52965B2AF6BC Ref B: MWH011020806054 Ref C: 2025-05-08T22:26:47Z' + - 'Ref A: 89A5955A834143D2863E90E1B3F97F64 Ref B: MNZ221060609027 Ref C: 2025-05-29T01:01:28Z' status: code: 200 message: OK @@ -1278,19 +63204,19 @@ interactions: \"location\": \"eastus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": \"1.31\",\n \"currentKubernetesVersion\": - \"1.31.7\",\n \"dnsPrefix\": \"cliakstest-clitestpr575v653-069b26\",\n \"fqdn\": - \"cliakstest-clitestpr575v653-069b26-9ml4zcz7.hcp.eastus2.azmk8s.io\",\n \"azurePortalFQDN\": - \"cliakstest-clitestpr575v653-069b26-9ml4zcz7.portal.hcp.eastus2.azmk8s.io\",\n + \"1.31.8\",\n \"dnsPrefix\": \"cliakstest-clitest7gmah263z-15c06b\",\n \"fqdn\": + \"cliakstest-clitest7gmah263z-15c06b-qtk7cxk2.hcp.eastus2.azmk8s.io\",\n \"azurePortalFQDN\": + \"cliakstest-clitest7gmah263z-15c06b-qtk7cxk2.portal.hcp.eastus2.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\": 250,\n \"type\": \"VirtualMachineScaleSets\",\n \"enableAutoScaling\": - false,\n \"scaleDownMode\": \"Delete\",\n \"provisioningState\": \"Succeeded\",\n - \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.31\",\n \"currentOrchestratorVersion\": \"1.31.7\",\n \"enableNodePublicIP\": - false,\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n - \ \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2containerd-202504.28.0\",\n + 3,\n \"vmSize\": \"Standard_D8ds_v5\",\n \"osDiskSizeGB\": 300,\n \"osDiskType\": + \"Ephemeral\",\n \"kubeletDiskType\": \"OS\",\n \"workloadRuntime\": + \"OCIContainer\",\n \"maxPods\": 250,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"enableAutoScaling\": false,\n \"scaleDownMode\": \"Delete\",\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n + \ \"orchestratorVersion\": \"1.31\",\n \"currentOrchestratorVersion\": + \"1.31.8\",\n \"enableNodePublicIP\": false,\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": + \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-2204gen2containerd-202505.14.0\",\n \ \"upgradeSettings\": {\n \"maxSurge\": \"10%\"\n },\n \"enableFIPS\": false,\n \"networkProfile\": {},\n \"securityProfile\": {\n \"enableVTPM\": false,\n \"enableSecureBoot\": false\n }\n }\n ],\n \"linuxProfile\": @@ -1299,12 +63225,11 @@ interactions: test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_eastus2\",\n \"enableRBAC\": true,\n - \ \"enablePodSecurityPolicy\": false,\n \"supportPlan\": \"KubernetesOfficial\",\n - \ \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"networkPluginMode\": - \"overlay\",\n \"networkPolicy\": \"none\",\n \"networkDataplane\": \"azure\",\n - \ \"loadBalancerSku\": \"standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\": - {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_eastus2/providers/Microsoft.Network/publicIPAddresses/5e02c722-e6b5-4f99-8e3a-e0aeba6c49de\"\n + \ \"supportPlan\": \"KubernetesOfficial\",\n \"networkProfile\": {\n \"networkPlugin\": + \"azure\",\n \"networkPluginMode\": \"overlay\",\n \"networkPolicy\": + \"none\",\n \"networkDataplane\": \"azure\",\n \"loadBalancerSku\": \"standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_eastus2/providers/Microsoft.Network/publicIPAddresses/4d5a5ddf-1288-4526-a29f-592cb18ad3c0\"\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 @@ -1318,7 +63243,7 @@ interactions: {\n \"diskCSIDriver\": {\n \"enabled\": true\n },\n \"fileCSIDriver\": {\n \"enabled\": true\n },\n \"snapshotController\": {\n \"enabled\": true\n }\n },\n \"oidcIssuerProfile\": {\n \"enabled\": false\n },\n - \ \"workloadAutoScalerProfile\": {},\n \"resourceUID\": \"681d2e6d8c16a80001ff83b0\",\n + \ \"workloadAutoScalerProfile\": {},\n \"resourceUID\": \"6837b0c0db78290001ac70b7\",\n \ \"metricsProfile\": {\n \"costAnalysis\": {\n \"enabled\": false\n \ }\n },\n \"bootstrapProfile\": {\n \"artifactSource\": \"Direct\"\n \ }\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n @@ -1328,11 +63253,11 @@ interactions: cache-control: - no-cache content-length: - - '4760' + - '4727' content-type: - application/json date: - - Thu, 08 May 2025 22:26:48 GMT + - Thu, 29 May 2025 01:01:28 GMT expires: - '-1' pragma: @@ -1346,7 +63271,7 @@ interactions: x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 6F8D8E992A48423AA51CBA09E7054E1F Ref B: MWH011020807062 Ref C: 2025-05-08T22:26:48Z' + - 'Ref A: 9209C8EBCFB54A498A4791AE7949F8A7 Ref B: BL2AA2011002054 Ref C: 2025-05-29T01:01:28Z' status: code: 200 message: OK @@ -1369,7 +63294,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/storageacc000003?api-version=2024-01-01 response: body: - string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/storageacc000003","name":"storageacc000003","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-05-08T22:20:59.5429681Z","key2":"2025-05-08T22:20:59.5429681Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"allowSharedKeyAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-05-08T22:20:59.5429681Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-05-08T22:20:59.5429681Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-05-08T22:20:59.3555404Z","primaryEndpoints":{"dfs":"https://storageacc000003.dfs.core.windows.net/","web":"https://storageacc000003.z20.web.core.windows.net/","blob":"https://storageacc000003.blob.core.windows.net/","queue":"https://storageacc000003.queue.core.windows.net/","table":"https://storageacc000003.table.core.windows.net/","file":"https://storageacc000003.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}}' + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.Storage/storageAccounts/storageacc000003","name":"storageacc000003","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2025-05-29T00:55:07.4173115Z","key2":"2025-05-29T00:55:07.4173115Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"allowSharedKeyAccess":false,"networkAcls":{"ipv6Rules":[],"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-05-29T00:55:07.4173115Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2025-05-29T00:55:07.4173115Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2025-05-29T00:55:07.2454372Z","primaryEndpoints":{"dfs":"https://storageacc000003.dfs.core.windows.net/","web":"https://storageacc000003.z20.web.core.windows.net/","blob":"https://storageacc000003.blob.core.windows.net/","queue":"https://storageacc000003.queue.core.windows.net/","table":"https://storageacc000003.table.core.windows.net/","file":"https://storageacc000003.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}}' headers: cache-control: - no-cache @@ -1378,7 +63303,7 @@ interactions: content-type: - application/json date: - - Thu, 08 May 2025 22:26:48 GMT + - Thu, 29 May 2025 01:01:29 GMT expires: - '-1' pragma: @@ -1392,7 +63317,7 @@ interactions: x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 4442DAF2AF954A9A941993FB5F25B80D Ref B: CO6AA3150218011 Ref C: 2025-05-08T22:26:48Z' + - 'Ref A: 8E7F7C3E3B5344ABB4F99EBF427C4D37 Ref B: MNZ221060619039 Ref C: 2025-05-29T01:01:29Z' status: code: 200 message: OK @@ -1412,7 +63337,7 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration?api-version=2024-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration?api-version=2022-09-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration","namespace":"Microsoft.KubernetesConfiguration","authorizations":[{"applicationId":"c699bf69-fb1d-4eaf-999b-99e6b2ae4d85","roleDefinitionId":"90155430-a360-410f-af5d-89dc284d85c6"},{"applicationId":"03db181c-e9d3-4868-9097-f0b728327182","roleDefinitionId":"DE2ADB97-42D8-49C8-8FCF-DBB53EF936AC"},{"applicationId":"a0f92522-89de-4c5e-9a75-0044ccf66efd","roleDefinitionId":"b3429810-7d5c-420e-8605-cf280f3099f2"},{"applicationId":"bd9b7cd5-dac1-495f-b013-ac871e98fa5f","roleDefinitionId":"0d44c8f0-08b9-44d4-9f59-e51c83f95200"},{"applicationId":"585fc3c3-9a59-4720-8319-53cce041a605","roleDefinitionId":"4a9ce2ee-6de2-43ba-a7bd-8f316de763a7"}],"resourceTypes":[{"resourceType":"sourceControlConfigurations","locations":["East @@ -1425,8 +63350,8 @@ interactions: South","South Africa North","Brazil South","Uae North","Norway West","Germany North","Jio India West","West India","Australia Central","Australia Central 2","Switzerland West","South Africa West","Brazil Southeast","Spain Central","New - Zealand North","Mexico Central","Malaysia West","Indonesia Central","East - US 2 EUAP","Central US EUAP"],"apiVersions":["2023-05-01","2022-11-01","2022-07-01","2022-03-01","2021-03-01","2020-10-01-preview","2020-07-01-preview","2019-11-01-preview"],"defaultApiVersion":"2023-05-01","capabilities":"SupportsExtension"},{"resourceType":"extensions","locations":["East + Zealand North","Mexico Central","Malaysia West","Chile Central","Indonesia + Central","East US 2 EUAP","Central US EUAP"],"apiVersions":["2023-05-01","2022-11-01","2022-07-01","2022-03-01","2021-03-01","2020-10-01-preview","2020-07-01-preview","2019-11-01-preview"],"defaultApiVersion":"2023-05-01","capabilities":"SupportsExtension"},{"resourceType":"extensions","locations":["East US","West Europe","West Central US","West US 2","West US 3","South Central US","East US 2","North Europe","UK South","Southeast Asia","Australia East","France Central","Central US","North Central US","West US","Korea Central","East Asia","Japan @@ -1436,8 +63361,8 @@ interactions: South","South Africa North","Brazil South","Uae North","Norway West","Germany North","Jio India West","West India","Australia Central","Australia Central 2","Switzerland West","South Africa West","Brazil Southeast","Spain Central","New - Zealand North","Mexico Central","Malaysia West","Indonesia Central","East - US 2 EUAP","Central US EUAP"],"apiVersions":["2024-11-01","2023-05-01","2022-11-01","2022-07-01","2022-03-01","2020-07-01-preview"],"defaultApiVersion":"2023-05-01","capabilities":"SystemAssignedResourceIdentity, + Zealand North","Mexico Central","Malaysia West","Chile Central","Indonesia + Central","East US 2 EUAP","Central US EUAP"],"apiVersions":["2024-11-01","2023-05-01","2022-11-01","2022-07-01","2022-03-01","2020-07-01-preview"],"defaultApiVersion":"2023-05-01","capabilities":"SystemAssignedResourceIdentity, SupportsExtension"},{"resourceType":"fluxConfigurations","locations":["East US","West Europe","West Central US","West US 2","West US 3","South Central US","East US 2","North Europe","UK South","Southeast Asia","Australia East","France @@ -1448,8 +63373,8 @@ interactions: South","South Africa North","Brazil South","Uae North","Norway West","Germany North","Jio India West","West India","Australia Central","Australia Central 2","Switzerland West","South Africa West","Brazil Southeast","Spain Central","New - Zealand North","Mexico Central","Malaysia West","Indonesia Central","East - US 2 EUAP","Central US EUAP"],"apiVersions":["2024-11-01","2024-04-01-preview","2023-05-01","2022-11-01","2022-07-01","2022-03-01","2022-01-01-preview","2021-11-01-preview","2021-06-01-preview"],"defaultApiVersion":"2023-05-01","capabilities":"SupportsExtension"},{"resourceType":"namespaces","locations":["Brazil + Zealand North","Mexico Central","Malaysia West","Chile Central","Indonesia + Central","East US 2 EUAP","Central US EUAP"],"apiVersions":["2024-11-01","2024-04-01-preview","2023-05-01","2022-11-01","2022-07-01","2022-03-01","2022-01-01-preview","2021-11-01-preview","2021-06-01-preview"],"defaultApiVersion":"2023-05-01","capabilities":"SupportsExtension"},{"resourceType":"namespaces","locations":["Brazil Southeast"],"apiVersions":["2021-12-01-preview"],"defaultApiVersion":"2021-12-01-preview","capabilities":"SupportsExtension"},{"resourceType":"operations","locations":[],"apiVersions":["2025-04-01","2024-11-01-preview","2024-11-01","2024-04-01-preview","2023-05-01-preview","2023-05-01","2022-11-01","2022-03-01","2022-01-01-preview","2021-12-01-preview","2021-11-01-preview","2021-09-01","2021-06-01-preview","2021-05-01-preview","2021-03-01","2020-10-01-preview","2020-07-01-preview","2019-11-01-preview"],"capabilities":"None"},{"resourceType":"extensionTypes","locations":["West US 2","East US","West Europe","West Central US","West US 3","South Central US","East US 2","North Europe","UK South","Southeast Asia","Australia East","France @@ -1461,7 +63386,7 @@ interactions: North","Norway West","Germany North","Jio India West","West India","Australia Central","Australia Central 2","Switzerland West","South Africa West","Brazil Southeast","Spain Central","New Zealand North","Mexico Central","Malaysia - West","Indonesia Central","East US 2 EUAP","Central US EUAP"],"apiVersions":["2024-11-01-preview","2023-05-01-preview","2022-01-15-preview"],"capabilities":"SupportsExtension"},{"resourceType":"locations/extensionTypes","locations":["West + West","Chile Central","Indonesia Central","East US 2 EUAP","Central US EUAP"],"apiVersions":["2024-11-01-preview","2023-05-01-preview","2022-01-15-preview"],"capabilities":"SupportsExtension"},{"resourceType":"locations/extensionTypes","locations":["West US 2","East US","West Europe","West Central US","West US 3","South Central US","East US 2","North Europe","UK South","Southeast Asia","Australia East","France Central","Central US","North Central US","West US","Korea Central","East Asia","Japan @@ -1471,8 +63396,8 @@ interactions: South","France South","South Africa North","Brazil South","Uae North","Norway West","Germany North","Jio India West","West India","Australia Central","Australia Central 2","Switzerland West","South Africa West","Brazil Southeast","Spain - Central","New Zealand North","Mexico Central","Malaysia West","Indonesia Central","East - US 2 EUAP","Central US EUAP"],"apiVersions":["2024-11-01-preview","2023-05-01-preview","2022-01-15-preview"],"capabilities":"None"},{"resourceType":"locations/extensionTypes/versions","locations":["West + Central","New Zealand North","Mexico Central","Malaysia West","Chile Central","Indonesia + Central","East US 2 EUAP","Central US EUAP"],"apiVersions":["2024-11-01-preview","2023-05-01-preview","2022-01-15-preview"],"capabilities":"None"},{"resourceType":"locations/extensionTypes/versions","locations":["West US 2","East US","West Europe","West Central US","West US 3","South Central US","East US 2","North Europe","UK South","Southeast Asia","Australia East","France Central","Central US","North Central US","West US","Korea Central","East Asia","Japan @@ -1492,8 +63417,8 @@ interactions: South","South Africa North","Brazil South","Uae North","Norway West","Germany North","Jio India West","West India","Australia Central","Australia Central 2","Switzerland West","South Africa West","Brazil Southeast","Spain Central","New - Zealand North","Mexico Central","Malaysia West","Indonesia Central","East - US 2 EUAP","Central US EUAP"],"apiVersions":["2024-11-01-preview","2022-04-02-preview"],"capabilities":"SupportsTags, + Zealand North","Mexico Central","Malaysia West","Chile Central","Indonesia + Central","East US 2 EUAP","Central US EUAP"],"apiVersions":["2024-11-01-preview","2022-04-02-preview"],"capabilities":"SupportsTags, SupportsLocation"},{"resourceType":"privateLinkScopes/privateEndpointConnections","locations":["East US","West Europe","West Central US","West US 2","West US 3","South Central US","East US 2","North Europe","UK South","Southeast Asia","Australia East","France @@ -1504,8 +63429,8 @@ interactions: South","South Africa North","Brazil South","Uae North","Norway West","Germany North","Jio India West","West India","Australia Central","Australia Central 2","Switzerland West","South Africa West","Brazil Southeast","Spain Central","New - Zealand North","Mexico Central","Malaysia West","Indonesia Central","East - US 2 EUAP","Central US EUAP"],"apiVersions":["2024-11-01-preview","2022-04-02-preview"],"capabilities":"None"},{"resourceType":"privateLinkScopes/privateEndpointConnectionProxies","locations":["East + Zealand North","Mexico Central","Malaysia West","Chile Central","Indonesia + Central","East US 2 EUAP","Central US EUAP"],"apiVersions":["2024-11-01-preview","2022-04-02-preview"],"capabilities":"None"},{"resourceType":"privateLinkScopes/privateEndpointConnectionProxies","locations":["East US","West Europe","West Central US","West US 2","West US 3","South Central US","East US 2","North Europe","UK South","Southeast Asia","Australia East","France Central","Central US","North Central US","West US","Korea Central","East Asia","Japan @@ -1515,8 +63440,8 @@ interactions: North","Korea South","France South","Brazil South","Uae North","Norway West","Germany North","Jio India West","West India","Australia Central","Australia Central 2","Switzerland West","South Africa West","Brazil Southeast","Spain Central","New - Zealand North","Mexico Central","Malaysia West","Indonesia Central","East - US 2 EUAP","Central US EUAP"],"apiVersions":["2024-11-01-preview","2022-04-02-preview"],"capabilities":"None"},{"resourceType":"locations","locations":["East + Zealand North","Mexico Central","Malaysia West","Chile Central","Indonesia + Central","East US 2 EUAP","Central US EUAP"],"apiVersions":["2024-11-01-preview","2022-04-02-preview"],"capabilities":"None"},{"resourceType":"locations","locations":["East US 2 EUAP","West US 2","East US","West Europe","West Central US","West US 3","South Central US","East US 2","North Europe","UK South","Southeast Asia","Australia East","France Central","Central US","North Central US","West US","Korea Central","East @@ -1531,11 +63456,11 @@ interactions: cache-control: - no-cache content-length: - - '11654' + - '11782' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:26:48 GMT + - Thu, 29 May 2025 01:01:29 GMT expires: - '-1' pragma: @@ -1549,7 +63474,7 @@ interactions: x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: C6FC1468173F47D1967AD7FE5BEF4D96 Ref B: CO6AA3150218045 Ref C: 2025-05-08T22:26:49Z' + - 'Ref A: 76B471C04F5B4168BA513DF768234E8F Ref B: BL2AA2011002054 Ref C: 2025-05-29T01:01:30Z' status: code: 200 message: OK @@ -1559,7 +63484,7 @@ interactions: {}}, "configurationSettings": {"configuration.backupStorageLocation.bucket": "blob000004", "configuration.backupStorageLocation.config.storageAccount": "storageacc000003", "configuration.backupStorageLocation.config.resourceGroup": "clitest000001", - "configuration.backupStorageLocation.config.subscriptionId": "069b2617-846e-4b82-ad41-5d097465478b", + "configuration.backupStorageLocation.config.subscriptionId": "15c06b1b-01d6-407b-bb21-740b8617dea3", "credentials.tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "configuration.backupStorageLocation.config.useAAD": "true", "configuration.backupStorageLocation.config.storageAccountURI": "https://storageacc000003.blob.core.windows.net/"}}}' headers: @@ -1583,12 +63508,12 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensions/backup?api-version=2023-05-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensions/backup","name":"backup","type":"Microsoft.KubernetesConfiguration/extensions","properties":{"extensionType":"microsoft.dataprotection.kubernetes","autoUpgradeMinorVersion":true,"releaseTrain":"stable","version":null,"currentVersion":null,"scope":{"cluster":{"releaseNamespace":"dataprotection-microsoft"}},"provisioningState":"Creating","configurationSettings":{"configuration.backupStorageLocation.bucket":"blob000004","configuration.backupStorageLocation.config.storageAccount":"storageacc000003","configuration.backupStorageLocation.config.resourceGroup":"clitest000001","configuration.backupStorageLocation.config.subscriptionId":"069b2617-846e-4b82-ad41-5d097465478b","credentials.tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","configuration.backupStorageLocation.config.useAAD":"true","configuration.backupStorageLocation.config.storageAccountURI":"https://storageacc000003.blob.core.windows.net/"},"configurationProtectedSettings":{},"statuses":[],"aksAssignedIdentity":null,"isSystemExtension":false},"systemData":{"createdBy":null,"createdByType":null,"createdAt":"2025-05-08T22:26:50.5097614+00:00","lastModifiedBy":null,"lastModifiedByType":null,"lastModifiedAt":"2025-05-08T22:26:50.5097614+00:00"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensions/backup","name":"backup","type":"Microsoft.KubernetesConfiguration/extensions","properties":{"extensionType":"microsoft.dataprotection.kubernetes","autoUpgradeMinorVersion":true,"releaseTrain":"stable","version":null,"currentVersion":null,"scope":{"cluster":{"releaseNamespace":"dataprotection-microsoft"}},"provisioningState":"Creating","configurationSettings":{"configuration.backupStorageLocation.bucket":"blob000004","configuration.backupStorageLocation.config.storageAccount":"storageacc000003","configuration.backupStorageLocation.config.resourceGroup":"clitest000001","configuration.backupStorageLocation.config.subscriptionId":"15c06b1b-01d6-407b-bb21-740b8617dea3","credentials.tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","configuration.backupStorageLocation.config.useAAD":"true","configuration.backupStorageLocation.config.storageAccountURI":"https://storageacc000003.blob.core.windows.net/"},"configurationProtectedSettings":{},"statuses":[],"aksAssignedIdentity":null,"isSystemExtension":false},"systemData":{"createdBy":null,"createdByType":null,"createdAt":"2025-05-29T01:01:31.5250768+00:00","lastModifiedBy":null,"lastModifiedByType":null,"lastModifiedAt":"2025-05-29T01:01:31.5250768+00:00"}}' headers: api-supported-versions: - 2023-05-01, 2024-11-01 azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensions/backup/operations/18aa7d60-bacd-4fa6-9c02-21de273d9a67?api-version=2023-05-01&t=638823400106499307&c=MIIHpTCCBo2gAwIBAgITOgWZuFmLREgOyTdeugAEBZm4WTANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjUwNDE5MTQyMjI3WhcNMjUxMDE2MTQyMjI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPxDlNdj6r6H0vTzKfz228nqLQPXYSxPqEGQSSSCczQcCX3f_Xtnvc-lFdoleay-OVQlgfbWiMkGazl2q7FVj9BZUHJ3KXFg833nlMDzzIkfrA17t4t3OW-6po21aPw9TdEBtH-GReYxdd8YmK-hHhKfpllLkKKn29Z8r3ecn-VJ1URRr4gV1Dnhd8h62eio4oVWmqq_9ITkiyfphE8gKB3n-2ZGTlftv1uEX4hpgnUbyhP4GBPp9Ni0RdYmpukMEr1-GI3W5OnXgKOvoCRB0HZQKU-5u630M-76UA_GFyALd1X_xQwHcCHKvtBzX5EEcQ4AOj_B540c3Mp0HnljQsECAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBRgocSx-jjjSuZiJXHuNlAhZPhmbjAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAK5mT0Rrym5x1NF2yah7nxZLo1y0madgpRkCREZyGAoW02DZD68DX6wagq4RbcOr_MAlhvWOTjVB8J52ZIsydOGq5NSpxte9Cy10m7-zSXWMn0yNE8YUToarDNRzmshQ5pEBXhjU6kSMEvqeNG8Fr3KrDZEVieQc5By_ZV8F9vtuv90XjrjiLw1qOrPVVvUFOTx-JlUR4aErF4Jldd_YA0aWCiYbvu3Bd1vWtXdnrkJSX-natlKNqGimVnj86nKEao8ktK5pKaHq6C8vbOLeNreXRy5C2fC1tgiZ00V2pHuk1qbOdhlzTDv8G0HZLm_T7_s92OBqMAwBJ1uChKnQm6M&s=6W6Z1P-8Ad62-yviBPMqcoGBPmP-zSeKQEBSOYX0aqtmtz-LJx2CubzglImYsJGLUKUXKmlULNwyoSyqvwJmZnYMAGK_kar7OxYemSerELpQW0bbyXSBg9KvaHrN4OdoUXG0Xu1Q4gjpZO4vWJJtLfCpIukcwbznq_b-kT5062z61EwTYNvn-iu0b_VtoZQDJZr191U2WRMwAhi1YhVS7oAMMr03EqliWSYCrzpyUoohvQ4UreD45-F9yojmWM-G_E02wYOt4RtewpDGZSqsHq0PiP4fFdbjZ93UnJFXSAfUwmhfO2K08NRR1dWDLdyySAFQU9uqXK_Rz5DbThZtng&h=ruXSzKzzPzBxFKCn47Du1-4rGgSTY8P1rCU47Y5b6ro + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensions/backup/operations/bcc510ab-9095-442b-b1cf-afe21c15ee37?api-version=2023-05-01&t=638840772916558228&c=MIIHhzCCBm-gAwIBAgITHgbIFmDY79XLPJrDjgAABsgWYDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjUwNDE3MDcxODAyWhcNMjUxMDE0MDcxODAyWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMmXL0h9ESvC4b92QYV7yPeOyC8nGJyORFUoUm7UdBjxDbKTdSt8SfTfQkW5HjszhiwurE_fjCMlYj9_ymGSwiuCaKmitW7pcXF-WPgkAU2dKPUrSPqJAyeDDvG5SbZOmYYKHttoh0ZCPxadX4ljJ_k6BiE0-a-tSIYI__abusYKDqLuE9uYszi2Ra_hhLOH8qi2TBg71Jc7Dasa4RRwHnwfYbhpKL0tyMrBwyvMUGO00Q_Lx0iRvtIyWhp0HLppX7M2gzHCkh37uEJaggrcqn2T1QHSLgt2AuneElzaS8_if-JVZWv8ZdwCW8Oa-9JXQCzDSFKFP-2yMm1KPtualuUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBSJ3ygYgt4NuGG8mfdBelaS0ABH_DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAI2X3AiLN4s7W-C4ho0tyyAJfaEptV5HLxJHbIHK4awoIyOC8pp8Ay2pGHpXZlTZAhmvEJBKPbB0dVv_cphT1EjWF5rgvvLTBfp9Roo8PqmTQxmvMefBGXnYPmtPgtKMi5nwH1Y4xayGTzvIjIz1ZwYW5_hkF8jKx3e9bGDWPlgyHm3bRRRSgD650gZ7x69myyaDo4tX8FNWbLk-7PYxKiDBeLyle73_kab63klBJc7ep-O2AIxEtxi2DhDGLlGADWVwyYhEhlcFAhxXcOjCETnpsvDfOiK7XD3hnEkdKsChwTT9Gp6wEmn6xu59Qm2DenO3AMiv6vEyP2-7F-bR5G4&s=x5JDm-1_UFfEVXmaspy0z1x-Qq6bREAbPUR5GfAcQBDPK463XZ6RdXo2mwNOOVsr1hefz5rdBzU2v2bFWlK3GN9YmEwI8-8U5v24-DofyF6y8NNbHqvfeAF4eOlvlOI6Y6CqcnVm9Ff2qBug4IGL35Ea2yoc0NI73YSbZudpygm60B5D86Qr6lE-DzzFEDfceR-6w4SXlpsC_zdZAFIla494uM52CstPo97SyZNXRhBjPb6ghCLCwiB7VsjEfb9IN0mAjLmRS9to6AnG82pxoZfQQhcXOm9V2-W1v-ELTBRLOTwTAK6w_XzGYYe_aRwuuCH-ZfHaajhUtexjgC08IA&h=Pg8p3AeTP8RQ6olFnHEFjocyX1zrh6YZ1DlL1Ci8zPY cache-control: - no-cache content-length: @@ -1596,7 +63521,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:26:49 GMT + - Thu, 29 May 2025 01:01:30 GMT expires: - '-1' location: @@ -1610,13 +63535,13 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/e7bc9d0d-bc29-4590-8f04-c9aeb5d3269a + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/8946fddb-94da-4ae3-b590-19be6cb8f2ae x-ms-ratelimit-remaining-subscription-global-writes: - '11999' x-ms-ratelimit-remaining-subscription-writes: - '799' x-msedge-ref: - - 'Ref A: 41FF784BD6554A9CB0C5ADB8BEE73E60 Ref B: MWH011020808040 Ref C: 2025-05-08T22:26:49Z' + - 'Ref A: 9ED0DB09AADE4B3180A58E04B251D183 Ref B: MNZ221060618027 Ref C: 2025-05-29T01:01:30Z' status: code: 201 message: Created @@ -1654,7 +63579,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:26:52 GMT + - Thu, 29 May 2025 01:02:04 GMT expires: - '-1' pragma: @@ -1666,11 +63591,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/b2e5a15a-e325-4eec-8fc3-17fa7327540d + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus2/43441dad-7fe0-447b-a339-a4daf947daf8 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 15113F74A0D949BB90DD7FA2BEF74E95 Ref B: MWH011020809060 Ref C: 2025-05-08T22:26:52Z' + - 'Ref A: A54AE890550A4084A1FDC5E0A2B10FDE Ref B: BL2AA2011005054 Ref C: 2025-05-29T01:02:04Z' status: code: 200 message: OK @@ -1708,7 +63633,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:26:53 GMT + - Thu, 29 May 2025 01:02:35 GMT expires: - '-1' pragma: @@ -1720,11 +63645,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/b5b640ec-b423-4172-92ff-9bcc5f0b203a + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/1d8ab5be-eddc-42d3-90a4-0317bef49ac8 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: F30D3EAB2D5F401184BC11F35ADD5718 Ref B: CO6AA3150219031 Ref C: 2025-05-08T22:26:53Z' + - 'Ref A: DF3AB117696B4EB88B9BC6EC74B8D6D8 Ref B: BL2AA2011004040 Ref C: 2025-05-29T01:02:36Z' status: code: 200 message: OK @@ -1775,7 +63700,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:26:55 GMT + - Thu, 29 May 2025 01:03:09 GMT expires: - '-1' pragma: @@ -1787,11 +63712,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/f424ac35-67a8-4dad-a461-a03824339564 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/77f9844d-57f1-4512-83c4-7b138992a5f0 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: D9DB0E6D56304C01B2CDBC888E5556DD Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:26:55Z' + - 'Ref A: E0AD55C4EC5B483C8AC1FE0FA73D4B68 Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:10Z' status: code: 200 message: OK @@ -1828,7 +63753,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:26:56 GMT + - Thu, 29 May 2025 01:03:10 GMT expires: - '-1' pragma: @@ -1840,11 +63765,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/e12049a4-6329-463d-877e-c12a4b767892 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/d4016315-6698-41de-b3f5-f3341f315682 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: EE3845FAA2BE4F6AB578616B2F4E72E9 Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:26:56Z' + - 'Ref A: 1CC981D1223E42E1A02B5B2765AA0427 Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:10Z' status: code: 200 message: OK @@ -1878,7 +63803,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:26:56 GMT + - Thu, 29 May 2025 01:03:10 GMT expires: - '-1' pragma: @@ -1890,11 +63815,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/621e07d3-8f29-4b26-b4a6-67c9f21ec269 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/ecfda6e1-4df4-462a-8eda-6c7d9ced2e71 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 94C6053CA9924107A64D866C906440E8 Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:26:56Z' + - 'Ref A: FA7F6E6F33574910903D43060076F7E6 Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:11Z' status: code: 200 message: OK @@ -1938,7 +63863,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:26:57 GMT + - Thu, 29 May 2025 01:03:10 GMT expires: - '-1' pragma: @@ -1950,11 +63875,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/e2d94da2-9c03-46db-a8e7-3e76e434d606 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/8daae5d9-9340-49fd-9351-71205ae440f8 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: C6051E55AE894DC1A5E74C268B29BA4C Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:26:57Z' + - 'Ref A: 6A7BDC087CE34CAB83D22E7E81948979 Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:11Z' status: code: 200 message: OK @@ -1991,7 +63916,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:26:57 GMT + - Thu, 29 May 2025 01:03:11 GMT expires: - '-1' pragma: @@ -2003,11 +63928,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/ba0aea27-c436-4ed7-ad4a-9ca676928eea + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/7be6b627-fb3b-47e7-8b62-81493b1108e5 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 3A139C1120CB402C85041B80C198FF0E Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:26:57Z' + - 'Ref A: B4D5593FA7514FB68D7623265F136FD0 Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:11Z' status: code: 200 message: OK @@ -2041,7 +63966,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:26:58 GMT + - Thu, 29 May 2025 01:03:11 GMT expires: - '-1' pragma: @@ -2053,11 +63978,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/5ccf6add-b501-450a-917e-e591703f75bb + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/ad29d1bd-3b8c-41d2-829d-28a5c4e67baa x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: CF4AF65D21AB480B9842B2493320F5A3 Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:26:58Z' + - 'Ref A: B4D61423D68A419389E3397EE6EEDDF7 Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:12Z' status: code: 200 message: OK @@ -2091,7 +64016,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:26:58 GMT + - Thu, 29 May 2025 01:03:11 GMT expires: - '-1' pragma: @@ -2103,11 +64028,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/c1baccc8-d7a6-49f1-b816-42b36292ca3c + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus2/3061c090-f329-4fe9-8844-43f9ed6bc8dc x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 4BCB0CBF0DB644FC86B7BEBE8BE76E1E Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:26:58Z' + - 'Ref A: B19D9961A07849F3B8A9DB8ACD643BB6 Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:12Z' status: code: 200 message: OK @@ -2141,7 +64066,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:26:59 GMT + - Thu, 29 May 2025 01:03:12 GMT expires: - '-1' pragma: @@ -2153,11 +64078,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/34d91410-893e-4d68-842b-a67cc8dabbbc + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/043b81d1-2b5b-4d1a-8bb3-db13ce7158ef x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 230F47B526A64CB380569F1578E96E26 Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:26:59Z' + - 'Ref A: ABABE67A669A4E0ABDAA60D437260FC5 Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:12Z' status: code: 200 message: OK @@ -2191,7 +64116,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:26:59 GMT + - Thu, 29 May 2025 01:03:12 GMT expires: - '-1' pragma: @@ -2203,11 +64128,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/9359ae3d-40fd-45e6-bae0-798942633a37 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/9c2d0a60-4fe6-40ab-96b1-15567196ac17 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 2C0B567A7E9346E18E49A20DAB72AA10 Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:27:00Z' + - 'Ref A: BF4ECD124ABC45D3984400977C7410FF Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:12Z' status: code: 200 message: OK @@ -2244,7 +64169,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:00 GMT + - Thu, 29 May 2025 01:03:12 GMT expires: - '-1' pragma: @@ -2256,11 +64181,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/54d22bbf-88fa-4a7d-bdf8-84e0238f75d5 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/9be63bca-2210-4db4-aca7-31ba70c2034f x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 955B7C8ADA1742C4A12DAD31D44BDE24 Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:27:00Z' + - 'Ref A: C4CE714EE9D24AA29F1D58E685337593 Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:13Z' status: code: 200 message: OK @@ -2294,7 +64219,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:00 GMT + - Thu, 29 May 2025 01:03:12 GMT expires: - '-1' pragma: @@ -2306,11 +64231,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/8cb30306-7402-4281-b8ae-1bb833f1bca1 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus2/ddae83a4-ac43-414b-919e-7709d56e7372 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 22B271E7CF27404B82D77658BAAD4A16 Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:27:01Z' + - 'Ref A: 844DD6721C174E609249A4D48058325E Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:13Z' status: code: 200 message: OK @@ -2344,7 +64269,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:01 GMT + - Thu, 29 May 2025 01:03:13 GMT expires: - '-1' pragma: @@ -2356,11 +64281,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/366ca6f4-27c7-4a1d-9abb-f49ba45147e5 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/fbdb7e22-dd75-4f7b-8330-bb018e22e14b x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 7A0E8143692142B68108839BB07B714B Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:27:01Z' + - 'Ref A: 61B9822FA2BE44779E735F3D0B2489BF Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:13Z' status: code: 200 message: OK @@ -2394,7 +64319,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:02 GMT + - Thu, 29 May 2025 01:03:13 GMT expires: - '-1' pragma: @@ -2406,11 +64331,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/36520a9b-7eee-4e7e-80fb-ae1301bcae66 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/d42c969a-5074-40df-84c1-6211e72717a9 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 80003738D62F43D2B64D636B43B32103 Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:27:02Z' + - 'Ref A: F7467ADFA6154ACCB8FCD96C813C01B4 Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:14Z' status: code: 200 message: OK @@ -2447,7 +64372,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:02 GMT + - Thu, 29 May 2025 01:03:13 GMT expires: - '-1' pragma: @@ -2459,11 +64384,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/5fac5c28-4fee-4ffe-bc86-9eac5bd3a5b1 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/e4ce4bf9-d59e-49fb-8cf4-9a14f914aed0 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: D87A5EEB4C43407FA2E6BE0F98E9792D Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:27:02Z' + - 'Ref A: 87E260D954704F8A860AF545123AB193 Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:14Z' status: code: 200 message: OK @@ -2497,7 +64422,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:03 GMT + - Thu, 29 May 2025 01:03:14 GMT expires: - '-1' pragma: @@ -2509,11 +64434,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/ef944fe5-377b-4fa6-942a-26d0ed3c3521 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/460df21d-8314-41c3-84a5-7a50f08f262e x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 5E71A017A870442A9FA6EACFC4370C84 Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:27:03Z' + - 'Ref A: 34EAAE5BCD42458E944507F6FDD69665 Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:14Z' status: code: 200 message: OK @@ -2550,7 +64475,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:03 GMT + - Thu, 29 May 2025 01:03:14 GMT expires: - '-1' pragma: @@ -2562,11 +64487,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/c0c70b07-78f5-4b24-afcd-aa194f5362c5 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/6f846548-ed38-447d-bf80-50c452b36c4a x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 04D3F27F32F342BF93E1A16157ED22B3 Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:27:03Z' + - 'Ref A: 82E78D6773A849F88931E16A5695FF51 Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:15Z' status: code: 200 message: OK @@ -2600,7 +64525,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:04 GMT + - Thu, 29 May 2025 01:03:14 GMT expires: - '-1' pragma: @@ -2612,11 +64537,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/b1707916-4863-4dc6-bda6-9996e360fce9 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus2/8676eb12-94e7-4eaa-a70a-96ab2238c75e x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 768909A5C4544B76ACA05F5F29838B20 Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:27:04Z' + - 'Ref A: B0AEFA560EED49EAB1D81844305F1E34 Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:15Z' status: code: 200 message: OK @@ -2650,7 +64575,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:04 GMT + - Thu, 29 May 2025 01:03:15 GMT expires: - '-1' pragma: @@ -2662,11 +64587,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/32000f41-fe77-4fee-8952-19e95283a2aa + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus2/8907e1b3-fa3a-45d7-bd8c-9e5bc48e69f5 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 25F3F39ADCD24773901E81FD1190719F Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:27:04Z' + - 'Ref A: 1F03EC328A484770979EC32332ACEAB7 Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:15Z' status: code: 200 message: OK @@ -2689,18 +64614,21 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHpKUkZnQUFBQUFBQSUzRCUzRCUyM1JUJTNBMTglMjNUUkMlM0EyNTIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/randoli.insights","name":"randoli.insights","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"randoli.insights","description":"randoliinc1663021532656","isSystemExtension":false,"publisher":"randoliinc1663021532656","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"randoli-agents"}},"planInfo":{"offerId":"randoli_appinsights_11152023","planId":"app_insights_per_node_1-6-0","publisherId":"randoliinc1663021532656"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/agilelab.witboost","name":"agilelab.witboost","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"agilelab.witboost","description":"agilelab1648817423090","isSystemExtension":false,"publisher":"agilelab1648817423090","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"witboost-k8s-new","planId":"freeplan","publisherId":"agilelab1648817423090"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/redis.redisenterpriseoperatorbyol","name":"redis.redisenterpriseoperatorbyol","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"redis.redisenterpriseoperatorbyol","description":"garantiadata","isSystemExtension":false,"publisher":"garantiadata","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":true,"defaultReleaseNamespace":"redis-enterprise"}},"planInfo":{"offerId":"redis_enterprise_operator","planId":"redis_enterprise_byol","publisherId":"garantiadata"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/aurainnovations.kafkastack","name":"aurainnovations.kafkastack","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"aurainnovations.kafkastack","description":"aurainnovationsllc1709317475986","isSystemExtension":false,"publisher":"aurainnovationsllc1709317475986","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"aura"}},"planInfo":{"offerId":"kafka-stack-01","planId":"free","publisherId":"aurainnovationsllc1709317475986"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/smapiot.piral-cloud-feed-service-basic","name":"smapiot.piral-cloud-feed-service-basic","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"smapiot.piral-cloud-feed-service-basic","description":"smapiotgmbh1620751517969","isSystemExtension":false,"publisher":"smapiotgmbh1620751517969","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"piral-feed-service-azure-basic"}},"planInfo":{"offerId":"piral-cloud-services","planId":"piral-cloud-feed-service-basic","publisherId":"smapiotgmbh1620751517969"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/nginxinc.ingresscontrollerplus","name":"nginxinc.ingresscontrollerplus","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"nginxinc.ingresscontrollerplus","description":"nginxinc","isSystemExtension":false,"publisher":"nginxinc","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"nginx-ingress"}},"planInfo":{"offerId":"nginx_ingress_premium","planId":"nginx_ingress_premium_debian","publisherId":"nginxinc"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/com.scale.gp.istio-namespace-initial","name":"com.scale.gp.istio-namespace-initial","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.istio-namespace-initial","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"sgp-single-tenant-hosted-container","planId":"istio-namespace","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/contoso.votingappa","name":"contoso.votingappa","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"contoso.votingappa","description":"testtestindustryexperiencestest","isSystemExtension":false,"publisher":"testtestindustryexperiencestest","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso_ns_a"}},"planInfo":{"offerId":"ds-container-labs-00","planId":"gold-plan-id","publisherId":"testtestindustryexperiencestest"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/contoso.votingappb","name":"contoso.votingappb","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"contoso.votingappb","description":"testtestindustryexperiencestest","isSystemExtension":false,"publisher":"testtestindustryexperiencestest","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso_ns_b"}},"planInfo":{"offerId":"ds-container-labs-00","planId":"silver-plan-id","publisherId":"testtestindustryexperiencestest"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/kubling.dbvirt","name":"kubling.dbvirt","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"kubling.dbvirt","description":"bluelonecloudplatformssl1692781872058","isSystemExtension":false,"publisher":"bluelonecloudplatformssl1692781872058","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"kubling"}},"planInfo":{"offerId":"kubling-dbvirt","planId":"kbl-dbvirt-percore","publisherId":"bluelonecloudplatformssl1692781872058"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/zs.maxaibasic","name":"zs.maxaibasic","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"zs.maxaibasic","description":"zs","isSystemExtension":false,"publisher":"zs","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"max-ai-offer-1","planId":"free-tier-1","publisherId":"zs"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/com.scale.gp.istio-namespace-init","name":"com.scale.gp.istio-namespace-init","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.istio-namespace-init","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"istio-namespace","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/com.scale.gp.sgp-base-pii","name":"com.scale.gp.sgp-base-pii","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.sgp-base-pii","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"sgp-base","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/com.scale.gp.istio-system-pii","name":"com.scale.gp.istio-system-pii","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.istio-system-pii","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"istio-system","publisherId":"scaleaiinc1703010376105"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHh2QTFvQUFBQUFBQSUzRCUzRCUyM1JUJTNBMTklMjNUUkMlM0EyNjYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/randoli.insights","name":"randoli.insights","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"randoli.insights","description":"randoliinc1663021532656","isSystemExtension":false,"publisher":"randoliinc1663021532656","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"randoli-agents"}},"planInfo":{"offerId":"randoli_appinsights_11152023","planId":"app_insights_per_node_1-6-0","publisherId":"randoliinc1663021532656"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/agilelab.witboost","name":"agilelab.witboost","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"agilelab.witboost","description":"agilelab1648817423090","isSystemExtension":false,"publisher":"agilelab1648817423090","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"witboost-k8s-new","planId":"freeplan","publisherId":"agilelab1648817423090"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/redis.redisenterpriseoperatorbyol","name":"redis.redisenterpriseoperatorbyol","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"redis.redisenterpriseoperatorbyol","description":"garantiadata","isSystemExtension":false,"publisher":"garantiadata","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":true,"defaultReleaseNamespace":"redis-enterprise"}},"planInfo":{"offerId":"redis_enterprise_operator","planId":"redis_enterprise_byol","publisherId":"garantiadata"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/aurainnovations.kafkastack","name":"aurainnovations.kafkastack","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"aurainnovations.kafkastack","description":"aurainnovationsllc1709317475986","isSystemExtension":false,"publisher":"aurainnovationsllc1709317475986","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"aura"}},"planInfo":{"offerId":"kafka-stack-01","planId":"free","publisherId":"aurainnovationsllc1709317475986"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/smapiot.piral-cloud-feed-service-basic","name":"smapiot.piral-cloud-feed-service-basic","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"smapiot.piral-cloud-feed-service-basic","description":"smapiotgmbh1620751517969","isSystemExtension":false,"publisher":"smapiotgmbh1620751517969","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"piral-feed-service-azure-basic"}},"planInfo":{"offerId":"piral-cloud-services","planId":"piral-cloud-feed-service-basic","publisherId":"smapiotgmbh1620751517969"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/nginxinc.ingresscontrollerplus","name":"nginxinc.ingresscontrollerplus","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"nginxinc.ingresscontrollerplus","description":"nginxinc","isSystemExtension":false,"publisher":"nginxinc","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"nginx-ingress"}},"planInfo":{"offerId":"nginx_ingress_premium","planId":"nginx_ingress_premium_debian","publisherId":"nginxinc"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/com.scale.gp.istio-namespace-initial","name":"com.scale.gp.istio-namespace-initial","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.istio-namespace-initial","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"sgp-single-tenant-hosted-container","planId":"istio-namespace","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/contoso.votingappa","name":"contoso.votingappa","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"contoso.votingappa","description":"testtestindustryexperiencestest","isSystemExtension":false,"publisher":"testtestindustryexperiencestest","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso_ns_a"}},"planInfo":{"offerId":"ds-container-labs-00","planId":"gold-plan-id","publisherId":"testtestindustryexperiencestest"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/contoso.votingappb","name":"contoso.votingappb","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"contoso.votingappb","description":"testtestindustryexperiencestest","isSystemExtension":false,"publisher":"testtestindustryexperiencestest","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso_ns_b"}},"planInfo":{"offerId":"ds-container-labs-00","planId":"silver-plan-id","publisherId":"testtestindustryexperiencestest"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/microsoft.graytown.testextension","name":"microsoft.graytown.testextension","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.graytown.testextension","description":"Dummy + extension depending on microsoft.extensiondiagnostics and microsoft.extensionsusage","isSystemExtension":false,"publisher":"Azure + Arc Graytown","isManagedIdentityRequired":false,"supportedClusterTypes":["Connectedclusters","Managedclusters","Appliances","ProvisionedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"graytowntest"}},"planInfo":{"offerId":null,"planId":null,"publisherId":"Azure + Arc Graytown"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/kubling.dbvirt","name":"kubling.dbvirt","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"kubling.dbvirt","description":"bluelonecloudplatformssl1692781872058","isSystemExtension":false,"publisher":"bluelonecloudplatformssl1692781872058","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"kubling"}},"planInfo":{"offerId":"kubling-dbvirt","planId":"kbl-dbvirt-percore","publisherId":"bluelonecloudplatformssl1692781872058"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/zs.maxaibasic","name":"zs.maxaibasic","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"zs.maxaibasic","description":"zs","isSystemExtension":false,"publisher":"zs","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"max-ai-offer-1","planId":"free-tier-1","publisherId":"zs"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/com.scale.gp.istio-namespace-init","name":"com.scale.gp.istio-namespace-init","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.istio-namespace-init","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"istio-namespace","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/com.scale.gp.sgp-base-pii","name":"com.scale.gp.sgp-base-pii","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.sgp-base-pii","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"sgp-base","publisherId":"scaleaiinc1703010376105"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhiQTFvQUFBQUFBQSUzRCUzRCUyM1JUJTNBMTklMjNUUkMlM0EyNjYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '12233' + - '12319' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:05 GMT + - Thu, 29 May 2025 01:03:16 GMT expires: - '-1' pragma: @@ -2712,11 +64640,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/3c8fddea-8a10-4ee1-aaf2-d4931d4f8f26 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus2/41a95fa3-c4e0-41b9-b8bc-932f27f1384e x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: BC94B920CA584468937F14D544349DAF Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:27:05Z' + - 'Ref A: D214B44EF6B04F76B046F9F713C08C11 Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:16Z' status: code: 200 message: OK @@ -2736,21 +64664,21 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHh2QTFvQUFBQUFBQSUzRCUzRCUyM1JUJTNBMTklMjNUUkMlM0EyNjYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhiQTFvQUFBQUFBQSUzRCUzRCUyM1JUJTNBMTklMjNUUkMlM0EyNjYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/com.scale.gp.istio-ingress-pii","name":"com.scale.gp.istio-ingress-pii","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.istio-ingress-pii","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-ingress"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"istio-ingress","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/com.scale.gp.temporal-pii","name":"com.scale.gp.temporal-pii","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.temporal-pii","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"temporal"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"temporal","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/com.scale.gp.temporal-cassandra-pii","name":"com.scale.gp.temporal-cassandra-pii","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.temporal-cassandra-pii","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"temporal-cassandra"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"temporal-cassandra","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnerst3y2b2ti","name":"cpmrunners.cpmrunnerst3y2b2ti","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerst3y2b2ti","description":"cpmrunnerst3y2b2ti","isSystemExtension":false,"publisher":"cpmrunnerst3y2b2ti","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerst3y2b2ti","planId":"cpmrunnerst3y2b2ti","publisherId":"cpmrunnerst3y2b2ti"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersog30zuv5","name":"cpmrunners.cpmrunnersog30zuv5","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersog30zuv5","description":"cpmrunnerst3y2b2ti","isSystemExtension":false,"publisher":"cpmrunnerst3y2b2ti","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerst3y2b2ti","planId":"cpmrunnersog30zuv5","publisherId":"cpmrunnerst3y2b2ti"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/dsa.lcm-container-default-plan","name":"dsa.lcm-container-default-plan","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.lcm-container-default-plan","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"lcm-application"}},"planInfo":{"offerId":"sas-lcm-azure-container","planId":"default-private-plan","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/readymind.airbourne","name":"readymind.airbourne","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"readymind.airbourne","description":"readymind","isSystemExtension":false,"publisher":"readymind","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"backstage"}},"planInfo":{"offerId":"airbourne_app_rm","planId":"plan_1","publisherId":"readymind"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/langchain.langsmithaksyearly","name":"langchain.langsmithaksyearly","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"langchain.langsmithaksyearly","description":"langchain","isSystemExtension":false,"publisher":"langchain","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"langsmith","planId":"enterprise","publisherId":"langchain"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/com.scale.gp.istio-namespace-billing-env-vars","name":"com.scale.gp.istio-namespace-billing-env-vars","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.istio-namespace-billing-env-vars","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"sgp-single-tenant-env-vars","planId":"single-tenant-vpc-managed-application-env-vars","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/com.scale.gp.identity-service-pii-viii","name":"com.scale.gp.identity-service-pii-viii","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.identity-service-pii-viii","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"identity-service"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"identity-service","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/com.scale.gp.services-pii-iv","name":"com.scale.gp.services-pii-iv","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.services-pii-iv","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"egp"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"sgp-services","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/com.scale.gp.istio-namespace-initial-with-billing","name":"com.scale.gp.istio-namespace-initial-with-billing","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.istio-namespace-initial-with-billing","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"sgp-single-tenant-env-vars","planId":"istio-namespace-with-billing-hook","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersvl5y85v9","name":"cpmrunners.cpmrunnersvl5y85v9","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersvl5y85v9","description":"cpmrunnershu1evnph","isSystemExtension":false,"publisher":"cpmrunnershu1evnph","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnershu1evnph","planId":"cpmrunnersvl5y85v9","publisherId":"cpmrunnershu1evnph"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnerslre9skm8","name":"cpmrunners.cpmrunnerslre9skm8","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerslre9skm8","description":"cpmrunnerslre9skm8","isSystemExtension":false,"publisher":"cpmrunnerslre9skm8","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerslre9skm8","planId":"cpmrunnerslre9skm8","publisherId":"cpmrunnerslre9skm8"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhEN1ZvQUFBQUFBQSUzRCUzRCUyM1JUJTNBMjAlMjNUUkMlM0EyODAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/com.scale.gp.istio-system-pii","name":"com.scale.gp.istio-system-pii","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.istio-system-pii","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"istio-system","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/com.scale.gp.istio-ingress-pii","name":"com.scale.gp.istio-ingress-pii","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.istio-ingress-pii","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-ingress"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"istio-ingress","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/com.scale.gp.temporal-pii","name":"com.scale.gp.temporal-pii","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.temporal-pii","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"temporal"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"temporal","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/com.scale.gp.temporal-cassandra-pii","name":"com.scale.gp.temporal-cassandra-pii","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.temporal-cassandra-pii","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"temporal-cassandra"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"temporal-cassandra","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnerst3y2b2ti","name":"cpmrunners.cpmrunnerst3y2b2ti","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerst3y2b2ti","description":"cpmrunnerst3y2b2ti","isSystemExtension":false,"publisher":"cpmrunnerst3y2b2ti","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerst3y2b2ti","planId":"cpmrunnerst3y2b2ti","publisherId":"cpmrunnerst3y2b2ti"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersog30zuv5","name":"cpmrunners.cpmrunnersog30zuv5","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersog30zuv5","description":"cpmrunnerst3y2b2ti","isSystemExtension":false,"publisher":"cpmrunnerst3y2b2ti","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerst3y2b2ti","planId":"cpmrunnersog30zuv5","publisherId":"cpmrunnerst3y2b2ti"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/dsa.lcm-container-default-plan","name":"dsa.lcm-container-default-plan","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.lcm-container-default-plan","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"lcm-application"}},"planInfo":{"offerId":"sas-lcm-azure-container","planId":"default-private-plan","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/readymind.airbourne","name":"readymind.airbourne","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"readymind.airbourne","description":"readymind","isSystemExtension":false,"publisher":"readymind","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"backstage"}},"planInfo":{"offerId":"airbourne_app_rm","planId":"plan_1","publisherId":"readymind"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/langchain.langsmithaksyearly","name":"langchain.langsmithaksyearly","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"langchain.langsmithaksyearly","description":"langchain","isSystemExtension":false,"publisher":"langchain","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"langsmith","planId":"enterprise","publisherId":"langchain"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/com.scale.gp.istio-namespace-billing-env-vars","name":"com.scale.gp.istio-namespace-billing-env-vars","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.istio-namespace-billing-env-vars","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"sgp-single-tenant-env-vars","planId":"single-tenant-vpc-managed-application-env-vars","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/com.scale.gp.identity-service-pii-viii","name":"com.scale.gp.identity-service-pii-viii","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.identity-service-pii-viii","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"identity-service"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"identity-service","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/com.scale.gp.services-pii-iv","name":"com.scale.gp.services-pii-iv","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.services-pii-iv","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"egp"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"sgp-services","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/com.scale.gp.istio-namespace-initial-with-billing","name":"com.scale.gp.istio-namespace-initial-with-billing","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.istio-namespace-initial-with-billing","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"sgp-single-tenant-env-vars","planId":"istio-namespace-with-billing-hook","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersvl5y85v9","name":"cpmrunners.cpmrunnersvl5y85v9","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersvl5y85v9","description":"cpmrunnershu1evnph","isSystemExtension":false,"publisher":"cpmrunnershu1evnph","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnershu1evnph","planId":"cpmrunnersvl5y85v9","publisherId":"cpmrunnershu1evnph"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHc1NTFvQUFBQUFBQSUzRCUzRCUyM1JUJTNBMjAlMjNUUkMlM0EyODAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '12475' + - '12498' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:05 GMT + - Thu, 29 May 2025 01:03:16 GMT expires: - '-1' pragma: @@ -2762,11 +64690,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/e4f66587-cfd0-42aa-b108-53451f3195e5 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus2/0e678092-f07a-4b54-b53a-00e5e8142c3b x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: E0BD298E7EB44B19B5860F38A68E20EE Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:27:06Z' + - 'Ref A: F266ECEE39D1489F923D4E583549CAAA Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:17Z' status: code: 200 message: OK @@ -2786,10 +64714,10 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhEN1ZvQUFBQUFBQSUzRCUzRCUyM1JUJTNBMjAlMjNUUkMlM0EyODAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHc1NTFvQUFBQUFBQSUzRCUzRCUyM1JUJTNBMjAlMjNUUkMlM0EyODAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersa7zyrb61","name":"cpmrunners.cpmrunnersa7zyrb61","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersa7zyrb61","description":"cpmrunnersua88bsod","isSystemExtension":false,"publisher":"cpmrunnersua88bsod","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersua88bsod","planId":"cpmrunnersa7zyrb61","publisherId":"cpmrunnersua88bsod"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners0xgb2vcf","name":"cpmrunners.cpmrunners0xgb2vcf","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners0xgb2vcf","description":"cpmrunners0xgb2vcf","isSystemExtension":false,"publisher":"cpmrunners0xgb2vcf","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners0xgb2vcf","planId":"cpmrunners0xgb2vcf","publisherId":"cpmrunners0xgb2vcf"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners5z1iw4ns","name":"cpmrunners.cpmrunners5z1iw4ns","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners5z1iw4ns","description":"cpmrunners2205jbox","isSystemExtension":false,"publisher":"cpmrunners2205jbox","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners2205jbox","planId":"cpmrunners5z1iw4ns","publisherId":"cpmrunners2205jbox"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners6tc235lg","name":"cpmrunners.cpmrunners6tc235lg","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners6tc235lg","description":"cpmrunnersu3lljqvv","isSystemExtension":false,"publisher":"cpmrunnersu3lljqvv","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersu3lljqvv","planId":"cpmrunners6tc235lg","publisherId":"cpmrunnersu3lljqvv"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnershju2bwpg","name":"cpmrunners.cpmrunnershju2bwpg","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnershju2bwpg","description":"cpmrunnershju2bwpg","isSystemExtension":false,"publisher":"cpmrunnershju2bwpg","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnershju2bwpg","planId":"cpmrunnershju2bwpg","publisherId":"cpmrunnershju2bwpg"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/com.scale.gp.sgp-base-piii","name":"com.scale.gp.sgp-base-piii","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.sgp-base-piii","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"sgp-bases","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/contoso.maubarnes.existingclusttestext","name":"contoso.maubarnes.existingclusttestext","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"contoso.maubarnes.existingclusttestext","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"mauricetestoffer","planId":"existingclustertestplan","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersb8f0h0fd","name":"cpmrunners.cpmrunnersb8f0h0fd","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersb8f0h0fd","description":"cpmrunnersb8f0h0fd","isSystemExtension":false,"publisher":"cpmrunnersb8f0h0fd","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersb8f0h0fd","planId":"cpmrunnersb8f0h0fd","publisherId":"cpmrunnersb8f0h0fd"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersm2kaoyos","name":"cpmrunners.cpmrunnersm2kaoyos","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersm2kaoyos","description":"cpmrunnersb8f0h0fd","isSystemExtension":false,"publisher":"cpmrunnersb8f0h0fd","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersb8f0h0fd","planId":"cpmrunnersm2kaoyos","publisherId":"cpmrunnersb8f0h0fd"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/howso.devcontainer","name":"howso.devcontainer","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"howso.devcontainer","description":"diveplanecorporation1712251239175","isSystemExtension":false,"publisher":"diveplanecorporation1712251239175","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"howso"}},"planInfo":{"offerId":"howso_devcontainer","planId":"test_plan_1","publisherId":"diveplanecorporation1712251239175"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/dsa.lcm-container-nokc","name":"dsa.lcm-container-nokc","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.lcm-container-nokc","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"lcm-application"}},"planInfo":{"offerId":"sas-lcm-azure-container","planId":"default-private-plan-108","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/johnsnowlabs.generativeailab","name":"johnsnowlabs.generativeailab","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"johnsnowlabs.generativeailab","description":"johnsnowlabsinc1646051154808","isSystemExtension":false,"publisher":"johnsnowlabsinc1646051154808","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"azure-vote-custom"}},"planInfo":{"offerId":"generative_ai_lab_container","planId":"generative_ai_lab_container","publisherId":"johnsnowlabsinc1646051154808"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/johnsnowlabs.genailab","name":"johnsnowlabs.genailab","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"johnsnowlabs.genailab","description":"johnsnowlabsinc1646051154808","isSystemExtension":false,"publisher":"johnsnowlabsinc1646051154808","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"gen_ai_lab","planId":"generative_ai_lab","publisherId":"johnsnowlabsinc1646051154808"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersdtcj0atj","name":"cpmrunners.cpmrunnersdtcj0atj","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersdtcj0atj","description":"cpmrunnersdtcj0atj","isSystemExtension":false,"publisher":"cpmrunnersdtcj0atj","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersdtcj0atj","planId":"cpmrunnersdtcj0atj","publisherId":"cpmrunnersdtcj0atj"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhGdm1NQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjElMjNUUkMlM0EyOTQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnerslre9skm8","name":"cpmrunners.cpmrunnerslre9skm8","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerslre9skm8","description":"cpmrunnerslre9skm8","isSystemExtension":false,"publisher":"cpmrunnerslre9skm8","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerslre9skm8","planId":"cpmrunnerslre9skm8","publisherId":"cpmrunnerslre9skm8"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersa7zyrb61","name":"cpmrunners.cpmrunnersa7zyrb61","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersa7zyrb61","description":"cpmrunnersua88bsod","isSystemExtension":false,"publisher":"cpmrunnersua88bsod","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersua88bsod","planId":"cpmrunnersa7zyrb61","publisherId":"cpmrunnersua88bsod"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners0xgb2vcf","name":"cpmrunners.cpmrunners0xgb2vcf","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners0xgb2vcf","description":"cpmrunners0xgb2vcf","isSystemExtension":false,"publisher":"cpmrunners0xgb2vcf","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners0xgb2vcf","planId":"cpmrunners0xgb2vcf","publisherId":"cpmrunners0xgb2vcf"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners5z1iw4ns","name":"cpmrunners.cpmrunners5z1iw4ns","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners5z1iw4ns","description":"cpmrunners2205jbox","isSystemExtension":false,"publisher":"cpmrunners2205jbox","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners2205jbox","planId":"cpmrunners5z1iw4ns","publisherId":"cpmrunners2205jbox"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners6tc235lg","name":"cpmrunners.cpmrunners6tc235lg","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners6tc235lg","description":"cpmrunnersu3lljqvv","isSystemExtension":false,"publisher":"cpmrunnersu3lljqvv","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersu3lljqvv","planId":"cpmrunners6tc235lg","publisherId":"cpmrunnersu3lljqvv"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnershju2bwpg","name":"cpmrunners.cpmrunnershju2bwpg","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnershju2bwpg","description":"cpmrunnershju2bwpg","isSystemExtension":false,"publisher":"cpmrunnershju2bwpg","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnershju2bwpg","planId":"cpmrunnershju2bwpg","publisherId":"cpmrunnershju2bwpg"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/com.scale.gp.sgp-base-piii","name":"com.scale.gp.sgp-base-piii","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.sgp-base-piii","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"sgp-bases","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/contoso.maubarnes.existingclusttestext","name":"contoso.maubarnes.existingclusttestext","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"contoso.maubarnes.existingclusttestext","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"mauricetestoffer","planId":"existingclustertestplan","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersb8f0h0fd","name":"cpmrunners.cpmrunnersb8f0h0fd","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersb8f0h0fd","description":"cpmrunnersb8f0h0fd","isSystemExtension":false,"publisher":"cpmrunnersb8f0h0fd","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersb8f0h0fd","planId":"cpmrunnersb8f0h0fd","publisherId":"cpmrunnersb8f0h0fd"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersm2kaoyos","name":"cpmrunners.cpmrunnersm2kaoyos","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersm2kaoyos","description":"cpmrunnersb8f0h0fd","isSystemExtension":false,"publisher":"cpmrunnersb8f0h0fd","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersb8f0h0fd","planId":"cpmrunnersm2kaoyos","publisherId":"cpmrunnersb8f0h0fd"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/howso.devcontainer","name":"howso.devcontainer","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"howso.devcontainer","description":"diveplanecorporation1712251239175","isSystemExtension":false,"publisher":"diveplanecorporation1712251239175","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"howso"}},"planInfo":{"offerId":"howso_devcontainer","planId":"test_plan_1","publisherId":"diveplanecorporation1712251239175"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/dsa.lcm-container-nokc","name":"dsa.lcm-container-nokc","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.lcm-container-nokc","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"lcm-application"}},"planInfo":{"offerId":"sas-lcm-azure-container","planId":"default-private-plan-108","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/johnsnowlabs.generativeailab","name":"johnsnowlabs.generativeailab","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"johnsnowlabs.generativeailab","description":"johnsnowlabsinc1646051154808","isSystemExtension":false,"publisher":"johnsnowlabsinc1646051154808","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"azure-vote-custom"}},"planInfo":{"offerId":"generative_ai_lab_container","planId":"generative_ai_lab_container","publisherId":"johnsnowlabsinc1646051154808"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/johnsnowlabs.genailab","name":"johnsnowlabs.genailab","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"johnsnowlabs.genailab","description":"johnsnowlabsinc1646051154808","isSystemExtension":false,"publisher":"johnsnowlabsinc1646051154808","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"gen_ai_lab","planId":"generative_ai_lab","publisherId":"johnsnowlabsinc1646051154808"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHpvdG1NQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjElMjNUUkMlM0EyOTQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview @@ -2800,7 +64728,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:06 GMT + - Thu, 29 May 2025 01:03:16 GMT expires: - '-1' pragma: @@ -2812,11 +64740,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/8c6c7af0-2c92-4989-beee-0218e038fe3a + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/a39060ed-3f6e-441f-9b04-84d6beca377a x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 2DE0F832621E434085E3929BABF3D402 Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:27:06Z' + - 'Ref A: 71267844FEBF425E883025638B553451 Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:17Z' status: code: 200 message: OK @@ -2836,23 +64764,22 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhGdm1NQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjElMjNUUkMlM0EyOTQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHpvdG1NQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjElMjNUUkMlM0EyOTQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersjwpvo8ne","name":"cpmrunners.cpmrunnersjwpvo8ne","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersjwpvo8ne","description":"cpmrunnersdtcj0atj","isSystemExtension":false,"publisher":"cpmrunnersdtcj0atj","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersdtcj0atj","planId":"cpmrunnersjwpvo8ne","publisherId":"cpmrunnersdtcj0atj"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/goodtechllc.sqlsimulatorpreview","name":"goodtechllc.sqlsimulatorpreview","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"goodtechllc.sqlsimulatorpreview","description":"goodtechllc1686682900235","isSystemExtension":false,"publisher":"goodtechllc1686682900235","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"sql_simulator_beta","planId":"freetrial","publisherId":"goodtechllc1686682900235"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/com.scale.gp.billing","name":"com.scale.gp.billing","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.billing","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"billing","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/nginxinc.ingresscontrollerplusnap","name":"nginxinc.ingresscontrollerplusnap","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"nginxinc.ingresscontrollerplusnap","description":"nginxinc","isSystemExtension":false,"publisher":"nginxinc","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"nginx-ingress"}},"planInfo":{"offerId":"nginx_ingress_premium_waf","planId":"nginx_ingress_nap_debian","publisherId":"nginxinc"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/castai.agent-private-four-per-cpu","name":"castai.agent-private-four-per-cpu","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"castai.agent-private-four-per-cpu","description":"castaigroupinc1683643265413","isSystemExtension":false,"publisher":"castaigroupinc1683643265413","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"castai-agent"}},"planInfo":{"offerId":"castai-agent","planId":"wiobank-growth-pro-agent","publisherId":"castaigroupinc1683643265413"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/veeam.kasten-byol","name":"veeam.kasten-byol","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"veeam.kasten-byol","description":"veeamsoftware","isSystemExtension":false,"publisher":"veeamsoftware","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"kasten-io"}},"planInfo":{"offerId":"veeam-kasten-az","planId":"kasten-byol","publisherId":"veeamsoftware"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/veeam.kasten-hybridterm","name":"veeam.kasten-hybridterm","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"veeam.kasten-hybridterm","description":"veeamsoftware","isSystemExtension":false,"publisher":"veeamsoftware","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"kasten-io"}},"planInfo":{"offerId":"veeam-kasten-az","planId":"kasten-hybrid-term","publisherId":"veeamsoftware"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/dsa.lcm-container-nokc-a","name":"dsa.lcm-container-nokc-a","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.lcm-container-nokc-a","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"lcm-application"}},"planInfo":{"offerId":"sas-lcm-azure-container","planId":"default-private-plan-109","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/dsa.lcm-container-nokc-b","name":"dsa.lcm-container-nokc-b","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.lcm-container-nokc-b","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"lcm-application"}},"planInfo":{"offerId":"sas-lcm-azure-container","planId":"default-private-plan-1011","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/strongnetwork.platform.communityedition","name":"strongnetwork.platform.communityedition","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"strongnetwork.platform.communityedition","description":"strong-network","isSystemExtension":false,"publisher":"strong-network","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"strong_network","planId":"strong-network-community-edition","publisherId":"strong-network"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/microsoft.cloudoperator","name":"microsoft.cloudoperator","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.cloudoperator","description":"Extension - to manage cluster-api lifecycle","isSystemExtension":false,"publisher":"Msk8s","isManagedIdentityRequired":true,"supportedClusterTypes":["connectedclusters","managedclusters","Appliances"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":null,"planId":null,"publisherId":"Msk8s"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/catalogicsoftware.cloudcasaazureaks","name":"catalogicsoftware.cloudcasaazureaks","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"catalogicsoftware.cloudcasaazureaks","description":"catalogicsoftware1625626770507","isSystemExtension":false,"publisher":"catalogicsoftware1625626770507","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"cloudcasa-aks-app","planId":"cc-azure-aks","publisherId":"catalogicsoftware1625626770507"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/testdatadog.aksextension","name":"testdatadog.aksextension","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"testdatadog.aksextension","description":"datadog1591740804488","isSystemExtension":false,"publisher":"datadog1591740804488","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"clusteragent"}},"planInfo":{"offerId":"dd_aks_extension","planId":"test_datadog_aks_cluster_extension","publisherId":"datadog1591740804488"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/microsoft.aksedge.imageoperator","name":"microsoft.aksedge.imageoperator","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.aksedge.imageoperator","description":"Extension - to provision image for onprem clusters","isSystemExtension":false,"publisher":"Msk8s","isManagedIdentityRequired":true,"supportedClusterTypes":["connectedclusters","managedclusters","Appliances"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cloudop-system"}},"planInfo":{"offerId":null,"planId":null,"publisherId":"Msk8s"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0FzVW9sQU40VHMwd3RCbVlDQUFBQUFBJTNEJTNEJTIzUlQlM0EyMiUyM1NSQyUzQTElMjNUUkMlM0EzMDglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersdtcj0atj","name":"cpmrunners.cpmrunnersdtcj0atj","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersdtcj0atj","description":"cpmrunnersdtcj0atj","isSystemExtension":false,"publisher":"cpmrunnersdtcj0atj","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersdtcj0atj","planId":"cpmrunnersdtcj0atj","publisherId":"cpmrunnersdtcj0atj"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersjwpvo8ne","name":"cpmrunners.cpmrunnersjwpvo8ne","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersjwpvo8ne","description":"cpmrunnersdtcj0atj","isSystemExtension":false,"publisher":"cpmrunnersdtcj0atj","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersdtcj0atj","planId":"cpmrunnersjwpvo8ne","publisherId":"cpmrunnersdtcj0atj"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/goodtechllc.sqlsimulatorpreview","name":"goodtechllc.sqlsimulatorpreview","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"goodtechllc.sqlsimulatorpreview","description":"goodtechllc1686682900235","isSystemExtension":false,"publisher":"goodtechllc1686682900235","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"sql_simulator_beta","planId":"freetrial","publisherId":"goodtechllc1686682900235"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/com.scale.gp.billing","name":"com.scale.gp.billing","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.billing","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"billing","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/nginxinc.ingresscontrollerplusnap","name":"nginxinc.ingresscontrollerplusnap","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"nginxinc.ingresscontrollerplusnap","description":"nginxinc","isSystemExtension":false,"publisher":"nginxinc","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"nginx-ingress"}},"planInfo":{"offerId":"nginx_ingress_premium_waf","planId":"nginx_ingress_nap_debian","publisherId":"nginxinc"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/castai.agent-private-four-per-cpu","name":"castai.agent-private-four-per-cpu","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"castai.agent-private-four-per-cpu","description":"castaigroupinc1683643265413","isSystemExtension":false,"publisher":"castaigroupinc1683643265413","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"castai-agent"}},"planInfo":{"offerId":"castai-agent","planId":"wiobank-growth-pro-agent","publisherId":"castaigroupinc1683643265413"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/veeam.kasten-byol","name":"veeam.kasten-byol","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"veeam.kasten-byol","description":"veeamsoftware","isSystemExtension":false,"publisher":"veeamsoftware","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"kasten-io"}},"planInfo":{"offerId":"veeam-kasten-az","planId":"kasten-byol","publisherId":"veeamsoftware"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/veeam.kasten-hybridterm","name":"veeam.kasten-hybridterm","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"veeam.kasten-hybridterm","description":"veeamsoftware","isSystemExtension":false,"publisher":"veeamsoftware","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"kasten-io"}},"planInfo":{"offerId":"veeam-kasten-az","planId":"kasten-hybrid-term","publisherId":"veeamsoftware"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/dsa.lcm-container-nokc-a","name":"dsa.lcm-container-nokc-a","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.lcm-container-nokc-a","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"lcm-application"}},"planInfo":{"offerId":"sas-lcm-azure-container","planId":"default-private-plan-109","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/dsa.lcm-container-nokc-b","name":"dsa.lcm-container-nokc-b","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.lcm-container-nokc-b","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"lcm-application"}},"planInfo":{"offerId":"sas-lcm-azure-container","planId":"default-private-plan-1011","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/strongnetwork.platform.communityedition","name":"strongnetwork.platform.communityedition","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"strongnetwork.platform.communityedition","description":"strong-network","isSystemExtension":false,"publisher":"strong-network","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"strong_network","planId":"strong-network-community-edition","publisherId":"strong-network"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/microsoft.cloudoperator","name":"microsoft.cloudoperator","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.cloudoperator","description":"Extension + to manage cluster-api lifecycle","isSystemExtension":false,"publisher":"Msk8s","isManagedIdentityRequired":true,"supportedClusterTypes":["connectedclusters","managedclusters","Appliances"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":null,"planId":null,"publisherId":"Msk8s"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/catalogicsoftware.cloudcasaazureaks","name":"catalogicsoftware.cloudcasaazureaks","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"catalogicsoftware.cloudcasaazureaks","description":"catalogicsoftware1625626770507","isSystemExtension":false,"publisher":"catalogicsoftware1625626770507","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"cloudcasa-aks-app","planId":"cc-azure-aks","publisherId":"catalogicsoftware1625626770507"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/testdatadog.aksextension","name":"testdatadog.aksextension","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"testdatadog.aksextension","description":"datadog1591740804488","isSystemExtension":false,"publisher":"datadog1591740804488","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"clusteragent"}},"planInfo":{"offerId":"dd_aks_extension","planId":"test_datadog_aks_cluster_extension","publisherId":"datadog1591740804488"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHgwNUdVQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjIlMjNUUkMlM0EzMDglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '12353' + - '12325' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:06 GMT + - Thu, 29 May 2025 01:03:16 GMT expires: - '-1' pragma: @@ -2864,11 +64791,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/2489707b-4163-410f-b7ec-a02d9328c2c7 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/1d20f400-63ce-41db-8eb2-082b376fbbb9 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: CB25006549444AE4BCF6704F436D5F67 Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:27:07Z' + - 'Ref A: 07E485DF5D984F009D1565ADCF126593 Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:17Z' status: code: 200 message: OK @@ -2888,22 +64815,23 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0FzVW9sQU40VHMwd3RCbVlDQUFBQUFBJTNEJTNEJTIzUlQlM0EyMiUyM1NSQyUzQTElMjNUUkMlM0EzMDglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHgwNUdVQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjIlMjNUUkMlM0EzMDglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/johnsnowlabs.genailab.cvetesting","name":"johnsnowlabs.genailab.cvetesting","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"johnsnowlabs.genailab.cvetesting","description":"johnsnowlabsinc1646051154808","isSystemExtension":false,"publisher":"johnsnowlabsinc1646051154808","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"generative_ai_lab_container","planId":"cve-testing","publisherId":"johnsnowlabsinc1646051154808"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hamsabnb.drexconnect","name":"hamsabnb.drexconnect","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hamsabnb.drexconnect","description":"hamsapayinc1695840740319","isSystemExtension":false,"publisher":"hamsapayinc1695840740319","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"hamsa_drex_connect","planId":"drex_connect_banco_bnb","publisherId":"hamsapayinc1695840740319"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/dsa.lcm-container-nokc-c","name":"dsa.lcm-container-nokc-c","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.lcm-container-nokc-c","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"lcm-application"}},"planInfo":{"offerId":"sas-lcm-azure-container","planId":"default-private-plan-1015","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnerst56vmajv","name":"cpmrunners.cpmrunnerst56vmajv","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerst56vmajv","description":"cpmrunnerst56vmajv","isSystemExtension":false,"publisher":"cpmrunnerst56vmajv","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerst56vmajv","planId":"cpmrunnerst56vmajv","publisherId":"cpmrunnerst56vmajv"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners4d9790am","name":"cpmrunners.cpmrunners4d9790am","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners4d9790am","description":"cpmrunnerst56vmajv","isSystemExtension":false,"publisher":"cpmrunnerst56vmajv","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerst56vmajv","planId":"cpmrunners4d9790am","publisherId":"cpmrunnerst56vmajv"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/magnolia.dxcloudpaas","name":"magnolia.dxcloudpaas","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"magnolia.dxcloudpaas","description":"magnolia","isSystemExtension":false,"publisher":"magnolia","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"magnolia"}},"planInfo":{"offerId":"dxpaas","planId":"dxpaas","publisherId":"magnolia"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersabd4yc80","name":"cpmrunners.cpmrunnersabd4yc80","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersabd4yc80","description":"cpmrunnersabd4yc80","isSystemExtension":false,"publisher":"cpmrunnersabd4yc80","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersabd4yc80","planId":"cpmrunnersabd4yc80","publisherId":"cpmrunnersabd4yc80"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersa72hh0q1","name":"cpmrunners.cpmrunnersa72hh0q1","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersa72hh0q1","description":"cpmrunnersabd4yc80","isSystemExtension":false,"publisher":"cpmrunnersabd4yc80","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersabd4yc80","planId":"cpmrunnersa72hh0q1","publisherId":"cpmrunnersabd4yc80"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/microsoft.cloud2edgeconnectivity","name":"microsoft.cloud2edgeconnectivity","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.cloud2edgeconnectivity","description":"Extension - to manage cloud to edge connectivity","isSystemExtension":false,"publisher":"Microsoft","isManagedIdentityRequired":false,"supportedClusterTypes":["connectedclusters","managedclusters","Appliances"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"platform-operator-system"}},"planInfo":{"offerId":null,"planId":null,"publisherId":"Microsoft"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.operator","name":"hossted.operator","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.operator","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-open-webui","planId":"basic1","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/aoh.hrmsitautomation","name":"aoh.hrmsitautomation","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"aoh.hrmsitautomation","description":"aohwv1711986298041","isSystemExtension":false,"publisher":"aohwv1711986298041","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hrit-automation"}},"planInfo":{"offerId":"hr-it-automation-iaas-paas","planId":"hrmsitautomationpaas1","publisherId":"aohwv1711986298041"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/dsa.lcm-container-nokc-d","name":"dsa.lcm-container-nokc-d","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.lcm-container-nokc-d","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"lcm-application"}},"planInfo":{"offerId":"sas-lcm-azure-container","planId":"default-hidden-plan-1017","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/clearpeaks.observationdeckmanual","name":"clearpeaks.observationdeckmanual","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"clearpeaks.observationdeckmanual","description":"clearpeakssl1618578401214","isSystemExtension":false,"publisher":"clearpeakssl1618578401214","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"od"}},"planInfo":{"offerId":"observationdeckcontainer","planId":"odplan3","publisherId":"clearpeakssl1618578401214"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.operator.pgadmin","name":"hossted.operator.pgadmin","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.operator.pgadmin","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-pgadmin4","planId":"1","publisherId":"meanio"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHliZFdrQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjMlMjNUUkMlM0EzMjIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/microsoft.aksedge.imageoperator","name":"microsoft.aksedge.imageoperator","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.aksedge.imageoperator","description":"Extension + to provision image for onprem clusters","isSystemExtension":false,"publisher":"Msk8s","isManagedIdentityRequired":true,"supportedClusterTypes":["connectedclusters","managedclusters","Appliances"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cloudop-system"}},"planInfo":{"offerId":null,"planId":null,"publisherId":"Msk8s"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/johnsnowlabs.genailab.cvetesting","name":"johnsnowlabs.genailab.cvetesting","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"johnsnowlabs.genailab.cvetesting","description":"johnsnowlabsinc1646051154808","isSystemExtension":false,"publisher":"johnsnowlabsinc1646051154808","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"generative_ai_lab_container","planId":"cve-testing","publisherId":"johnsnowlabsinc1646051154808"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hamsabnb.drexconnect","name":"hamsabnb.drexconnect","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hamsabnb.drexconnect","description":"hamsapayinc1695840740319","isSystemExtension":false,"publisher":"hamsapayinc1695840740319","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"hamsa_drex_connect","planId":"drex_connect_banco_bnb","publisherId":"hamsapayinc1695840740319"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/dsa.lcm-container-nokc-c","name":"dsa.lcm-container-nokc-c","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.lcm-container-nokc-c","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"lcm-application"}},"planInfo":{"offerId":"sas-lcm-azure-container","planId":"default-private-plan-1015","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnerst56vmajv","name":"cpmrunners.cpmrunnerst56vmajv","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerst56vmajv","description":"cpmrunnerst56vmajv","isSystemExtension":false,"publisher":"cpmrunnerst56vmajv","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerst56vmajv","planId":"cpmrunnerst56vmajv","publisherId":"cpmrunnerst56vmajv"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners4d9790am","name":"cpmrunners.cpmrunners4d9790am","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners4d9790am","description":"cpmrunnerst56vmajv","isSystemExtension":false,"publisher":"cpmrunnerst56vmajv","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerst56vmajv","planId":"cpmrunners4d9790am","publisherId":"cpmrunnerst56vmajv"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/magnolia.dxcloudpaas","name":"magnolia.dxcloudpaas","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"magnolia.dxcloudpaas","description":"magnolia","isSystemExtension":false,"publisher":"magnolia","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"magnolia"}},"planInfo":{"offerId":"dxpaas","planId":"dxpaas","publisherId":"magnolia"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersabd4yc80","name":"cpmrunners.cpmrunnersabd4yc80","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersabd4yc80","description":"cpmrunnersabd4yc80","isSystemExtension":false,"publisher":"cpmrunnersabd4yc80","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersabd4yc80","planId":"cpmrunnersabd4yc80","publisherId":"cpmrunnersabd4yc80"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersa72hh0q1","name":"cpmrunners.cpmrunnersa72hh0q1","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersa72hh0q1","description":"cpmrunnersabd4yc80","isSystemExtension":false,"publisher":"cpmrunnersabd4yc80","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersabd4yc80","planId":"cpmrunnersa72hh0q1","publisherId":"cpmrunnersabd4yc80"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/microsoft.cloud2edgeconnectivity","name":"microsoft.cloud2edgeconnectivity","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.cloud2edgeconnectivity","description":"Extension + to manage cloud to edge connectivity","isSystemExtension":false,"publisher":"Microsoft","isManagedIdentityRequired":false,"supportedClusterTypes":["connectedclusters","managedclusters","Appliances"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"platform-operator-system"}},"planInfo":{"offerId":null,"planId":null,"publisherId":"Microsoft"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.operator","name":"hossted.operator","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.operator","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-open-webui","planId":"basic1","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/aoh.hrmsitautomation","name":"aoh.hrmsitautomation","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"aoh.hrmsitautomation","description":"aohwv1711986298041","isSystemExtension":false,"publisher":"aohwv1711986298041","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hrit-automation"}},"planInfo":{"offerId":"hr-it-automation-iaas-paas","planId":"hrmsitautomationpaas1","publisherId":"aohwv1711986298041"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/dsa.lcm-container-nokc-d","name":"dsa.lcm-container-nokc-d","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.lcm-container-nokc-d","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"lcm-application"}},"planInfo":{"offerId":"sas-lcm-azure-container","planId":"default-hidden-plan-1017","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/clearpeaks.observationdeckmanual","name":"clearpeaks.observationdeckmanual","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"clearpeaks.observationdeckmanual","description":"clearpeakssl1618578401214","isSystemExtension":false,"publisher":"clearpeakssl1618578401214","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"od"}},"planInfo":{"offerId":"observationdeckcontainer","planId":"odplan3","publisherId":"clearpeakssl1618578401214"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHh5WUdrQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjMlMjNUUkMlM0EzMjIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '12174' + - '12253' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:07 GMT + - Thu, 29 May 2025 01:03:17 GMT expires: - '-1' pragma: @@ -2915,11 +64843,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/d8d5b006-2777-40ad-b969-9babf6ed7cc9 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/1d0339fb-16e4-4856-896c-515fe77ba207 x-ms-ratelimit-remaining-subscription-global-reads: - - '16498' + - '16499' x-msedge-ref: - - 'Ref A: F1D1D68B30494980A0673F0FD463C549 Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:27:07Z' + - 'Ref A: 172430B8870F464895562B98B0542AB7 Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:17Z' status: code: 200 message: OK @@ -2939,21 +64867,21 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHliZFdrQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjMlMjNUUkMlM0EzMjIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHh5WUdrQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjMlMjNUUkMlM0EzMjIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/systoolssoftware.enterprisebackup.privatetestplan","name":"systoolssoftware.enterprisebackup.privatetestplan","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"systoolssoftware.enterprisebackup.privatetestplan","description":"systoolssoftwareprivatelimited1632140387066","isSystemExtension":false,"publisher":"systoolssoftwareprivatelimited1632140387066","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"entbackup"}},"planInfo":{"offerId":"systools-m365-backup","planId":"test-plan","publisherId":"systoolssoftwareprivatelimited1632140387066"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/dsa.lcm-container-kc-d","name":"dsa.lcm-container-kc-d","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.lcm-container-kc-d","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"lcm-application"}},"planInfo":{"offerId":"sas-lcm-azure-container-keycloak","planId":"default-hidden-plan-1018","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.operator.pg","name":"hossted.operator.pg","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.operator.pg","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-pgadmin4","planId":"2","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/here.anonymizerprivatemonthly","name":"here.anonymizerprivatemonthly","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"here.anonymizerprivatemonthly","description":"heretechnologies_us","isSystemExtension":false,"publisher":"heretechnologies_us","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"here-anonymization"}},"planInfo":{"offerId":"here-anonymizer-container-transact","planId":"here_anonymizer_private_transact","publisherId":"heretechnologies_us"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/here.anonymizerprivateannually","name":"here.anonymizerprivateannually","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"here.anonymizerprivateannually","description":"heretechnologies_us","isSystemExtension":false,"publisher":"heretechnologies_us","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"here-anonymization"}},"planInfo":{"offerId":"here-anonymizer-container-transact","planId":"here_anonymizer_private_transact_annual","publisherId":"heretechnologies_us"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersbzjs3865","name":"cpmrunners.cpmrunnersbzjs3865","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersbzjs3865","description":"cpmrunnersbzjs3865","isSystemExtension":false,"publisher":"cpmrunnersbzjs3865","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersbzjs3865","planId":"cpmrunnersbzjs3865","publisherId":"cpmrunnersbzjs3865"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersrf3ib10f","name":"cpmrunners.cpmrunnersrf3ib10f","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersrf3ib10f","description":"cpmrunnersbzjs3865","isSystemExtension":false,"publisher":"cpmrunnersbzjs3865","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersbzjs3865","planId":"cpmrunnersrf3ib10f","publisherId":"cpmrunnersbzjs3865"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersvqtifqsn","name":"cpmrunners.cpmrunnersvqtifqsn","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersvqtifqsn","description":"cpmrunnersvqtifqsn","isSystemExtension":false,"publisher":"cpmrunnersvqtifqsn","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersvqtifqsn","planId":"cpmrunnersvqtifqsn","publisherId":"cpmrunnersvqtifqsn"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersexgi4bg5","name":"cpmrunners.cpmrunnersexgi4bg5","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersexgi4bg5","description":"cpmrunnersvqtifqsn","isSystemExtension":false,"publisher":"cpmrunnersvqtifqsn","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersvqtifqsn","planId":"cpmrunnersexgi4bg5","publisherId":"cpmrunnersvqtifqsn"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.operator.metabase","name":"hossted.operator.metabase","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.operator.metabase","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-metabase","planId":"1","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/langchain.langsmithaksyearlyvoda","name":"langchain.langsmithaksyearlyvoda","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"langchain.langsmithaksyearlyvoda","description":"langchain","isSystemExtension":false,"publisher":"langchain","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"langsmith","planId":"vodafoneitaly","publisherId":"langchain"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/clearpeaks.observationdecktesttwo","name":"clearpeaks.observationdecktesttwo","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"clearpeaks.observationdecktesttwo","description":"clearpeakssl1618578401214","isSystemExtension":false,"publisher":"clearpeakssl1618578401214","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"od"}},"planInfo":{"offerId":"observationdeckcontainer","planId":"odplan4","publisherId":"clearpeakssl1618578401214"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersh0agd3wo","name":"cpmrunners.cpmrunnersh0agd3wo","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersh0agd3wo","description":"cpmrunnersoyrx30q8","isSystemExtension":false,"publisher":"cpmrunnersoyrx30q8","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersoyrx30q8","planId":"cpmrunnersh0agd3wo","publisherId":"cpmrunnersoyrx30q8"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.hossted.nginx","name":"hossted.hossted.nginx","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.hossted.nginx","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-nginx","planId":"hossted-operator","publisherId":"meanio"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHlEUTJvQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjQlMjNUUkMlM0EzMzYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.operator.pgadmin","name":"hossted.operator.pgadmin","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.operator.pgadmin","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-pgadmin4","planId":"1","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/systoolssoftware.enterprisebackup.privatetestplan","name":"systoolssoftware.enterprisebackup.privatetestplan","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"systoolssoftware.enterprisebackup.privatetestplan","description":"systoolssoftwareprivatelimited1632140387066","isSystemExtension":false,"publisher":"systoolssoftwareprivatelimited1632140387066","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"entbackup"}},"planInfo":{"offerId":"systools-m365-backup","planId":"test-plan","publisherId":"systoolssoftwareprivatelimited1632140387066"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/dsa.lcm-container-kc-d","name":"dsa.lcm-container-kc-d","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.lcm-container-kc-d","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"lcm-application"}},"planInfo":{"offerId":"sas-lcm-azure-container-keycloak","planId":"default-hidden-plan-1018","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.operator.pg","name":"hossted.operator.pg","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.operator.pg","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-pgadmin4","planId":"2","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/here.anonymizerprivatemonthly","name":"here.anonymizerprivatemonthly","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"here.anonymizerprivatemonthly","description":"heretechnologies_us","isSystemExtension":false,"publisher":"heretechnologies_us","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"here-anonymization"}},"planInfo":{"offerId":"here-anonymizer-container-transact","planId":"here_anonymizer_private_transact","publisherId":"heretechnologies_us"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/here.anonymizerprivateannually","name":"here.anonymizerprivateannually","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"here.anonymizerprivateannually","description":"heretechnologies_us","isSystemExtension":false,"publisher":"heretechnologies_us","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"here-anonymization"}},"planInfo":{"offerId":"here-anonymizer-container-transact","planId":"here_anonymizer_private_transact_annual","publisherId":"heretechnologies_us"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersbzjs3865","name":"cpmrunners.cpmrunnersbzjs3865","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersbzjs3865","description":"cpmrunnersbzjs3865","isSystemExtension":false,"publisher":"cpmrunnersbzjs3865","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersbzjs3865","planId":"cpmrunnersbzjs3865","publisherId":"cpmrunnersbzjs3865"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersrf3ib10f","name":"cpmrunners.cpmrunnersrf3ib10f","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersrf3ib10f","description":"cpmrunnersbzjs3865","isSystemExtension":false,"publisher":"cpmrunnersbzjs3865","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersbzjs3865","planId":"cpmrunnersrf3ib10f","publisherId":"cpmrunnersbzjs3865"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersvqtifqsn","name":"cpmrunners.cpmrunnersvqtifqsn","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersvqtifqsn","description":"cpmrunnersvqtifqsn","isSystemExtension":false,"publisher":"cpmrunnersvqtifqsn","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersvqtifqsn","planId":"cpmrunnersvqtifqsn","publisherId":"cpmrunnersvqtifqsn"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersexgi4bg5","name":"cpmrunners.cpmrunnersexgi4bg5","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersexgi4bg5","description":"cpmrunnersvqtifqsn","isSystemExtension":false,"publisher":"cpmrunnersvqtifqsn","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersvqtifqsn","planId":"cpmrunnersexgi4bg5","publisherId":"cpmrunnersvqtifqsn"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.operator.metabase","name":"hossted.operator.metabase","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.operator.metabase","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-metabase","planId":"1","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/langchain.langsmithaksyearlyvoda","name":"langchain.langsmithaksyearlyvoda","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"langchain.langsmithaksyearlyvoda","description":"langchain","isSystemExtension":false,"publisher":"langchain","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"langsmith","planId":"vodafoneitaly","publisherId":"langchain"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/clearpeaks.observationdecktesttwo","name":"clearpeaks.observationdecktesttwo","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"clearpeaks.observationdecktesttwo","description":"clearpeakssl1618578401214","isSystemExtension":false,"publisher":"clearpeakssl1618578401214","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"od"}},"planInfo":{"offerId":"observationdeckcontainer","planId":"odplan4","publisherId":"clearpeakssl1618578401214"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersh0agd3wo","name":"cpmrunners.cpmrunnersh0agd3wo","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersh0agd3wo","description":"cpmrunnersoyrx30q8","isSystemExtension":false,"publisher":"cpmrunnersoyrx30q8","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersoyrx30q8","planId":"cpmrunnersh0agd3wo","publisherId":"cpmrunnersoyrx30q8"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhzSjJvQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjQlMjNUUkMlM0EzMzYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '12257' + - '12254' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:08 GMT + - Thu, 29 May 2025 01:03:17 GMT expires: - '-1' pragma: @@ -2965,11 +64893,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/44d79be8-7a30-47f8-bb26-82b7bb25091d + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus2/07655375-1a54-4a30-8a5d-7204ad2c3d85 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: DFE317C7C52B4A95A44CC299D1363A96 Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:27:08Z' + - 'Ref A: FFE2CFF1B7F543F9A01898906863CDF8 Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:18Z' status: code: 200 message: OK @@ -2989,21 +64917,21 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHlEUTJvQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjQlMjNUUkMlM0EzMzYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhzSjJvQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjQlMjNUUkMlM0EzMzYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/clearpeaks.observationdecktestthree","name":"clearpeaks.observationdecktestthree","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"clearpeaks.observationdecktestthree","description":"clearpeakssl1618578401214","isSystemExtension":false,"publisher":"clearpeakssl1618578401214","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"od"}},"planInfo":{"offerId":"observationdeckcontainer","planId":"odplan5","publisherId":"clearpeakssl1618578401214"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.operator.mariadb","name":"hossted.operator.mariadb","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.operator.mariadb","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-mariadb","planId":"hossted-operator","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.hossted.rabbitmq","name":"hossted.hossted.rabbitmq","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.hossted.rabbitmq","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-rabbitmq","planId":"basic-k8s","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/clearpeaks.observationdecktestfour","name":"clearpeaks.observationdecktestfour","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"clearpeaks.observationdecktestfour","description":"clearpeakssl1618578401214","isSystemExtension":false,"publisher":"clearpeakssl1618578401214","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"od"}},"planInfo":{"offerId":"observationdeckcontainer","planId":"odplan6","publisherId":"clearpeakssl1618578401214"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/systoolssoftware.enterprisebackup.storageplan","name":"systoolssoftware.enterprisebackup.storageplan","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"systoolssoftware.enterprisebackup.storageplan","description":"systoolssoftwareprivatelimited1632140387066","isSystemExtension":false,"publisher":"systoolssoftwareprivatelimited1632140387066","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"entbackup"}},"planInfo":{"offerId":"systools-m365-backup","planId":"per-gb-storage","publisherId":"systoolssoftwareprivatelimited1632140387066"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/clearpeaks.observationdecktestseven","name":"clearpeaks.observationdecktestseven","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"clearpeaks.observationdecktestseven","description":"clearpeakssl1618578401214","isSystemExtension":false,"publisher":"clearpeakssl1618578401214","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"od"}},"planInfo":{"offerId":"observationdeckcontainer","planId":"odplan7","publisherId":"clearpeakssl1618578401214"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/clearpeaks.observationdecktesteight","name":"clearpeaks.observationdecktesteight","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"clearpeaks.observationdecktesteight","description":"clearpeakssl1618578401214","isSystemExtension":false,"publisher":"clearpeakssl1618578401214","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"od"}},"planInfo":{"offerId":"observationdeckcontainer","planId":"odplan8","publisherId":"clearpeakssl1618578401214"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/dynatrace.azuredynatraceoperator.rc","name":"dynatrace.azuredynatraceoperator.rc","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dynatrace.azuredynatraceoperator.rc","description":"dynatrace","isSystemExtension":false,"publisher":"dynatrace","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"dynatrace"}},"planInfo":{"offerId":"azure-dynatrace-operator","planId":"operator-1-20-aks-validation","publisherId":"dynatrace"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.rabbitmq.input","name":"hossted.rabbitmq.input","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.rabbitmq.input","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-rabbitmq","planId":"hossted-rabbitmq-k8s","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/clearpeaks.observationdecktestnine","name":"clearpeaks.observationdecktestnine","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"clearpeaks.observationdecktestnine","description":"clearpeakssl1618578401214","isSystemExtension":false,"publisher":"clearpeakssl1618578401214","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"od"}},"planInfo":{"offerId":"observationdeckcontainer","planId":"odplan9","publisherId":"clearpeakssl1618578401214"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/shapelets.dataapps","name":"shapelets.dataapps","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"shapelets.dataapps","description":"shapelets1647335373345","isSystemExtension":false,"publisher":"shapelets1647335373345","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"shapelets-data-apps"}},"planInfo":{"offerId":"shapelets-data-app-platform","planId":"shapelets-platform-paid","publisherId":"shapelets1647335373345"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/clearpeaks.observationdecktestfinal","name":"clearpeaks.observationdecktestfinal","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"clearpeaks.observationdecktestfinal","description":"clearpeakssl1618578401214","isSystemExtension":false,"publisher":"clearpeakssl1618578401214","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"od"}},"planInfo":{"offerId":"observationdeckcontainer","planId":"odplan10","publisherId":"clearpeakssl1618578401214"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/clearpeaks.observationdecktestten","name":"clearpeaks.observationdecktestten","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"clearpeaks.observationdecktestten","description":"clearpeakssl1618578401214","isSystemExtension":false,"publisher":"clearpeakssl1618578401214","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"od"}},"planInfo":{"offerId":"observationdeckcontainer","planId":"odplan11","publisherId":"clearpeakssl1618578401214"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/systools.microsoftbackup.storagepergb","name":"systools.microsoftbackup.storagepergb","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"systools.microsoftbackup.storagepergb","description":"systoolssoftwareprivatelimited1632140387066","isSystemExtension":false,"publisher":"systoolssoftwareprivatelimited1632140387066","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"entbackup"}},"planInfo":{"offerId":"systools-m365-backup","planId":"pergbbackup","publisherId":"systoolssoftwareprivatelimited1632140387066"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHdvQm13Q0FBQUFBQSUzRCUzRCUyM1JUJTNBMjUlMjNUUkMlM0EzNTAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.hossted.nginx","name":"hossted.hossted.nginx","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.hossted.nginx","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-nginx","planId":"hossted-operator","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/clearpeaks.observationdecktestthree","name":"clearpeaks.observationdecktestthree","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"clearpeaks.observationdecktestthree","description":"clearpeakssl1618578401214","isSystemExtension":false,"publisher":"clearpeakssl1618578401214","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"od"}},"planInfo":{"offerId":"observationdeckcontainer","planId":"odplan5","publisherId":"clearpeakssl1618578401214"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.operator.mariadb","name":"hossted.operator.mariadb","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.operator.mariadb","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-mariadb","planId":"hossted-operator","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.hossted.rabbitmq","name":"hossted.hossted.rabbitmq","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.hossted.rabbitmq","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-rabbitmq","planId":"basic-k8s","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/clearpeaks.observationdecktestfour","name":"clearpeaks.observationdecktestfour","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"clearpeaks.observationdecktestfour","description":"clearpeakssl1618578401214","isSystemExtension":false,"publisher":"clearpeakssl1618578401214","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"od"}},"planInfo":{"offerId":"observationdeckcontainer","planId":"odplan6","publisherId":"clearpeakssl1618578401214"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/systoolssoftware.enterprisebackup.storageplan","name":"systoolssoftware.enterprisebackup.storageplan","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"systoolssoftware.enterprisebackup.storageplan","description":"systoolssoftwareprivatelimited1632140387066","isSystemExtension":false,"publisher":"systoolssoftwareprivatelimited1632140387066","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"entbackup"}},"planInfo":{"offerId":"systools-m365-backup","planId":"per-gb-storage","publisherId":"systoolssoftwareprivatelimited1632140387066"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/clearpeaks.observationdecktestseven","name":"clearpeaks.observationdecktestseven","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"clearpeaks.observationdecktestseven","description":"clearpeakssl1618578401214","isSystemExtension":false,"publisher":"clearpeakssl1618578401214","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"od"}},"planInfo":{"offerId":"observationdeckcontainer","planId":"odplan7","publisherId":"clearpeakssl1618578401214"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/clearpeaks.observationdecktesteight","name":"clearpeaks.observationdecktesteight","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"clearpeaks.observationdecktesteight","description":"clearpeakssl1618578401214","isSystemExtension":false,"publisher":"clearpeakssl1618578401214","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"od"}},"planInfo":{"offerId":"observationdeckcontainer","planId":"odplan8","publisherId":"clearpeakssl1618578401214"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/dynatrace.azuredynatraceoperator.rc","name":"dynatrace.azuredynatraceoperator.rc","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dynatrace.azuredynatraceoperator.rc","description":"dynatrace","isSystemExtension":false,"publisher":"dynatrace","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"dynatrace"}},"planInfo":{"offerId":"azure-dynatrace-operator","planId":"operator-1-20-aks-validation","publisherId":"dynatrace"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.rabbitmq.input","name":"hossted.rabbitmq.input","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.rabbitmq.input","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-rabbitmq","planId":"hossted-rabbitmq-k8s","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/clearpeaks.observationdecktestnine","name":"clearpeaks.observationdecktestnine","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"clearpeaks.observationdecktestnine","description":"clearpeakssl1618578401214","isSystemExtension":false,"publisher":"clearpeakssl1618578401214","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"od"}},"planInfo":{"offerId":"observationdeckcontainer","planId":"odplan9","publisherId":"clearpeakssl1618578401214"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/shapelets.dataapps","name":"shapelets.dataapps","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"shapelets.dataapps","description":"shapelets1647335373345","isSystemExtension":false,"publisher":"shapelets1647335373345","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"shapelets-data-apps"}},"planInfo":{"offerId":"shapelets-data-app-platform","planId":"shapelets-platform-paid","publisherId":"shapelets1647335373345"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/clearpeaks.observationdecktestfinal","name":"clearpeaks.observationdecktestfinal","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"clearpeaks.observationdecktestfinal","description":"clearpeakssl1618578401214","isSystemExtension":false,"publisher":"clearpeakssl1618578401214","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"od"}},"planInfo":{"offerId":"observationdeckcontainer","planId":"odplan10","publisherId":"clearpeakssl1618578401214"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/clearpeaks.observationdecktestten","name":"clearpeaks.observationdecktestten","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"clearpeaks.observationdecktestten","description":"clearpeakssl1618578401214","isSystemExtension":false,"publisher":"clearpeakssl1618578401214","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"od"}},"planInfo":{"offerId":"observationdeckcontainer","planId":"odplan11","publisherId":"clearpeakssl1618578401214"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHludTJzQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjUlMjNUUkMlM0EzNTAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '12432' + - '12278' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:08 GMT + - Thu, 29 May 2025 01:03:17 GMT expires: - '-1' pragma: @@ -3015,11 +64943,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/0da03b2f-423c-4896-ab1f-ed483b1a0922 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus2/335b754c-730b-47bb-b2c1-eb4053eb59e9 x-ms-ratelimit-remaining-subscription-global-reads: - - '16499' + - '16498' x-msedge-ref: - - 'Ref A: 66782C587A614C82B7F9574409787086 Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:27:08Z' + - 'Ref A: B19E8584C4CA48C5A548ADEC544F8076 Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:18Z' status: code: 200 message: OK @@ -3039,22 +64967,22 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHdvQm13Q0FBQUFBQSUzRCUzRCUyM1JUJTNBMjUlMjNUUkMlM0EzNTAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHludTJzQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjUlMjNUUkMlM0EzNTAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/tetrate.istioonetwentyeightrevone","name":"tetrate.istioonetwentyeightrevone","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"tetrate.istioonetwentyeightrevone","description":"tetrate1598353087553","isSystemExtension":false,"publisher":"tetrate1598353087553","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"tetrateistio","planId":"tid-1-20-8-1","publisherId":"tetrate1598353087553"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/redis.redisenterpriseoperatorbyoltest","name":"redis.redisenterpriseoperatorbyoltest","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"redis.redisenterpriseoperatorbyoltest","description":"garantiadata","isSystemExtension":false,"publisher":"garantiadata","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":true,"defaultReleaseNamespace":"redis-enterprise"}},"planInfo":{"offerId":"redis_enterprise_operator","planId":"redis_enterprise_byol_test","publisherId":"garantiadata"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/redis.redisenterpriseoperatorpaygtest","name":"redis.redisenterpriseoperatorpaygtest","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"redis.redisenterpriseoperatorpaygtest","description":"garantiadata","isSystemExtension":false,"publisher":"garantiadata","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":true,"defaultReleaseNamespace":"redis-enterprise"}},"planInfo":{"offerId":"redis_enterprise_operator","planId":"redis_enterprise_payg_test","publisherId":"garantiadata"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/tetrate.istioonetwentyeightrevonedotone","name":"tetrate.istioonetwentyeightrevonedotone","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"tetrate.istioonetwentyeightrevonedotone","description":"tetrate1598353087553","isSystemExtension":false,"publisher":"tetrate1598353087553","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"tetrateistio","planId":"tid-1-20-8-11","publisherId":"tetrate1598353087553"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/tetrate.istioonetwentyonefive","name":"tetrate.istioonetwentyonefive","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"tetrate.istioonetwentyonefive","description":"tetrate1598353087553","isSystemExtension":false,"publisher":"tetrate1598353087553","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"tetrateistio","planId":"tid-1-21-5-0","publisherId":"tetrate1598353087553"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/tetrate.istioonetwentytwothree","name":"tetrate.istioonetwentytwothree","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"tetrate.istioonetwentytwothree","description":"tetrate1598353087553","isSystemExtension":false,"publisher":"tetrate1598353087553","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"tetrateistio","planId":"tid-1-22-3-0","publisherId":"tetrate1598353087553"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/microsoft.test.systemextension","name":"microsoft.test.systemextension","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.test.systemextension","description":"Azure - Arc test extension for system extensions","isSystemExtension":true,"publisher":"maubarnes","isManagedIdentityRequired":false,"supportedClusterTypes":["Connectedclusters","Managedclusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"test-system-extensions"}},"planInfo":{"offerId":null,"planId":null,"publisherId":"maubarnes"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnerswhrsy9pq","name":"cpmrunners.cpmrunnerswhrsy9pq","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerswhrsy9pq","description":"cpmrunnerswhrsy9pq","isSystemExtension":false,"publisher":"cpmrunnerswhrsy9pq","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerswhrsy9pq","planId":"cpmrunnerswhrsy9pq","publisherId":"cpmrunnerswhrsy9pq"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners2bw8lzua","name":"cpmrunners.cpmrunners2bw8lzua","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners2bw8lzua","description":"cpmrunnerswhrsy9pq","isSystemExtension":false,"publisher":"cpmrunnerswhrsy9pq","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerswhrsy9pq","planId":"cpmrunners2bw8lzua","publisherId":"cpmrunnerswhrsy9pq"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/dynatrace.azuredynatraceoperator.one.x","name":"dynatrace.azuredynatraceoperator.one.x","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dynatrace.azuredynatraceoperator.one.x","description":"dynatrace","isSystemExtension":false,"publisher":"dynatrace","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"dynatrace"}},"planInfo":{"offerId":"azure-dynatrace-operator","planId":"dynatrace-operator-1-x","publisherId":"dynatrace"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/langchain.langsmithaksyearlyvodafone","name":"langchain.langsmithaksyearlyvodafone","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"langchain.langsmithaksyearlyvodafone","description":"langchain","isSystemExtension":false,"publisher":"langchain","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"langsmith","planId":"vodafoneitaly2","publisherId":"langchain"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners9fnrfvxq","name":"cpmrunners.cpmrunners9fnrfvxq","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners9fnrfvxq","description":"cpmrunners9fnrfvxq","isSystemExtension":false,"publisher":"cpmrunners9fnrfvxq","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners9fnrfvxq","planId":"cpmrunners9fnrfvxq","publisherId":"cpmrunners9fnrfvxq"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersdf0xriub","name":"cpmrunners.cpmrunnersdf0xriub","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersdf0xriub","description":"cpmrunners9fnrfvxq","isSystemExtension":false,"publisher":"cpmrunners9fnrfvxq","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners9fnrfvxq","planId":"cpmrunnersdf0xriub","publisherId":"cpmrunners9fnrfvxq"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/langchain.langsmithaksvodafone","name":"langchain.langsmithaksvodafone","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"langchain.langsmithaksvodafone","description":"langchain","isSystemExtension":false,"publisher":"langchain","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"langsmith","planId":"langsmith1","publisherId":"langchain"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHdERFcwQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjYlMjNUUkMlM0EzNjQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/systools.microsoftbackup.storagepergb","name":"systools.microsoftbackup.storagepergb","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"systools.microsoftbackup.storagepergb","description":"systoolssoftwareprivatelimited1632140387066","isSystemExtension":false,"publisher":"systoolssoftwareprivatelimited1632140387066","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"entbackup"}},"planInfo":{"offerId":"systools-m365-backup","planId":"pergbbackup","publisherId":"systoolssoftwareprivatelimited1632140387066"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/tetrate.istioonetwentyeightrevone","name":"tetrate.istioonetwentyeightrevone","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"tetrate.istioonetwentyeightrevone","description":"tetrate1598353087553","isSystemExtension":false,"publisher":"tetrate1598353087553","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"tetrateistio","planId":"tid-1-20-8-1","publisherId":"tetrate1598353087553"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/redis.redisenterpriseoperatorbyoltest","name":"redis.redisenterpriseoperatorbyoltest","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"redis.redisenterpriseoperatorbyoltest","description":"garantiadata","isSystemExtension":false,"publisher":"garantiadata","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":true,"defaultReleaseNamespace":"redis-enterprise"}},"planInfo":{"offerId":"redis_enterprise_operator","planId":"redis_enterprise_byol_test","publisherId":"garantiadata"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/redis.redisenterpriseoperatorpaygtest","name":"redis.redisenterpriseoperatorpaygtest","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"redis.redisenterpriseoperatorpaygtest","description":"garantiadata","isSystemExtension":false,"publisher":"garantiadata","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":true,"defaultReleaseNamespace":"redis-enterprise"}},"planInfo":{"offerId":"redis_enterprise_operator","planId":"redis_enterprise_payg_test","publisherId":"garantiadata"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/tetrate.istioonetwentyeightrevonedotone","name":"tetrate.istioonetwentyeightrevonedotone","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"tetrate.istioonetwentyeightrevonedotone","description":"tetrate1598353087553","isSystemExtension":false,"publisher":"tetrate1598353087553","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"tetrateistio","planId":"tid-1-20-8-11","publisherId":"tetrate1598353087553"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/tetrate.istioonetwentyonefive","name":"tetrate.istioonetwentyonefive","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"tetrate.istioonetwentyonefive","description":"tetrate1598353087553","isSystemExtension":false,"publisher":"tetrate1598353087553","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"tetrateistio","planId":"tid-1-21-5-0","publisherId":"tetrate1598353087553"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/tetrate.istioonetwentytwothree","name":"tetrate.istioonetwentytwothree","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"tetrate.istioonetwentytwothree","description":"tetrate1598353087553","isSystemExtension":false,"publisher":"tetrate1598353087553","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"tetrateistio","planId":"tid-1-22-3-0","publisherId":"tetrate1598353087553"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/microsoft.test.systemextension","name":"microsoft.test.systemextension","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.test.systemextension","description":"Azure + Arc test extension for system extensions","isSystemExtension":true,"publisher":"maubarnes","isManagedIdentityRequired":false,"supportedClusterTypes":["Connectedclusters","Managedclusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"test-system-extensions"}},"planInfo":{"offerId":null,"planId":null,"publisherId":"maubarnes"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnerswhrsy9pq","name":"cpmrunners.cpmrunnerswhrsy9pq","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerswhrsy9pq","description":"cpmrunnerswhrsy9pq","isSystemExtension":false,"publisher":"cpmrunnerswhrsy9pq","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerswhrsy9pq","planId":"cpmrunnerswhrsy9pq","publisherId":"cpmrunnerswhrsy9pq"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners2bw8lzua","name":"cpmrunners.cpmrunners2bw8lzua","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners2bw8lzua","description":"cpmrunnerswhrsy9pq","isSystemExtension":false,"publisher":"cpmrunnerswhrsy9pq","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerswhrsy9pq","planId":"cpmrunners2bw8lzua","publisherId":"cpmrunnerswhrsy9pq"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/dynatrace.azuredynatraceoperator.one.x","name":"dynatrace.azuredynatraceoperator.one.x","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dynatrace.azuredynatraceoperator.one.x","description":"dynatrace","isSystemExtension":false,"publisher":"dynatrace","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"dynatrace"}},"planInfo":{"offerId":"azure-dynatrace-operator","planId":"dynatrace-operator-1-x","publisherId":"dynatrace"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/langchain.langsmithaksyearlyvodafone","name":"langchain.langsmithaksyearlyvodafone","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"langchain.langsmithaksyearlyvodafone","description":"langchain","isSystemExtension":false,"publisher":"langchain","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"langsmith","planId":"vodafoneitaly2","publisherId":"langchain"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners9fnrfvxq","name":"cpmrunners.cpmrunners9fnrfvxq","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners9fnrfvxq","description":"cpmrunners9fnrfvxq","isSystemExtension":false,"publisher":"cpmrunners9fnrfvxq","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners9fnrfvxq","planId":"cpmrunners9fnrfvxq","publisherId":"cpmrunners9fnrfvxq"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersdf0xriub","name":"cpmrunners.cpmrunnersdf0xriub","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersdf0xriub","description":"cpmrunners9fnrfvxq","isSystemExtension":false,"publisher":"cpmrunners9fnrfvxq","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners9fnrfvxq","planId":"cpmrunnersdf0xriub","publisherId":"cpmrunners9fnrfvxq"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHpIQkcwQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjYlMjNUUkMlM0EzNjQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '12216' + - '12356' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:09 GMT + - Thu, 29 May 2025 01:03:17 GMT expires: - '-1' pragma: @@ -3066,11 +64994,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/97d79675-feb3-4384-970f-4b7ae436221a + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/0a0b175c-7aa6-44ae-9b6b-3d219d701a28 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 47A1D4BF0D944D2084C9D13605E65E98 Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:27:09Z' + - 'Ref A: 8E4555CE2C304A61AEC78F59097C938D Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:18Z' status: code: 200 message: OK @@ -3090,22 +65018,22 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHdERFcwQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjYlMjNUUkMlM0EzNjQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHpIQkcwQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjYlMjNUUkMlM0EzNjQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/microsoft.test1pextension","name":"microsoft.test1pextension","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.test1pextension","description":"Azure - Arc test extension for 1P extensions","isSystemExtension":false,"publisher":"maubarnes","isManagedIdentityRequired":false,"supportedClusterTypes":["Connectedclusters","Managedclusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"test-1pextension"}},"planInfo":{"offerId":null,"planId":null,"publisherId":"maubarnes"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/ironpdfdocker-twentyfour.three.four","name":"ironpdfdocker-twentyfour.three.four","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ironpdfdocker-twentyfour.three.four","description":"ironsoftwarecoltd1682560478296","isSystemExtension":false,"publisher":"ironsoftwarecoltd1682560478296","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"ironpdf-docker-container-v1","planId":"2024-3-4","publisherId":"ironsoftwarecoltd1682560478296"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners3350qcn1","name":"cpmrunners.cpmrunners3350qcn1","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners3350qcn1","description":"cpmrunners3350qcn1","isSystemExtension":false,"publisher":"cpmrunners3350qcn1","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners3350qcn1","planId":"cpmrunners3350qcn1","publisherId":"cpmrunners3350qcn1"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/bosch.adas.anonymization","name":"bosch.adas.anonymization","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"bosch.adas.anonymization","description":"rbei","isSystemExtension":false,"publisher":"rbei","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"dlp-anonymization"}},"planInfo":{"offerId":"adas_anonymization_service","planId":"adas-as-basic-1","publisherId":"rbei"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/ironpdfdocker-twentyfour.eight.three","name":"ironpdfdocker-twentyfour.eight.three","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ironpdfdocker-twentyfour.eight.three","description":"ironsoftwarecoltd1682560478296","isSystemExtension":false,"publisher":"ironsoftwarecoltd1682560478296","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"ironpdf-docker-container-v1","planId":"2024-8-3","publisherId":"ironsoftwarecoltd1682560478296"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/fermyon.spinkube","name":"fermyon.spinkube","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"fermyon.spinkube","description":"fermyontechnologiesinc1721672532725","isSystemExtension":false,"publisher":"fermyontechnologiesinc1721672532725","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"spinkube"}},"planInfo":{"offerId":"spinkube-oss-project","planId":"free","publisherId":"fermyontechnologiesinc1721672532725"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/contoso.maubarnes.versionscaling","name":"contoso.maubarnes.versionscaling","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"contoso.maubarnes.versionscaling","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"mauricetestoffer","planId":"testplanversionscalingplan","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersskvvohn5","name":"cpmrunners.cpmrunnersskvvohn5","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersskvvohn5","description":"cpmrunnersskvvohn5","isSystemExtension":false,"publisher":"cpmrunnersskvvohn5","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersskvvohn5","planId":"cpmrunnersskvvohn5","publisherId":"cpmrunnersskvvohn5"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners4tm5wwvd","name":"cpmrunners.cpmrunners4tm5wwvd","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners4tm5wwvd","description":"cpmrunnersskvvohn5","isSystemExtension":false,"publisher":"cpmrunnersskvvohn5","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersskvvohn5","planId":"cpmrunners4tm5wwvd","publisherId":"cpmrunnersskvvohn5"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/tetrate.istioonetwentythree","name":"tetrate.istioonetwentythree","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"tetrate.istioonetwentythree","description":"tetrate1598353087553","isSystemExtension":false,"publisher":"tetrate1598353087553","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"tetrateistio","planId":"tid-1-23-0-0","publisherId":"tetrate1598353087553"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/dsa.lcm-container-kc-e","name":"dsa.lcm-container-kc-e","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.lcm-container-kc-e","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"lcm-application"}},"planInfo":{"offerId":"sas-lcm-azure-container-keycloak","planId":"default-hidden-plan-1022","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersisq4ndso","name":"cpmrunners.cpmrunnersisq4ndso","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersisq4ndso","description":"cpmrunnersoy7sts7p","isSystemExtension":false,"publisher":"cpmrunnersoy7sts7p","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersoy7sts7p","planId":"cpmrunnersisq4ndso","publisherId":"cpmrunnersoy7sts7p"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/transcend.sombra","name":"transcend.sombra","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"transcend.sombra","description":"transcend1719332468088","isSystemExtension":false,"publisher":"transcend1719332468088","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"transcend"}},"planInfo":{"offerId":"transcend_datagovernance","planId":"transcend_platform","publisherId":"transcend1719332468088"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners1a6qpaum","name":"cpmrunners.cpmrunners1a6qpaum","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners1a6qpaum","description":"cpmrunners1a6qpaum","isSystemExtension":false,"publisher":"cpmrunners1a6qpaum","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners1a6qpaum","planId":"cpmrunners1a6qpaum","publisherId":"cpmrunners1a6qpaum"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHg3YjNBQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjclMjNUUkMlM0EzNzglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/langchain.langsmithaksvodafone","name":"langchain.langsmithaksvodafone","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"langchain.langsmithaksvodafone","description":"langchain","isSystemExtension":false,"publisher":"langchain","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"langsmith","planId":"langsmith1","publisherId":"langchain"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/microsoft.test1pextension","name":"microsoft.test1pextension","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.test1pextension","description":"Azure + Arc test extension for 1P extensions","isSystemExtension":false,"publisher":"maubarnes","isManagedIdentityRequired":false,"supportedClusterTypes":["Connectedclusters","Managedclusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"test-1pextension"}},"planInfo":{"offerId":null,"planId":null,"publisherId":"maubarnes"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/ironpdfdocker-twentyfour.three.four","name":"ironpdfdocker-twentyfour.three.four","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ironpdfdocker-twentyfour.three.four","description":"ironsoftwarecoltd1682560478296","isSystemExtension":false,"publisher":"ironsoftwarecoltd1682560478296","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"ironpdf-docker-container-v1","planId":"2024-3-4","publisherId":"ironsoftwarecoltd1682560478296"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners3350qcn1","name":"cpmrunners.cpmrunners3350qcn1","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners3350qcn1","description":"cpmrunners3350qcn1","isSystemExtension":false,"publisher":"cpmrunners3350qcn1","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners3350qcn1","planId":"cpmrunners3350qcn1","publisherId":"cpmrunners3350qcn1"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/bosch.adas.anonymization","name":"bosch.adas.anonymization","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"bosch.adas.anonymization","description":"rbei","isSystemExtension":false,"publisher":"rbei","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"dlp-anonymization"}},"planInfo":{"offerId":"adas_anonymization_service","planId":"adas-as-basic-1","publisherId":"rbei"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/ironpdfdocker-twentyfour.eight.three","name":"ironpdfdocker-twentyfour.eight.three","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ironpdfdocker-twentyfour.eight.three","description":"ironsoftwarecoltd1682560478296","isSystemExtension":false,"publisher":"ironsoftwarecoltd1682560478296","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"ironpdf-docker-container-v1","planId":"2024-8-3","publisherId":"ironsoftwarecoltd1682560478296"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/fermyon.spinkube","name":"fermyon.spinkube","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"fermyon.spinkube","description":"fermyontechnologiesinc1721672532725","isSystemExtension":false,"publisher":"fermyontechnologiesinc1721672532725","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"spinkube"}},"planInfo":{"offerId":"spinkube-oss-project","planId":"free","publisherId":"fermyontechnologiesinc1721672532725"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/contoso.maubarnes.versionscaling","name":"contoso.maubarnes.versionscaling","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"contoso.maubarnes.versionscaling","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"mauricetestoffer","planId":"testplanversionscalingplan","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersskvvohn5","name":"cpmrunners.cpmrunnersskvvohn5","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersskvvohn5","description":"cpmrunnersskvvohn5","isSystemExtension":false,"publisher":"cpmrunnersskvvohn5","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersskvvohn5","planId":"cpmrunnersskvvohn5","publisherId":"cpmrunnersskvvohn5"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners4tm5wwvd","name":"cpmrunners.cpmrunners4tm5wwvd","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners4tm5wwvd","description":"cpmrunnersskvvohn5","isSystemExtension":false,"publisher":"cpmrunnersskvvohn5","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersskvvohn5","planId":"cpmrunners4tm5wwvd","publisherId":"cpmrunnersskvvohn5"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/tetrate.istioonetwentythree","name":"tetrate.istioonetwentythree","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"tetrate.istioonetwentythree","description":"tetrate1598353087553","isSystemExtension":false,"publisher":"tetrate1598353087553","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"tetrateistio","planId":"tid-1-23-0-0","publisherId":"tetrate1598353087553"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/dsa.lcm-container-kc-e","name":"dsa.lcm-container-kc-e","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.lcm-container-kc-e","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"lcm-application"}},"planInfo":{"offerId":"sas-lcm-azure-container-keycloak","planId":"default-hidden-plan-1022","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersisq4ndso","name":"cpmrunners.cpmrunnersisq4ndso","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersisq4ndso","description":"cpmrunnersoy7sts7p","isSystemExtension":false,"publisher":"cpmrunnersoy7sts7p","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersoy7sts7p","planId":"cpmrunnersisq4ndso","publisherId":"cpmrunnersoy7sts7p"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/transcend.sombra","name":"transcend.sombra","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"transcend.sombra","description":"transcend1719332468088","isSystemExtension":false,"publisher":"transcend1719332468088","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"transcend"}},"planInfo":{"offerId":"transcend_datagovernance","planId":"transcend_platform","publisherId":"transcend1719332468088"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhNJTJCRzhDQUFBQUFBJTNEJTNEJTIzUlQlM0EyNyUyM1RSQyUzQTM3OCUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTglMjIlMkMlMjJyYW5nZSUyMiUzQSU3QiUyMm1pbiUyMiUzQSUyMiUyMiUyQyUyMm1heCUyMiUzQSUyMjA1QzFERkZGRkZGRkZDJTIyJTdEJTdEJTVE"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '12336' + - '12288' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:09 GMT + - Thu, 29 May 2025 01:03:18 GMT expires: - '-1' pragma: @@ -3117,11 +65045,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/ae8a32c7-e8d0-4dae-8e62-6b04f3e54a26 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/08a3875c-2786-43a5-931d-6370095e6915 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: D52C054DE854420A8D762975297CA6DA Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:27:09Z' + - 'Ref A: 89C5C203A0E142EB97C2C9AA8926C9EB Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:18Z' status: code: 200 message: OK @@ -3141,21 +65069,21 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHg3YjNBQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjclMjNUUkMlM0EzNzglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhNJTJCRzhDQUFBQUFBJTNEJTNEJTIzUlQlM0EyNyUyM1RSQyUzQTM3OCUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTglMjIlMkMlMjJyYW5nZSUyMiUzQSU3QiUyMm1pbiUyMiUzQSUyMiUyMiUyQyUyMm1heCUyMiUzQSUyMjA1QzFERkZGRkZGRkZDJTIyJTdEJTdEJTVE response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersceylq213","name":"cpmrunners.cpmrunnersceylq213","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersceylq213","description":"cpmrunners1a6qpaum","isSystemExtension":false,"publisher":"cpmrunners1a6qpaum","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners1a6qpaum","planId":"cpmrunnersceylq213","publisherId":"cpmrunners1a6qpaum"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/subsalt.publicoffer","name":"subsalt.publicoffer","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"subsalt.publicoffer","description":"subsaltinc1722535916392","isSystemExtension":false,"publisher":"subsaltinc1722535916392","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"subsalt"}},"planInfo":{"offerId":"subsalt_queryengine_annuallicense_container_2024","planId":"annuallicense_singlemetric_2024","publisherId":"subsaltinc1722535916392"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/dynamoai.evalguard","name":"dynamoai.evalguard","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dynamoai.evalguard","description":"dynamoai","isSystemExtension":false,"publisher":"dynamoai","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"dynamoai"}},"planInfo":{"offerId":"dynamoai","planId":"dynamoai","publisherId":"dynamoai"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/dynamoai.dynamoaicontainerapp","name":"dynamoai.dynamoaicontainerapp","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dynamoai.dynamoaicontainerapp","description":"dynamoai","isSystemExtension":false,"publisher":"dynamoai","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"dynamoai"}},"planInfo":{"offerId":"dynamoai-container","planId":"dynamoi-container","publisherId":"dynamoai"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/payara.cmrpreview","name":"payara.cmrpreview","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"payara.cmrpreview","description":"payara","isSystemExtension":false,"publisher":"payara","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"payara-cloud-infra"}},"planInfo":{"offerId":"cloud-cmr-containers","planId":"test-1","publisherId":"payara"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/eclypses.relay-server","name":"eclypses.relay-server","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"eclypses.relay-server","description":"eclypses1708534446098","isSystemExtension":false,"publisher":"eclypses1708534446098","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"eclypses_mte_relay_server","planId":"eclypses_mte_relay_server","publisherId":"eclypses1708534446098"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/publishername.applicationname","name":"publishername.applicationname","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"publishername.applicationname","description":"navalgo1695057418511","isSystemExtension":false,"publisher":"navalgo1695057418511","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"pathway"}},"planInfo":{"offerId":"pathway-container","planId":"pathway-container","publisherId":"navalgo1695057418511"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/castai.agent.usage.new","name":"castai.agent.usage.new","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"castai.agent.usage.new","description":"castaigroupinc1683643265413","isSystemExtension":false,"publisher":"castaigroupinc1683643265413","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"castai-agent"}},"planInfo":{"offerId":"castai-agent","planId":"castai_agent","publisherId":"castaigroupinc1683643265413"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnerszgg5h30o","name":"cpmrunners.cpmrunnerszgg5h30o","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerszgg5h30o","description":"cpmrunnerszgg5h30o","isSystemExtension":false,"publisher":"cpmrunnerszgg5h30o","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerszgg5h30o","planId":"cpmrunnerszgg5h30o","publisherId":"cpmrunnerszgg5h30o"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnershpnit1yq","name":"cpmrunners.cpmrunnershpnit1yq","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnershpnit1yq","description":"cpmrunnerszgg5h30o","isSystemExtension":false,"publisher":"cpmrunnerszgg5h30o","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerszgg5h30o","planId":"cpmrunnershpnit1yq","publisherId":"cpmrunnerszgg5h30o"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/pathwaycom.byolplan","name":"pathwaycom.byolplan","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"pathwaycom.byolplan","description":"navalgo1695057418511","isSystemExtension":false,"publisher":"navalgo1695057418511","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"pathway"}},"planInfo":{"offerId":"pathway-byol","planId":"pathway-byol","publisherId":"navalgo1695057418511"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/payara.cmrpreviewpaid","name":"payara.cmrpreviewpaid","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"payara.cmrpreviewpaid","description":"payara","isSystemExtension":false,"publisher":"payara","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"payara-cloud-infra"}},"planInfo":{"offerId":"cloud-cmr-containers","planId":"test-2","publisherId":"payara"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/appinsights.agent","name":"appinsights.agent","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"appinsights.agent","description":"randoliinc1663021532656","isSystemExtension":false,"publisher":"randoliinc1663021532656","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"randoli-agents"}},"planInfo":{"offerId":"randoli_appinsights_11152023","planId":"free_plan","publisherId":"randoliinc1663021532656"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.rabb","name":"hossted.rabb","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.rabb","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-rabbitmq","planId":"plan-operator","publisherId":"meanio"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHdxS25NQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjglMjNUUkMlM0EzOTIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners1a6qpaum","name":"cpmrunners.cpmrunners1a6qpaum","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners1a6qpaum","description":"cpmrunners1a6qpaum","isSystemExtension":false,"publisher":"cpmrunners1a6qpaum","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners1a6qpaum","planId":"cpmrunners1a6qpaum","publisherId":"cpmrunners1a6qpaum"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersceylq213","name":"cpmrunners.cpmrunnersceylq213","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersceylq213","description":"cpmrunners1a6qpaum","isSystemExtension":false,"publisher":"cpmrunners1a6qpaum","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners1a6qpaum","planId":"cpmrunnersceylq213","publisherId":"cpmrunners1a6qpaum"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/subsalt.publicoffer","name":"subsalt.publicoffer","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"subsalt.publicoffer","description":"subsaltinc1722535916392","isSystemExtension":false,"publisher":"subsaltinc1722535916392","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"subsalt"}},"planInfo":{"offerId":"subsalt_queryengine_annuallicense_container_2024","planId":"annuallicense_singlemetric_2024","publisherId":"subsaltinc1722535916392"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/dynamoai.evalguard","name":"dynamoai.evalguard","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dynamoai.evalguard","description":"dynamoai","isSystemExtension":false,"publisher":"dynamoai","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"dynamoai"}},"planInfo":{"offerId":"dynamoai","planId":"dynamoai","publisherId":"dynamoai"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/dynamoai.dynamoaicontainerapp","name":"dynamoai.dynamoaicontainerapp","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dynamoai.dynamoaicontainerapp","description":"dynamoai","isSystemExtension":false,"publisher":"dynamoai","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"dynamoai"}},"planInfo":{"offerId":"dynamoai-container","planId":"dynamoi-container","publisherId":"dynamoai"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/payara.cmrpreview","name":"payara.cmrpreview","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"payara.cmrpreview","description":"payara","isSystemExtension":false,"publisher":"payara","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"payara-cloud-infra"}},"planInfo":{"offerId":"cloud-cmr-containers","planId":"test-1","publisherId":"payara"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/eclypses.relay-server","name":"eclypses.relay-server","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"eclypses.relay-server","description":"eclypses1708534446098","isSystemExtension":false,"publisher":"eclypses1708534446098","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"eclypses_mte_relay_server","planId":"eclypses_mte_relay_server","publisherId":"eclypses1708534446098"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/publishername.applicationname","name":"publishername.applicationname","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"publishername.applicationname","description":"navalgo1695057418511","isSystemExtension":false,"publisher":"navalgo1695057418511","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"pathway"}},"planInfo":{"offerId":"pathway-container","planId":"pathway-container","publisherId":"navalgo1695057418511"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/castai.agent.usage.new","name":"castai.agent.usage.new","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"castai.agent.usage.new","description":"castaigroupinc1683643265413","isSystemExtension":false,"publisher":"castaigroupinc1683643265413","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"castai-agent"}},"planInfo":{"offerId":"castai-agent","planId":"castai_agent","publisherId":"castaigroupinc1683643265413"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnerszgg5h30o","name":"cpmrunners.cpmrunnerszgg5h30o","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerszgg5h30o","description":"cpmrunnerszgg5h30o","isSystemExtension":false,"publisher":"cpmrunnerszgg5h30o","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerszgg5h30o","planId":"cpmrunnerszgg5h30o","publisherId":"cpmrunnerszgg5h30o"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnershpnit1yq","name":"cpmrunners.cpmrunnershpnit1yq","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnershpnit1yq","description":"cpmrunnerszgg5h30o","isSystemExtension":false,"publisher":"cpmrunnerszgg5h30o","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerszgg5h30o","planId":"cpmrunnershpnit1yq","publisherId":"cpmrunnerszgg5h30o"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/pathwaycom.byolplan","name":"pathwaycom.byolplan","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"pathwaycom.byolplan","description":"navalgo1695057418511","isSystemExtension":false,"publisher":"navalgo1695057418511","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"pathway"}},"planInfo":{"offerId":"pathway-byol","planId":"pathway-byol","publisherId":"navalgo1695057418511"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/payara.cmrpreviewpaid","name":"payara.cmrpreviewpaid","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"payara.cmrpreviewpaid","description":"payara","isSystemExtension":false,"publisher":"payara","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"payara-cloud-infra"}},"planInfo":{"offerId":"cloud-cmr-containers","planId":"test-2","publisherId":"payara"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/appinsights.agent","name":"appinsights.agent","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"appinsights.agent","description":"randoliinc1663021532656","isSystemExtension":false,"publisher":"randoliinc1663021532656","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"randoli-agents"}},"planInfo":{"offerId":"randoli_appinsights_11152023","planId":"free_plan","publisherId":"randoliinc1663021532656"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHpsRTNNQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjglMjNUUkMlM0EzOTIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '11805' + - '11890' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:10 GMT + - Thu, 29 May 2025 01:03:18 GMT expires: - '-1' pragma: @@ -3167,11 +65095,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/c59bc93c-a45d-4f59-864e-ad03b497f940 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus2/073f24c7-686a-43c6-9232-84091ff9889d x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 90140C934E1141FE84B9E802BC257D62 Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:27:10Z' + - 'Ref A: 7099999E1EA244E294C7F1151F7F1C21 Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:19Z' status: code: 200 message: OK @@ -3191,21 +65119,21 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHdxS25NQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjglMjNUUkMlM0EzOTIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHpsRTNNQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjglMjNUUkMlM0EzOTIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.keyc","name":"hossted.keyc","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.keyc","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-keycloak","planId":"hossted-op-keycloak","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.rab.k","name":"hossted.rab.k","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.rab.k","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-rabbitmq","planId":"basic-k8s-r","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/subsalt.annualbilledmonthly","name":"subsalt.annualbilledmonthly","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"subsalt.annualbilledmonthly","description":"subsaltinc1722535916392","isSystemExtension":false,"publisher":"subsaltinc1722535916392","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"subsalt"}},"planInfo":{"offerId":"subsalt_queryengine_annuallicense_container_2024","planId":"annuallicense_monthly_2024","publisherId":"subsaltinc1722535916392"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.op.k","name":"hossted.op.k","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.op.k","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-keycloak","planId":"basic","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/mattermost.operator","name":"mattermost.operator","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"mattermost.operator","description":"mattermost","isSystemExtension":false,"publisher":"mattermost","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"mattermost-operator"}},"planInfo":{"offerId":"mattermost-operator","planId":"mattermost-operator","publisherId":"mattermost"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.rabbi","name":"hossted.rabbi","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.rabbi","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-rabbitmq","planId":"123","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.keyk","name":"hossted.keyk","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.keyk","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-keycloak","planId":"1","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.rab","name":"hossted.rab","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.rab","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-rabbitmq","planId":"1","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/ashleenanze.azurevote","name":"ashleenanze.azurevote","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ashleenanze.azurevote","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"azure-vote-test","planId":"general","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/parkeraverygroup.demandplatform","name":"parkeraverygroup.demandplatform","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"parkeraverygroup.demandplatform","description":"theparkeraverygroupllc1719518823010","isSystemExtension":false,"publisher":"theparkeraverygroupllc1719518823010","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"demand-platform"}},"planInfo":{"offerId":"test-container-001","planId":"test-container-001","publisherId":"theparkeraverygroupllc1719518823010"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.met","name":"hossted.met","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.met","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-metabase","planId":"2","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/navana.bodhiasr","name":"navana.bodhiasr","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"navana.bodhiasr","description":"navanatech1583825620850","isSystemExtension":false,"publisher":"navanatech1583825620850","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"bodhi-asr","planId":"bflenterprise","publisherId":"navanatech1583825620850"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.kps","name":"hossted.kps","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.kps","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-prometheus","planId":"1","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/ashleenanze.azurevotenew","name":"ashleenanze.azurevotenew","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ashleenanze.azurevotenew","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"azure-vote-final","planId":"azure-vote-paid","publisherId":"test_test_mix3pptest0011614206850774"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHlJeUhRQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjklMjNUUkMlM0E0MDYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.rabb","name":"hossted.rabb","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.rabb","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-rabbitmq","planId":"plan-operator","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.keyc","name":"hossted.keyc","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.keyc","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-keycloak","planId":"hossted-op-keycloak","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.rab.k","name":"hossted.rab.k","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.rab.k","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-rabbitmq","planId":"basic-k8s-r","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/subsalt.annualbilledmonthly","name":"subsalt.annualbilledmonthly","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"subsalt.annualbilledmonthly","description":"subsaltinc1722535916392","isSystemExtension":false,"publisher":"subsaltinc1722535916392","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"subsalt"}},"planInfo":{"offerId":"subsalt_queryengine_annuallicense_container_2024","planId":"annuallicense_monthly_2024","publisherId":"subsaltinc1722535916392"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.op.k","name":"hossted.op.k","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.op.k","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-keycloak","planId":"basic","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/mattermost.operator","name":"mattermost.operator","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"mattermost.operator","description":"mattermost","isSystemExtension":false,"publisher":"mattermost","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"mattermost-operator"}},"planInfo":{"offerId":"mattermost-operator","planId":"mattermost-operator","publisherId":"mattermost"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.rabbi","name":"hossted.rabbi","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.rabbi","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-rabbitmq","planId":"123","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.keyk","name":"hossted.keyk","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.keyk","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-keycloak","planId":"1","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.rab","name":"hossted.rab","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.rab","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-rabbitmq","planId":"1","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/ashleenanze.azurevote","name":"ashleenanze.azurevote","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ashleenanze.azurevote","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"azure-vote-test","planId":"general","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/parkeraverygroup.demandplatform","name":"parkeraverygroup.demandplatform","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"parkeraverygroup.demandplatform","description":"theparkeraverygroupllc1719518823010","isSystemExtension":false,"publisher":"theparkeraverygroupllc1719518823010","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"demand-platform"}},"planInfo":{"offerId":"test-container-001","planId":"test-container-001","publisherId":"theparkeraverygroupllc1719518823010"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.met","name":"hossted.met","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.met","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-metabase","planId":"2","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/navana.bodhiasr","name":"navana.bodhiasr","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"navana.bodhiasr","description":"navanatech1583825620850","isSystemExtension":false,"publisher":"navanatech1583825620850","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"bodhi-asr","planId":"bflenterprise","publisherId":"navanatech1583825620850"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.kps","name":"hossted.kps","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.kps","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-prometheus","planId":"1","publisherId":"meanio"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHdUdlhRQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjklMjNUUkMlM0E0MDYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '11489' + - '11370' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:10 GMT + - Thu, 29 May 2025 01:03:18 GMT expires: - '-1' pragma: @@ -3217,11 +65145,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/3842ca58-241c-416f-a165-9eb48d365b8d + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/754514b8-9dc2-42dc-89d7-7227978f63f3 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: F5552E0380994ADBA8618DBC885828F5 Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:27:10Z' + - 'Ref A: 1918F7167795456F97779AEBCDDE3268 Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:19Z' status: code: 200 message: OK @@ -3241,22 +65169,22 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHlJeUhRQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjklMjNUUkMlM0E0MDYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHdUdlhRQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjklMjNUUkMlM0E0MDYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnerspfbemtdr","name":"cpmrunners.cpmrunnerspfbemtdr","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerspfbemtdr","description":"cpmrunnerspfbemtdr","isSystemExtension":false,"publisher":"cpmrunnerspfbemtdr","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerspfbemtdr","planId":"cpmrunnerspfbemtdr","publisherId":"cpmrunnerspfbemtdr"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/mswb.azuretodoapp","name":"mswb.azuretodoapp","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"mswb.azuretodoapp","description":"microsoft_commercial_marketplace_services","isSystemExtension":false,"publisher":"microsoft_commercial_marketplace_services","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"catalog"}},"planInfo":{"offerId":"patelveerentestoffer","planId":"testplan","publisherId":"microsoft_commercial_marketplace_services"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/castai.agent.percpupermonth.usage.private","name":"castai.agent.percpupermonth.usage.private","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"castai.agent.percpupermonth.usage.private","description":"castaigroupinc1683643265413","isSystemExtension":false,"publisher":"castaigroupinc1683643265413","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"castai-agent"}},"planInfo":{"offerId":"castai-agent","planId":"castai-agent-5-private","publisherId":"castaigroupinc1683643265413"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/alleantia.insight","name":"alleantia.insight","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"alleantia.insight","description":"alleantiasrl1588931027513","isSystemExtension":false,"publisher":"alleantiasrl1588931027513","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"alleantia"}},"planInfo":{"offerId":"alleantia_iot_edge_gateway_for_aks_free_trial","planId":"free-trial","publisherId":"alleantiasrl1588931027513"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/panoramicdata.magicsuiteagent.free","name":"panoramicdata.magicsuiteagent.free","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"panoramicdata.magicsuiteagent.free","description":"panoramicdatalimited1605977874325","isSystemExtension":false,"publisher":"panoramicdatalimited1605977874325","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"panoramicdata"}},"planInfo":{"offerId":"magicsuite-agent-free","planId":"magicsuite-agent-free","publisherId":"panoramicdatalimited1605977874325"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.metabas","name":"hossted.metabas","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.metabas","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-metabase","planId":"3","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/rheininsights.retrievalsuite","name":"rheininsights.retrievalsuite","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"rheininsights.retrievalsuite","description":"rheininsights-gmbh","isSystemExtension":false,"publisher":"rheininsights-gmbh","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"rheininsights"}},"planInfo":{"offerId":"com-rheininsights-suite","planId":"rheininsights-2024-10","publisherId":"rheininsights-gmbh"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/navana.bodhistt","name":"navana.bodhistt","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"navana.bodhistt","description":"navanatech1583825620850","isSystemExtension":false,"publisher":"navanatech1583825620850","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"bodhiasr"}},"planInfo":{"offerId":"bodhi-asr","planId":"planenterprise","publisherId":"navanatech1583825620850"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/nginxinc.nginxaas-aks-extension-old","name":"nginxinc.nginxaas-aks-extension-old","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"nginxinc.nginxaas-aks-extension-old","description":"f5-networks","isSystemExtension":false,"publisher":"f5-networks","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"f5-nginx-for-azure-aks-extension","planId":"nlk-free","publisherId":"f5-networks"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/nginxinc.nginxaas-aks-extension","name":"nginxinc.nginxaas-aks-extension","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"nginxinc.nginxaas-aks-extension","description":"f5-networks","isSystemExtension":false,"publisher":"f5-networks","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"nlk"}},"planInfo":{"offerId":"f5-nginx-for-azure-aks-extension","planId":"f5-nginx-for-azure-aks-extension","publisherId":"f5-networks"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/microsoft.test.autoupgrade","name":"microsoft.test.autoupgrade","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.test.autoupgrade","description":"Azure - Arc test extension for autoupgrade extensions","isSystemExtension":false,"publisher":"maubarnes","isManagedIdentityRequired":false,"supportedClusterTypes":["Connectedclusters","Managedclusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"test-autoupgrade-extension"}},"planInfo":{"offerId":null,"planId":null,"publisherId":"maubarnes"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/ironpdfdocker-twentyfour.ten","name":"ironpdfdocker-twentyfour.ten","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ironpdfdocker-twentyfour.ten","description":"ironsoftwarecoltd1682560478296","isSystemExtension":false,"publisher":"ironsoftwarecoltd1682560478296","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"ironpdf-docker-container-v1","planId":"2024-9-3","publisherId":"ironsoftwarecoltd1682560478296"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/suse.rancher-prime-llc-release-lh","name":"suse.rancher-prime-llc-release-lh","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-prime-llc-release-lh","description":"suse","isSystemExtension":false,"publisher":"suse","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-rancher-csp-deployer-system"}},"planInfo":{"offerId":"rancher-prime-llc","planId":"rancher_ent_lh","publisherId":"suse"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/suse.rancher-prime-llc-release-ha","name":"suse.rancher-prime-llc-release-ha","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-prime-llc-release-ha","description":"suse","isSystemExtension":false,"publisher":"suse","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-rancher-csp-deployer-system"}},"planInfo":{"offerId":"rancher-prime-llc","planId":"rancher_harvester_hidden","publisherId":"suse"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhxMkhZQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzAlMjNUUkMlM0E0MjAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/ashleenanze.azurevotenew","name":"ashleenanze.azurevotenew","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ashleenanze.azurevotenew","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"azure-vote-final","planId":"azure-vote-paid","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnerspfbemtdr","name":"cpmrunners.cpmrunnerspfbemtdr","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerspfbemtdr","description":"cpmrunnerspfbemtdr","isSystemExtension":false,"publisher":"cpmrunnerspfbemtdr","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerspfbemtdr","planId":"cpmrunnerspfbemtdr","publisherId":"cpmrunnerspfbemtdr"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/mswb.azuretodoapp","name":"mswb.azuretodoapp","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"mswb.azuretodoapp","description":"microsoft_commercial_marketplace_services","isSystemExtension":false,"publisher":"microsoft_commercial_marketplace_services","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"catalog"}},"planInfo":{"offerId":"patelveerentestoffer","planId":"testplan","publisherId":"microsoft_commercial_marketplace_services"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/castai.agent.percpupermonth.usage.private","name":"castai.agent.percpupermonth.usage.private","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"castai.agent.percpupermonth.usage.private","description":"castaigroupinc1683643265413","isSystemExtension":false,"publisher":"castaigroupinc1683643265413","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"castai-agent"}},"planInfo":{"offerId":"castai-agent","planId":"castai-agent-5-private","publisherId":"castaigroupinc1683643265413"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/alleantia.insight","name":"alleantia.insight","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"alleantia.insight","description":"alleantiasrl1588931027513","isSystemExtension":false,"publisher":"alleantiasrl1588931027513","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"alleantia"}},"planInfo":{"offerId":"alleantia_iot_edge_gateway_for_aks_free_trial","planId":"free-trial","publisherId":"alleantiasrl1588931027513"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/panoramicdata.magicsuiteagent.free","name":"panoramicdata.magicsuiteagent.free","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"panoramicdata.magicsuiteagent.free","description":"panoramicdatalimited1605977874325","isSystemExtension":false,"publisher":"panoramicdatalimited1605977874325","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"panoramicdata"}},"planInfo":{"offerId":"magicsuite-agent-free","planId":"magicsuite-agent-free","publisherId":"panoramicdatalimited1605977874325"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.metabas","name":"hossted.metabas","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.metabas","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-metabase","planId":"3","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/rheininsights.retrievalsuite","name":"rheininsights.retrievalsuite","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"rheininsights.retrievalsuite","description":"rheininsights-gmbh","isSystemExtension":false,"publisher":"rheininsights-gmbh","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"rheininsights"}},"planInfo":{"offerId":"com-rheininsights-suite","planId":"rheininsights-2024-10","publisherId":"rheininsights-gmbh"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/navana.bodhistt","name":"navana.bodhistt","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"navana.bodhistt","description":"navanatech1583825620850","isSystemExtension":false,"publisher":"navanatech1583825620850","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"bodhiasr"}},"planInfo":{"offerId":"bodhi-asr","planId":"planenterprise","publisherId":"navanatech1583825620850"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/nginxinc.nginxaas-aks-extension-old","name":"nginxinc.nginxaas-aks-extension-old","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"nginxinc.nginxaas-aks-extension-old","description":"f5-networks","isSystemExtension":false,"publisher":"f5-networks","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"f5-nginx-for-azure-aks-extension","planId":"nlk-free","publisherId":"f5-networks"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/nginxinc.nginxaas-aks-extension","name":"nginxinc.nginxaas-aks-extension","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"nginxinc.nginxaas-aks-extension","description":"f5-networks","isSystemExtension":false,"publisher":"f5-networks","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"nlk"}},"planInfo":{"offerId":"f5-nginx-for-azure-aks-extension","planId":"f5-nginx-for-azure-aks-extension","publisherId":"f5-networks"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/microsoft.test.autoupgrade","name":"microsoft.test.autoupgrade","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.test.autoupgrade","description":"Azure + Arc test extension for autoupgrade extensions","isSystemExtension":false,"publisher":"maubarnes","isManagedIdentityRequired":false,"supportedClusterTypes":["Connectedclusters","Managedclusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"test-autoupgrade-extension"}},"planInfo":{"offerId":null,"planId":null,"publisherId":"maubarnes"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/ironpdfdocker-twentyfour.ten","name":"ironpdfdocker-twentyfour.ten","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ironpdfdocker-twentyfour.ten","description":"ironsoftwarecoltd1682560478296","isSystemExtension":false,"publisher":"ironsoftwarecoltd1682560478296","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"ironpdf-docker-container-v1","planId":"2024-9-3","publisherId":"ironsoftwarecoltd1682560478296"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/suse.rancher-prime-llc-release-lh","name":"suse.rancher-prime-llc-release-lh","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-prime-llc-release-lh","description":"suse","isSystemExtension":false,"publisher":"suse","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-rancher-csp-deployer-system"}},"planInfo":{"offerId":"rancher-prime-llc","planId":"rancher_ent_lh","publisherId":"suse"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhVMkhZQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzAlMjNUUkMlM0E0MjAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '12254' + - '12286' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:11 GMT + - Thu, 29 May 2025 01:03:19 GMT expires: - '-1' pragma: @@ -3268,11 +65196,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/cc77c646-64e0-485a-a34c-11a19cdd9fa0 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/4a552268-ba9d-4d97-bc78-d62be1e5e6fe x-ms-ratelimit-remaining-subscription-global-reads: - - '16499' + - '16498' x-msedge-ref: - - 'Ref A: E72984927AA14C33A1F1E2E32E169AFB Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:27:11Z' + - 'Ref A: D4BEEB18CB7B4F7299A22182A7DA604A Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:19Z' status: code: 200 message: OK @@ -3292,21 +65220,21 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhxMkhZQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzAlMjNUUkMlM0E0MjAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhVMkhZQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzAlMjNUUkMlM0E0MjAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/suse.rancher-prime-llc-release-co","name":"suse.rancher-prime-llc-release-co","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-prime-llc-release-co","description":"suse","isSystemExtension":false,"publisher":"suse","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-rancher-csp-deployer-system"}},"planInfo":{"offerId":"rancher-prime-llc","planId":"rancher_stackstate_hidden","publisherId":"suse"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/suse.rancher-prime-llc-release-el","name":"suse.rancher-prime-llc-release-el","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-prime-llc-release-el","description":"suse","isSystemExtension":false,"publisher":"suse","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-rancher-csp-deployer-system"}},"planInfo":{"offerId":"rancher-prime-llc","planId":"rancher_elemental_hidden","publisherId":"suse"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/isovalent.ciliumenterprise.ah","name":"isovalent.ciliumenterprise.ah","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"isovalent.ciliumenterprise.ah","description":"isovalentinc1662143158090","isSystemExtension":false,"publisher":"isovalentinc1662143158090","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"kube-system"}},"planInfo":{"offerId":"albert-heijn-cilium-enterprise-private-plan-1","planId":"albert-heijn-cilium-enterprise-private-plan-1","publisherId":"isovalentinc1662143158090"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/rheininsights.retrievalsuite.a","name":"rheininsights.retrievalsuite.a","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"rheininsights.retrievalsuite.a","description":"rheininsights-gmbh","isSystemExtension":false,"publisher":"rheininsights-gmbh","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"rheininsights"}},"planInfo":{"offerId":"com-rheininsights-suite","planId":"rheininsights-2024-10-1","publisherId":"rheininsights-gmbh"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners3zlnv5uw","name":"cpmrunners.cpmrunners3zlnv5uw","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners3zlnv5uw","description":"cpmrunners3zlnv5uw","isSystemExtension":false,"publisher":"cpmrunners3zlnv5uw","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners3zlnv5uw","planId":"cpmrunners3zlnv5uw","publisherId":"cpmrunners3zlnv5uw"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners3954uigd","name":"cpmrunners.cpmrunners3954uigd","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners3954uigd","description":"cpmrunners3954uigd","isSystemExtension":false,"publisher":"cpmrunners3954uigd","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners3954uigd","planId":"cpmrunners3954uigd","publisherId":"cpmrunners3954uigd"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/tech.strid.ingress-nginx-hsm","name":"tech.strid.ingress-nginx-hsm","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"tech.strid.ingress-nginx-hsm","description":"stridtech","isSystemExtension":false,"publisher":"stridtech","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"ingress-nginx"}},"planInfo":{"offerId":"ingress-nginx-hsm","planId":"basic","publisherId":"stridtech"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/eclypses.mte-api-relay","name":"eclypses.mte-api-relay","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"eclypses.mte-api-relay","description":"eclypses1708534446098","isSystemExtension":false,"publisher":"eclypses1708534446098","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"eclypses_mte_api_relay","planId":"eclypse_mte_api_relay","publisherId":"eclypses1708534446098"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/dsa.dms-container-nokc-a","name":"dsa.dms-container-nokc-a","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.dms-container-nokc-a","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"dms-application"}},"planInfo":{"offerId":"sas-dms-azure-container","planId":"default-hidden-plan-101","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/dsa.dms-container-nokc-b","name":"dsa.dms-container-nokc-b","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.dms-container-nokc-b","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"dms-application"}},"planInfo":{"offerId":"sas-dms-azure-container","planId":"default-hidden-plan-102","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/aoh.hrmsitautomationpaas","name":"aoh.hrmsitautomationpaas","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"aoh.hrmsitautomationpaas","description":"aohwv1711986298041","isSystemExtension":false,"publisher":"aohwv1711986298041","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hrit-automation"}},"planInfo":{"offerId":"hr-it-automation-iaas-paas-transactionable","planId":"hrmsitautomationpaas1","publisherId":"aohwv1711986298041"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/tech.strid.ingress-nginx-hsm-internal-test","name":"tech.strid.ingress-nginx-hsm-internal-test","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"tech.strid.ingress-nginx-hsm-internal-test","description":"stridtech","isSystemExtension":false,"publisher":"stridtech","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"ingress-nginx"}},"planInfo":{"offerId":"ingress-nginx-hsm","planId":"internal-free","publisherId":"stridtech"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/dsa.dms-container-nokc-c","name":"dsa.dms-container-nokc-c","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.dms-container-nokc-c","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"dms-application"}},"planInfo":{"offerId":"sas-dms-azure-container","planId":"default-hidden-plan-103","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.rabm","name":"hossted.rabm","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.rabm","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-rabbitmq","planId":"2","publisherId":"meanio"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhOa1hnQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzElMjNUUkMlM0E0MzQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/suse.rancher-prime-llc-release-ha","name":"suse.rancher-prime-llc-release-ha","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-prime-llc-release-ha","description":"suse","isSystemExtension":false,"publisher":"suse","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-rancher-csp-deployer-system"}},"planInfo":{"offerId":"rancher-prime-llc","planId":"rancher_harvester_hidden","publisherId":"suse"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/suse.rancher-prime-llc-release-co","name":"suse.rancher-prime-llc-release-co","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-prime-llc-release-co","description":"suse","isSystemExtension":false,"publisher":"suse","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-rancher-csp-deployer-system"}},"planInfo":{"offerId":"rancher-prime-llc","planId":"rancher_stackstate_hidden","publisherId":"suse"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/suse.rancher-prime-llc-release-el","name":"suse.rancher-prime-llc-release-el","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-prime-llc-release-el","description":"suse","isSystemExtension":false,"publisher":"suse","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-rancher-csp-deployer-system"}},"planInfo":{"offerId":"rancher-prime-llc","planId":"rancher_elemental_hidden","publisherId":"suse"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/isovalent.ciliumenterprise.ah","name":"isovalent.ciliumenterprise.ah","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"isovalent.ciliumenterprise.ah","description":"isovalentinc1662143158090","isSystemExtension":false,"publisher":"isovalentinc1662143158090","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"kube-system"}},"planInfo":{"offerId":"albert-heijn-cilium-enterprise-private-plan-1","planId":"albert-heijn-cilium-enterprise-private-plan-1","publisherId":"isovalentinc1662143158090"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/rheininsights.retrievalsuite.a","name":"rheininsights.retrievalsuite.a","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"rheininsights.retrievalsuite.a","description":"rheininsights-gmbh","isSystemExtension":false,"publisher":"rheininsights-gmbh","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"rheininsights"}},"planInfo":{"offerId":"com-rheininsights-suite","planId":"rheininsights-2024-10-1","publisherId":"rheininsights-gmbh"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners3zlnv5uw","name":"cpmrunners.cpmrunners3zlnv5uw","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners3zlnv5uw","description":"cpmrunners3zlnv5uw","isSystemExtension":false,"publisher":"cpmrunners3zlnv5uw","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners3zlnv5uw","planId":"cpmrunners3zlnv5uw","publisherId":"cpmrunners3zlnv5uw"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners3954uigd","name":"cpmrunners.cpmrunners3954uigd","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners3954uigd","description":"cpmrunners3954uigd","isSystemExtension":false,"publisher":"cpmrunners3954uigd","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners3954uigd","planId":"cpmrunners3954uigd","publisherId":"cpmrunners3954uigd"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/tech.strid.ingress-nginx-hsm","name":"tech.strid.ingress-nginx-hsm","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"tech.strid.ingress-nginx-hsm","description":"stridtech","isSystemExtension":false,"publisher":"stridtech","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"ingress-nginx"}},"planInfo":{"offerId":"ingress-nginx-hsm","planId":"basic","publisherId":"stridtech"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/eclypses.mte-api-relay","name":"eclypses.mte-api-relay","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"eclypses.mte-api-relay","description":"eclypses1708534446098","isSystemExtension":false,"publisher":"eclypses1708534446098","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"eclypses_mte_api_relay","planId":"eclypse_mte_api_relay","publisherId":"eclypses1708534446098"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/dsa.dms-container-nokc-a","name":"dsa.dms-container-nokc-a","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.dms-container-nokc-a","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"dms-application"}},"planInfo":{"offerId":"sas-dms-azure-container","planId":"default-hidden-plan-101","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/dsa.dms-container-nokc-b","name":"dsa.dms-container-nokc-b","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.dms-container-nokc-b","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"dms-application"}},"planInfo":{"offerId":"sas-dms-azure-container","planId":"default-hidden-plan-102","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/aoh.hrmsitautomationpaas","name":"aoh.hrmsitautomationpaas","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"aoh.hrmsitautomationpaas","description":"aohwv1711986298041","isSystemExtension":false,"publisher":"aohwv1711986298041","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hrit-automation"}},"planInfo":{"offerId":"hr-it-automation-iaas-paas-transactionable","planId":"hrmsitautomationpaas1","publisherId":"aohwv1711986298041"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/tech.strid.ingress-nginx-hsm-internal-test","name":"tech.strid.ingress-nginx-hsm-internal-test","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"tech.strid.ingress-nginx-hsm-internal-test","description":"stridtech","isSystemExtension":false,"publisher":"stridtech","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"ingress-nginx"}},"planInfo":{"offerId":"ingress-nginx-hsm","planId":"internal-free","publisherId":"stridtech"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/dsa.dms-container-nokc-c","name":"dsa.dms-container-nokc-c","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.dms-container-nokc-c","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"dms-application"}},"planInfo":{"offerId":"sas-dms-azure-container","planId":"default-hidden-plan-103","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHk1ZW5nQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzElMjNUUkMlM0E0MzQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '12371' + - '12470' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:11 GMT + - Thu, 29 May 2025 01:03:19 GMT expires: - '-1' pragma: @@ -3318,11 +65246,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/1ffe9b4b-7811-4640-8ca8-8f2095ac6679 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/1fc5de08-ca0e-4428-8310-2cd2a481bd78 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 74A70139C1634309A1DFB7DBC4090090 Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:27:12Z' + - 'Ref A: 40AF289EC3C54E6CAF0DA982C6B10157 Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:19Z' status: code: 200 message: OK @@ -3342,21 +65270,21 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhOa1hnQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzElMjNUUkMlM0E0MzQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHk1ZW5nQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzElMjNUUkMlM0E0MzQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/tetrate.istioonetwentyfour","name":"tetrate.istioonetwentyfour","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"tetrate.istioonetwentyfour","description":"tetrate1598353087553","isSystemExtension":false,"publisher":"tetrate1598353087553","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"tetrateistio","planId":"tid-1-24-0-0","publisherId":"tetrate1598353087553"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/performalytic.fdalert","name":"performalytic.fdalert","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"performalytic.fdalert","description":"fdalert","isSystemExtension":false,"publisher":"fdalert","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"fdalert"}},"planInfo":{"offerId":"performalytic","planId":"monthly","publisherId":"fdalert"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnerspnwfuuf1","name":"cpmrunners.cpmrunnerspnwfuuf1","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerspnwfuuf1","description":"cpmrunnerspnwfuuf1","isSystemExtension":false,"publisher":"cpmrunnerspnwfuuf1","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerspnwfuuf1","planId":"cpmrunnerspnwfuuf1","publisherId":"cpmrunnerspnwfuuf1"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersuejqehjo","name":"cpmrunners.cpmrunnersuejqehjo","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersuejqehjo","description":"cpmrunnerspnwfuuf1","isSystemExtension":false,"publisher":"cpmrunnerspnwfuuf1","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerspnwfuuf1","planId":"cpmrunnersuejqehjo","publisherId":"cpmrunnerspnwfuuf1"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/oredata.llm","name":"oredata.llm","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"oredata.llm","description":"oredatayazlmlimitedirketi1723023820372","isSystemExtension":false,"publisher":"oredatayazlmlimitedirketi1723023820372","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"oredata"}},"planInfo":{"offerId":"oredata-llm","planId":"standart-oredata-llm","publisherId":"oredatayazlmlimitedirketi1723023820372"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.superset","name":"hossted.superset","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.superset","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-superset","planId":"1_super","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/solo.io.istio","name":"solo.io.istio","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"solo.io.istio","description":"sologloo","isSystemExtension":false,"publisher":"sologloo","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"isito_by_solo_io","planId":"istio-124","publisherId":"sologloo"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.superse","name":"hossted.superse","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.superse","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-superset","planId":"1","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.ra","name":"hossted.ra","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.ra","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-rabbitmq","planId":"3","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.prom","name":"hossted.prom","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.prom","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-prometheus","planId":"2","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/rheininsights.retrievalsuite.b","name":"rheininsights.retrievalsuite.b","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"rheininsights.retrievalsuite.b","description":"rheininsights-gmbh","isSystemExtension":false,"publisher":"rheininsights-gmbh","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"rheininsights"}},"planInfo":{"offerId":"com-rheininsights-suite","planId":"rheininsights-2024-11","publisherId":"rheininsights-gmbh"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.wikijs","name":"hossted.wikijs","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.wikijs","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-wikijs","planId":"1","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/commercialmarketplaceservices.azurevote","name":"commercialmarketplaceservices.azurevote","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"commercialmarketplaceservices.azurevote","description":"microsoft_commercial_marketplace_services","isSystemExtension":false,"publisher":"microsoft_commercial_marketplace_services","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"azure-vote-final-1","planId":"azure-vote-paid","publisherId":"microsoft_commercial_marketplace_services"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/ironpdfdocker-twentyfour.eleven.four","name":"ironpdfdocker-twentyfour.eleven.four","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ironpdfdocker-twentyfour.eleven.four","description":"ironsoftwarecoltd1682560478296","isSystemExtension":false,"publisher":"ironsoftwarecoltd1682560478296","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"ironpdf-docker-container-v1","planId":"2024-11-4","publisherId":"ironsoftwarecoltd1682560478296"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHdlUkhvQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzIlMjNUUkMlM0E0NDglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.rabm","name":"hossted.rabm","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.rabm","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-rabbitmq","planId":"2","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/tetrate.istioonetwentyfour","name":"tetrate.istioonetwentyfour","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"tetrate.istioonetwentyfour","description":"tetrate1598353087553","isSystemExtension":false,"publisher":"tetrate1598353087553","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"tetrateistio","planId":"tid-1-24-0-0","publisherId":"tetrate1598353087553"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/performalytic.fdalert","name":"performalytic.fdalert","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"performalytic.fdalert","description":"fdalert","isSystemExtension":false,"publisher":"fdalert","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"fdalert"}},"planInfo":{"offerId":"performalytic","planId":"monthly","publisherId":"fdalert"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnerspnwfuuf1","name":"cpmrunners.cpmrunnerspnwfuuf1","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerspnwfuuf1","description":"cpmrunnerspnwfuuf1","isSystemExtension":false,"publisher":"cpmrunnerspnwfuuf1","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerspnwfuuf1","planId":"cpmrunnerspnwfuuf1","publisherId":"cpmrunnerspnwfuuf1"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersuejqehjo","name":"cpmrunners.cpmrunnersuejqehjo","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersuejqehjo","description":"cpmrunnerspnwfuuf1","isSystemExtension":false,"publisher":"cpmrunnerspnwfuuf1","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerspnwfuuf1","planId":"cpmrunnersuejqehjo","publisherId":"cpmrunnerspnwfuuf1"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/oredata.llm","name":"oredata.llm","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"oredata.llm","description":"oredatayazlmlimitedirketi1723023820372","isSystemExtension":false,"publisher":"oredatayazlmlimitedirketi1723023820372","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"oredata"}},"planInfo":{"offerId":"oredata-llm","planId":"standart-oredata-llm","publisherId":"oredatayazlmlimitedirketi1723023820372"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.superset","name":"hossted.superset","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.superset","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-superset","planId":"1_super","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/solo.io.istio","name":"solo.io.istio","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"solo.io.istio","description":"sologloo","isSystemExtension":false,"publisher":"sologloo","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"isito_by_solo_io","planId":"istio-124","publisherId":"sologloo"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.superse","name":"hossted.superse","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.superse","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-superset","planId":"1","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.ra","name":"hossted.ra","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.ra","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-rabbitmq","planId":"3","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.prom","name":"hossted.prom","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.prom","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-prometheus","planId":"2","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/rheininsights.retrievalsuite.b","name":"rheininsights.retrievalsuite.b","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"rheininsights.retrievalsuite.b","description":"rheininsights-gmbh","isSystemExtension":false,"publisher":"rheininsights-gmbh","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"rheininsights"}},"planInfo":{"offerId":"com-rheininsights-suite","planId":"rheininsights-2024-11","publisherId":"rheininsights-gmbh"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.wikijs","name":"hossted.wikijs","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.wikijs","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-wikijs","planId":"1","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/commercialmarketplaceservices.azurevote","name":"commercialmarketplaceservices.azurevote","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"commercialmarketplaceservices.azurevote","description":"microsoft_commercial_marketplace_services","isSystemExtension":false,"publisher":"microsoft_commercial_marketplace_services","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"azure-vote-final-1","planId":"azure-vote-paid","publisherId":"microsoft_commercial_marketplace_services"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHlrRUhvQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzIlMjNUUkMlM0E0NDglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '11700' + - '11546' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:12 GMT + - Thu, 29 May 2025 01:03:19 GMT expires: - '-1' pragma: @@ -3368,11 +65296,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/6ffa3efb-a777-4318-b590-b75654955d28 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus2/a827ba62-e414-438e-a031-54f065ba660d x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 5568484734884E03A68137470A2965B7 Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:27:12Z' + - 'Ref A: A9FD86DC4FB34DA0B9DF9FCF3741EE6C Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:20Z' status: code: 200 message: OK @@ -3392,23 +65320,23 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHdlUkhvQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzIlMjNUUkMlM0E0NDglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHlrRUhvQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzIlMjNUUkMlM0E0NDglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hoiltd.nodemongoapp","name":"hoiltd.nodemongoapp","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hoiltd.nodemongoapp","description":"homeofficeimprovementsltd1629905933258","isSystemExtension":false,"publisher":"homeofficeimprovementsltd1629905933258","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hoiltd-prod"}},"planInfo":{"offerId":"dc-hoiltd-nodejs-mongodb-latest","planId":"hoiltd-kubernetes-nodejs-and-mongodb-app","publisherId":"homeofficeimprovementsltd1629905933258"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/solo.io.istiotwofourone","name":"solo.io.istiotwofourone","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"solo.io.istiotwofourone","description":"sologloo","isSystemExtension":false,"publisher":"sologloo","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"isito_by_solo_io","planId":"istio-1241-ambient","publisherId":"sologloo"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.argocd","name":"hossted.argocd","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.argocd","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-argocd","planId":"1","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/pfield.pfieldshutdownsilver","name":"pfield.pfieldshutdownsilver","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"pfield.pfieldshutdownsilver","description":"pfield1732914596338","isSystemExtension":false,"publisher":"pfield1732914596338","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"{{ + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/ironpdfdocker-twentyfour.eleven.four","name":"ironpdfdocker-twentyfour.eleven.four","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ironpdfdocker-twentyfour.eleven.four","description":"ironsoftwarecoltd1682560478296","isSystemExtension":false,"publisher":"ironsoftwarecoltd1682560478296","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"ironpdf-docker-container-v1","planId":"2024-11-4","publisherId":"ironsoftwarecoltd1682560478296"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hoiltd.nodemongoapp","name":"hoiltd.nodemongoapp","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hoiltd.nodemongoapp","description":"homeofficeimprovementsltd1629905933258","isSystemExtension":false,"publisher":"homeofficeimprovementsltd1629905933258","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hoiltd-prod"}},"planInfo":{"offerId":"dc-hoiltd-nodejs-mongodb-latest","planId":"hoiltd-kubernetes-nodejs-and-mongodb-app","publisherId":"homeofficeimprovementsltd1629905933258"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/solo.io.istiotwofourone","name":"solo.io.istiotwofourone","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"solo.io.istiotwofourone","description":"sologloo","isSystemExtension":false,"publisher":"sologloo","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"isito_by_solo_io","planId":"istio-1241-ambient","publisherId":"sologloo"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/hossted.argocd","name":"hossted.argocd","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.argocd","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-argocd","planId":"1","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/pfield.pfieldshutdownsilver","name":"pfield.pfieldshutdownsilver","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"pfield.pfieldshutdownsilver","description":"pfield1732914596338","isSystemExtension":false,"publisher":"pfield1732914596338","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"{{ namespace }}"}},"planInfo":{"offerId":"newplan-pfield-shutdown","planId":"silver-plan-id","publisherId":"pfield1732914596338"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/pfield.pfieldshutdownbronze","name":"pfield.pfieldshutdownbronze","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"pfield.pfieldshutdownbronze","description":"pfield1732914596338","isSystemExtension":false,"publisher":"pfield1732914596338","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"{{ - namespace }}"}},"planInfo":{"offerId":"newplan-pfield-shutdown","planId":"bronze-plan-id","publisherId":"pfield1732914596338"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/gooddata.cn","name":"gooddata.cn","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"gooddata.cn","description":"gooddatacorporation1700826590856","isSystemExtension":false,"publisher":"gooddatacorporation1700826590856","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"gooddata-cn","planId":"plan-gdcn","publisherId":"gooddatacorporation1700826590856"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/castai.agent-private-three-point-five-per-cpu","name":"castai.agent-private-three-point-five-per-cpu","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"castai.agent-private-three-point-five-per-cpu","description":"castaigroupinc1683643265413","isSystemExtension":false,"publisher":"castaigroupinc1683643265413","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"castai-agent"}},"planInfo":{"offerId":"castai-agent","planId":"castai-agent-3-5-usage","publisherId":"castaigroupinc1683643265413"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/ironpdfdocker-twentyfour.twelve.nine","name":"ironpdfdocker-twentyfour.twelve.nine","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ironpdfdocker-twentyfour.twelve.nine","description":"ironsoftwarecoltd1682560478296","isSystemExtension":false,"publisher":"ironsoftwarecoltd1682560478296","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"ironpdf-docker-container-v1","planId":"2024-12-9","publisherId":"ironsoftwarecoltd1682560478296"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/solo.io.istiotwofourtwo","name":"solo.io.istiotwofourtwo","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"solo.io.istiotwofourtwo","description":"sologloo","isSystemExtension":false,"publisher":"sologloo","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"isito_by_solo_io","planId":"istio-1242-ambient","publisherId":"sologloo"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/zs.maxai","name":"zs.maxai","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"zs.maxai","description":"zs","isSystemExtension":false,"publisher":"zs","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"max-ai-offer-1","planId":"free-tier-v2","publisherId":"zs"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cybus.connectware","name":"cybus.connectware","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cybus.connectware","description":"cybusgmbh1681309301832","isSystemExtension":false,"publisher":"cybusgmbh1681309301832","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"connectware"}},"planInfo":{"offerId":"connectware-azure-container","planId":"connectware-byol","publisherId":"cybusgmbh1681309301832"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/quantuloop.kbwfree","name":"quantuloop.kbwfree","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"quantuloop.kbwfree","description":"quantuloop","isSystemExtension":false,"publisher":"quantuloop","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"quantuloop"}},"planInfo":{"offerId":"kbw","planId":"free-plan","publisherId":"quantuloop"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners13p56oax","name":"cpmrunners.cpmrunners13p56oax","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners13p56oax","description":"cpmrunners13p56oax","isSystemExtension":false,"publisher":"cpmrunners13p56oax","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners13p56oax","planId":"cpmrunners13p56oax","publisherId":"cpmrunners13p56oax"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/ironpdfdocker-twentyfive.one.one","name":"ironpdfdocker-twentyfive.one.one","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ironpdfdocker-twentyfive.one.one","description":"ironsoftwarecoltd1682560478296","isSystemExtension":false,"publisher":"ironsoftwarecoltd1682560478296","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"ironpdf-docker-container-v1","planId":"2025-1-1","publisherId":"ironsoftwarecoltd1682560478296"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHpoMkg0Q0FBQUFBQSUzRCUzRCUyM1JUJTNBMzMlMjNUUkMlM0E0NjIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' + namespace }}"}},"planInfo":{"offerId":"newplan-pfield-shutdown","planId":"bronze-plan-id","publisherId":"pfield1732914596338"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/gooddata.cn","name":"gooddata.cn","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"gooddata.cn","description":"gooddatacorporation1700826590856","isSystemExtension":false,"publisher":"gooddatacorporation1700826590856","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"gooddata-cn","planId":"plan-gdcn","publisherId":"gooddatacorporation1700826590856"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/castai.agent-private-three-point-five-per-cpu","name":"castai.agent-private-three-point-five-per-cpu","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"castai.agent-private-three-point-five-per-cpu","description":"castaigroupinc1683643265413","isSystemExtension":false,"publisher":"castaigroupinc1683643265413","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"castai-agent"}},"planInfo":{"offerId":"castai-agent","planId":"castai-agent-3-5-usage","publisherId":"castaigroupinc1683643265413"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/ironpdfdocker-twentyfour.twelve.nine","name":"ironpdfdocker-twentyfour.twelve.nine","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ironpdfdocker-twentyfour.twelve.nine","description":"ironsoftwarecoltd1682560478296","isSystemExtension":false,"publisher":"ironsoftwarecoltd1682560478296","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"ironpdf-docker-container-v1","planId":"2024-12-9","publisherId":"ironsoftwarecoltd1682560478296"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/solo.io.istiotwofourtwo","name":"solo.io.istiotwofourtwo","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"solo.io.istiotwofourtwo","description":"sologloo","isSystemExtension":false,"publisher":"sologloo","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"isito_by_solo_io","planId":"istio-1242-ambient","publisherId":"sologloo"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/zs.maxai","name":"zs.maxai","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"zs.maxai","description":"zs","isSystemExtension":false,"publisher":"zs","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"max-ai-offer-1","planId":"free-tier-v2","publisherId":"zs"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cybus.connectware","name":"cybus.connectware","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cybus.connectware","description":"cybusgmbh1681309301832","isSystemExtension":false,"publisher":"cybusgmbh1681309301832","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"connectware"}},"planInfo":{"offerId":"connectware-azure-container","planId":"connectware-byol","publisherId":"cybusgmbh1681309301832"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/quantuloop.kbwfree","name":"quantuloop.kbwfree","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"quantuloop.kbwfree","description":"quantuloop","isSystemExtension":false,"publisher":"quantuloop","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"quantuloop"}},"planInfo":{"offerId":"kbw","planId":"free-plan","publisherId":"quantuloop"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners13p56oax","name":"cpmrunners.cpmrunners13p56oax","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners13p56oax","description":"cpmrunners13p56oax","isSystemExtension":false,"publisher":"cpmrunners13p56oax","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners13p56oax","planId":"cpmrunners13p56oax","publisherId":"cpmrunners13p56oax"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHdVeDM0Q0FBQUFBQSUzRCUzRCUyM1JUJTNBMzMlMjNUUkMlM0E0NjIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '11985' + - '11998' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:12 GMT + - Thu, 29 May 2025 01:03:19 GMT expires: - '-1' pragma: @@ -3420,11 +65348,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/a08a43d5-eca9-4e7e-b3e8-ed03d165032f + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/dd5af854-0823-457a-960a-b25018234bdc x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 0CD6443A9EB843DF8BCE5C3C38F9042C Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:27:13Z' + - 'Ref A: 38070D4BDA9142818D9825C342A5F34D Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:20Z' status: code: 200 message: OK @@ -3444,21 +65372,21 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHpoMkg0Q0FBQUFBQSUzRCUzRCUyM1JUJTNBMzMlMjNUUkMlM0E0NjIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHdVeDM0Q0FBQUFBQSUzRCUzRCUyM1JUJTNBMzMlMjNUUkMlM0E0NjIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/com.snapdpl.site","name":"com.snapdpl.site","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.snapdpl.site","description":"risecorp","isSystemExtension":false,"publisher":"risecorp","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"cw-snapdpl","planId":"snapdpl","publisherId":"risecorp"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners7n13vacp","name":"cpmrunners.cpmrunners7n13vacp","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners7n13vacp","description":"cpmrunners7n13vacp","isSystemExtension":false,"publisher":"cpmrunners7n13vacp","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners7n13vacp","planId":"cpmrunners7n13vacp","publisherId":"cpmrunners7n13vacp"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners6pmmdfry","name":"cpmrunners.cpmrunners6pmmdfry","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners6pmmdfry","description":"cpmrunners7n13vacp","isSystemExtension":false,"publisher":"cpmrunners7n13vacp","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners7n13vacp","planId":"cpmrunners6pmmdfry","publisherId":"cpmrunners7n13vacp"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/quantuloop.simulatorsuitebase","name":"quantuloop.simulatorsuitebase","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"quantuloop.simulatorsuitebase","description":"quantuloop","isSystemExtension":false,"publisher":"quantuloop","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"quantuloop"}},"planInfo":{"offerId":"quantuloop-simulator","planId":"base-plan","publisherId":"quantuloop"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/contoso.maubarnes.versionscalingtest","name":"contoso.maubarnes.versionscalingtest","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"contoso.maubarnes.versionscalingtest","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"azure-vote-ns"}},"planInfo":{"offerId":"mauricetestoffer2","planId":"testplanversionscalingplan3","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners5ebjpf1z","name":"cpmrunners.cpmrunners5ebjpf1z","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners5ebjpf1z","description":"cpmrunners5ebjpf1z","isSystemExtension":false,"publisher":"cpmrunners5ebjpf1z","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners5ebjpf1z","planId":"cpmrunners5ebjpf1z","publisherId":"cpmrunners5ebjpf1z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersb5bcvftm","name":"cpmrunners.cpmrunnersb5bcvftm","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersb5bcvftm","description":"cpmrunnersb5bcvftm","isSystemExtension":false,"publisher":"cpmrunnersb5bcvftm","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersb5bcvftm","planId":"cpmrunnersb5bcvftm","publisherId":"cpmrunnersb5bcvftm"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners8ttpnmjt","name":"cpmrunners.cpmrunners8ttpnmjt","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners8ttpnmjt","description":"cpmrunnersb5bcvftm","isSystemExtension":false,"publisher":"cpmrunnersb5bcvftm","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersb5bcvftm","planId":"cpmrunners8ttpnmjt","publisherId":"cpmrunnersb5bcvftm"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersg1qotwxh","name":"cpmrunners.cpmrunnersg1qotwxh","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersg1qotwxh","description":"cpmrunnersg1qotwxh","isSystemExtension":false,"publisher":"cpmrunnersg1qotwxh","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersg1qotwxh","planId":"cpmrunnersg1qotwxh","publisherId":"cpmrunnersg1qotwxh"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersw7ltejwg","name":"cpmrunners.cpmrunnersw7ltejwg","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersw7ltejwg","description":"cpmrunnersg1qotwxh","isSystemExtension":false,"publisher":"cpmrunnersg1qotwxh","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersg1qotwxh","planId":"cpmrunnersw7ltejwg","publisherId":"cpmrunnersg1qotwxh"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/minio.mkpl.aistor","name":"minio.mkpl.aistor","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"minio.mkpl.aistor","description":"minio","isSystemExtension":false,"publisher":"minio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"aistor-ext"}},"planInfo":{"offerId":"minio-aistor-v1_1","planId":"minio-aistor--v1","publisherId":"minio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersiha92vpn","name":"cpmrunners.cpmrunnersiha92vpn","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersiha92vpn","description":"cpmrunnersiha92vpn","isSystemExtension":false,"publisher":"cpmrunnersiha92vpn","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersiha92vpn","planId":"cpmrunnersiha92vpn","publisherId":"cpmrunnersiha92vpn"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners031kjbi6","name":"cpmrunners.cpmrunners031kjbi6","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners031kjbi6","description":"cpmrunnersiha92vpn","isSystemExtension":false,"publisher":"cpmrunnersiha92vpn","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersiha92vpn","planId":"cpmrunners031kjbi6","publisherId":"cpmrunnersiha92vpn"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners32ox20l6","name":"cpmrunners.cpmrunners32ox20l6","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners32ox20l6","description":"cpmrunners32ox20l6","isSystemExtension":false,"publisher":"cpmrunners32ox20l6","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners32ox20l6","planId":"cpmrunners32ox20l6","publisherId":"cpmrunners32ox20l6"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhiQklBQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzQlMjNUUkMlM0E0NzYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/ironpdfdocker-twentyfive.one.one","name":"ironpdfdocker-twentyfive.one.one","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ironpdfdocker-twentyfive.one.one","description":"ironsoftwarecoltd1682560478296","isSystemExtension":false,"publisher":"ironsoftwarecoltd1682560478296","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"ironpdf-docker-container-v1","planId":"2025-1-1","publisherId":"ironsoftwarecoltd1682560478296"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/com.snapdpl.site","name":"com.snapdpl.site","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.snapdpl.site","description":"risecorp","isSystemExtension":false,"publisher":"risecorp","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"cw-snapdpl","planId":"snapdpl","publisherId":"risecorp"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners7n13vacp","name":"cpmrunners.cpmrunners7n13vacp","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners7n13vacp","description":"cpmrunners7n13vacp","isSystemExtension":false,"publisher":"cpmrunners7n13vacp","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners7n13vacp","planId":"cpmrunners7n13vacp","publisherId":"cpmrunners7n13vacp"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners6pmmdfry","name":"cpmrunners.cpmrunners6pmmdfry","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners6pmmdfry","description":"cpmrunners7n13vacp","isSystemExtension":false,"publisher":"cpmrunners7n13vacp","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners7n13vacp","planId":"cpmrunners6pmmdfry","publisherId":"cpmrunners7n13vacp"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/quantuloop.simulatorsuitebase","name":"quantuloop.simulatorsuitebase","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"quantuloop.simulatorsuitebase","description":"quantuloop","isSystemExtension":false,"publisher":"quantuloop","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"quantuloop"}},"planInfo":{"offerId":"quantuloop-simulator","planId":"base-plan","publisherId":"quantuloop"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/contoso.maubarnes.versionscalingtest","name":"contoso.maubarnes.versionscalingtest","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"contoso.maubarnes.versionscalingtest","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"azure-vote-ns"}},"planInfo":{"offerId":"mauricetestoffer2","planId":"testplanversionscalingplan3","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners5ebjpf1z","name":"cpmrunners.cpmrunners5ebjpf1z","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners5ebjpf1z","description":"cpmrunners5ebjpf1z","isSystemExtension":false,"publisher":"cpmrunners5ebjpf1z","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners5ebjpf1z","planId":"cpmrunners5ebjpf1z","publisherId":"cpmrunners5ebjpf1z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersb5bcvftm","name":"cpmrunners.cpmrunnersb5bcvftm","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersb5bcvftm","description":"cpmrunnersb5bcvftm","isSystemExtension":false,"publisher":"cpmrunnersb5bcvftm","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersb5bcvftm","planId":"cpmrunnersb5bcvftm","publisherId":"cpmrunnersb5bcvftm"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners8ttpnmjt","name":"cpmrunners.cpmrunners8ttpnmjt","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners8ttpnmjt","description":"cpmrunnersb5bcvftm","isSystemExtension":false,"publisher":"cpmrunnersb5bcvftm","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersb5bcvftm","planId":"cpmrunners8ttpnmjt","publisherId":"cpmrunnersb5bcvftm"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersg1qotwxh","name":"cpmrunners.cpmrunnersg1qotwxh","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersg1qotwxh","description":"cpmrunnersg1qotwxh","isSystemExtension":false,"publisher":"cpmrunnersg1qotwxh","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersg1qotwxh","planId":"cpmrunnersg1qotwxh","publisherId":"cpmrunnersg1qotwxh"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersw7ltejwg","name":"cpmrunners.cpmrunnersw7ltejwg","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersw7ltejwg","description":"cpmrunnersg1qotwxh","isSystemExtension":false,"publisher":"cpmrunnersg1qotwxh","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersg1qotwxh","planId":"cpmrunnersw7ltejwg","publisherId":"cpmrunnersg1qotwxh"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/minio.mkpl.aistor","name":"minio.mkpl.aistor","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"minio.mkpl.aistor","description":"minio","isSystemExtension":false,"publisher":"minio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"aistor-ext"}},"planInfo":{"offerId":"minio-aistor-v1_1","planId":"minio-aistor--v1","publisherId":"minio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersiha92vpn","name":"cpmrunners.cpmrunnersiha92vpn","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersiha92vpn","description":"cpmrunnersiha92vpn","isSystemExtension":false,"publisher":"cpmrunnersiha92vpn","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersiha92vpn","planId":"cpmrunnersiha92vpn","publisherId":"cpmrunnersiha92vpn"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners031kjbi6","name":"cpmrunners.cpmrunners031kjbi6","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners031kjbi6","description":"cpmrunnersiha92vpn","isSystemExtension":false,"publisher":"cpmrunnersiha92vpn","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersiha92vpn","planId":"cpmrunners031kjbi6","publisherId":"cpmrunnersiha92vpn"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHpJLUg4Q0FBQUFBQSUzRCUzRCUyM1JUJTNBMzQlMjNUUkMlM0E0NzYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '12052' + - '12096' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:13 GMT + - Thu, 29 May 2025 01:03:19 GMT expires: - '-1' pragma: @@ -3470,11 +65398,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/06d71bea-b8df-4143-9338-f32792cf2015 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus2/6ee47676-df49-459a-a638-6411c262bc55 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 2CAF5E317692442F92FC700C70650117 Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:27:13Z' + - 'Ref A: 82FA0E2B1CA84F4D8D766A1C10DED41A Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:20Z' status: code: 200 message: OK @@ -3494,21 +65422,21 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhiQklBQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzQlMjNUUkMlM0E0NzYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHpJLUg4Q0FBQUFBQSUzRCUzRCUyM1JUJTNBMzQlMjNUUkMlM0E0NzYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnerste2kr34a","name":"cpmrunners.cpmrunnerste2kr34a","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerste2kr34a","description":"cpmrunners32ox20l6","isSystemExtension":false,"publisher":"cpmrunners32ox20l6","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners32ox20l6","planId":"cpmrunnerste2kr34a","publisherId":"cpmrunners32ox20l6"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnerswyp9e0cq","name":"cpmrunners.cpmrunnerswyp9e0cq","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerswyp9e0cq","description":"cpmrunnerswyp9e0cq","isSystemExtension":false,"publisher":"cpmrunnerswyp9e0cq","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerswyp9e0cq","planId":"cpmrunnerswyp9e0cq","publisherId":"cpmrunnerswyp9e0cq"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners4olxcsrw","name":"cpmrunners.cpmrunners4olxcsrw","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners4olxcsrw","description":"cpmrunnerswyp9e0cq","isSystemExtension":false,"publisher":"cpmrunnerswyp9e0cq","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerswyp9e0cq","planId":"cpmrunners4olxcsrw","publisherId":"cpmrunnerswyp9e0cq"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/com.snapdpl.sites","name":"com.snapdpl.sites","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.snapdpl.sites","description":"risecorp","isSystemExtension":false,"publisher":"risecorp","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"cw-snapdpl","planId":"snapdpl-demo","publisherId":"risecorp"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/com.snapdpl.sitedemo","name":"com.snapdpl.sitedemo","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.snapdpl.sitedemo","description":"risecorp","isSystemExtension":false,"publisher":"risecorp","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"cw-snapdpl","planId":"demo-snapdpl","publisherId":"risecorp"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersupazq0ji","name":"cpmrunners.cpmrunnersupazq0ji","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersupazq0ji","description":"cpmrunnersupazq0ji","isSystemExtension":false,"publisher":"cpmrunnersupazq0ji","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersupazq0ji","planId":"cpmrunnersupazq0ji","publisherId":"cpmrunnersupazq0ji"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersodz3hlxb","name":"cpmrunners.cpmrunnersodz3hlxb","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersodz3hlxb","description":"cpmrunnersupazq0ji","isSystemExtension":false,"publisher":"cpmrunnersupazq0ji","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersupazq0ji","planId":"cpmrunnersodz3hlxb","publisherId":"cpmrunnersupazq0ji"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersvvwj9s1r","name":"cpmrunners.cpmrunnersvvwj9s1r","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersvvwj9s1r","description":"cpmrunnersvvwj9s1r","isSystemExtension":false,"publisher":"cpmrunnersvvwj9s1r","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersvvwj9s1r","planId":"cpmrunnersvvwj9s1r","publisherId":"cpmrunnersvvwj9s1r"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners7dvv1jjh","name":"cpmrunners.cpmrunners7dvv1jjh","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners7dvv1jjh","description":"cpmrunnersvvwj9s1r","isSystemExtension":false,"publisher":"cpmrunnersvvwj9s1r","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersvvwj9s1r","planId":"cpmrunners7dvv1jjh","publisherId":"cpmrunnersvvwj9s1r"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/belt.ui","name":"belt.ui","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"belt.ui","description":"beltsoftwareinc1685368987503","isSystemExtension":false,"publisher":"beltsoftwareinc1685368987503","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"webapp"}},"planInfo":{"offerId":"belt-ui-cnab","planId":"base","publisherId":"beltsoftwareinc1685368987503"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/ashleenanze.protected","name":"ashleenanze.protected","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ashleenanze.protected","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"azure-vote-protected"}},"planInfo":{"offerId":"ashleeprotectedtestoffer","planId":"mainplan","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersimh61c7t","name":"cpmrunners.cpmrunnersimh61c7t","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersimh61c7t","description":"cpmrunnersimh61c7t","isSystemExtension":false,"publisher":"cpmrunnersimh61c7t","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersimh61c7t","planId":"cpmrunnersimh61c7t","publisherId":"cpmrunnersimh61c7t"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersskykoejz","name":"cpmrunners.cpmrunnersskykoejz","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersskykoejz","description":"cpmrunnersavvc6y5l","isSystemExtension":false,"publisher":"cpmrunnersavvc6y5l","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersavvc6y5l","planId":"cpmrunnersskykoejz","publisherId":"cpmrunnersavvc6y5l"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/ironpdfdocker-twentyfive.two.eight","name":"ironpdfdocker-twentyfive.two.eight","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ironpdfdocker-twentyfive.two.eight","description":"ironsoftwarecoltd1682560478296","isSystemExtension":false,"publisher":"ironsoftwarecoltd1682560478296","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"ironpdf-docker-container-v1","planId":"2025-2-8","publisherId":"ironsoftwarecoltd1682560478296"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHpEVklFQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzUlMjNUUkMlM0E0OTAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners32ox20l6","name":"cpmrunners.cpmrunners32ox20l6","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners32ox20l6","description":"cpmrunners32ox20l6","isSystemExtension":false,"publisher":"cpmrunners32ox20l6","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners32ox20l6","planId":"cpmrunners32ox20l6","publisherId":"cpmrunners32ox20l6"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnerste2kr34a","name":"cpmrunners.cpmrunnerste2kr34a","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerste2kr34a","description":"cpmrunners32ox20l6","isSystemExtension":false,"publisher":"cpmrunners32ox20l6","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners32ox20l6","planId":"cpmrunnerste2kr34a","publisherId":"cpmrunners32ox20l6"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnerswyp9e0cq","name":"cpmrunners.cpmrunnerswyp9e0cq","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerswyp9e0cq","description":"cpmrunnerswyp9e0cq","isSystemExtension":false,"publisher":"cpmrunnerswyp9e0cq","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerswyp9e0cq","planId":"cpmrunnerswyp9e0cq","publisherId":"cpmrunnerswyp9e0cq"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners4olxcsrw","name":"cpmrunners.cpmrunners4olxcsrw","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners4olxcsrw","description":"cpmrunnerswyp9e0cq","isSystemExtension":false,"publisher":"cpmrunnerswyp9e0cq","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerswyp9e0cq","planId":"cpmrunners4olxcsrw","publisherId":"cpmrunnerswyp9e0cq"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/com.snapdpl.sites","name":"com.snapdpl.sites","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.snapdpl.sites","description":"risecorp","isSystemExtension":false,"publisher":"risecorp","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"cw-snapdpl","planId":"snapdpl-demo","publisherId":"risecorp"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/com.snapdpl.sitedemo","name":"com.snapdpl.sitedemo","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.snapdpl.sitedemo","description":"risecorp","isSystemExtension":false,"publisher":"risecorp","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"cw-snapdpl","planId":"demo-snapdpl","publisherId":"risecorp"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersupazq0ji","name":"cpmrunners.cpmrunnersupazq0ji","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersupazq0ji","description":"cpmrunnersupazq0ji","isSystemExtension":false,"publisher":"cpmrunnersupazq0ji","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersupazq0ji","planId":"cpmrunnersupazq0ji","publisherId":"cpmrunnersupazq0ji"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersodz3hlxb","name":"cpmrunners.cpmrunnersodz3hlxb","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersodz3hlxb","description":"cpmrunnersupazq0ji","isSystemExtension":false,"publisher":"cpmrunnersupazq0ji","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersupazq0ji","planId":"cpmrunnersodz3hlxb","publisherId":"cpmrunnersupazq0ji"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersvvwj9s1r","name":"cpmrunners.cpmrunnersvvwj9s1r","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersvvwj9s1r","description":"cpmrunnersvvwj9s1r","isSystemExtension":false,"publisher":"cpmrunnersvvwj9s1r","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersvvwj9s1r","planId":"cpmrunnersvvwj9s1r","publisherId":"cpmrunnersvvwj9s1r"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners7dvv1jjh","name":"cpmrunners.cpmrunners7dvv1jjh","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners7dvv1jjh","description":"cpmrunnersvvwj9s1r","isSystemExtension":false,"publisher":"cpmrunnersvvwj9s1r","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersvvwj9s1r","planId":"cpmrunners7dvv1jjh","publisherId":"cpmrunnersvvwj9s1r"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/belt.ui","name":"belt.ui","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"belt.ui","description":"beltsoftwareinc1685368987503","isSystemExtension":false,"publisher":"beltsoftwareinc1685368987503","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"webapp"}},"planInfo":{"offerId":"belt-ui-cnab","planId":"base","publisherId":"beltsoftwareinc1685368987503"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/ashleenanze.protected","name":"ashleenanze.protected","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ashleenanze.protected","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"azure-vote-protected"}},"planInfo":{"offerId":"ashleeprotectedtestoffer","planId":"mainplan","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersimh61c7t","name":"cpmrunners.cpmrunnersimh61c7t","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersimh61c7t","description":"cpmrunnersimh61c7t","isSystemExtension":false,"publisher":"cpmrunnersimh61c7t","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersimh61c7t","planId":"cpmrunnersimh61c7t","publisherId":"cpmrunnersimh61c7t"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersskykoejz","name":"cpmrunners.cpmrunnersskykoejz","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersskykoejz","description":"cpmrunnersavvc6y5l","isSystemExtension":false,"publisher":"cpmrunnersavvc6y5l","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersavvc6y5l","planId":"cpmrunnersskykoejz","publisherId":"cpmrunnersavvc6y5l"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHcxU1lFQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzUlMjNUUkMlM0E0OTAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '12035' + - '11985' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:13 GMT + - Thu, 29 May 2025 01:03:20 GMT expires: - '-1' pragma: @@ -3520,11 +65448,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/bc732755-ae2e-400b-97e2-e8ef38ad8047 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus2/d0d65f61-ef02-419e-9018-d981468f1122 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 6DB75FFAA53F4CA4B564E5A08B121357 Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:27:14Z' + - 'Ref A: C7ECB475284947D98FDF5B2596ED0FDC Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:20Z' status: code: 200 message: OK @@ -3544,27 +65472,27 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHpEVklFQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzUlMjNUUkMlM0E0OTAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHcxU1lFQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzUlMjNUUkMlM0E0OTAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersnvw7il6p","name":"cpmrunners.cpmrunnersnvw7il6p","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersnvw7il6p","description":"cpmrunnersnvw7il6p","isSystemExtension":false,"publisher":"cpmrunnersnvw7il6p","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersnvw7il6p","planId":"cpmrunnersnvw7il6p","publisherId":"cpmrunnersnvw7il6p"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersjaq4kwk7","name":"cpmrunners.cpmrunnersjaq4kwk7","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersjaq4kwk7","description":"cpmrunnersjaq4kwk7","isSystemExtension":false,"publisher":"cpmrunnersjaq4kwk7","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersjaq4kwk7","planId":"cpmrunnersjaq4kwk7","publisherId":"cpmrunnersjaq4kwk7"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/softingindustrial.edgeconnector","name":"softingindustrial.edgeconnector","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"softingindustrial.edgeconnector","description":"softingindustrialautomationgmbh1627396447249","isSystemExtension":false,"publisher":"softingindustrialautomationgmbh1627396447249","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"softing"}},"planInfo":{"offerId":"softing-edgeconnector","planId":"edgeconnector_licensing","publisherId":"softingindustrialautomationgmbh1627396447249"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnerskxkzit3p","name":"cpmrunners.cpmrunnerskxkzit3p","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerskxkzit3p","description":"cpmrunnerskxkzit3p","isSystemExtension":false,"publisher":"cpmrunnerskxkzit3p","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerskxkzit3p","planId":"cpmrunnerskxkzit3p","publisherId":"cpmrunnerskxkzit3p"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners90g72kwf","name":"cpmrunners.cpmrunners90g72kwf","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners90g72kwf","description":"cpmrunners90g72kwf","isSystemExtension":false,"publisher":"cpmrunners90g72kwf","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners90g72kwf","planId":"cpmrunners90g72kwf","publisherId":"cpmrunners90g72kwf"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnershrn8nqst","name":"cpmrunners.cpmrunnershrn8nqst","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnershrn8nqst","description":"cpmrunners90g72kwf","isSystemExtension":false,"publisher":"cpmrunners90g72kwf","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners90g72kwf","planId":"cpmrunnershrn8nqst","publisherId":"cpmrunners90g72kwf"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnerstdoyd46i","name":"cpmrunners.cpmrunnerstdoyd46i","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerstdoyd46i","description":"cpmrunnerstdoyd46i","isSystemExtension":false,"publisher":"cpmrunnerstdoyd46i","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerstdoyd46i","planId":"cpmrunnerstdoyd46i","publisherId":"cpmrunnerstdoyd46i"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/com.quadrant.qmigrator","name":"com.quadrant.qmigrator","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.quadrant.qmigrator","description":"quadranttechnologies1724273152029","isSystemExtension":false,"publisher":"quadranttechnologies1724273152029","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"oracletopgsql","planId":"plan1","publisherId":"quadranttechnologies1724273152029"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/magnolia.dxcloudpaastransactional","name":"magnolia.dxcloudpaastransactional","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"magnolia.dxcloudpaastransactional","description":"magnolia","isSystemExtension":false,"publisher":"magnolia","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"magnolia"}},"planInfo":{"offerId":"dxpaas","planId":"transactional","publisherId":"magnolia"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/suse.rancher-lumen-llc-release","name":"suse.rancher-lumen-llc-release","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-lumen-llc-release","description":"suse","isSystemExtension":false,"publisher":"suse","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-csp-billing-adapter-system"}},"planInfo":{"offerId":"rancher-prime-llc","planId":"custom-billing","publisherId":"suse"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/suse.rancher-lumen-ltd-release","name":"suse.rancher-lumen-ltd-release","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-lumen-ltd-release","description":"suseirelandltd1692213356027","isSystemExtension":false,"publisher":"suseirelandltd1692213356027","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-csp-billing-adapter-system"}},"planInfo":{"offerId":"rancher-prime-ltd","planId":"custom-billing","publisherId":"suseirelandltd1692213356027"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/microsoft.monitor.int.pipelinecontroller","name":"microsoft.monitor.int.pipelinecontroller","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.monitor.int.pipelinecontroller","description":"3P + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/ironpdfdocker-twentyfive.two.eight","name":"ironpdfdocker-twentyfive.two.eight","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ironpdfdocker-twentyfive.two.eight","description":"ironsoftwarecoltd1682560478296","isSystemExtension":false,"publisher":"ironsoftwarecoltd1682560478296","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"ironpdf-docker-container-v1","planId":"2025-2-8","publisherId":"ironsoftwarecoltd1682560478296"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersnvw7il6p","name":"cpmrunners.cpmrunnersnvw7il6p","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersnvw7il6p","description":"cpmrunnersnvw7il6p","isSystemExtension":false,"publisher":"cpmrunnersnvw7il6p","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersnvw7il6p","planId":"cpmrunnersnvw7il6p","publisherId":"cpmrunnersnvw7il6p"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersjaq4kwk7","name":"cpmrunners.cpmrunnersjaq4kwk7","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersjaq4kwk7","description":"cpmrunnersjaq4kwk7","isSystemExtension":false,"publisher":"cpmrunnersjaq4kwk7","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersjaq4kwk7","planId":"cpmrunnersjaq4kwk7","publisherId":"cpmrunnersjaq4kwk7"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/softingindustrial.edgeconnector","name":"softingindustrial.edgeconnector","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"softingindustrial.edgeconnector","description":"softingindustrialautomationgmbh1627396447249","isSystemExtension":false,"publisher":"softingindustrialautomationgmbh1627396447249","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"softing"}},"planInfo":{"offerId":"softing-edgeconnector","planId":"edgeconnector_licensing","publisherId":"softingindustrialautomationgmbh1627396447249"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnerskxkzit3p","name":"cpmrunners.cpmrunnerskxkzit3p","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerskxkzit3p","description":"cpmrunnerskxkzit3p","isSystemExtension":false,"publisher":"cpmrunnerskxkzit3p","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerskxkzit3p","planId":"cpmrunnerskxkzit3p","publisherId":"cpmrunnerskxkzit3p"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners90g72kwf","name":"cpmrunners.cpmrunners90g72kwf","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners90g72kwf","description":"cpmrunners90g72kwf","isSystemExtension":false,"publisher":"cpmrunners90g72kwf","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners90g72kwf","planId":"cpmrunners90g72kwf","publisherId":"cpmrunners90g72kwf"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnershrn8nqst","name":"cpmrunners.cpmrunnershrn8nqst","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnershrn8nqst","description":"cpmrunners90g72kwf","isSystemExtension":false,"publisher":"cpmrunners90g72kwf","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners90g72kwf","planId":"cpmrunnershrn8nqst","publisherId":"cpmrunners90g72kwf"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnerstdoyd46i","name":"cpmrunners.cpmrunnerstdoyd46i","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerstdoyd46i","description":"cpmrunnerstdoyd46i","isSystemExtension":false,"publisher":"cpmrunnerstdoyd46i","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerstdoyd46i","planId":"cpmrunnerstdoyd46i","publisherId":"cpmrunnerstdoyd46i"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/com.quadrant.qmigrator","name":"com.quadrant.qmigrator","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.quadrant.qmigrator","description":"quadranttechnologies1724273152029","isSystemExtension":false,"publisher":"quadranttechnologies1724273152029","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"oracletopgsql","planId":"plan1","publisherId":"quadranttechnologies1724273152029"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/magnolia.dxcloudpaastransactional","name":"magnolia.dxcloudpaastransactional","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"magnolia.dxcloudpaastransactional","description":"magnolia","isSystemExtension":false,"publisher":"magnolia","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"magnolia"}},"planInfo":{"offerId":"dxpaas","planId":"transactional","publisherId":"magnolia"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/suse.rancher-lumen-llc-release","name":"suse.rancher-lumen-llc-release","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-lumen-llc-release","description":"suse","isSystemExtension":false,"publisher":"suse","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-csp-billing-adapter-system"}},"planInfo":{"offerId":"rancher-prime-llc","planId":"custom-billing","publisherId":"suse"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/suse.rancher-lumen-ltd-release","name":"suse.rancher-lumen-ltd-release","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-lumen-ltd-release","description":"suseirelandltd1692213356027","isSystemExtension":false,"publisher":"suseirelandltd1692213356027","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-csp-billing-adapter-system"}},"planInfo":{"offerId":"rancher-prime-ltd","planId":"custom-billing","publisherId":"suseirelandltd1692213356027"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/microsoft.monitor.int.pipelinecontroller","name":"microsoft.monitor.int.pipelinecontroller","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.monitor.int.pipelinecontroller","description":"3P Strato Operator Arc Extension (int)","isSystemExtension":false,"publisher":"Azure Monitor Edge","isManagedIdentityRequired":true,"supportedClusterTypes":["Connectedclusters","Managedclusters","Appliances","ProvisionedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"kube-system"}},"planInfo":{"offerId":null,"planId":null,"publisherId":"Azure Monitor Edge"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/microsoft.monitor.lab.pipelinecontroller","name":"microsoft.monitor.lab.pipelinecontroller","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.monitor.lab.pipelinecontroller","description":"3P Strato Operator Arc Extension (lab)","isSystemExtension":false,"publisher":"Azure Monitor Edge","isManagedIdentityRequired":true,"supportedClusterTypes":["Connectedclusters","Managedclusters","Appliances","ProvisionedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"kube-system"}},"planInfo":{"offerId":null,"planId":null,"publisherId":"Azure - Monitor Edge"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/tetrate.istioonetwentyfive","name":"tetrate.istioonetwentyfive","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"tetrate.istioonetwentyfive","description":"tetrate1598353087553","isSystemExtension":false,"publisher":"tetrate1598353087553","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"tetrateistio","planId":"tid-1-25-0-0","publisherId":"tetrate1598353087553"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHlEY0lRQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzYlMjNUUkMlM0E1MDQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' + Monitor Edge"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0FzVW9sQU40VHMweEtUb1FDQUFBQUFBJTNEJTNEJTIzUlQlM0EzNiUyM1NSQyUzQTElMjNUUkMlM0E1MDQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '12398' + - '12468' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:14 GMT + - Thu, 29 May 2025 01:03:20 GMT expires: - '-1' pragma: @@ -3576,11 +65504,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/9a5915e2-7680-4822-91b7-aad72fb8212b + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/ea02c488-9ec4-4514-846a-06bcf7a056fb x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 119522E180DD4CBDB5FBF6EE802B27A5 Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:27:14Z' + - 'Ref A: 02C693E9C9164F5CB6CE650C3420706D Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:21Z' status: code: 200 message: OK @@ -3600,21 +65528,27 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHlEY0lRQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzYlMjNUUkMlM0E1MDQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0FzVW9sQU40VHMweEtUb1FDQUFBQUFBJTNEJTNEJTIzUlQlM0EzNiUyM1NSQyUzQTElMjNUUkMlM0E1MDQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/ironpdfdocker-twentyfive.three.six","name":"ironpdfdocker-twentyfive.three.six","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ironpdfdocker-twentyfive.three.six","description":"ironsoftwarecoltd1682560478296","isSystemExtension":false,"publisher":"ironsoftwarecoltd1682560478296","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"ironpdf-docker-container-v1","planId":"2025-3-6","publisherId":"ironsoftwarecoltd1682560478296"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/rockwell.ftdmpc","name":"rockwell.ftdmpc","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"rockwell.ftdmpc","description":"rockwellautomationinc","isSystemExtension":false,"publisher":"rockwellautomationinc","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"rockwell_ft_datamosaix_private_cloud","planId":"privateplan1","publisherId":"rockwellautomationinc"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/frontierx.polaris","name":"frontierx.polaris","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"frontierx.polaris","description":"frontierxinc1726666814997","isSystemExtension":false,"publisher":"frontierxinc1726666814997","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"polaris"}},"planInfo":{"offerId":"kubernetes","planId":"polaris","publisherId":"frontierxinc1726666814997"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/frontierx.polaris-pro","name":"frontierx.polaris-pro","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"frontierx.polaris-pro","description":"frontierxinc1726666814997","isSystemExtension":false,"publisher":"frontierxinc1726666814997","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"polaris-pro"}},"planInfo":{"offerId":"kubernetes","planId":"polaris-pro","publisherId":"frontierxinc1726666814997"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/solo.io.istiotwofivezero","name":"solo.io.istiotwofivezero","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"solo.io.istiotwofivezero","description":"sologloo","isSystemExtension":false,"publisher":"sologloo","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"isito_by_solo_io","planId":"istio-1250-ambient","publisherId":"sologloo"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersehte3d31","name":"cpmrunners.cpmrunnersehte3d31","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersehte3d31","description":"cpmrunnersehte3d31","isSystemExtension":false,"publisher":"cpmrunnersehte3d31","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersehte3d31","planId":"cpmrunnersehte3d31","publisherId":"cpmrunnersehte3d31"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersnsv0kyhb","name":"cpmrunners.cpmrunnersnsv0kyhb","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersnsv0kyhb","description":"cpmrunnersnsv0kyhb","isSystemExtension":false,"publisher":"cpmrunnersnsv0kyhb","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersnsv0kyhb","planId":"cpmrunnersnsv0kyhb","publisherId":"cpmrunnersnsv0kyhb"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners6cokyaso","name":"cpmrunners.cpmrunners6cokyaso","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners6cokyaso","description":"cpmrunners6cokyaso","isSystemExtension":false,"publisher":"cpmrunners6cokyaso","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners6cokyaso","planId":"cpmrunners6cokyaso","publisherId":"cpmrunners6cokyaso"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnerskwiwm12o","name":"cpmrunners.cpmrunnerskwiwm12o","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerskwiwm12o","description":"cpmrunnerskwiwm12o","isSystemExtension":false,"publisher":"cpmrunnerskwiwm12o","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerskwiwm12o","planId":"cpmrunnerskwiwm12o","publisherId":"cpmrunnerskwiwm12o"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersj8wj5dzf","name":"cpmrunners.cpmrunnersj8wj5dzf","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersj8wj5dzf","description":"cpmrunnersj8wj5dzf","isSystemExtension":false,"publisher":"cpmrunnersj8wj5dzf","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersj8wj5dzf","planId":"cpmrunnersj8wj5dzf","publisherId":"cpmrunnersj8wj5dzf"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnerss7c0azwu","name":"cpmrunners.cpmrunnerss7c0azwu","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerss7c0azwu","description":"cpmrunnerss7c0azwu","isSystemExtension":false,"publisher":"cpmrunnerss7c0azwu","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerss7c0azwu","planId":"cpmrunnerss7c0azwu","publisherId":"cpmrunnerss7c0azwu"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersjqydrnkf","name":"cpmrunners.cpmrunnersjqydrnkf","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersjqydrnkf","description":"cpmrunnersjqydrnkf","isSystemExtension":false,"publisher":"cpmrunnersjqydrnkf","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersjqydrnkf","planId":"cpmrunnersjqydrnkf","publisherId":"cpmrunnersjqydrnkf"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersqvwn35mx","name":"cpmrunners.cpmrunnersqvwn35mx","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersqvwn35mx","description":"cpmrunnersjqydrnkf","isSystemExtension":false,"publisher":"cpmrunnersjqydrnkf","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersjqydrnkf","planId":"cpmrunnersqvwn35mx","publisherId":"cpmrunnersjqydrnkf"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners0p94jupl","name":"cpmrunners.cpmrunners0p94jupl","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners0p94jupl","description":"cpmrunners0p94jupl","isSystemExtension":false,"publisher":"cpmrunners0p94jupl","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners0p94jupl","planId":"cpmrunners0p94jupl","publisherId":"cpmrunners0p94jupl"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHp1RTRZQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzclMjNUUkMlM0E1MTglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/microsoft.int.extensiondiagnostics.testextension","name":"microsoft.int.extensiondiagnostics.testextension","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.int.extensiondiagnostics.testextension","description":"Test + extension for the Strato Operator System Extension (int)","isSystemExtension":false,"publisher":"Azure + Monitor Edge","isManagedIdentityRequired":true,"supportedClusterTypes":["Connectedclusters","Managedclusters","Appliances","ProvisionedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"kube-system"}},"planInfo":{"offerId":null,"planId":null,"publisherId":"Azure + Monitor Edge"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/microsoft.lab.extensiondiagnostics.testextension","name":"microsoft.lab.extensiondiagnostics.testextension","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.lab.extensiondiagnostics.testextension","description":"Test + extension for the Strato Operator System Extension (lab)","isSystemExtension":false,"publisher":"Azure + Monitor Edge","isManagedIdentityRequired":true,"supportedClusterTypes":["Connectedclusters","Managedclusters","Appliances","ProvisionedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"kube-system"}},"planInfo":{"offerId":null,"planId":null,"publisherId":"Azure + Monitor Edge"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/tetrate.istioonetwentyfive","name":"tetrate.istioonetwentyfive","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"tetrate.istioonetwentyfive","description":"tetrate1598353087553","isSystemExtension":false,"publisher":"tetrate1598353087553","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"tetrateistio","planId":"tid-1-25-0-0","publisherId":"tetrate1598353087553"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/ironpdfdocker-twentyfive.three.six","name":"ironpdfdocker-twentyfive.three.six","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ironpdfdocker-twentyfive.three.six","description":"ironsoftwarecoltd1682560478296","isSystemExtension":false,"publisher":"ironsoftwarecoltd1682560478296","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"ironpdf-docker-container-v1","planId":"2025-3-6","publisherId":"ironsoftwarecoltd1682560478296"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/rockwell.ftdmpc","name":"rockwell.ftdmpc","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"rockwell.ftdmpc","description":"rockwellautomationinc","isSystemExtension":false,"publisher":"rockwellautomationinc","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"rockwell_ft_datamosaix_private_cloud","planId":"privateplan1","publisherId":"rockwellautomationinc"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/frontierx.polaris","name":"frontierx.polaris","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"frontierx.polaris","description":"frontierxinc1726666814997","isSystemExtension":false,"publisher":"frontierxinc1726666814997","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"polaris"}},"planInfo":{"offerId":"kubernetes","planId":"polaris","publisherId":"frontierxinc1726666814997"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/frontierx.polaris-pro","name":"frontierx.polaris-pro","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"frontierx.polaris-pro","description":"frontierxinc1726666814997","isSystemExtension":false,"publisher":"frontierxinc1726666814997","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"polaris-pro"}},"planInfo":{"offerId":"kubernetes","planId":"polaris-pro","publisherId":"frontierxinc1726666814997"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/solo.io.istiotwofivezero","name":"solo.io.istiotwofivezero","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"solo.io.istiotwofivezero","description":"sologloo","isSystemExtension":false,"publisher":"sologloo","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"isito_by_solo_io","planId":"istio-1250-ambient","publisherId":"sologloo"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersehte3d31","name":"cpmrunners.cpmrunnersehte3d31","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersehte3d31","description":"cpmrunnersehte3d31","isSystemExtension":false,"publisher":"cpmrunnersehte3d31","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersehte3d31","planId":"cpmrunnersehte3d31","publisherId":"cpmrunnersehte3d31"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersnsv0kyhb","name":"cpmrunners.cpmrunnersnsv0kyhb","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersnsv0kyhb","description":"cpmrunnersnsv0kyhb","isSystemExtension":false,"publisher":"cpmrunnersnsv0kyhb","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersnsv0kyhb","planId":"cpmrunnersnsv0kyhb","publisherId":"cpmrunnersnsv0kyhb"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners6cokyaso","name":"cpmrunners.cpmrunners6cokyaso","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners6cokyaso","description":"cpmrunners6cokyaso","isSystemExtension":false,"publisher":"cpmrunners6cokyaso","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners6cokyaso","planId":"cpmrunners6cokyaso","publisherId":"cpmrunners6cokyaso"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnerskwiwm12o","name":"cpmrunners.cpmrunnerskwiwm12o","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerskwiwm12o","description":"cpmrunnerskwiwm12o","isSystemExtension":false,"publisher":"cpmrunnerskwiwm12o","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerskwiwm12o","planId":"cpmrunnerskwiwm12o","publisherId":"cpmrunnerskwiwm12o"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersj8wj5dzf","name":"cpmrunners.cpmrunnersj8wj5dzf","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersj8wj5dzf","description":"cpmrunnersj8wj5dzf","isSystemExtension":false,"publisher":"cpmrunnersj8wj5dzf","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersj8wj5dzf","planId":"cpmrunnersj8wj5dzf","publisherId":"cpmrunnersj8wj5dzf"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnerss7c0azwu","name":"cpmrunners.cpmrunnerss7c0azwu","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerss7c0azwu","description":"cpmrunnerss7c0azwu","isSystemExtension":false,"publisher":"cpmrunnerss7c0azwu","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerss7c0azwu","planId":"cpmrunnerss7c0azwu","publisherId":"cpmrunnerss7c0azwu"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHdiRUlZQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzclMjNUUkMlM0E1MTglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '12093' + - '12337' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:14 GMT + - Thu, 29 May 2025 01:03:20 GMT expires: - '-1' pragma: @@ -3626,11 +65560,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/e92fd661-454c-4764-bdad-0eae78125e01 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/0b7d69f3-2f9b-4a1c-96eb-5b8875653b18 x-ms-ratelimit-remaining-subscription-global-reads: - - '16498' + - '16499' x-msedge-ref: - - 'Ref A: BC492A45ADCB4C2394F5B7E28AD8D4B0 Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:27:15Z' + - 'Ref A: D101C689962D47599C1A86ED58D44591 Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:21Z' status: code: 200 message: OK @@ -3650,10 +65584,10 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHp1RTRZQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzclMjNUUkMlM0E1MTglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHdiRUlZQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzclMjNUUkMlM0E1MTglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersj0glavty","name":"cpmrunners.cpmrunnersj0glavty","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersj0glavty","description":"cpmrunnersj0glavty","isSystemExtension":false,"publisher":"cpmrunnersj0glavty","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersj0glavty","planId":"cpmrunnersj0glavty","publisherId":"cpmrunnersj0glavty"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersmazslldz","name":"cpmrunners.cpmrunnersmazslldz","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersmazslldz","description":"cpmrunnersmazslldz","isSystemExtension":false,"publisher":"cpmrunnersmazslldz","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersmazslldz","planId":"cpmrunnersmazslldz","publisherId":"cpmrunnersmazslldz"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners5iv4fbci","name":"cpmrunners.cpmrunners5iv4fbci","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners5iv4fbci","description":"cpmrunners5iv4fbci","isSystemExtension":false,"publisher":"cpmrunners5iv4fbci","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners5iv4fbci","planId":"cpmrunners5iv4fbci","publisherId":"cpmrunners5iv4fbci"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersf7gbewjp","name":"cpmrunners.cpmrunnersf7gbewjp","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersf7gbewjp","description":"cpmrunnersf7gbewjp","isSystemExtension":false,"publisher":"cpmrunnersf7gbewjp","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersf7gbewjp","planId":"cpmrunnersf7gbewjp","publisherId":"cpmrunnersf7gbewjp"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersam66a8uq","name":"cpmrunners.cpmrunnersam66a8uq","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersam66a8uq","description":"cpmrunnersam66a8uq","isSystemExtension":false,"publisher":"cpmrunnersam66a8uq","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersam66a8uq","planId":"cpmrunnersam66a8uq","publisherId":"cpmrunnersam66a8uq"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersguttnmoc","name":"cpmrunners.cpmrunnersguttnmoc","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersguttnmoc","description":"cpmrunnersguttnmoc","isSystemExtension":false,"publisher":"cpmrunnersguttnmoc","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersguttnmoc","planId":"cpmrunnersguttnmoc","publisherId":"cpmrunnersguttnmoc"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersnjede3kq","name":"cpmrunners.cpmrunnersnjede3kq","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersnjede3kq","description":"cpmrunnersnjede3kq","isSystemExtension":false,"publisher":"cpmrunnersnjede3kq","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersnjede3kq","planId":"cpmrunnersnjede3kq","publisherId":"cpmrunnersnjede3kq"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersgbjbgblx","name":"cpmrunners.cpmrunnersgbjbgblx","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersgbjbgblx","description":"cpmrunnersgbjbgblx","isSystemExtension":false,"publisher":"cpmrunnersgbjbgblx","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersgbjbgblx","planId":"cpmrunnersgbjbgblx","publisherId":"cpmrunnersgbjbgblx"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnerswukuqpdd","name":"cpmrunners.cpmrunnerswukuqpdd","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerswukuqpdd","description":"cpmrunnerswukuqpdd","isSystemExtension":false,"publisher":"cpmrunnerswukuqpdd","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerswukuqpdd","planId":"cpmrunnerswukuqpdd","publisherId":"cpmrunnerswukuqpdd"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/microsoft.applink","name":"microsoft.applink","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.applink","description":null,"isSystemExtension":false,"publisher":null,"isManagedIdentityRequired":true,"supportedClusterTypes":["Managedclusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"applink-istio-system"}},"planInfo":{"offerId":null,"planId":null,"publisherId":null}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners6446mbi8","name":"cpmrunners.cpmrunners6446mbi8","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners6446mbi8","description":"cpmrunners6446mbi8","isSystemExtension":false,"publisher":"cpmrunners6446mbi8","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners6446mbi8","planId":"cpmrunners6446mbi8","publisherId":"cpmrunners6446mbi8"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners7cywynvg","name":"cpmrunners.cpmrunners7cywynvg","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners7cywynvg","description":"cpmrunners7cywynvg","isSystemExtension":false,"publisher":"cpmrunners7cywynvg","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners7cywynvg","planId":"cpmrunners7cywynvg","publisherId":"cpmrunners7cywynvg"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersz2ovuef5","name":"cpmrunners.cpmrunnersz2ovuef5","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersz2ovuef5","description":"cpmrunnersz2ovuef5","isSystemExtension":false,"publisher":"cpmrunnersz2ovuef5","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersz2ovuef5","planId":"cpmrunnersz2ovuef5","publisherId":"cpmrunnersz2ovuef5"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersch4jwyv9","name":"cpmrunners.cpmrunnersch4jwyv9","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersch4jwyv9","description":"cpmrunnersch4jwyv9","isSystemExtension":false,"publisher":"cpmrunnersch4jwyv9","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersch4jwyv9","planId":"cpmrunnersch4jwyv9","publisherId":"cpmrunnersch4jwyv9"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhWU0lZQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzglMjNUUkMlM0E1MzIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersjqydrnkf","name":"cpmrunners.cpmrunnersjqydrnkf","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersjqydrnkf","description":"cpmrunnersjqydrnkf","isSystemExtension":false,"publisher":"cpmrunnersjqydrnkf","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersjqydrnkf","planId":"cpmrunnersjqydrnkf","publisherId":"cpmrunnersjqydrnkf"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersqvwn35mx","name":"cpmrunners.cpmrunnersqvwn35mx","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersqvwn35mx","description":"cpmrunnersjqydrnkf","isSystemExtension":false,"publisher":"cpmrunnersjqydrnkf","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersjqydrnkf","planId":"cpmrunnersqvwn35mx","publisherId":"cpmrunnersjqydrnkf"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners0p94jupl","name":"cpmrunners.cpmrunners0p94jupl","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners0p94jupl","description":"cpmrunners0p94jupl","isSystemExtension":false,"publisher":"cpmrunners0p94jupl","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners0p94jupl","planId":"cpmrunners0p94jupl","publisherId":"cpmrunners0p94jupl"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersj0glavty","name":"cpmrunners.cpmrunnersj0glavty","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersj0glavty","description":"cpmrunnersj0glavty","isSystemExtension":false,"publisher":"cpmrunnersj0glavty","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersj0glavty","planId":"cpmrunnersj0glavty","publisherId":"cpmrunnersj0glavty"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersmazslldz","name":"cpmrunners.cpmrunnersmazslldz","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersmazslldz","description":"cpmrunnersmazslldz","isSystemExtension":false,"publisher":"cpmrunnersmazslldz","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersmazslldz","planId":"cpmrunnersmazslldz","publisherId":"cpmrunnersmazslldz"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners5iv4fbci","name":"cpmrunners.cpmrunners5iv4fbci","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners5iv4fbci","description":"cpmrunners5iv4fbci","isSystemExtension":false,"publisher":"cpmrunners5iv4fbci","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners5iv4fbci","planId":"cpmrunners5iv4fbci","publisherId":"cpmrunners5iv4fbci"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersf7gbewjp","name":"cpmrunners.cpmrunnersf7gbewjp","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersf7gbewjp","description":"cpmrunnersf7gbewjp","isSystemExtension":false,"publisher":"cpmrunnersf7gbewjp","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersf7gbewjp","planId":"cpmrunnersf7gbewjp","publisherId":"cpmrunnersf7gbewjp"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersam66a8uq","name":"cpmrunners.cpmrunnersam66a8uq","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersam66a8uq","description":"cpmrunnersam66a8uq","isSystemExtension":false,"publisher":"cpmrunnersam66a8uq","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersam66a8uq","planId":"cpmrunnersam66a8uq","publisherId":"cpmrunnersam66a8uq"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersguttnmoc","name":"cpmrunners.cpmrunnersguttnmoc","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersguttnmoc","description":"cpmrunnersguttnmoc","isSystemExtension":false,"publisher":"cpmrunnersguttnmoc","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersguttnmoc","planId":"cpmrunnersguttnmoc","publisherId":"cpmrunnersguttnmoc"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersnjede3kq","name":"cpmrunners.cpmrunnersnjede3kq","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersnjede3kq","description":"cpmrunnersnjede3kq","isSystemExtension":false,"publisher":"cpmrunnersnjede3kq","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersnjede3kq","planId":"cpmrunnersnjede3kq","publisherId":"cpmrunnersnjede3kq"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersgbjbgblx","name":"cpmrunners.cpmrunnersgbjbgblx","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersgbjbgblx","description":"cpmrunnersgbjbgblx","isSystemExtension":false,"publisher":"cpmrunnersgbjbgblx","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersgbjbgblx","planId":"cpmrunnersgbjbgblx","publisherId":"cpmrunnersgbjbgblx"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnerswukuqpdd","name":"cpmrunners.cpmrunnerswukuqpdd","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerswukuqpdd","description":"cpmrunnerswukuqpdd","isSystemExtension":false,"publisher":"cpmrunnerswukuqpdd","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerswukuqpdd","planId":"cpmrunnerswukuqpdd","publisherId":"cpmrunnerswukuqpdd"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/microsoft.applink","name":"microsoft.applink","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.applink","description":null,"isSystemExtension":false,"publisher":null,"isManagedIdentityRequired":true,"supportedClusterTypes":["Managedclusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"applink-istio-system"}},"planInfo":{"offerId":null,"planId":null,"publisherId":null}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners6446mbi8","name":"cpmrunners.cpmrunners6446mbi8","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners6446mbi8","description":"cpmrunners6446mbi8","isSystemExtension":false,"publisher":"cpmrunners6446mbi8","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners6446mbi8","planId":"cpmrunners6446mbi8","publisherId":"cpmrunners6446mbi8"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHd3UElZQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzglMjNUUkMlM0E1MzIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview @@ -3664,7 +65598,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:15 GMT + - Thu, 29 May 2025 01:03:21 GMT expires: - '-1' pragma: @@ -3676,11 +65610,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/f0f275a6-0403-42ff-a920-aa1a8023d11a + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/d6dc5693-b573-4615-a896-3d963b8dad01 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: FCAFFBDAECD04656B2CD7603CBBD505D Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:27:15Z' + - 'Ref A: E53A164EC6F64E28BA5B3F22DAF09ED2 Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:21Z' status: code: 200 message: OK @@ -3700,21 +65634,21 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhWU0lZQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzglMjNUUkMlM0E1MzIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHd3UElZQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzglMjNUUkMlM0E1MzIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners31sohy63","name":"cpmrunners.cpmrunners31sohy63","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners31sohy63","description":"cpmrunners31sohy63","isSystemExtension":false,"publisher":"cpmrunners31sohy63","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners31sohy63","planId":"cpmrunners31sohy63","publisherId":"cpmrunners31sohy63"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/suse.rancher-prime-ltd-test-candidate-two","name":"suse.rancher-prime-ltd-test-candidate-two","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-prime-ltd-test-candidate-two","description":"suseirelandltd1692213356027","isSystemExtension":false,"publisher":"suseirelandltd1692213356027","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-rancher-csp-deployer-system"}},"planInfo":{"offerId":"rancher-prime-ltd-test","planId":"rancher-2-10-2-test","publisherId":"suseirelandltd1692213356027"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/suse.rancher-prime-llc-test-candidate-two","name":"suse.rancher-prime-llc-test-candidate-two","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-prime-llc-test-candidate-two","description":"suse","isSystemExtension":false,"publisher":"suse","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-rancher-csp-deployer-system"}},"planInfo":{"offerId":"rancher-prime-llc-test","planId":"rancher-2-10-2-test","publisherId":"suse"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/suse.rancher-prime-llc-test-candidate-three","name":"suse.rancher-prime-llc-test-candidate-three","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-prime-llc-test-candidate-three","description":"suseirelandltd1692213356027","isSystemExtension":false,"publisher":"suseirelandltd1692213356027","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-rancher-csp-deployer-system"}},"planInfo":{"offerId":"rancher-prime-ltd-test","planId":"rancher-test-2","publisherId":"suseirelandltd1692213356027"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersz5ir8tlc","name":"cpmrunners.cpmrunnersz5ir8tlc","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersz5ir8tlc","description":"cpmrunnersz5ir8tlc","isSystemExtension":false,"publisher":"cpmrunnersz5ir8tlc","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersz5ir8tlc","planId":"cpmrunnersz5ir8tlc","publisherId":"cpmrunnersz5ir8tlc"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners13ypuou9","name":"cpmrunners.cpmrunners13ypuou9","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners13ypuou9","description":"cpmrunnersz5ir8tlc","isSystemExtension":false,"publisher":"cpmrunnersz5ir8tlc","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersz5ir8tlc","planId":"cpmrunners13ypuou9","publisherId":"cpmrunnersz5ir8tlc"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/suse.rancher-billing-llc","name":"suse.rancher-billing-llc","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-billing-llc","description":"suse","isSystemExtension":false,"publisher":"suse","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-csp-billing-adapter-system"}},"planInfo":{"offerId":"rancher-prime-llc-test","planId":"billing-adapter-only","publisherId":"suse"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/globallogic.com.dsotap","name":"globallogic.com.dsotap","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"globallogic.com.dsotap","description":"globallogic","isSystemExtension":false,"publisher":"globallogic","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"dsotap"}},"planInfo":{"offerId":"devicesuretap","planId":"globallogictapaccelerator","publisherId":"globallogic"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/suse.rancher-prime-ltd-test-update","name":"suse.rancher-prime-ltd-test-update","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-prime-ltd-test-update","description":"suseirelandltd1692213356027","isSystemExtension":false,"publisher":"suseirelandltd1692213356027","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-rancher-csp-deployer-system"}},"planInfo":{"offerId":"rancher-prime-ltd-test","planId":"rancher-update","publisherId":"suseirelandltd1692213356027"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/suse.rancher-prime-ltd-rancher-billing","name":"suse.rancher-prime-ltd-rancher-billing","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-prime-ltd-rancher-billing","description":"suseirelandltd1692213356027","isSystemExtension":false,"publisher":"suseirelandltd1692213356027","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-csp-billing-adapter-system"}},"planInfo":{"offerId":"rancher-prime-ltd-test","planId":"billing-adapter-only","publisherId":"suseirelandltd1692213356027"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/saasify.contianeroffercustommetersingledimension","name":"saasify.contianeroffercustommetersingledimension","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"saasify.contianeroffercustommetersingledimension","description":"spektra","isSystemExtension":false,"publisher":"spektra","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"saasifyac"}},"planInfo":{"offerId":"ss-ac-mp-sample-01","planId":"base-01","publisherId":"spektra"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/saasify.contianeroffercustommetermultidimension","name":"saasify.contianeroffercustommetermultidimension","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"saasify.contianeroffercustommetermultidimension","description":"spektra","isSystemExtension":false,"publisher":"spektra","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"saasifyac"}},"planInfo":{"offerId":"ss-ac-mp-sample-01","planId":"base-02","publisherId":"spektra"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/saasify.contianerofferstandardpricing","name":"saasify.contianerofferstandardpricing","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"saasify.contianerofferstandardpricing","description":"spektra","isSystemExtension":false,"publisher":"spektra","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"saasifyacstandardmeter"}},"planInfo":{"offerId":"ss-ac-mp-sample-01","planId":"base-03","publisherId":"spektra"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/airts.genaitwinbase","name":"airts.genaitwinbase","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"airts.genaitwinbase","description":"airts","isSystemExtension":false,"publisher":"airts","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"genaitwin"}},"planInfo":{"offerId":"airts-genai-twin-container","planId":"base-genai-twin","publisherId":"airts"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHk0bm9nQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzklMjNUUkMlM0E1NDYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners7cywynvg","name":"cpmrunners.cpmrunners7cywynvg","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners7cywynvg","description":"cpmrunners7cywynvg","isSystemExtension":false,"publisher":"cpmrunners7cywynvg","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners7cywynvg","planId":"cpmrunners7cywynvg","publisherId":"cpmrunners7cywynvg"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersz2ovuef5","name":"cpmrunners.cpmrunnersz2ovuef5","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersz2ovuef5","description":"cpmrunnersz2ovuef5","isSystemExtension":false,"publisher":"cpmrunnersz2ovuef5","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersz2ovuef5","planId":"cpmrunnersz2ovuef5","publisherId":"cpmrunnersz2ovuef5"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersch4jwyv9","name":"cpmrunners.cpmrunnersch4jwyv9","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersch4jwyv9","description":"cpmrunnersch4jwyv9","isSystemExtension":false,"publisher":"cpmrunnersch4jwyv9","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersch4jwyv9","planId":"cpmrunnersch4jwyv9","publisherId":"cpmrunnersch4jwyv9"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners31sohy63","name":"cpmrunners.cpmrunners31sohy63","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners31sohy63","description":"cpmrunners31sohy63","isSystemExtension":false,"publisher":"cpmrunners31sohy63","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners31sohy63","planId":"cpmrunners31sohy63","publisherId":"cpmrunners31sohy63"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/suse.rancher-prime-ltd-test-candidate-two","name":"suse.rancher-prime-ltd-test-candidate-two","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-prime-ltd-test-candidate-two","description":"suseirelandltd1692213356027","isSystemExtension":false,"publisher":"suseirelandltd1692213356027","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-rancher-csp-deployer-system"}},"planInfo":{"offerId":"rancher-prime-ltd-test","planId":"rancher-2-10-2-test","publisherId":"suseirelandltd1692213356027"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/suse.rancher-prime-llc-test-candidate-two","name":"suse.rancher-prime-llc-test-candidate-two","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-prime-llc-test-candidate-two","description":"suse","isSystemExtension":false,"publisher":"suse","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-rancher-csp-deployer-system"}},"planInfo":{"offerId":"rancher-prime-llc-test","planId":"rancher-2-10-2-test","publisherId":"suse"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/suse.rancher-prime-llc-test-candidate-three","name":"suse.rancher-prime-llc-test-candidate-three","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-prime-llc-test-candidate-three","description":"suseirelandltd1692213356027","isSystemExtension":false,"publisher":"suseirelandltd1692213356027","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-rancher-csp-deployer-system"}},"planInfo":{"offerId":"rancher-prime-ltd-test","planId":"rancher-test-2","publisherId":"suseirelandltd1692213356027"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersz5ir8tlc","name":"cpmrunners.cpmrunnersz5ir8tlc","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersz5ir8tlc","description":"cpmrunnersz5ir8tlc","isSystemExtension":false,"publisher":"cpmrunnersz5ir8tlc","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersz5ir8tlc","planId":"cpmrunnersz5ir8tlc","publisherId":"cpmrunnersz5ir8tlc"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners13ypuou9","name":"cpmrunners.cpmrunners13ypuou9","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners13ypuou9","description":"cpmrunnersz5ir8tlc","isSystemExtension":false,"publisher":"cpmrunnersz5ir8tlc","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersz5ir8tlc","planId":"cpmrunners13ypuou9","publisherId":"cpmrunnersz5ir8tlc"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/suse.rancher-billing-llc","name":"suse.rancher-billing-llc","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-billing-llc","description":"suse","isSystemExtension":false,"publisher":"suse","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-csp-billing-adapter-system"}},"planInfo":{"offerId":"rancher-prime-llc-test","planId":"billing-adapter-only","publisherId":"suse"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/globallogic.com.dsotap","name":"globallogic.com.dsotap","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"globallogic.com.dsotap","description":"globallogic","isSystemExtension":false,"publisher":"globallogic","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"dsotap"}},"planInfo":{"offerId":"devicesuretap","planId":"globallogictapaccelerator","publisherId":"globallogic"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/suse.rancher-prime-ltd-test-update","name":"suse.rancher-prime-ltd-test-update","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-prime-ltd-test-update","description":"suseirelandltd1692213356027","isSystemExtension":false,"publisher":"suseirelandltd1692213356027","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-rancher-csp-deployer-system"}},"planInfo":{"offerId":"rancher-prime-ltd-test","planId":"rancher-update","publisherId":"suseirelandltd1692213356027"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/suse.rancher-prime-ltd-rancher-billing","name":"suse.rancher-prime-ltd-rancher-billing","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-prime-ltd-rancher-billing","description":"suseirelandltd1692213356027","isSystemExtension":false,"publisher":"suseirelandltd1692213356027","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-csp-billing-adapter-system"}},"planInfo":{"offerId":"rancher-prime-ltd-test","planId":"billing-adapter-only","publisherId":"suseirelandltd1692213356027"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/saasify.contianeroffercustommetersingledimension","name":"saasify.contianeroffercustommetersingledimension","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"saasify.contianeroffercustommetersingledimension","description":"spektra","isSystemExtension":false,"publisher":"spektra","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"saasifyac"}},"planInfo":{"offerId":"ss-ac-mp-sample-01","planId":"base-01","publisherId":"spektra"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHlHJTJCWWNDQUFBQUFBJTNEJTNEJTIzUlQlM0EzOSUyM1RSQyUzQTU0NiUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTglMjIlMkMlMjJyYW5nZSUyMiUzQSU3QiUyMm1pbiUyMiUzQSUyMiUyMiUyQyUyMm1heCUyMiUzQSUyMjA1QzFERkZGRkZGRkZDJTIyJTdEJTdEJTVE"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '12420' + - '12471' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:15 GMT + - Thu, 29 May 2025 01:03:21 GMT expires: - '-1' pragma: @@ -3726,11 +65660,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/52c5ed62-7a40-4681-b8eb-846dc5a93e7d + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus2/d40c8e8c-5d21-485a-bf18-cfed12a5f5c7 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 054D9C2011B8417A9E2747958FF4FC7E Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:27:16Z' + - 'Ref A: 9EAD9A1235E74BBD86FA06DE0FC83921 Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:21Z' status: code: 200 message: OK @@ -3750,21 +65684,21 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHk0bm9nQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzklMjNUUkMlM0E1NDYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHlHJTJCWWNDQUFBQUFBJTNEJTNEJTIzUlQlM0EzOSUyM1RSQyUzQTU0NiUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTglMjIlMkMlMjJyYW5nZSUyMiUzQSU3QiUyMm1pbiUyMiUzQSUyMiUyMiUyQyUyMm1heCUyMiUzQSUyMjA1QzFERkZGRkZGRkZDJTIyJTdEJTdEJTVE response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/saasify.contianeroffercustommetermultidimenextusg","name":"saasify.contianeroffercustommetermultidimenextusg","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"saasify.contianeroffercustommetermultidimenextusg","description":"spektra","isSystemExtension":false,"publisher":"spektra","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"saasifyac"}},"planInfo":{"offerId":"ss-ac-mp-sample-01","planId":"base-04","publisherId":"spektra"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/solo.io.istiotwofiveoneaks","name":"solo.io.istiotwofiveoneaks","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"solo.io.istiotwofiveoneaks","description":"sologloo","isSystemExtension":false,"publisher":"sologloo","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"isito_by_solo_io","planId":"istio-1251-ambient-aks","publisherId":"sologloo"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/ironpdfdocker-twentyfive.four.four","name":"ironpdfdocker-twentyfive.four.four","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ironpdfdocker-twentyfive.four.four","description":"ironsoftwarecoltd1682560478296","isSystemExtension":false,"publisher":"ironsoftwarecoltd1682560478296","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"ironpdf-docker-container-v1","planId":"2025-4-4","publisherId":"ironsoftwarecoltd1682560478296"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/rockwell.ftdm-pc","name":"rockwell.ftdm-pc","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"rockwell.ftdm-pc","description":"rockwellautomationinc","isSystemExtension":false,"publisher":"rockwellautomationinc","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"rockwell_ft_datamosaix_private_cloud","planId":"publicplan1","publisherId":"rockwellautomationinc"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/saasifyaco.azurevotestandardmeter","name":"saasifyaco.azurevotestandardmeter","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"saasifyaco.azurevotestandardmeter","description":"spektra","isSystemExtension":false,"publisher":"spektra","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"saasifyacstandardmeter"}},"planInfo":{"offerId":"ss-ac-mp-sample-01","planId":"ss-ac-01","publisherId":"spektra"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/saasifyaco.azurevotecustommetersd","name":"saasifyaco.azurevotecustommetersd","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"saasifyaco.azurevotecustommetersd","description":"spektra","isSystemExtension":false,"publisher":"spektra","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"saasifyac"}},"planInfo":{"offerId":"ss-ac-mp-sample-01","planId":"ss-ac-02","publisherId":"spektra"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/saasifyaco.azurevotecustommetermdexternalusage","name":"saasifyaco.azurevotecustommetermdexternalusage","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"saasifyaco.azurevotecustommetermdexternalusage","description":"spektra","isSystemExtension":false,"publisher":"spektra","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"saasifyac"}},"planInfo":{"offerId":"ss-ac-mp-sample-01","planId":"ss-ac-03","publisherId":"spektra"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/solo.io.istiotwofiveone.aks","name":"solo.io.istiotwofiveone.aks","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"solo.io.istiotwofiveone.aks","description":"sologloo","isSystemExtension":false,"publisher":"sologloo","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"isito_by_solo_io","planId":"istio-1252-ambient-aks","publisherId":"sologloo"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/saasifyaco.azurevotecustommetermdcpumemoryperhour","name":"saasifyaco.azurevotecustommetermdcpumemoryperhour","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"saasifyaco.azurevotecustommetermdcpumemoryperhour","description":"spektra","isSystemExtension":false,"publisher":"spektra","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"saasifyac"}},"planInfo":{"offerId":"ss-ac-mp-sample-01","planId":"ss-ac-04","publisherId":"spektra"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnerspti710fz","name":"cpmrunners.cpmrunnerspti710fz","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerspti710fz","description":"cpmrunnerspti710fz","isSystemExtension":false,"publisher":"cpmrunnerspti710fz","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerspti710fz","planId":"cpmrunnerspti710fz","publisherId":"cpmrunnerspti710fz"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners5pr11am8","name":"cpmrunners.cpmrunners5pr11am8","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners5pr11am8","description":"cpmrunnerspti710fz","isSystemExtension":false,"publisher":"cpmrunnerspti710fz","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerspti710fz","planId":"cpmrunners5pr11am8","publisherId":"cpmrunnerspti710fz"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/sigtest.containernonregistrytest","name":"sigtest.containernonregistrytest","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"sigtest.containernonregistrytest","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"container_nonregistry_test","planId":"nonregistry_plan1","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/sigtest.containerregistrytest","name":"sigtest.containerregistrytest","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"sigtest.containerregistrytest","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"azure-vote-protected"}},"planInfo":{"offerId":"container_registry_test","planId":"registry_test_plan1","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersxancoom2","name":"cpmrunners.cpmrunnersxancoom2","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersxancoom2","description":"cpmrunnerspm8yab7r","isSystemExtension":false,"publisher":"cpmrunnerspm8yab7r","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerspm8yab7r","planId":"cpmrunnersxancoom2","publisherId":"cpmrunnerspm8yab7r"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHo1bklvQ0FBQUFBQSUzRCUzRCUyM1JUJTNBNDAlMjNUUkMlM0E1NjAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/saasify.contianeroffercustommetermultidimension","name":"saasify.contianeroffercustommetermultidimension","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"saasify.contianeroffercustommetermultidimension","description":"spektra","isSystemExtension":false,"publisher":"spektra","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"saasifyac"}},"planInfo":{"offerId":"ss-ac-mp-sample-01","planId":"base-02","publisherId":"spektra"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/saasify.contianerofferstandardpricing","name":"saasify.contianerofferstandardpricing","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"saasify.contianerofferstandardpricing","description":"spektra","isSystemExtension":false,"publisher":"spektra","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"saasifyacstandardmeter"}},"planInfo":{"offerId":"ss-ac-mp-sample-01","planId":"base-03","publisherId":"spektra"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/airts.genaitwinbase","name":"airts.genaitwinbase","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"airts.genaitwinbase","description":"airts","isSystemExtension":false,"publisher":"airts","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"genaitwin"}},"planInfo":{"offerId":"airts-genai-twin-container","planId":"base-genai-twin","publisherId":"airts"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/saasify.contianeroffercustommetermultidimenextusg","name":"saasify.contianeroffercustommetermultidimenextusg","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"saasify.contianeroffercustommetermultidimenextusg","description":"spektra","isSystemExtension":false,"publisher":"spektra","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"saasifyac"}},"planInfo":{"offerId":"ss-ac-mp-sample-01","planId":"base-04","publisherId":"spektra"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/solo.io.istiotwofiveoneaks","name":"solo.io.istiotwofiveoneaks","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"solo.io.istiotwofiveoneaks","description":"sologloo","isSystemExtension":false,"publisher":"sologloo","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"isito_by_solo_io","planId":"istio-1251-ambient-aks","publisherId":"sologloo"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/ironpdfdocker-twentyfive.four.four","name":"ironpdfdocker-twentyfive.four.four","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ironpdfdocker-twentyfive.four.four","description":"ironsoftwarecoltd1682560478296","isSystemExtension":false,"publisher":"ironsoftwarecoltd1682560478296","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"ironpdf-docker-container-v1","planId":"2025-4-4","publisherId":"ironsoftwarecoltd1682560478296"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/rockwell.ftdm-pc","name":"rockwell.ftdm-pc","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"rockwell.ftdm-pc","description":"rockwellautomationinc","isSystemExtension":false,"publisher":"rockwellautomationinc","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"rockwell_ft_datamosaix_private_cloud","planId":"publicplan1","publisherId":"rockwellautomationinc"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/saasifyaco.azurevotestandardmeter","name":"saasifyaco.azurevotestandardmeter","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"saasifyaco.azurevotestandardmeter","description":"spektra","isSystemExtension":false,"publisher":"spektra","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"saasifyacstandardmeter"}},"planInfo":{"offerId":"ss-ac-mp-sample-01","planId":"ss-ac-01","publisherId":"spektra"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/saasifyaco.azurevotecustommetersd","name":"saasifyaco.azurevotecustommetersd","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"saasifyaco.azurevotecustommetersd","description":"spektra","isSystemExtension":false,"publisher":"spektra","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"saasifyac"}},"planInfo":{"offerId":"ss-ac-mp-sample-01","planId":"ss-ac-02","publisherId":"spektra"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/saasifyaco.azurevotecustommetermdexternalusage","name":"saasifyaco.azurevotecustommetermdexternalusage","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"saasifyaco.azurevotecustommetermdexternalusage","description":"spektra","isSystemExtension":false,"publisher":"spektra","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"saasifyac"}},"planInfo":{"offerId":"ss-ac-mp-sample-01","planId":"ss-ac-03","publisherId":"spektra"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/solo.io.istiotwofiveone.aks","name":"solo.io.istiotwofiveone.aks","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"solo.io.istiotwofiveone.aks","description":"sologloo","isSystemExtension":false,"publisher":"sologloo","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"isito_by_solo_io","planId":"istio-1252-ambient-aks","publisherId":"sologloo"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/saasifyaco.azurevotecustommetermdcpumemoryperhour","name":"saasifyaco.azurevotecustommetermdcpumemoryperhour","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"saasifyaco.azurevotecustommetermdcpumemoryperhour","description":"spektra","isSystemExtension":false,"publisher":"spektra","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"saasifyac"}},"planInfo":{"offerId":"ss-ac-mp-sample-01","planId":"ss-ac-04","publisherId":"spektra"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnerspti710fz","name":"cpmrunners.cpmrunnerspti710fz","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerspti710fz","description":"cpmrunnerspti710fz","isSystemExtension":false,"publisher":"cpmrunnerspti710fz","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerspti710fz","planId":"cpmrunnerspti710fz","publisherId":"cpmrunnerspti710fz"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunners5pr11am8","name":"cpmrunners.cpmrunners5pr11am8","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners5pr11am8","description":"cpmrunnerspti710fz","isSystemExtension":false,"publisher":"cpmrunnerspti710fz","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerspti710fz","planId":"cpmrunners5pr11am8","publisherId":"cpmrunnerspti710fz"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHk4cTRrQ0FBQUFBQSUzRCUzRCUyM1JUJTNBNDAlMjNUUkMlM0E1NjAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '12269' + - '12071' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:16 GMT + - Thu, 29 May 2025 01:03:21 GMT expires: - '-1' pragma: @@ -3776,11 +65710,61 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/e96e3b2a-cf9e-4ddb-9fac-1a0e80d69118 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/654022cd-b56f-49c9-9790-c597341089b4 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: B02538F8F54A43E5B2799E17CAA98781 Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:27:16Z' + - 'Ref A: 5E053565200148FA9E62350D5AD8CF5D Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:22Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks extension type list + Connection: + - keep-alive + ParameterSetName: + - -g -c + User-Agent: + - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHk4cTRrQ0FBQUFBQSUzRCUzRCUyM1JUJTNBNDAlMjNUUkMlM0E1NjAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/sigtest.containernonregistrytest","name":"sigtest.containernonregistrytest","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"sigtest.containernonregistrytest","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"container_nonregistry_test","planId":"nonregistry_plan1","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/sigtest.containerregistrytest","name":"sigtest.containerregistrytest","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"sigtest.containerregistrytest","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"azure-vote-protected"}},"planInfo":{"offerId":"container_registry_test","planId":"registry_test_plan1","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersxancoom2","name":"cpmrunners.cpmrunnersxancoom2","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersxancoom2","description":"cpmrunnerspm8yab7r","isSystemExtension":false,"publisher":"cpmrunnerspm8yab7r","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerspm8yab7r","planId":"cpmrunnersxancoom2","publisherId":"cpmrunnerspm8yab7r"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/pc.upgradefromnoregistrytoregistry","name":"pc.upgradefromnoregistrytoregistry","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"pc.upgradefromnoregistrytoregistry","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"container_nonregistry_test","planId":"upgradefromnoregistrytoregistry","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/pc.registryendtoend","name":"pc.registryendtoend","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"pc.registryendtoend","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"container_registry_test","planId":"registryendtoend","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/pc.registryendtoendreuse","name":"pc.registryendtoendreuse","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"pc.registryendtoendreuse","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"container_registry_test","planId":"registryendtoendreuse","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/pc.registryendtoendskutwo","name":"pc.registryendtoendskutwo","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"pc.registryendtoendskutwo","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"container_registry_test","planId":"registryendoendsku2","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/com.quadrant.qmigratormartomy","name":"com.quadrant.qmigratormartomy","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.quadrant.qmigratormartomy","description":"quadranttechnologies1724273152029","isSystemExtension":false,"publisher":"quadranttechnologies1724273152029","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"mariatomysql","planId":"plan1","publisherId":"quadranttechnologies1724273152029"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/pc.registryplanskuthree","name":"pc.registryplanskuthree","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"pc.registryplanskuthree","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"container_nonregistry_test","planId":"registryplansku3","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/pc.registryplanskufour","name":"pc.registryplanskufour","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"pc.registryplanskufour","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"container_nonregistry_test","planId":"registryplansku4","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/solo.io.istiotwosixzero.aks","name":"solo.io.istiotwosixzero.aks","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"solo.io.istiotwosixzero.aks","description":"sologloo","isSystemExtension":false,"publisher":"sologloo","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"isito_by_solo_io","planId":"istio-1260-ambient-aks","publisherId":"sologloo"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/traefiklabs.traefikproxyonaks","name":"traefiklabs.traefikproxyonaks","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"traefiklabs.traefikproxyonaks","description":"containous","isSystemExtension":false,"publisher":"containous","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"traefik"}},"planInfo":{"offerId":"traefik-proxy","planId":"traefik-proxy-on-aks","publisherId":"containous"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/ironpdfdocker-twentyfive.five.six","name":"ironpdfdocker-twentyfive.five.six","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ironpdfdocker-twentyfive.five.six","description":"ironsoftwarecoltd1682560478296","isSystemExtension":false,"publisher":"ironsoftwarecoltd1682560478296","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"ironpdf-docker-container-v1","planId":"2025-5-6","publisherId":"ironsoftwarecoltd1682560478296"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/solo.io.istiotwofivethree.aks","name":"solo.io.istiotwofivethree.aks","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"solo.io.istiotwofivethree.aks","description":"sologloo","isSystemExtension":false,"publisher":"sologloo","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"isito_by_solo_io","planId":"istio-1253-ambient-aks","publisherId":"sologloo"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHlaV1l3Q0FBQUFBQSUzRCUzRCUyM1JUJTNBNDElMjNUUkMlM0E1NzQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D"}' + headers: + api-supported-versions: + - 2023-05-01-preview, 2024-11-01-preview + cache-control: + - no-cache + content-length: + - '12563' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 29 May 2025 01:03:21 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE + x-content-type-options: + - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus2/2d393729-b99a-4c1c-8c84-f2469b5236a0 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16498' + x-msedge-ref: + - 'Ref A: EE603A931A984A35A14BB40D832CC627 Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:22Z' status: code: 200 message: OK @@ -3800,21 +65784,24 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHo1bklvQ0FBQUFBQSUzRCUzRCUyM1JUJTNBNDAlMjNUUkMlM0E1NjAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHlaV1l3Q0FBQUFBQSUzRCUzRCUyM1JUJTNBNDElMjNUUkMlM0E1NzQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/pc.upgradefromnoregistrytoregistry","name":"pc.upgradefromnoregistrytoregistry","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"pc.upgradefromnoregistrytoregistry","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"container_nonregistry_test","planId":"upgradefromnoregistrytoregistry","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/pc.registryendtoend","name":"pc.registryendtoend","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"pc.registryendtoend","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"container_registry_test","planId":"registryendtoend","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/pc.registryendtoendreuse","name":"pc.registryendtoendreuse","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"pc.registryendtoendreuse","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"container_registry_test","planId":"registryendtoendreuse","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/pc.registryendtoendskutwo","name":"pc.registryendtoendskutwo","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"pc.registryendtoendskutwo","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"container_registry_test","planId":"registryendoendsku2","publisherId":"test_test_mix3pptest0011614206850774"}}}],"nextLink":null}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/solo.io.istiotwofoursix.aks","name":"solo.io.istiotwofoursix.aks","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"solo.io.istiotwofoursix.aks","description":"sologloo","isSystemExtension":false,"publisher":"sologloo","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"isito_by_solo_io","planId":"istio-1246-ambient-aks","publisherId":"sologloo"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/microsoft.monitormonitor.edge.pipeline","name":"microsoft.monitormonitor.edge.pipeline","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.monitormonitor.edge.pipeline","description":"Strato + Operator as ARC K8s Extension test","isSystemExtension":false,"publisher":"Azure + Monitor Edge","isManagedIdentityRequired":true,"supportedClusterTypes":["Connectedclusters","Managedclusters","Appliances","ProvisionedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"kube-system"}},"planInfo":{"offerId":null,"planId":null,"publisherId":"Azure + Monitor Edge"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/com.quadrant.qmigratoranytofabric","name":"com.quadrant.qmigratoranytofabric","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.quadrant.qmigratoranytofabric","description":"quadranttechnologies1724273152029","isSystemExtension":false,"publisher":"quadranttechnologies1724273152029","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"anydbtofabric","planId":"plan1","publisherId":"quadranttechnologies1724273152029"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnerssdjox8vd","name":"cpmrunners.cpmrunnerssdjox8vd","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerssdjox8vd","description":"cpmrunnerssdjox8vd","isSystemExtension":false,"publisher":"cpmrunnerssdjox8vd","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerssdjox8vd","planId":"cpmrunnerssdjox8vd","publisherId":"cpmrunnerssdjox8vd"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/ManagedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensionTypes/cpmrunners.cpmrunnersfhgq7e25","name":"cpmrunners.cpmrunnersfhgq7e25","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersfhgq7e25","description":"cpmrunnerssdjox8vd","isSystemExtension":false,"publisher":"cpmrunnerssdjox8vd","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerssdjox8vd","planId":"cpmrunnersfhgq7e25","publisherId":"cpmrunnerssdjox8vd"}}}],"nextLink":null}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '3531' + - '4241' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:17 GMT + - Thu, 29 May 2025 01:03:22 GMT expires: - '-1' pragma: @@ -3826,11 +65813,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/d73d4d97-952a-4ea1-803f-666e80a5f337 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus2/f8e2b079-3571-403c-b5aa-29ac21ab3e3d x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 28575DF345564550AD5D15F0B96EDC65 Ref B: CO6AA3150219009 Ref C: 2025-05-08T22:27:17Z' + - 'Ref A: 7901F58F232340EDB48421FF68CB67A7 Ref B: BL2AA2011001062 Ref C: 2025-05-29T01:03:22Z' status: code: 200 message: OK @@ -3881,7 +65868,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:18 GMT + - Thu, 29 May 2025 01:03:54 GMT expires: - '-1' pragma: @@ -3893,11 +65880,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/c8ff77f1-4dde-4526-bed5-9f579e8f3e48 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/fd5bb714-41b9-48d1-959d-2ea3d1b4aa6e x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 6C229D22CD834026A82051574E44D905 Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:19Z' + - 'Ref A: 53A7335BE9854C2E9F9CCF8E30BF6AE2 Ref B: MNZ221060609039 Ref C: 2025-05-29T01:03:55Z' status: code: 200 message: OK @@ -3934,7 +65921,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:19 GMT + - Thu, 29 May 2025 01:03:55 GMT expires: - '-1' pragma: @@ -3946,11 +65933,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/63d626d7-a15c-4d31-b1eb-676de26ad423 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/f62f5e66-31e3-4892-a9f5-dfcd954ae6c0 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 481CEDCBA6D1468199CAD1FA1D22516D Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:19Z' + - 'Ref A: 09D6C862004F493F97B7366AE5B2C163 Ref B: MNZ221060609039 Ref C: 2025-05-29T01:03:55Z' status: code: 200 message: OK @@ -3984,7 +65971,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:19 GMT + - Thu, 29 May 2025 01:03:55 GMT expires: - '-1' pragma: @@ -3996,11 +65983,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/a0da71c9-86f4-4bb5-a8f2-0003cc77b20a + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/d247b7b7-4ec0-48d1-997b-1da6191352a4 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 887F228A3CDC4E828FBE658E9A043112 Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:20Z' + - 'Ref A: A3DA3A9E0CF344D79668D4C5E873042C Ref B: MNZ221060609039 Ref C: 2025-05-29T01:03:55Z' status: code: 200 message: OK @@ -4044,7 +66031,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:20 GMT + - Thu, 29 May 2025 01:03:55 GMT expires: - '-1' pragma: @@ -4056,11 +66043,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/95b98c33-a3db-4d3b-9566-37b1db2eea16 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/737ab2bf-3be2-4ee0-a844-1db41464fc42 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 819EBE793C61449387860863E4E86E3C Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:20Z' + - 'Ref A: DA417BBA8B0F45A5A951681FC7263F28 Ref B: MNZ221060609039 Ref C: 2025-05-29T01:03:55Z' status: code: 200 message: OK @@ -4097,7 +66084,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:20 GMT + - Thu, 29 May 2025 01:03:56 GMT expires: - '-1' pragma: @@ -4109,11 +66096,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/6b9b6c70-43c8-45f5-955d-c7eb5ca5cd17 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/cc55ac43-dadb-4bc3-bf41-ca29124e36d7 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 2B5F5B0FC3D046CD85E2DB082151FBE7 Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:21Z' + - 'Ref A: 338D5C248F1C4B8C8492E1CA2E5E346C Ref B: MNZ221060609039 Ref C: 2025-05-29T01:03:56Z' status: code: 200 message: OK @@ -4147,7 +66134,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:20 GMT + - Thu, 29 May 2025 01:03:56 GMT expires: - '-1' pragma: @@ -4159,11 +66146,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/4d6a401a-5c6e-4d32-a8a2-7df2e1d34cb9 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/ee29a6b4-1468-4781-a136-563a77f74157 x-ms-ratelimit-remaining-subscription-global-reads: - - '16499' + - '16498' x-msedge-ref: - - 'Ref A: 4B6893EBCB7D4A4FA41DEE696E96E42D Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:21Z' + - 'Ref A: BAA5575B39EA471AA4FEC112913A41C3 Ref B: MNZ221060609039 Ref C: 2025-05-29T01:03:56Z' status: code: 200 message: OK @@ -4197,7 +66184,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:21 GMT + - Thu, 29 May 2025 01:03:56 GMT expires: - '-1' pragma: @@ -4209,11 +66196,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/803d185c-a3cd-4b3e-ad76-be343e4f2959 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/ffed80d2-bc57-4c08-8526-ddf77f1c7461 x-ms-ratelimit-remaining-subscription-global-reads: - - '16499' + - '16498' x-msedge-ref: - - 'Ref A: A6F5B6ADF4104560AC4D99F51724414E Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:22Z' + - 'Ref A: 93F3D040AC624D64BA1AC80BA0FAA5BC Ref B: MNZ221060609039 Ref C: 2025-05-29T01:03:56Z' status: code: 200 message: OK @@ -4247,7 +66234,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:21 GMT + - Thu, 29 May 2025 01:03:57 GMT expires: - '-1' pragma: @@ -4259,11 +66246,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/5d99072d-f467-486b-a775-62db55a03407 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/63eeff15-12bf-496d-aa56-9c43eed67b29 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 50C632CF309D4D56AA71091EEE22D5A1 Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:22Z' + - 'Ref A: 82AC824FB79241A5856A05150620CBD6 Ref B: MNZ221060609039 Ref C: 2025-05-29T01:03:57Z' status: code: 200 message: OK @@ -4297,7 +66284,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:22 GMT + - Thu, 29 May 2025 01:03:57 GMT expires: - '-1' pragma: @@ -4309,11 +66296,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/c82be491-c815-4675-af0c-c5919a0e5af9 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/6456fcb7-cd2f-4399-8492-18d598dd28fc x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 1B2343D4DC6A422184D7064CEE0B2AC6 Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:22Z' + - 'Ref A: ACB1BC6EA08944B4BB021844ECC27CB6 Ref B: MNZ221060609039 Ref C: 2025-05-29T01:03:57Z' status: code: 200 message: OK @@ -4350,7 +66337,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:22 GMT + - Thu, 29 May 2025 01:03:57 GMT expires: - '-1' pragma: @@ -4362,11 +66349,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/3b08ab08-60a5-4c92-b2cf-9d6fc2aaa9ce + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/a078eec2-0ef1-44a4-a920-6daac3f8e34d x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: B9779311EDC34950BFD0FD03C0219330 Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:23Z' + - 'Ref A: 2DE42B6199A84704ADAB1E71045A2492 Ref B: MNZ221060609039 Ref C: 2025-05-29T01:03:57Z' status: code: 200 message: OK @@ -4400,7 +66387,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:24 GMT + - Thu, 29 May 2025 01:03:57 GMT expires: - '-1' pragma: @@ -4412,11 +66399,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/16b23655-f255-4f51-84a6-fd8051c6e1d8 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/f10f7da9-4a8e-4fa9-b6cc-14b665ebfc3e x-ms-ratelimit-remaining-subscription-global-reads: - - '16498' + - '16499' x-msedge-ref: - - 'Ref A: B7F6442C7A20418FAA404953DF4E5E8D Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:23Z' + - 'Ref A: AB0FF21E386E413ABE60C2013A6E6482 Ref B: MNZ221060609039 Ref C: 2025-05-29T01:03:58Z' status: code: 200 message: OK @@ -4450,7 +66437,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:24 GMT + - Thu, 29 May 2025 01:03:58 GMT expires: - '-1' pragma: @@ -4462,11 +66449,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/bd39a81a-7eeb-4f6c-be5d-e40695412922 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/d57e9525-7ae0-46f3-a873-4c468d8f6129 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: CCAA1E925E1244C692475A318F6E64CE Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:24Z' + - 'Ref A: B324D2C0817E4230898F9016A4BB331C Ref B: MNZ221060609039 Ref C: 2025-05-29T01:03:58Z' status: code: 200 message: OK @@ -4500,7 +66487,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:25 GMT + - Thu, 29 May 2025 01:03:58 GMT expires: - '-1' pragma: @@ -4512,11 +66499,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/2cac57dc-63ba-4033-bd1f-57968f4f9e69 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/97ff3de9-f91b-4e29-8a66-8bb83d11ffee x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 5A3F91E75EB140238D0078CB60E117B0 Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:24Z' + - 'Ref A: FCB9F0BA34B6428A98F1E028723446B2 Ref B: MNZ221060609039 Ref C: 2025-05-29T01:03:58Z' status: code: 200 message: OK @@ -4553,7 +66540,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:25 GMT + - Thu, 29 May 2025 01:03:58 GMT expires: - '-1' pragma: @@ -4565,11 +66552,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/e1405fda-986c-40df-a31c-d9a59e4f2c33 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/ea8245b9-7ef4-4664-bbd5-adcaaa3d6888 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: F01C23711751411EB10DD511AC1C9157 Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:25Z' + - 'Ref A: 7A7C0E8C2D5744AAAF60F4E791EB94A4 Ref B: MNZ221060609039 Ref C: 2025-05-29T01:03:58Z' status: code: 200 message: OK @@ -4603,7 +66590,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:26 GMT + - Thu, 29 May 2025 01:03:59 GMT expires: - '-1' pragma: @@ -4615,11 +66602,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/5c68ccfb-0ddf-4005-9fe5-46c0b070d5c7 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/5d8e6557-4f7c-4298-9f5c-a43b399b3455 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 8C4B28AD76DF4820A50ABD1629EE31DF Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:25Z' + - 'Ref A: 392E347199284EF5B1D8C0F02E9228B9 Ref B: MNZ221060609039 Ref C: 2025-05-29T01:03:59Z' status: code: 200 message: OK @@ -4656,7 +66643,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:26 GMT + - Thu, 29 May 2025 01:03:59 GMT expires: - '-1' pragma: @@ -4668,11 +66655,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/89c2283c-d825-4a82-9baf-48dc98209d62 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/a354eddb-1782-48da-9e3d-d1f19b78cc79 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 58BDE7BCBF1C478B91C22215FD33A893 Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:26Z' + - 'Ref A: 9B9DD9B97DEA44A3AB73B86CD4D505B3 Ref B: MNZ221060609039 Ref C: 2025-05-29T01:03:59Z' status: code: 200 message: OK @@ -4706,7 +66693,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:27 GMT + - Thu, 29 May 2025 01:03:59 GMT expires: - '-1' pragma: @@ -4718,11 +66705,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/e53653c2-06d7-4dac-8022-d457a6a0a1a8 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/eb92c485-3302-49a8-9182-1cf8d081e3aa x-ms-ratelimit-remaining-subscription-global-reads: - '16498' x-msedge-ref: - - 'Ref A: AB2D4D4132094AECB903CF6B0828B5C7 Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:26Z' + - 'Ref A: 85BD9CA8369B413FA50A57032D10F3D1 Ref B: MNZ221060609039 Ref C: 2025-05-29T01:03:59Z' status: code: 200 message: OK @@ -4756,7 +66743,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:27 GMT + - Thu, 29 May 2025 01:03:59 GMT expires: - '-1' pragma: @@ -4768,11 +66755,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/ce462066-fe2a-4d79-92d2-5322261f6598 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/d58cff75-f561-4f34-8d9e-fceec20e5abf x-ms-ratelimit-remaining-subscription-global-reads: - - '16499' + - '16498' x-msedge-ref: - - 'Ref A: 234576EDC36F483594A8A24300A98085 Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:27Z' + - 'Ref A: E8B3162AEFBB4539A697D07781FFABA2 Ref B: MNZ221060609039 Ref C: 2025-05-29T01:04:00Z' status: code: 200 message: OK @@ -4795,18 +66782,21 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHpKUkZnQUFBQUFBQSUzRCUzRCUyM1JUJTNBMTglMjNUUkMlM0EyNTIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/randoli.insights","name":"randoli.insights","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"randoli.insights","description":"randoliinc1663021532656","isSystemExtension":false,"publisher":"randoliinc1663021532656","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"randoli-agents"}},"planInfo":{"offerId":"randoli_appinsights_11152023","planId":"app_insights_per_node_1-6-0","publisherId":"randoliinc1663021532656"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/agilelab.witboost","name":"agilelab.witboost","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"agilelab.witboost","description":"agilelab1648817423090","isSystemExtension":false,"publisher":"agilelab1648817423090","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"witboost-k8s-new","planId":"freeplan","publisherId":"agilelab1648817423090"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/redis.redisenterpriseoperatorbyol","name":"redis.redisenterpriseoperatorbyol","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"redis.redisenterpriseoperatorbyol","description":"garantiadata","isSystemExtension":false,"publisher":"garantiadata","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":true,"defaultReleaseNamespace":"redis-enterprise"}},"planInfo":{"offerId":"redis_enterprise_operator","planId":"redis_enterprise_byol","publisherId":"garantiadata"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/aurainnovations.kafkastack","name":"aurainnovations.kafkastack","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"aurainnovations.kafkastack","description":"aurainnovationsllc1709317475986","isSystemExtension":false,"publisher":"aurainnovationsllc1709317475986","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"aura"}},"planInfo":{"offerId":"kafka-stack-01","planId":"free","publisherId":"aurainnovationsllc1709317475986"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/smapiot.piral-cloud-feed-service-basic","name":"smapiot.piral-cloud-feed-service-basic","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"smapiot.piral-cloud-feed-service-basic","description":"smapiotgmbh1620751517969","isSystemExtension":false,"publisher":"smapiotgmbh1620751517969","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"piral-feed-service-azure-basic"}},"planInfo":{"offerId":"piral-cloud-services","planId":"piral-cloud-feed-service-basic","publisherId":"smapiotgmbh1620751517969"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/nginxinc.ingresscontrollerplus","name":"nginxinc.ingresscontrollerplus","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"nginxinc.ingresscontrollerplus","description":"nginxinc","isSystemExtension":false,"publisher":"nginxinc","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"nginx-ingress"}},"planInfo":{"offerId":"nginx_ingress_premium","planId":"nginx_ingress_premium_debian","publisherId":"nginxinc"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/com.scale.gp.istio-namespace-initial","name":"com.scale.gp.istio-namespace-initial","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.istio-namespace-initial","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"sgp-single-tenant-hosted-container","planId":"istio-namespace","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/contoso.votingappa","name":"contoso.votingappa","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"contoso.votingappa","description":"testtestindustryexperiencestest","isSystemExtension":false,"publisher":"testtestindustryexperiencestest","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso_ns_a"}},"planInfo":{"offerId":"ds-container-labs-00","planId":"gold-plan-id","publisherId":"testtestindustryexperiencestest"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/contoso.votingappb","name":"contoso.votingappb","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"contoso.votingappb","description":"testtestindustryexperiencestest","isSystemExtension":false,"publisher":"testtestindustryexperiencestest","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso_ns_b"}},"planInfo":{"offerId":"ds-container-labs-00","planId":"silver-plan-id","publisherId":"testtestindustryexperiencestest"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/kubling.dbvirt","name":"kubling.dbvirt","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"kubling.dbvirt","description":"bluelonecloudplatformssl1692781872058","isSystemExtension":false,"publisher":"bluelonecloudplatformssl1692781872058","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"kubling"}},"planInfo":{"offerId":"kubling-dbvirt","planId":"kbl-dbvirt-percore","publisherId":"bluelonecloudplatformssl1692781872058"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/zs.maxaibasic","name":"zs.maxaibasic","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"zs.maxaibasic","description":"zs","isSystemExtension":false,"publisher":"zs","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"max-ai-offer-1","planId":"free-tier-1","publisherId":"zs"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/com.scale.gp.istio-namespace-init","name":"com.scale.gp.istio-namespace-init","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.istio-namespace-init","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"istio-namespace","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/com.scale.gp.sgp-base-pii","name":"com.scale.gp.sgp-base-pii","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.sgp-base-pii","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"sgp-base","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/com.scale.gp.istio-system-pii","name":"com.scale.gp.istio-system-pii","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.istio-system-pii","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"istio-system","publisherId":"scaleaiinc1703010376105"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHh2QTFvQUFBQUFBQSUzRCUzRCUyM1JUJTNBMTklMjNUUkMlM0EyNjYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/randoli.insights","name":"randoli.insights","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"randoli.insights","description":"randoliinc1663021532656","isSystemExtension":false,"publisher":"randoliinc1663021532656","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"randoli-agents"}},"planInfo":{"offerId":"randoli_appinsights_11152023","planId":"app_insights_per_node_1-6-0","publisherId":"randoliinc1663021532656"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/agilelab.witboost","name":"agilelab.witboost","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"agilelab.witboost","description":"agilelab1648817423090","isSystemExtension":false,"publisher":"agilelab1648817423090","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"witboost-k8s-new","planId":"freeplan","publisherId":"agilelab1648817423090"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/redis.redisenterpriseoperatorbyol","name":"redis.redisenterpriseoperatorbyol","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"redis.redisenterpriseoperatorbyol","description":"garantiadata","isSystemExtension":false,"publisher":"garantiadata","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":true,"defaultReleaseNamespace":"redis-enterprise"}},"planInfo":{"offerId":"redis_enterprise_operator","planId":"redis_enterprise_byol","publisherId":"garantiadata"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/aurainnovations.kafkastack","name":"aurainnovations.kafkastack","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"aurainnovations.kafkastack","description":"aurainnovationsllc1709317475986","isSystemExtension":false,"publisher":"aurainnovationsllc1709317475986","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"aura"}},"planInfo":{"offerId":"kafka-stack-01","planId":"free","publisherId":"aurainnovationsllc1709317475986"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/smapiot.piral-cloud-feed-service-basic","name":"smapiot.piral-cloud-feed-service-basic","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"smapiot.piral-cloud-feed-service-basic","description":"smapiotgmbh1620751517969","isSystemExtension":false,"publisher":"smapiotgmbh1620751517969","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"piral-feed-service-azure-basic"}},"planInfo":{"offerId":"piral-cloud-services","planId":"piral-cloud-feed-service-basic","publisherId":"smapiotgmbh1620751517969"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/nginxinc.ingresscontrollerplus","name":"nginxinc.ingresscontrollerplus","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"nginxinc.ingresscontrollerplus","description":"nginxinc","isSystemExtension":false,"publisher":"nginxinc","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"nginx-ingress"}},"planInfo":{"offerId":"nginx_ingress_premium","planId":"nginx_ingress_premium_debian","publisherId":"nginxinc"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/com.scale.gp.istio-namespace-initial","name":"com.scale.gp.istio-namespace-initial","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.istio-namespace-initial","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"sgp-single-tenant-hosted-container","planId":"istio-namespace","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/contoso.votingappa","name":"contoso.votingappa","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"contoso.votingappa","description":"testtestindustryexperiencestest","isSystemExtension":false,"publisher":"testtestindustryexperiencestest","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso_ns_a"}},"planInfo":{"offerId":"ds-container-labs-00","planId":"gold-plan-id","publisherId":"testtestindustryexperiencestest"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/contoso.votingappb","name":"contoso.votingappb","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"contoso.votingappb","description":"testtestindustryexperiencestest","isSystemExtension":false,"publisher":"testtestindustryexperiencestest","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso_ns_b"}},"planInfo":{"offerId":"ds-container-labs-00","planId":"silver-plan-id","publisherId":"testtestindustryexperiencestest"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/microsoft.graytown.testextension","name":"microsoft.graytown.testextension","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.graytown.testextension","description":"Dummy + extension depending on microsoft.extensiondiagnostics and microsoft.extensionsusage","isSystemExtension":false,"publisher":"Azure + Arc Graytown","isManagedIdentityRequired":false,"supportedClusterTypes":["Connectedclusters","Managedclusters","Appliances","ProvisionedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"graytowntest"}},"planInfo":{"offerId":null,"planId":null,"publisherId":"Azure + Arc Graytown"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/kubling.dbvirt","name":"kubling.dbvirt","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"kubling.dbvirt","description":"bluelonecloudplatformssl1692781872058","isSystemExtension":false,"publisher":"bluelonecloudplatformssl1692781872058","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"kubling"}},"planInfo":{"offerId":"kubling-dbvirt","planId":"kbl-dbvirt-percore","publisherId":"bluelonecloudplatformssl1692781872058"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/zs.maxaibasic","name":"zs.maxaibasic","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"zs.maxaibasic","description":"zs","isSystemExtension":false,"publisher":"zs","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"max-ai-offer-1","planId":"free-tier-1","publisherId":"zs"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/com.scale.gp.istio-namespace-init","name":"com.scale.gp.istio-namespace-init","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.istio-namespace-init","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"istio-namespace","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/com.scale.gp.sgp-base-pii","name":"com.scale.gp.sgp-base-pii","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.sgp-base-pii","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"sgp-base","publisherId":"scaleaiinc1703010376105"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhiQTFvQUFBQUFBQSUzRCUzRCUyM1JUJTNBMTklMjNUUkMlM0EyNjYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '11046' + - '11132' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:28 GMT + - Thu, 29 May 2025 01:04:00 GMT expires: - '-1' pragma: @@ -4818,11 +66808,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/5dc3195d-32b8-45ba-9d08-ef8995247394 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/8f7590e8-462d-4809-be7e-16b32ad72caf x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 0B6583F1351A45699BB4A533E13FB237 Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:27Z' + - 'Ref A: E52B615EED424511A9A546CDB547A36D Ref B: MNZ221060609039 Ref C: 2025-05-29T01:04:00Z' status: code: 200 message: OK @@ -4842,21 +66832,21 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHh2QTFvQUFBQUFBQSUzRCUzRCUyM1JUJTNBMTklMjNUUkMlM0EyNjYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhiQTFvQUFBQUFBQSUzRCUzRCUyM1JUJTNBMTklMjNUUkMlM0EyNjYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/com.scale.gp.istio-ingress-pii","name":"com.scale.gp.istio-ingress-pii","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.istio-ingress-pii","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-ingress"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"istio-ingress","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/com.scale.gp.temporal-pii","name":"com.scale.gp.temporal-pii","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.temporal-pii","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"temporal"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"temporal","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/com.scale.gp.temporal-cassandra-pii","name":"com.scale.gp.temporal-cassandra-pii","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.temporal-cassandra-pii","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"temporal-cassandra"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"temporal-cassandra","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnerst3y2b2ti","name":"cpmrunners.cpmrunnerst3y2b2ti","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerst3y2b2ti","description":"cpmrunnerst3y2b2ti","isSystemExtension":false,"publisher":"cpmrunnerst3y2b2ti","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerst3y2b2ti","planId":"cpmrunnerst3y2b2ti","publisherId":"cpmrunnerst3y2b2ti"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersog30zuv5","name":"cpmrunners.cpmrunnersog30zuv5","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersog30zuv5","description":"cpmrunnerst3y2b2ti","isSystemExtension":false,"publisher":"cpmrunnerst3y2b2ti","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerst3y2b2ti","planId":"cpmrunnersog30zuv5","publisherId":"cpmrunnerst3y2b2ti"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/dsa.lcm-container-default-plan","name":"dsa.lcm-container-default-plan","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.lcm-container-default-plan","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"lcm-application"}},"planInfo":{"offerId":"sas-lcm-azure-container","planId":"default-private-plan","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/readymind.airbourne","name":"readymind.airbourne","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"readymind.airbourne","description":"readymind","isSystemExtension":false,"publisher":"readymind","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"backstage"}},"planInfo":{"offerId":"airbourne_app_rm","planId":"plan_1","publisherId":"readymind"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/langchain.langsmithaksyearly","name":"langchain.langsmithaksyearly","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"langchain.langsmithaksyearly","description":"langchain","isSystemExtension":false,"publisher":"langchain","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"langsmith","planId":"enterprise","publisherId":"langchain"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/com.scale.gp.istio-namespace-billing-env-vars","name":"com.scale.gp.istio-namespace-billing-env-vars","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.istio-namespace-billing-env-vars","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"sgp-single-tenant-env-vars","planId":"single-tenant-vpc-managed-application-env-vars","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/com.scale.gp.identity-service-pii-viii","name":"com.scale.gp.identity-service-pii-viii","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.identity-service-pii-viii","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"identity-service"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"identity-service","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/com.scale.gp.services-pii-iv","name":"com.scale.gp.services-pii-iv","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.services-pii-iv","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"egp"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"sgp-services","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/com.scale.gp.istio-namespace-initial-with-billing","name":"com.scale.gp.istio-namespace-initial-with-billing","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.istio-namespace-initial-with-billing","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"sgp-single-tenant-env-vars","planId":"istio-namespace-with-billing-hook","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersvl5y85v9","name":"cpmrunners.cpmrunnersvl5y85v9","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersvl5y85v9","description":"cpmrunnershu1evnph","isSystemExtension":false,"publisher":"cpmrunnershu1evnph","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnershu1evnph","planId":"cpmrunnersvl5y85v9","publisherId":"cpmrunnershu1evnph"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnerslre9skm8","name":"cpmrunners.cpmrunnerslre9skm8","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerslre9skm8","description":"cpmrunnerslre9skm8","isSystemExtension":false,"publisher":"cpmrunnerslre9skm8","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerslre9skm8","planId":"cpmrunnerslre9skm8","publisherId":"cpmrunnerslre9skm8"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhEN1ZvQUFBQUFBQSUzRCUzRCUyM1JUJTNBMjAlMjNUUkMlM0EyODAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/com.scale.gp.istio-system-pii","name":"com.scale.gp.istio-system-pii","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.istio-system-pii","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"istio-system","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/com.scale.gp.istio-ingress-pii","name":"com.scale.gp.istio-ingress-pii","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.istio-ingress-pii","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-ingress"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"istio-ingress","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/com.scale.gp.temporal-pii","name":"com.scale.gp.temporal-pii","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.temporal-pii","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"temporal"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"temporal","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/com.scale.gp.temporal-cassandra-pii","name":"com.scale.gp.temporal-cassandra-pii","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.temporal-cassandra-pii","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"temporal-cassandra"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"temporal-cassandra","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnerst3y2b2ti","name":"cpmrunners.cpmrunnerst3y2b2ti","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerst3y2b2ti","description":"cpmrunnerst3y2b2ti","isSystemExtension":false,"publisher":"cpmrunnerst3y2b2ti","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerst3y2b2ti","planId":"cpmrunnerst3y2b2ti","publisherId":"cpmrunnerst3y2b2ti"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersog30zuv5","name":"cpmrunners.cpmrunnersog30zuv5","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersog30zuv5","description":"cpmrunnerst3y2b2ti","isSystemExtension":false,"publisher":"cpmrunnerst3y2b2ti","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerst3y2b2ti","planId":"cpmrunnersog30zuv5","publisherId":"cpmrunnerst3y2b2ti"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/dsa.lcm-container-default-plan","name":"dsa.lcm-container-default-plan","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.lcm-container-default-plan","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"lcm-application"}},"planInfo":{"offerId":"sas-lcm-azure-container","planId":"default-private-plan","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/readymind.airbourne","name":"readymind.airbourne","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"readymind.airbourne","description":"readymind","isSystemExtension":false,"publisher":"readymind","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"backstage"}},"planInfo":{"offerId":"airbourne_app_rm","planId":"plan_1","publisherId":"readymind"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/langchain.langsmithaksyearly","name":"langchain.langsmithaksyearly","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"langchain.langsmithaksyearly","description":"langchain","isSystemExtension":false,"publisher":"langchain","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"langsmith","planId":"enterprise","publisherId":"langchain"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/com.scale.gp.istio-namespace-billing-env-vars","name":"com.scale.gp.istio-namespace-billing-env-vars","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.istio-namespace-billing-env-vars","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"sgp-single-tenant-env-vars","planId":"single-tenant-vpc-managed-application-env-vars","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/com.scale.gp.identity-service-pii-viii","name":"com.scale.gp.identity-service-pii-viii","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.identity-service-pii-viii","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"identity-service"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"identity-service","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/com.scale.gp.services-pii-iv","name":"com.scale.gp.services-pii-iv","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.services-pii-iv","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"egp"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"sgp-services","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/com.scale.gp.istio-namespace-initial-with-billing","name":"com.scale.gp.istio-namespace-initial-with-billing","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.istio-namespace-initial-with-billing","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"sgp-single-tenant-env-vars","planId":"istio-namespace-with-billing-hook","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersvl5y85v9","name":"cpmrunners.cpmrunnersvl5y85v9","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersvl5y85v9","description":"cpmrunnershu1evnph","isSystemExtension":false,"publisher":"cpmrunnershu1evnph","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnershu1evnph","planId":"cpmrunnersvl5y85v9","publisherId":"cpmrunnershu1evnph"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHc1NTFvQUFBQUFBQSUzRCUzRCUyM1JUJTNBMjAlMjNUUkMlM0EyODAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '11288' + - '11311' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:28 GMT + - Thu, 29 May 2025 01:04:00 GMT expires: - '-1' pragma: @@ -4868,11 +66858,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/2c194890-e530-4904-8e4a-55f014c7a87c + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/c086c714-0a89-4902-be3e-eb30303cba82 x-ms-ratelimit-remaining-subscription-global-reads: - - '16499' + - '16497' x-msedge-ref: - - 'Ref A: 5F00AB6232474540BAEBFFA2826A2639 Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:28Z' + - 'Ref A: F29943B7CFBA44B8B189D10ADC90FB58 Ref B: MNZ221060609039 Ref C: 2025-05-29T01:04:00Z' status: code: 200 message: OK @@ -4892,10 +66882,10 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhEN1ZvQUFBQUFBQSUzRCUzRCUyM1JUJTNBMjAlMjNUUkMlM0EyODAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHc1NTFvQUFBQUFBQSUzRCUzRCUyM1JUJTNBMjAlMjNUUkMlM0EyODAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersa7zyrb61","name":"cpmrunners.cpmrunnersa7zyrb61","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersa7zyrb61","description":"cpmrunnersua88bsod","isSystemExtension":false,"publisher":"cpmrunnersua88bsod","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersua88bsod","planId":"cpmrunnersa7zyrb61","publisherId":"cpmrunnersua88bsod"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners0xgb2vcf","name":"cpmrunners.cpmrunners0xgb2vcf","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners0xgb2vcf","description":"cpmrunners0xgb2vcf","isSystemExtension":false,"publisher":"cpmrunners0xgb2vcf","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners0xgb2vcf","planId":"cpmrunners0xgb2vcf","publisherId":"cpmrunners0xgb2vcf"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners5z1iw4ns","name":"cpmrunners.cpmrunners5z1iw4ns","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners5z1iw4ns","description":"cpmrunners2205jbox","isSystemExtension":false,"publisher":"cpmrunners2205jbox","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners2205jbox","planId":"cpmrunners5z1iw4ns","publisherId":"cpmrunners2205jbox"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners6tc235lg","name":"cpmrunners.cpmrunners6tc235lg","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners6tc235lg","description":"cpmrunnersu3lljqvv","isSystemExtension":false,"publisher":"cpmrunnersu3lljqvv","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersu3lljqvv","planId":"cpmrunners6tc235lg","publisherId":"cpmrunnersu3lljqvv"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnershju2bwpg","name":"cpmrunners.cpmrunnershju2bwpg","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnershju2bwpg","description":"cpmrunnershju2bwpg","isSystemExtension":false,"publisher":"cpmrunnershju2bwpg","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnershju2bwpg","planId":"cpmrunnershju2bwpg","publisherId":"cpmrunnershju2bwpg"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/com.scale.gp.sgp-base-piii","name":"com.scale.gp.sgp-base-piii","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.sgp-base-piii","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"sgp-bases","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/contoso.maubarnes.existingclusttestext","name":"contoso.maubarnes.existingclusttestext","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"contoso.maubarnes.existingclusttestext","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"mauricetestoffer","planId":"existingclustertestplan","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersb8f0h0fd","name":"cpmrunners.cpmrunnersb8f0h0fd","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersb8f0h0fd","description":"cpmrunnersb8f0h0fd","isSystemExtension":false,"publisher":"cpmrunnersb8f0h0fd","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersb8f0h0fd","planId":"cpmrunnersb8f0h0fd","publisherId":"cpmrunnersb8f0h0fd"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersm2kaoyos","name":"cpmrunners.cpmrunnersm2kaoyos","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersm2kaoyos","description":"cpmrunnersb8f0h0fd","isSystemExtension":false,"publisher":"cpmrunnersb8f0h0fd","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersb8f0h0fd","planId":"cpmrunnersm2kaoyos","publisherId":"cpmrunnersb8f0h0fd"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/howso.devcontainer","name":"howso.devcontainer","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"howso.devcontainer","description":"diveplanecorporation1712251239175","isSystemExtension":false,"publisher":"diveplanecorporation1712251239175","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"howso"}},"planInfo":{"offerId":"howso_devcontainer","planId":"test_plan_1","publisherId":"diveplanecorporation1712251239175"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/dsa.lcm-container-nokc","name":"dsa.lcm-container-nokc","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.lcm-container-nokc","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"lcm-application"}},"planInfo":{"offerId":"sas-lcm-azure-container","planId":"default-private-plan-108","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/johnsnowlabs.generativeailab","name":"johnsnowlabs.generativeailab","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"johnsnowlabs.generativeailab","description":"johnsnowlabsinc1646051154808","isSystemExtension":false,"publisher":"johnsnowlabsinc1646051154808","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"azure-vote-custom"}},"planInfo":{"offerId":"generative_ai_lab_container","planId":"generative_ai_lab_container","publisherId":"johnsnowlabsinc1646051154808"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/johnsnowlabs.genailab","name":"johnsnowlabs.genailab","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"johnsnowlabs.genailab","description":"johnsnowlabsinc1646051154808","isSystemExtension":false,"publisher":"johnsnowlabsinc1646051154808","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"gen_ai_lab","planId":"generative_ai_lab","publisherId":"johnsnowlabsinc1646051154808"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersdtcj0atj","name":"cpmrunners.cpmrunnersdtcj0atj","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersdtcj0atj","description":"cpmrunnersdtcj0atj","isSystemExtension":false,"publisher":"cpmrunnersdtcj0atj","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersdtcj0atj","planId":"cpmrunnersdtcj0atj","publisherId":"cpmrunnersdtcj0atj"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhGdm1NQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjElMjNUUkMlM0EyOTQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnerslre9skm8","name":"cpmrunners.cpmrunnerslre9skm8","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerslre9skm8","description":"cpmrunnerslre9skm8","isSystemExtension":false,"publisher":"cpmrunnerslre9skm8","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerslre9skm8","planId":"cpmrunnerslre9skm8","publisherId":"cpmrunnerslre9skm8"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersa7zyrb61","name":"cpmrunners.cpmrunnersa7zyrb61","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersa7zyrb61","description":"cpmrunnersua88bsod","isSystemExtension":false,"publisher":"cpmrunnersua88bsod","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersua88bsod","planId":"cpmrunnersa7zyrb61","publisherId":"cpmrunnersua88bsod"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners0xgb2vcf","name":"cpmrunners.cpmrunners0xgb2vcf","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners0xgb2vcf","description":"cpmrunners0xgb2vcf","isSystemExtension":false,"publisher":"cpmrunners0xgb2vcf","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners0xgb2vcf","planId":"cpmrunners0xgb2vcf","publisherId":"cpmrunners0xgb2vcf"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners5z1iw4ns","name":"cpmrunners.cpmrunners5z1iw4ns","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners5z1iw4ns","description":"cpmrunners2205jbox","isSystemExtension":false,"publisher":"cpmrunners2205jbox","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners2205jbox","planId":"cpmrunners5z1iw4ns","publisherId":"cpmrunners2205jbox"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners6tc235lg","name":"cpmrunners.cpmrunners6tc235lg","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners6tc235lg","description":"cpmrunnersu3lljqvv","isSystemExtension":false,"publisher":"cpmrunnersu3lljqvv","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersu3lljqvv","planId":"cpmrunners6tc235lg","publisherId":"cpmrunnersu3lljqvv"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnershju2bwpg","name":"cpmrunners.cpmrunnershju2bwpg","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnershju2bwpg","description":"cpmrunnershju2bwpg","isSystemExtension":false,"publisher":"cpmrunnershju2bwpg","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnershju2bwpg","planId":"cpmrunnershju2bwpg","publisherId":"cpmrunnershju2bwpg"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/com.scale.gp.sgp-base-piii","name":"com.scale.gp.sgp-base-piii","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.sgp-base-piii","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"sgp-bases","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/contoso.maubarnes.existingclusttestext","name":"contoso.maubarnes.existingclusttestext","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"contoso.maubarnes.existingclusttestext","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"mauricetestoffer","planId":"existingclustertestplan","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersb8f0h0fd","name":"cpmrunners.cpmrunnersb8f0h0fd","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersb8f0h0fd","description":"cpmrunnersb8f0h0fd","isSystemExtension":false,"publisher":"cpmrunnersb8f0h0fd","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersb8f0h0fd","planId":"cpmrunnersb8f0h0fd","publisherId":"cpmrunnersb8f0h0fd"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersm2kaoyos","name":"cpmrunners.cpmrunnersm2kaoyos","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersm2kaoyos","description":"cpmrunnersb8f0h0fd","isSystemExtension":false,"publisher":"cpmrunnersb8f0h0fd","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersb8f0h0fd","planId":"cpmrunnersm2kaoyos","publisherId":"cpmrunnersb8f0h0fd"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/howso.devcontainer","name":"howso.devcontainer","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"howso.devcontainer","description":"diveplanecorporation1712251239175","isSystemExtension":false,"publisher":"diveplanecorporation1712251239175","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"howso"}},"planInfo":{"offerId":"howso_devcontainer","planId":"test_plan_1","publisherId":"diveplanecorporation1712251239175"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/dsa.lcm-container-nokc","name":"dsa.lcm-container-nokc","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.lcm-container-nokc","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"lcm-application"}},"planInfo":{"offerId":"sas-lcm-azure-container","planId":"default-private-plan-108","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/johnsnowlabs.generativeailab","name":"johnsnowlabs.generativeailab","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"johnsnowlabs.generativeailab","description":"johnsnowlabsinc1646051154808","isSystemExtension":false,"publisher":"johnsnowlabsinc1646051154808","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"azure-vote-custom"}},"planInfo":{"offerId":"generative_ai_lab_container","planId":"generative_ai_lab_container","publisherId":"johnsnowlabsinc1646051154808"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/johnsnowlabs.genailab","name":"johnsnowlabs.genailab","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"johnsnowlabs.genailab","description":"johnsnowlabsinc1646051154808","isSystemExtension":false,"publisher":"johnsnowlabsinc1646051154808","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"gen_ai_lab","planId":"generative_ai_lab","publisherId":"johnsnowlabsinc1646051154808"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHpvdG1NQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjElMjNUUkMlM0EyOTQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview @@ -4906,7 +66896,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:29 GMT + - Thu, 29 May 2025 01:04:00 GMT expires: - '-1' pragma: @@ -4918,11 +66908,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/2838d58e-fe3e-4007-a16e-9f508b699939 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/47f197ca-dd80-4b6c-b248-9e88be51c641 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: C3001CCE428C4C9B859F94C3A506B3FD Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:28Z' + - 'Ref A: 490240BF59FA4BDD940C5FF24BFE8954 Ref B: MNZ221060609039 Ref C: 2025-05-29T01:04:00Z' status: code: 200 message: OK @@ -4942,23 +66932,22 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhGdm1NQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjElMjNUUkMlM0EyOTQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHpvdG1NQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjElMjNUUkMlM0EyOTQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersjwpvo8ne","name":"cpmrunners.cpmrunnersjwpvo8ne","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersjwpvo8ne","description":"cpmrunnersdtcj0atj","isSystemExtension":false,"publisher":"cpmrunnersdtcj0atj","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersdtcj0atj","planId":"cpmrunnersjwpvo8ne","publisherId":"cpmrunnersdtcj0atj"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/goodtechllc.sqlsimulatorpreview","name":"goodtechllc.sqlsimulatorpreview","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"goodtechllc.sqlsimulatorpreview","description":"goodtechllc1686682900235","isSystemExtension":false,"publisher":"goodtechllc1686682900235","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"sql_simulator_beta","planId":"freetrial","publisherId":"goodtechllc1686682900235"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/com.scale.gp.billing","name":"com.scale.gp.billing","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.billing","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"billing","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/nginxinc.ingresscontrollerplusnap","name":"nginxinc.ingresscontrollerplusnap","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"nginxinc.ingresscontrollerplusnap","description":"nginxinc","isSystemExtension":false,"publisher":"nginxinc","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"nginx-ingress"}},"planInfo":{"offerId":"nginx_ingress_premium_waf","planId":"nginx_ingress_nap_debian","publisherId":"nginxinc"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/castai.agent-private-four-per-cpu","name":"castai.agent-private-four-per-cpu","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"castai.agent-private-four-per-cpu","description":"castaigroupinc1683643265413","isSystemExtension":false,"publisher":"castaigroupinc1683643265413","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"castai-agent"}},"planInfo":{"offerId":"castai-agent","planId":"wiobank-growth-pro-agent","publisherId":"castaigroupinc1683643265413"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/veeam.kasten-byol","name":"veeam.kasten-byol","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"veeam.kasten-byol","description":"veeamsoftware","isSystemExtension":false,"publisher":"veeamsoftware","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"kasten-io"}},"planInfo":{"offerId":"veeam-kasten-az","planId":"kasten-byol","publisherId":"veeamsoftware"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/veeam.kasten-hybridterm","name":"veeam.kasten-hybridterm","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"veeam.kasten-hybridterm","description":"veeamsoftware","isSystemExtension":false,"publisher":"veeamsoftware","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"kasten-io"}},"planInfo":{"offerId":"veeam-kasten-az","planId":"kasten-hybrid-term","publisherId":"veeamsoftware"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/dsa.lcm-container-nokc-a","name":"dsa.lcm-container-nokc-a","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.lcm-container-nokc-a","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"lcm-application"}},"planInfo":{"offerId":"sas-lcm-azure-container","planId":"default-private-plan-109","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/dsa.lcm-container-nokc-b","name":"dsa.lcm-container-nokc-b","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.lcm-container-nokc-b","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"lcm-application"}},"planInfo":{"offerId":"sas-lcm-azure-container","planId":"default-private-plan-1011","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/strongnetwork.platform.communityedition","name":"strongnetwork.platform.communityedition","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"strongnetwork.platform.communityedition","description":"strong-network","isSystemExtension":false,"publisher":"strong-network","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"strong_network","planId":"strong-network-community-edition","publisherId":"strong-network"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/microsoft.cloudoperator","name":"microsoft.cloudoperator","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.cloudoperator","description":"Extension - to manage cluster-api lifecycle","isSystemExtension":false,"publisher":"Msk8s","isManagedIdentityRequired":true,"supportedClusterTypes":["connectedclusters","managedclusters","Appliances"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":null,"planId":null,"publisherId":"Msk8s"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/catalogicsoftware.cloudcasaazureaks","name":"catalogicsoftware.cloudcasaazureaks","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"catalogicsoftware.cloudcasaazureaks","description":"catalogicsoftware1625626770507","isSystemExtension":false,"publisher":"catalogicsoftware1625626770507","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"cloudcasa-aks-app","planId":"cc-azure-aks","publisherId":"catalogicsoftware1625626770507"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/testdatadog.aksextension","name":"testdatadog.aksextension","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"testdatadog.aksextension","description":"datadog1591740804488","isSystemExtension":false,"publisher":"datadog1591740804488","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"clusteragent"}},"planInfo":{"offerId":"dd_aks_extension","planId":"test_datadog_aks_cluster_extension","publisherId":"datadog1591740804488"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/microsoft.aksedge.imageoperator","name":"microsoft.aksedge.imageoperator","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.aksedge.imageoperator","description":"Extension - to provision image for onprem clusters","isSystemExtension":false,"publisher":"Msk8s","isManagedIdentityRequired":true,"supportedClusterTypes":["connectedclusters","managedclusters","Appliances"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cloudop-system"}},"planInfo":{"offerId":null,"planId":null,"publisherId":"Msk8s"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0FzVW9sQU40VHMwd3RCbVlDQUFBQUFBJTNEJTNEJTIzUlQlM0EyMiUyM1NSQyUzQTElMjNUUkMlM0EzMDglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersdtcj0atj","name":"cpmrunners.cpmrunnersdtcj0atj","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersdtcj0atj","description":"cpmrunnersdtcj0atj","isSystemExtension":false,"publisher":"cpmrunnersdtcj0atj","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersdtcj0atj","planId":"cpmrunnersdtcj0atj","publisherId":"cpmrunnersdtcj0atj"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersjwpvo8ne","name":"cpmrunners.cpmrunnersjwpvo8ne","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersjwpvo8ne","description":"cpmrunnersdtcj0atj","isSystemExtension":false,"publisher":"cpmrunnersdtcj0atj","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersdtcj0atj","planId":"cpmrunnersjwpvo8ne","publisherId":"cpmrunnersdtcj0atj"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/goodtechllc.sqlsimulatorpreview","name":"goodtechllc.sqlsimulatorpreview","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"goodtechllc.sqlsimulatorpreview","description":"goodtechllc1686682900235","isSystemExtension":false,"publisher":"goodtechllc1686682900235","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"sql_simulator_beta","planId":"freetrial","publisherId":"goodtechllc1686682900235"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/com.scale.gp.billing","name":"com.scale.gp.billing","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.scale.gp.billing","description":"scaleaiinc1703010376105","isSystemExtension":false,"publisher":"scaleaiinc1703010376105","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"sgp-single-tenant-container","planId":"billing","publisherId":"scaleaiinc1703010376105"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/nginxinc.ingresscontrollerplusnap","name":"nginxinc.ingresscontrollerplusnap","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"nginxinc.ingresscontrollerplusnap","description":"nginxinc","isSystemExtension":false,"publisher":"nginxinc","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"nginx-ingress"}},"planInfo":{"offerId":"nginx_ingress_premium_waf","planId":"nginx_ingress_nap_debian","publisherId":"nginxinc"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/castai.agent-private-four-per-cpu","name":"castai.agent-private-four-per-cpu","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"castai.agent-private-four-per-cpu","description":"castaigroupinc1683643265413","isSystemExtension":false,"publisher":"castaigroupinc1683643265413","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"castai-agent"}},"planInfo":{"offerId":"castai-agent","planId":"wiobank-growth-pro-agent","publisherId":"castaigroupinc1683643265413"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/veeam.kasten-byol","name":"veeam.kasten-byol","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"veeam.kasten-byol","description":"veeamsoftware","isSystemExtension":false,"publisher":"veeamsoftware","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"kasten-io"}},"planInfo":{"offerId":"veeam-kasten-az","planId":"kasten-byol","publisherId":"veeamsoftware"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/veeam.kasten-hybridterm","name":"veeam.kasten-hybridterm","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"veeam.kasten-hybridterm","description":"veeamsoftware","isSystemExtension":false,"publisher":"veeamsoftware","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"kasten-io"}},"planInfo":{"offerId":"veeam-kasten-az","planId":"kasten-hybrid-term","publisherId":"veeamsoftware"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/dsa.lcm-container-nokc-a","name":"dsa.lcm-container-nokc-a","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.lcm-container-nokc-a","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"lcm-application"}},"planInfo":{"offerId":"sas-lcm-azure-container","planId":"default-private-plan-109","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/dsa.lcm-container-nokc-b","name":"dsa.lcm-container-nokc-b","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.lcm-container-nokc-b","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"lcm-application"}},"planInfo":{"offerId":"sas-lcm-azure-container","planId":"default-private-plan-1011","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/strongnetwork.platform.communityedition","name":"strongnetwork.platform.communityedition","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"strongnetwork.platform.communityedition","description":"strong-network","isSystemExtension":false,"publisher":"strong-network","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"strong_network","planId":"strong-network-community-edition","publisherId":"strong-network"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/microsoft.cloudoperator","name":"microsoft.cloudoperator","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.cloudoperator","description":"Extension + to manage cluster-api lifecycle","isSystemExtension":false,"publisher":"Msk8s","isManagedIdentityRequired":true,"supportedClusterTypes":["connectedclusters","managedclusters","Appliances"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":null,"planId":null,"publisherId":"Msk8s"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/catalogicsoftware.cloudcasaazureaks","name":"catalogicsoftware.cloudcasaazureaks","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"catalogicsoftware.cloudcasaazureaks","description":"catalogicsoftware1625626770507","isSystemExtension":false,"publisher":"catalogicsoftware1625626770507","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"cloudcasa-aks-app","planId":"cc-azure-aks","publisherId":"catalogicsoftware1625626770507"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/testdatadog.aksextension","name":"testdatadog.aksextension","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"testdatadog.aksextension","description":"datadog1591740804488","isSystemExtension":false,"publisher":"datadog1591740804488","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"clusteragent"}},"planInfo":{"offerId":"dd_aks_extension","planId":"test_datadog_aks_cluster_extension","publisherId":"datadog1591740804488"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHgwNUdVQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjIlMjNUUkMlM0EzMDglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '11166' + - '11138' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:29 GMT + - Thu, 29 May 2025 01:04:01 GMT expires: - '-1' pragma: @@ -4970,11 +66959,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/daeed476-c6e9-4c0c-9683-53f046217b52 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/fe4a76b2-5858-432d-85fb-b401aada8237 x-ms-ratelimit-remaining-subscription-global-reads: - - '16499' + - '16498' x-msedge-ref: - - 'Ref A: 52187A6116FD45B2A82E40BCBCC30F57 Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:29Z' + - 'Ref A: A656E9CD2B974483AA2BE9CD7044EA05 Ref B: MNZ221060609039 Ref C: 2025-05-29T01:04:01Z' status: code: 200 message: OK @@ -4994,22 +66983,23 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0FzVW9sQU40VHMwd3RCbVlDQUFBQUFBJTNEJTNEJTIzUlQlM0EyMiUyM1NSQyUzQTElMjNUUkMlM0EzMDglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHgwNUdVQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjIlMjNUUkMlM0EzMDglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/johnsnowlabs.genailab.cvetesting","name":"johnsnowlabs.genailab.cvetesting","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"johnsnowlabs.genailab.cvetesting","description":"johnsnowlabsinc1646051154808","isSystemExtension":false,"publisher":"johnsnowlabsinc1646051154808","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"generative_ai_lab_container","planId":"cve-testing","publisherId":"johnsnowlabsinc1646051154808"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hamsabnb.drexconnect","name":"hamsabnb.drexconnect","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hamsabnb.drexconnect","description":"hamsapayinc1695840740319","isSystemExtension":false,"publisher":"hamsapayinc1695840740319","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"hamsa_drex_connect","planId":"drex_connect_banco_bnb","publisherId":"hamsapayinc1695840740319"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/dsa.lcm-container-nokc-c","name":"dsa.lcm-container-nokc-c","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.lcm-container-nokc-c","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"lcm-application"}},"planInfo":{"offerId":"sas-lcm-azure-container","planId":"default-private-plan-1015","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnerst56vmajv","name":"cpmrunners.cpmrunnerst56vmajv","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerst56vmajv","description":"cpmrunnerst56vmajv","isSystemExtension":false,"publisher":"cpmrunnerst56vmajv","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerst56vmajv","planId":"cpmrunnerst56vmajv","publisherId":"cpmrunnerst56vmajv"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners4d9790am","name":"cpmrunners.cpmrunners4d9790am","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners4d9790am","description":"cpmrunnerst56vmajv","isSystemExtension":false,"publisher":"cpmrunnerst56vmajv","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerst56vmajv","planId":"cpmrunners4d9790am","publisherId":"cpmrunnerst56vmajv"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/magnolia.dxcloudpaas","name":"magnolia.dxcloudpaas","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"magnolia.dxcloudpaas","description":"magnolia","isSystemExtension":false,"publisher":"magnolia","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"magnolia"}},"planInfo":{"offerId":"dxpaas","planId":"dxpaas","publisherId":"magnolia"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersabd4yc80","name":"cpmrunners.cpmrunnersabd4yc80","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersabd4yc80","description":"cpmrunnersabd4yc80","isSystemExtension":false,"publisher":"cpmrunnersabd4yc80","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersabd4yc80","planId":"cpmrunnersabd4yc80","publisherId":"cpmrunnersabd4yc80"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersa72hh0q1","name":"cpmrunners.cpmrunnersa72hh0q1","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersa72hh0q1","description":"cpmrunnersabd4yc80","isSystemExtension":false,"publisher":"cpmrunnersabd4yc80","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersabd4yc80","planId":"cpmrunnersa72hh0q1","publisherId":"cpmrunnersabd4yc80"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/microsoft.cloud2edgeconnectivity","name":"microsoft.cloud2edgeconnectivity","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.cloud2edgeconnectivity","description":"Extension - to manage cloud to edge connectivity","isSystemExtension":false,"publisher":"Microsoft","isManagedIdentityRequired":false,"supportedClusterTypes":["connectedclusters","managedclusters","Appliances"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"platform-operator-system"}},"planInfo":{"offerId":null,"planId":null,"publisherId":"Microsoft"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.operator","name":"hossted.operator","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.operator","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-open-webui","planId":"basic1","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/aoh.hrmsitautomation","name":"aoh.hrmsitautomation","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"aoh.hrmsitautomation","description":"aohwv1711986298041","isSystemExtension":false,"publisher":"aohwv1711986298041","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hrit-automation"}},"planInfo":{"offerId":"hr-it-automation-iaas-paas","planId":"hrmsitautomationpaas1","publisherId":"aohwv1711986298041"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/dsa.lcm-container-nokc-d","name":"dsa.lcm-container-nokc-d","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.lcm-container-nokc-d","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"lcm-application"}},"planInfo":{"offerId":"sas-lcm-azure-container","planId":"default-hidden-plan-1017","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/clearpeaks.observationdeckmanual","name":"clearpeaks.observationdeckmanual","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"clearpeaks.observationdeckmanual","description":"clearpeakssl1618578401214","isSystemExtension":false,"publisher":"clearpeakssl1618578401214","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"od"}},"planInfo":{"offerId":"observationdeckcontainer","planId":"odplan3","publisherId":"clearpeakssl1618578401214"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.operator.pgadmin","name":"hossted.operator.pgadmin","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.operator.pgadmin","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-pgadmin4","planId":"1","publisherId":"meanio"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHliZFdrQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjMlMjNUUkMlM0EzMjIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/microsoft.aksedge.imageoperator","name":"microsoft.aksedge.imageoperator","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.aksedge.imageoperator","description":"Extension + to provision image for onprem clusters","isSystemExtension":false,"publisher":"Msk8s","isManagedIdentityRequired":true,"supportedClusterTypes":["connectedclusters","managedclusters","Appliances"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cloudop-system"}},"planInfo":{"offerId":null,"planId":null,"publisherId":"Msk8s"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/johnsnowlabs.genailab.cvetesting","name":"johnsnowlabs.genailab.cvetesting","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"johnsnowlabs.genailab.cvetesting","description":"johnsnowlabsinc1646051154808","isSystemExtension":false,"publisher":"johnsnowlabsinc1646051154808","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"generative_ai_lab_container","planId":"cve-testing","publisherId":"johnsnowlabsinc1646051154808"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hamsabnb.drexconnect","name":"hamsabnb.drexconnect","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hamsabnb.drexconnect","description":"hamsapayinc1695840740319","isSystemExtension":false,"publisher":"hamsapayinc1695840740319","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"hamsa_drex_connect","planId":"drex_connect_banco_bnb","publisherId":"hamsapayinc1695840740319"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/dsa.lcm-container-nokc-c","name":"dsa.lcm-container-nokc-c","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.lcm-container-nokc-c","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"lcm-application"}},"planInfo":{"offerId":"sas-lcm-azure-container","planId":"default-private-plan-1015","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnerst56vmajv","name":"cpmrunners.cpmrunnerst56vmajv","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerst56vmajv","description":"cpmrunnerst56vmajv","isSystemExtension":false,"publisher":"cpmrunnerst56vmajv","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerst56vmajv","planId":"cpmrunnerst56vmajv","publisherId":"cpmrunnerst56vmajv"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners4d9790am","name":"cpmrunners.cpmrunners4d9790am","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners4d9790am","description":"cpmrunnerst56vmajv","isSystemExtension":false,"publisher":"cpmrunnerst56vmajv","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerst56vmajv","planId":"cpmrunners4d9790am","publisherId":"cpmrunnerst56vmajv"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/magnolia.dxcloudpaas","name":"magnolia.dxcloudpaas","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"magnolia.dxcloudpaas","description":"magnolia","isSystemExtension":false,"publisher":"magnolia","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"magnolia"}},"planInfo":{"offerId":"dxpaas","planId":"dxpaas","publisherId":"magnolia"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersabd4yc80","name":"cpmrunners.cpmrunnersabd4yc80","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersabd4yc80","description":"cpmrunnersabd4yc80","isSystemExtension":false,"publisher":"cpmrunnersabd4yc80","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersabd4yc80","planId":"cpmrunnersabd4yc80","publisherId":"cpmrunnersabd4yc80"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersa72hh0q1","name":"cpmrunners.cpmrunnersa72hh0q1","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersa72hh0q1","description":"cpmrunnersabd4yc80","isSystemExtension":false,"publisher":"cpmrunnersabd4yc80","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersabd4yc80","planId":"cpmrunnersa72hh0q1","publisherId":"cpmrunnersabd4yc80"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/microsoft.cloud2edgeconnectivity","name":"microsoft.cloud2edgeconnectivity","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.cloud2edgeconnectivity","description":"Extension + to manage cloud to edge connectivity","isSystemExtension":false,"publisher":"Microsoft","isManagedIdentityRequired":false,"supportedClusterTypes":["connectedclusters","managedclusters","Appliances"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"platform-operator-system"}},"planInfo":{"offerId":null,"planId":null,"publisherId":"Microsoft"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.operator","name":"hossted.operator","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.operator","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-open-webui","planId":"basic1","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/aoh.hrmsitautomation","name":"aoh.hrmsitautomation","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"aoh.hrmsitautomation","description":"aohwv1711986298041","isSystemExtension":false,"publisher":"aohwv1711986298041","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hrit-automation"}},"planInfo":{"offerId":"hr-it-automation-iaas-paas","planId":"hrmsitautomationpaas1","publisherId":"aohwv1711986298041"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/dsa.lcm-container-nokc-d","name":"dsa.lcm-container-nokc-d","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.lcm-container-nokc-d","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"lcm-application"}},"planInfo":{"offerId":"sas-lcm-azure-container","planId":"default-hidden-plan-1017","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/clearpeaks.observationdeckmanual","name":"clearpeaks.observationdeckmanual","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"clearpeaks.observationdeckmanual","description":"clearpeakssl1618578401214","isSystemExtension":false,"publisher":"clearpeakssl1618578401214","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"od"}},"planInfo":{"offerId":"observationdeckcontainer","planId":"odplan3","publisherId":"clearpeakssl1618578401214"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHh5WUdrQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjMlMjNUUkMlM0EzMjIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '10987' + - '11066' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:30 GMT + - Thu, 29 May 2025 01:04:01 GMT expires: - '-1' pragma: @@ -5021,11 +67011,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/a879584b-3d07-456f-a8ca-62e4c2e6f97f + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/3d7817cd-8328-4662-a70c-829a4df8d1e0 x-ms-ratelimit-remaining-subscription-global-reads: - - '16499' + - '16498' x-msedge-ref: - - 'Ref A: F1ED2DA87D3740328C21E00C4BE420FB Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:29Z' + - 'Ref A: C2AB43B5594743CCB82CE2C98D7A9279 Ref B: MNZ221060609039 Ref C: 2025-05-29T01:04:01Z' status: code: 200 message: OK @@ -5045,21 +67035,21 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHliZFdrQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjMlMjNUUkMlM0EzMjIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHh5WUdrQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjMlMjNUUkMlM0EzMjIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/systoolssoftware.enterprisebackup.privatetestplan","name":"systoolssoftware.enterprisebackup.privatetestplan","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"systoolssoftware.enterprisebackup.privatetestplan","description":"systoolssoftwareprivatelimited1632140387066","isSystemExtension":false,"publisher":"systoolssoftwareprivatelimited1632140387066","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"entbackup"}},"planInfo":{"offerId":"systools-m365-backup","planId":"test-plan","publisherId":"systoolssoftwareprivatelimited1632140387066"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/dsa.lcm-container-kc-d","name":"dsa.lcm-container-kc-d","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.lcm-container-kc-d","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"lcm-application"}},"planInfo":{"offerId":"sas-lcm-azure-container-keycloak","planId":"default-hidden-plan-1018","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.operator.pg","name":"hossted.operator.pg","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.operator.pg","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-pgadmin4","planId":"2","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/here.anonymizerprivatemonthly","name":"here.anonymizerprivatemonthly","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"here.anonymizerprivatemonthly","description":"heretechnologies_us","isSystemExtension":false,"publisher":"heretechnologies_us","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"here-anonymization"}},"planInfo":{"offerId":"here-anonymizer-container-transact","planId":"here_anonymizer_private_transact","publisherId":"heretechnologies_us"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/here.anonymizerprivateannually","name":"here.anonymizerprivateannually","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"here.anonymizerprivateannually","description":"heretechnologies_us","isSystemExtension":false,"publisher":"heretechnologies_us","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"here-anonymization"}},"planInfo":{"offerId":"here-anonymizer-container-transact","planId":"here_anonymizer_private_transact_annual","publisherId":"heretechnologies_us"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersbzjs3865","name":"cpmrunners.cpmrunnersbzjs3865","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersbzjs3865","description":"cpmrunnersbzjs3865","isSystemExtension":false,"publisher":"cpmrunnersbzjs3865","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersbzjs3865","planId":"cpmrunnersbzjs3865","publisherId":"cpmrunnersbzjs3865"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersrf3ib10f","name":"cpmrunners.cpmrunnersrf3ib10f","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersrf3ib10f","description":"cpmrunnersbzjs3865","isSystemExtension":false,"publisher":"cpmrunnersbzjs3865","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersbzjs3865","planId":"cpmrunnersrf3ib10f","publisherId":"cpmrunnersbzjs3865"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersvqtifqsn","name":"cpmrunners.cpmrunnersvqtifqsn","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersvqtifqsn","description":"cpmrunnersvqtifqsn","isSystemExtension":false,"publisher":"cpmrunnersvqtifqsn","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersvqtifqsn","planId":"cpmrunnersvqtifqsn","publisherId":"cpmrunnersvqtifqsn"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersexgi4bg5","name":"cpmrunners.cpmrunnersexgi4bg5","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersexgi4bg5","description":"cpmrunnersvqtifqsn","isSystemExtension":false,"publisher":"cpmrunnersvqtifqsn","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersvqtifqsn","planId":"cpmrunnersexgi4bg5","publisherId":"cpmrunnersvqtifqsn"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.operator.metabase","name":"hossted.operator.metabase","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.operator.metabase","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-metabase","planId":"1","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/langchain.langsmithaksyearlyvoda","name":"langchain.langsmithaksyearlyvoda","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"langchain.langsmithaksyearlyvoda","description":"langchain","isSystemExtension":false,"publisher":"langchain","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"langsmith","planId":"vodafoneitaly","publisherId":"langchain"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/clearpeaks.observationdecktesttwo","name":"clearpeaks.observationdecktesttwo","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"clearpeaks.observationdecktesttwo","description":"clearpeakssl1618578401214","isSystemExtension":false,"publisher":"clearpeakssl1618578401214","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"od"}},"planInfo":{"offerId":"observationdeckcontainer","planId":"odplan4","publisherId":"clearpeakssl1618578401214"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersh0agd3wo","name":"cpmrunners.cpmrunnersh0agd3wo","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersh0agd3wo","description":"cpmrunnersoyrx30q8","isSystemExtension":false,"publisher":"cpmrunnersoyrx30q8","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersoyrx30q8","planId":"cpmrunnersh0agd3wo","publisherId":"cpmrunnersoyrx30q8"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.hossted.nginx","name":"hossted.hossted.nginx","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.hossted.nginx","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-nginx","planId":"hossted-operator","publisherId":"meanio"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHlEUTJvQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjQlMjNUUkMlM0EzMzYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.operator.pgadmin","name":"hossted.operator.pgadmin","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.operator.pgadmin","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-pgadmin4","planId":"1","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/systoolssoftware.enterprisebackup.privatetestplan","name":"systoolssoftware.enterprisebackup.privatetestplan","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"systoolssoftware.enterprisebackup.privatetestplan","description":"systoolssoftwareprivatelimited1632140387066","isSystemExtension":false,"publisher":"systoolssoftwareprivatelimited1632140387066","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"entbackup"}},"planInfo":{"offerId":"systools-m365-backup","planId":"test-plan","publisherId":"systoolssoftwareprivatelimited1632140387066"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/dsa.lcm-container-kc-d","name":"dsa.lcm-container-kc-d","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.lcm-container-kc-d","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"lcm-application"}},"planInfo":{"offerId":"sas-lcm-azure-container-keycloak","planId":"default-hidden-plan-1018","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.operator.pg","name":"hossted.operator.pg","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.operator.pg","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-pgadmin4","planId":"2","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/here.anonymizerprivatemonthly","name":"here.anonymizerprivatemonthly","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"here.anonymizerprivatemonthly","description":"heretechnologies_us","isSystemExtension":false,"publisher":"heretechnologies_us","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"here-anonymization"}},"planInfo":{"offerId":"here-anonymizer-container-transact","planId":"here_anonymizer_private_transact","publisherId":"heretechnologies_us"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/here.anonymizerprivateannually","name":"here.anonymizerprivateannually","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"here.anonymizerprivateannually","description":"heretechnologies_us","isSystemExtension":false,"publisher":"heretechnologies_us","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"here-anonymization"}},"planInfo":{"offerId":"here-anonymizer-container-transact","planId":"here_anonymizer_private_transact_annual","publisherId":"heretechnologies_us"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersbzjs3865","name":"cpmrunners.cpmrunnersbzjs3865","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersbzjs3865","description":"cpmrunnersbzjs3865","isSystemExtension":false,"publisher":"cpmrunnersbzjs3865","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersbzjs3865","planId":"cpmrunnersbzjs3865","publisherId":"cpmrunnersbzjs3865"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersrf3ib10f","name":"cpmrunners.cpmrunnersrf3ib10f","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersrf3ib10f","description":"cpmrunnersbzjs3865","isSystemExtension":false,"publisher":"cpmrunnersbzjs3865","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersbzjs3865","planId":"cpmrunnersrf3ib10f","publisherId":"cpmrunnersbzjs3865"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersvqtifqsn","name":"cpmrunners.cpmrunnersvqtifqsn","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersvqtifqsn","description":"cpmrunnersvqtifqsn","isSystemExtension":false,"publisher":"cpmrunnersvqtifqsn","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersvqtifqsn","planId":"cpmrunnersvqtifqsn","publisherId":"cpmrunnersvqtifqsn"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersexgi4bg5","name":"cpmrunners.cpmrunnersexgi4bg5","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersexgi4bg5","description":"cpmrunnersvqtifqsn","isSystemExtension":false,"publisher":"cpmrunnersvqtifqsn","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersvqtifqsn","planId":"cpmrunnersexgi4bg5","publisherId":"cpmrunnersvqtifqsn"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.operator.metabase","name":"hossted.operator.metabase","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.operator.metabase","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-metabase","planId":"1","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/langchain.langsmithaksyearlyvoda","name":"langchain.langsmithaksyearlyvoda","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"langchain.langsmithaksyearlyvoda","description":"langchain","isSystemExtension":false,"publisher":"langchain","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"langsmith","planId":"vodafoneitaly","publisherId":"langchain"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/clearpeaks.observationdecktesttwo","name":"clearpeaks.observationdecktesttwo","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"clearpeaks.observationdecktesttwo","description":"clearpeakssl1618578401214","isSystemExtension":false,"publisher":"clearpeakssl1618578401214","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"od"}},"planInfo":{"offerId":"observationdeckcontainer","planId":"odplan4","publisherId":"clearpeakssl1618578401214"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersh0agd3wo","name":"cpmrunners.cpmrunnersh0agd3wo","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersh0agd3wo","description":"cpmrunnersoyrx30q8","isSystemExtension":false,"publisher":"cpmrunnersoyrx30q8","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersoyrx30q8","planId":"cpmrunnersh0agd3wo","publisherId":"cpmrunnersoyrx30q8"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhzSjJvQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjQlMjNUUkMlM0EzMzYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '11070' + - '11067' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:30 GMT + - Thu, 29 May 2025 01:04:01 GMT expires: - '-1' pragma: @@ -5071,11 +67061,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/6b34175c-c186-497e-86b4-b699de417cba + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/c1102ff3-5775-4d5b-942b-024b5c9ff181 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: AB535096646E4CC197BC4E1B7FF07C31 Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:30Z' + - 'Ref A: 2338BF18B7524FA9856BC0B27B7AFAA8 Ref B: MNZ221060609039 Ref C: 2025-05-29T01:04:01Z' status: code: 200 message: OK @@ -5095,21 +67085,21 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHlEUTJvQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjQlMjNUUkMlM0EzMzYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhzSjJvQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjQlMjNUUkMlM0EzMzYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/clearpeaks.observationdecktestthree","name":"clearpeaks.observationdecktestthree","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"clearpeaks.observationdecktestthree","description":"clearpeakssl1618578401214","isSystemExtension":false,"publisher":"clearpeakssl1618578401214","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"od"}},"planInfo":{"offerId":"observationdeckcontainer","planId":"odplan5","publisherId":"clearpeakssl1618578401214"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.operator.mariadb","name":"hossted.operator.mariadb","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.operator.mariadb","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-mariadb","planId":"hossted-operator","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.hossted.rabbitmq","name":"hossted.hossted.rabbitmq","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.hossted.rabbitmq","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-rabbitmq","planId":"basic-k8s","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/clearpeaks.observationdecktestfour","name":"clearpeaks.observationdecktestfour","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"clearpeaks.observationdecktestfour","description":"clearpeakssl1618578401214","isSystemExtension":false,"publisher":"clearpeakssl1618578401214","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"od"}},"planInfo":{"offerId":"observationdeckcontainer","planId":"odplan6","publisherId":"clearpeakssl1618578401214"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/systoolssoftware.enterprisebackup.storageplan","name":"systoolssoftware.enterprisebackup.storageplan","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"systoolssoftware.enterprisebackup.storageplan","description":"systoolssoftwareprivatelimited1632140387066","isSystemExtension":false,"publisher":"systoolssoftwareprivatelimited1632140387066","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"entbackup"}},"planInfo":{"offerId":"systools-m365-backup","planId":"per-gb-storage","publisherId":"systoolssoftwareprivatelimited1632140387066"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/clearpeaks.observationdecktestseven","name":"clearpeaks.observationdecktestseven","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"clearpeaks.observationdecktestseven","description":"clearpeakssl1618578401214","isSystemExtension":false,"publisher":"clearpeakssl1618578401214","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"od"}},"planInfo":{"offerId":"observationdeckcontainer","planId":"odplan7","publisherId":"clearpeakssl1618578401214"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/clearpeaks.observationdecktesteight","name":"clearpeaks.observationdecktesteight","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"clearpeaks.observationdecktesteight","description":"clearpeakssl1618578401214","isSystemExtension":false,"publisher":"clearpeakssl1618578401214","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"od"}},"planInfo":{"offerId":"observationdeckcontainer","planId":"odplan8","publisherId":"clearpeakssl1618578401214"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/dynatrace.azuredynatraceoperator.rc","name":"dynatrace.azuredynatraceoperator.rc","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dynatrace.azuredynatraceoperator.rc","description":"dynatrace","isSystemExtension":false,"publisher":"dynatrace","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"dynatrace"}},"planInfo":{"offerId":"azure-dynatrace-operator","planId":"operator-1-20-aks-validation","publisherId":"dynatrace"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.rabbitmq.input","name":"hossted.rabbitmq.input","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.rabbitmq.input","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-rabbitmq","planId":"hossted-rabbitmq-k8s","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/clearpeaks.observationdecktestnine","name":"clearpeaks.observationdecktestnine","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"clearpeaks.observationdecktestnine","description":"clearpeakssl1618578401214","isSystemExtension":false,"publisher":"clearpeakssl1618578401214","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"od"}},"planInfo":{"offerId":"observationdeckcontainer","planId":"odplan9","publisherId":"clearpeakssl1618578401214"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/shapelets.dataapps","name":"shapelets.dataapps","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"shapelets.dataapps","description":"shapelets1647335373345","isSystemExtension":false,"publisher":"shapelets1647335373345","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"shapelets-data-apps"}},"planInfo":{"offerId":"shapelets-data-app-platform","planId":"shapelets-platform-paid","publisherId":"shapelets1647335373345"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/clearpeaks.observationdecktestfinal","name":"clearpeaks.observationdecktestfinal","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"clearpeaks.observationdecktestfinal","description":"clearpeakssl1618578401214","isSystemExtension":false,"publisher":"clearpeakssl1618578401214","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"od"}},"planInfo":{"offerId":"observationdeckcontainer","planId":"odplan10","publisherId":"clearpeakssl1618578401214"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/clearpeaks.observationdecktestten","name":"clearpeaks.observationdecktestten","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"clearpeaks.observationdecktestten","description":"clearpeakssl1618578401214","isSystemExtension":false,"publisher":"clearpeakssl1618578401214","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"od"}},"planInfo":{"offerId":"observationdeckcontainer","planId":"odplan11","publisherId":"clearpeakssl1618578401214"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/systools.microsoftbackup.storagepergb","name":"systools.microsoftbackup.storagepergb","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"systools.microsoftbackup.storagepergb","description":"systoolssoftwareprivatelimited1632140387066","isSystemExtension":false,"publisher":"systoolssoftwareprivatelimited1632140387066","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"entbackup"}},"planInfo":{"offerId":"systools-m365-backup","planId":"pergbbackup","publisherId":"systoolssoftwareprivatelimited1632140387066"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHdvQm13Q0FBQUFBQSUzRCUzRCUyM1JUJTNBMjUlMjNUUkMlM0EzNTAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.hossted.nginx","name":"hossted.hossted.nginx","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.hossted.nginx","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-nginx","planId":"hossted-operator","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/clearpeaks.observationdecktestthree","name":"clearpeaks.observationdecktestthree","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"clearpeaks.observationdecktestthree","description":"clearpeakssl1618578401214","isSystemExtension":false,"publisher":"clearpeakssl1618578401214","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"od"}},"planInfo":{"offerId":"observationdeckcontainer","planId":"odplan5","publisherId":"clearpeakssl1618578401214"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.operator.mariadb","name":"hossted.operator.mariadb","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.operator.mariadb","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-mariadb","planId":"hossted-operator","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.hossted.rabbitmq","name":"hossted.hossted.rabbitmq","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.hossted.rabbitmq","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-rabbitmq","planId":"basic-k8s","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/clearpeaks.observationdecktestfour","name":"clearpeaks.observationdecktestfour","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"clearpeaks.observationdecktestfour","description":"clearpeakssl1618578401214","isSystemExtension":false,"publisher":"clearpeakssl1618578401214","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"od"}},"planInfo":{"offerId":"observationdeckcontainer","planId":"odplan6","publisherId":"clearpeakssl1618578401214"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/systoolssoftware.enterprisebackup.storageplan","name":"systoolssoftware.enterprisebackup.storageplan","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"systoolssoftware.enterprisebackup.storageplan","description":"systoolssoftwareprivatelimited1632140387066","isSystemExtension":false,"publisher":"systoolssoftwareprivatelimited1632140387066","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"entbackup"}},"planInfo":{"offerId":"systools-m365-backup","planId":"per-gb-storage","publisherId":"systoolssoftwareprivatelimited1632140387066"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/clearpeaks.observationdecktestseven","name":"clearpeaks.observationdecktestseven","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"clearpeaks.observationdecktestseven","description":"clearpeakssl1618578401214","isSystemExtension":false,"publisher":"clearpeakssl1618578401214","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"od"}},"planInfo":{"offerId":"observationdeckcontainer","planId":"odplan7","publisherId":"clearpeakssl1618578401214"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/clearpeaks.observationdecktesteight","name":"clearpeaks.observationdecktesteight","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"clearpeaks.observationdecktesteight","description":"clearpeakssl1618578401214","isSystemExtension":false,"publisher":"clearpeakssl1618578401214","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"od"}},"planInfo":{"offerId":"observationdeckcontainer","planId":"odplan8","publisherId":"clearpeakssl1618578401214"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/dynatrace.azuredynatraceoperator.rc","name":"dynatrace.azuredynatraceoperator.rc","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dynatrace.azuredynatraceoperator.rc","description":"dynatrace","isSystemExtension":false,"publisher":"dynatrace","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"dynatrace"}},"planInfo":{"offerId":"azure-dynatrace-operator","planId":"operator-1-20-aks-validation","publisherId":"dynatrace"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.rabbitmq.input","name":"hossted.rabbitmq.input","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.rabbitmq.input","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-rabbitmq","planId":"hossted-rabbitmq-k8s","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/clearpeaks.observationdecktestnine","name":"clearpeaks.observationdecktestnine","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"clearpeaks.observationdecktestnine","description":"clearpeakssl1618578401214","isSystemExtension":false,"publisher":"clearpeakssl1618578401214","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"od"}},"planInfo":{"offerId":"observationdeckcontainer","planId":"odplan9","publisherId":"clearpeakssl1618578401214"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/shapelets.dataapps","name":"shapelets.dataapps","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"shapelets.dataapps","description":"shapelets1647335373345","isSystemExtension":false,"publisher":"shapelets1647335373345","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"shapelets-data-apps"}},"planInfo":{"offerId":"shapelets-data-app-platform","planId":"shapelets-platform-paid","publisherId":"shapelets1647335373345"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/clearpeaks.observationdecktestfinal","name":"clearpeaks.observationdecktestfinal","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"clearpeaks.observationdecktestfinal","description":"clearpeakssl1618578401214","isSystemExtension":false,"publisher":"clearpeakssl1618578401214","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"od"}},"planInfo":{"offerId":"observationdeckcontainer","planId":"odplan10","publisherId":"clearpeakssl1618578401214"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/clearpeaks.observationdecktestten","name":"clearpeaks.observationdecktestten","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"clearpeaks.observationdecktestten","description":"clearpeakssl1618578401214","isSystemExtension":false,"publisher":"clearpeakssl1618578401214","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"od"}},"planInfo":{"offerId":"observationdeckcontainer","planId":"odplan11","publisherId":"clearpeakssl1618578401214"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHludTJzQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjUlMjNUUkMlM0EzNTAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '11245' + - '11091' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:31 GMT + - Thu, 29 May 2025 01:04:01 GMT expires: - '-1' pragma: @@ -5121,11 +67111,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/e3cf8662-ca58-4b34-95b6-6f61f59333a7 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/681747ca-b615-4200-a467-67ae13964673 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: AA6A0227A738464CAE2B5B80745AC07A Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:30Z' + - 'Ref A: FCA1148C8BFA499AA1029B1479CC5D8A Ref B: MNZ221060609039 Ref C: 2025-05-29T01:04:01Z' status: code: 200 message: OK @@ -5145,22 +67135,22 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHdvQm13Q0FBQUFBQSUzRCUzRCUyM1JUJTNBMjUlMjNUUkMlM0EzNTAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHludTJzQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjUlMjNUUkMlM0EzNTAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/tetrate.istioonetwentyeightrevone","name":"tetrate.istioonetwentyeightrevone","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"tetrate.istioonetwentyeightrevone","description":"tetrate1598353087553","isSystemExtension":false,"publisher":"tetrate1598353087553","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"tetrateistio","planId":"tid-1-20-8-1","publisherId":"tetrate1598353087553"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/redis.redisenterpriseoperatorbyoltest","name":"redis.redisenterpriseoperatorbyoltest","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"redis.redisenterpriseoperatorbyoltest","description":"garantiadata","isSystemExtension":false,"publisher":"garantiadata","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":true,"defaultReleaseNamespace":"redis-enterprise"}},"planInfo":{"offerId":"redis_enterprise_operator","planId":"redis_enterprise_byol_test","publisherId":"garantiadata"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/redis.redisenterpriseoperatorpaygtest","name":"redis.redisenterpriseoperatorpaygtest","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"redis.redisenterpriseoperatorpaygtest","description":"garantiadata","isSystemExtension":false,"publisher":"garantiadata","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":true,"defaultReleaseNamespace":"redis-enterprise"}},"planInfo":{"offerId":"redis_enterprise_operator","planId":"redis_enterprise_payg_test","publisherId":"garantiadata"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/tetrate.istioonetwentyeightrevonedotone","name":"tetrate.istioonetwentyeightrevonedotone","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"tetrate.istioonetwentyeightrevonedotone","description":"tetrate1598353087553","isSystemExtension":false,"publisher":"tetrate1598353087553","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"tetrateistio","planId":"tid-1-20-8-11","publisherId":"tetrate1598353087553"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/tetrate.istioonetwentyonefive","name":"tetrate.istioonetwentyonefive","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"tetrate.istioonetwentyonefive","description":"tetrate1598353087553","isSystemExtension":false,"publisher":"tetrate1598353087553","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"tetrateistio","planId":"tid-1-21-5-0","publisherId":"tetrate1598353087553"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/tetrate.istioonetwentytwothree","name":"tetrate.istioonetwentytwothree","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"tetrate.istioonetwentytwothree","description":"tetrate1598353087553","isSystemExtension":false,"publisher":"tetrate1598353087553","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"tetrateistio","planId":"tid-1-22-3-0","publisherId":"tetrate1598353087553"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/microsoft.test.systemextension","name":"microsoft.test.systemextension","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.test.systemextension","description":"Azure - Arc test extension for system extensions","isSystemExtension":true,"publisher":"maubarnes","isManagedIdentityRequired":false,"supportedClusterTypes":["Connectedclusters","Managedclusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"test-system-extensions"}},"planInfo":{"offerId":null,"planId":null,"publisherId":"maubarnes"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnerswhrsy9pq","name":"cpmrunners.cpmrunnerswhrsy9pq","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerswhrsy9pq","description":"cpmrunnerswhrsy9pq","isSystemExtension":false,"publisher":"cpmrunnerswhrsy9pq","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerswhrsy9pq","planId":"cpmrunnerswhrsy9pq","publisherId":"cpmrunnerswhrsy9pq"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners2bw8lzua","name":"cpmrunners.cpmrunners2bw8lzua","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners2bw8lzua","description":"cpmrunnerswhrsy9pq","isSystemExtension":false,"publisher":"cpmrunnerswhrsy9pq","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerswhrsy9pq","planId":"cpmrunners2bw8lzua","publisherId":"cpmrunnerswhrsy9pq"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/dynatrace.azuredynatraceoperator.one.x","name":"dynatrace.azuredynatraceoperator.one.x","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dynatrace.azuredynatraceoperator.one.x","description":"dynatrace","isSystemExtension":false,"publisher":"dynatrace","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"dynatrace"}},"planInfo":{"offerId":"azure-dynatrace-operator","planId":"dynatrace-operator-1-x","publisherId":"dynatrace"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/langchain.langsmithaksyearlyvodafone","name":"langchain.langsmithaksyearlyvodafone","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"langchain.langsmithaksyearlyvodafone","description":"langchain","isSystemExtension":false,"publisher":"langchain","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"langsmith","planId":"vodafoneitaly2","publisherId":"langchain"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners9fnrfvxq","name":"cpmrunners.cpmrunners9fnrfvxq","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners9fnrfvxq","description":"cpmrunners9fnrfvxq","isSystemExtension":false,"publisher":"cpmrunners9fnrfvxq","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners9fnrfvxq","planId":"cpmrunners9fnrfvxq","publisherId":"cpmrunners9fnrfvxq"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersdf0xriub","name":"cpmrunners.cpmrunnersdf0xriub","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersdf0xriub","description":"cpmrunners9fnrfvxq","isSystemExtension":false,"publisher":"cpmrunners9fnrfvxq","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners9fnrfvxq","planId":"cpmrunnersdf0xriub","publisherId":"cpmrunners9fnrfvxq"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/langchain.langsmithaksvodafone","name":"langchain.langsmithaksvodafone","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"langchain.langsmithaksvodafone","description":"langchain","isSystemExtension":false,"publisher":"langchain","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"langsmith","planId":"langsmith1","publisherId":"langchain"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHdERFcwQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjYlMjNUUkMlM0EzNjQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/systools.microsoftbackup.storagepergb","name":"systools.microsoftbackup.storagepergb","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"systools.microsoftbackup.storagepergb","description":"systoolssoftwareprivatelimited1632140387066","isSystemExtension":false,"publisher":"systoolssoftwareprivatelimited1632140387066","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"entbackup"}},"planInfo":{"offerId":"systools-m365-backup","planId":"pergbbackup","publisherId":"systoolssoftwareprivatelimited1632140387066"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/tetrate.istioonetwentyeightrevone","name":"tetrate.istioonetwentyeightrevone","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"tetrate.istioonetwentyeightrevone","description":"tetrate1598353087553","isSystemExtension":false,"publisher":"tetrate1598353087553","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"tetrateistio","planId":"tid-1-20-8-1","publisherId":"tetrate1598353087553"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/redis.redisenterpriseoperatorbyoltest","name":"redis.redisenterpriseoperatorbyoltest","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"redis.redisenterpriseoperatorbyoltest","description":"garantiadata","isSystemExtension":false,"publisher":"garantiadata","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":true,"defaultReleaseNamespace":"redis-enterprise"}},"planInfo":{"offerId":"redis_enterprise_operator","planId":"redis_enterprise_byol_test","publisherId":"garantiadata"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/redis.redisenterpriseoperatorpaygtest","name":"redis.redisenterpriseoperatorpaygtest","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"redis.redisenterpriseoperatorpaygtest","description":"garantiadata","isSystemExtension":false,"publisher":"garantiadata","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":true,"defaultReleaseNamespace":"redis-enterprise"}},"planInfo":{"offerId":"redis_enterprise_operator","planId":"redis_enterprise_payg_test","publisherId":"garantiadata"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/tetrate.istioonetwentyeightrevonedotone","name":"tetrate.istioonetwentyeightrevonedotone","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"tetrate.istioonetwentyeightrevonedotone","description":"tetrate1598353087553","isSystemExtension":false,"publisher":"tetrate1598353087553","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"tetrateistio","planId":"tid-1-20-8-11","publisherId":"tetrate1598353087553"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/tetrate.istioonetwentyonefive","name":"tetrate.istioonetwentyonefive","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"tetrate.istioonetwentyonefive","description":"tetrate1598353087553","isSystemExtension":false,"publisher":"tetrate1598353087553","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"tetrateistio","planId":"tid-1-21-5-0","publisherId":"tetrate1598353087553"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/tetrate.istioonetwentytwothree","name":"tetrate.istioonetwentytwothree","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"tetrate.istioonetwentytwothree","description":"tetrate1598353087553","isSystemExtension":false,"publisher":"tetrate1598353087553","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"tetrateistio","planId":"tid-1-22-3-0","publisherId":"tetrate1598353087553"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/microsoft.test.systemextension","name":"microsoft.test.systemextension","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.test.systemextension","description":"Azure + Arc test extension for system extensions","isSystemExtension":true,"publisher":"maubarnes","isManagedIdentityRequired":false,"supportedClusterTypes":["Connectedclusters","Managedclusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"test-system-extensions"}},"planInfo":{"offerId":null,"planId":null,"publisherId":"maubarnes"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnerswhrsy9pq","name":"cpmrunners.cpmrunnerswhrsy9pq","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerswhrsy9pq","description":"cpmrunnerswhrsy9pq","isSystemExtension":false,"publisher":"cpmrunnerswhrsy9pq","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerswhrsy9pq","planId":"cpmrunnerswhrsy9pq","publisherId":"cpmrunnerswhrsy9pq"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners2bw8lzua","name":"cpmrunners.cpmrunners2bw8lzua","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners2bw8lzua","description":"cpmrunnerswhrsy9pq","isSystemExtension":false,"publisher":"cpmrunnerswhrsy9pq","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerswhrsy9pq","planId":"cpmrunners2bw8lzua","publisherId":"cpmrunnerswhrsy9pq"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/dynatrace.azuredynatraceoperator.one.x","name":"dynatrace.azuredynatraceoperator.one.x","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dynatrace.azuredynatraceoperator.one.x","description":"dynatrace","isSystemExtension":false,"publisher":"dynatrace","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"dynatrace"}},"planInfo":{"offerId":"azure-dynatrace-operator","planId":"dynatrace-operator-1-x","publisherId":"dynatrace"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/langchain.langsmithaksyearlyvodafone","name":"langchain.langsmithaksyearlyvodafone","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"langchain.langsmithaksyearlyvodafone","description":"langchain","isSystemExtension":false,"publisher":"langchain","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"langsmith","planId":"vodafoneitaly2","publisherId":"langchain"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners9fnrfvxq","name":"cpmrunners.cpmrunners9fnrfvxq","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners9fnrfvxq","description":"cpmrunners9fnrfvxq","isSystemExtension":false,"publisher":"cpmrunners9fnrfvxq","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners9fnrfvxq","planId":"cpmrunners9fnrfvxq","publisherId":"cpmrunners9fnrfvxq"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersdf0xriub","name":"cpmrunners.cpmrunnersdf0xriub","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersdf0xriub","description":"cpmrunners9fnrfvxq","isSystemExtension":false,"publisher":"cpmrunners9fnrfvxq","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners9fnrfvxq","planId":"cpmrunnersdf0xriub","publisherId":"cpmrunners9fnrfvxq"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHpIQkcwQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjYlMjNUUkMlM0EzNjQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '11029' + - '11169' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:31 GMT + - Thu, 29 May 2025 01:04:02 GMT expires: - '-1' pragma: @@ -5172,11 +67162,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/a58be9dc-afdd-42bb-b56b-9d92b1c6432b + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/6edb325b-831b-4385-beaa-029483962d97 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: A1AFA2FC4A8246DAAEBA8354244623E8 Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:31Z' + - 'Ref A: 1CF5658FF3B34461ABAE04BEA0E5104A Ref B: MNZ221060609039 Ref C: 2025-05-29T01:04:02Z' status: code: 200 message: OK @@ -5196,22 +67186,22 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHdERFcwQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjYlMjNUUkMlM0EzNjQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHpIQkcwQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjYlMjNUUkMlM0EzNjQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/microsoft.test1pextension","name":"microsoft.test1pextension","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.test1pextension","description":"Azure - Arc test extension for 1P extensions","isSystemExtension":false,"publisher":"maubarnes","isManagedIdentityRequired":false,"supportedClusterTypes":["Connectedclusters","Managedclusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"test-1pextension"}},"planInfo":{"offerId":null,"planId":null,"publisherId":"maubarnes"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/ironpdfdocker-twentyfour.three.four","name":"ironpdfdocker-twentyfour.three.four","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ironpdfdocker-twentyfour.three.four","description":"ironsoftwarecoltd1682560478296","isSystemExtension":false,"publisher":"ironsoftwarecoltd1682560478296","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"ironpdf-docker-container-v1","planId":"2024-3-4","publisherId":"ironsoftwarecoltd1682560478296"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners3350qcn1","name":"cpmrunners.cpmrunners3350qcn1","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners3350qcn1","description":"cpmrunners3350qcn1","isSystemExtension":false,"publisher":"cpmrunners3350qcn1","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners3350qcn1","planId":"cpmrunners3350qcn1","publisherId":"cpmrunners3350qcn1"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/bosch.adas.anonymization","name":"bosch.adas.anonymization","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"bosch.adas.anonymization","description":"rbei","isSystemExtension":false,"publisher":"rbei","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"dlp-anonymization"}},"planInfo":{"offerId":"adas_anonymization_service","planId":"adas-as-basic-1","publisherId":"rbei"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/ironpdfdocker-twentyfour.eight.three","name":"ironpdfdocker-twentyfour.eight.three","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ironpdfdocker-twentyfour.eight.three","description":"ironsoftwarecoltd1682560478296","isSystemExtension":false,"publisher":"ironsoftwarecoltd1682560478296","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"ironpdf-docker-container-v1","planId":"2024-8-3","publisherId":"ironsoftwarecoltd1682560478296"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/fermyon.spinkube","name":"fermyon.spinkube","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"fermyon.spinkube","description":"fermyontechnologiesinc1721672532725","isSystemExtension":false,"publisher":"fermyontechnologiesinc1721672532725","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"spinkube"}},"planInfo":{"offerId":"spinkube-oss-project","planId":"free","publisherId":"fermyontechnologiesinc1721672532725"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/contoso.maubarnes.versionscaling","name":"contoso.maubarnes.versionscaling","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"contoso.maubarnes.versionscaling","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"mauricetestoffer","planId":"testplanversionscalingplan","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersskvvohn5","name":"cpmrunners.cpmrunnersskvvohn5","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersskvvohn5","description":"cpmrunnersskvvohn5","isSystemExtension":false,"publisher":"cpmrunnersskvvohn5","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersskvvohn5","planId":"cpmrunnersskvvohn5","publisherId":"cpmrunnersskvvohn5"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners4tm5wwvd","name":"cpmrunners.cpmrunners4tm5wwvd","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners4tm5wwvd","description":"cpmrunnersskvvohn5","isSystemExtension":false,"publisher":"cpmrunnersskvvohn5","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersskvvohn5","planId":"cpmrunners4tm5wwvd","publisherId":"cpmrunnersskvvohn5"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/tetrate.istioonetwentythree","name":"tetrate.istioonetwentythree","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"tetrate.istioonetwentythree","description":"tetrate1598353087553","isSystemExtension":false,"publisher":"tetrate1598353087553","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"tetrateistio","planId":"tid-1-23-0-0","publisherId":"tetrate1598353087553"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/dsa.lcm-container-kc-e","name":"dsa.lcm-container-kc-e","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.lcm-container-kc-e","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"lcm-application"}},"planInfo":{"offerId":"sas-lcm-azure-container-keycloak","planId":"default-hidden-plan-1022","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersisq4ndso","name":"cpmrunners.cpmrunnersisq4ndso","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersisq4ndso","description":"cpmrunnersoy7sts7p","isSystemExtension":false,"publisher":"cpmrunnersoy7sts7p","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersoy7sts7p","planId":"cpmrunnersisq4ndso","publisherId":"cpmrunnersoy7sts7p"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/transcend.sombra","name":"transcend.sombra","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"transcend.sombra","description":"transcend1719332468088","isSystemExtension":false,"publisher":"transcend1719332468088","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"transcend"}},"planInfo":{"offerId":"transcend_datagovernance","planId":"transcend_platform","publisherId":"transcend1719332468088"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners1a6qpaum","name":"cpmrunners.cpmrunners1a6qpaum","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners1a6qpaum","description":"cpmrunners1a6qpaum","isSystemExtension":false,"publisher":"cpmrunners1a6qpaum","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners1a6qpaum","planId":"cpmrunners1a6qpaum","publisherId":"cpmrunners1a6qpaum"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHg3YjNBQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjclMjNUUkMlM0EzNzglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/langchain.langsmithaksvodafone","name":"langchain.langsmithaksvodafone","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"langchain.langsmithaksvodafone","description":"langchain","isSystemExtension":false,"publisher":"langchain","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"langsmith","planId":"langsmith1","publisherId":"langchain"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/microsoft.test1pextension","name":"microsoft.test1pextension","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.test1pextension","description":"Azure + Arc test extension for 1P extensions","isSystemExtension":false,"publisher":"maubarnes","isManagedIdentityRequired":false,"supportedClusterTypes":["Connectedclusters","Managedclusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"test-1pextension"}},"planInfo":{"offerId":null,"planId":null,"publisherId":"maubarnes"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/ironpdfdocker-twentyfour.three.four","name":"ironpdfdocker-twentyfour.three.four","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ironpdfdocker-twentyfour.three.four","description":"ironsoftwarecoltd1682560478296","isSystemExtension":false,"publisher":"ironsoftwarecoltd1682560478296","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"ironpdf-docker-container-v1","planId":"2024-3-4","publisherId":"ironsoftwarecoltd1682560478296"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners3350qcn1","name":"cpmrunners.cpmrunners3350qcn1","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners3350qcn1","description":"cpmrunners3350qcn1","isSystemExtension":false,"publisher":"cpmrunners3350qcn1","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners3350qcn1","planId":"cpmrunners3350qcn1","publisherId":"cpmrunners3350qcn1"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/bosch.adas.anonymization","name":"bosch.adas.anonymization","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"bosch.adas.anonymization","description":"rbei","isSystemExtension":false,"publisher":"rbei","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"dlp-anonymization"}},"planInfo":{"offerId":"adas_anonymization_service","planId":"adas-as-basic-1","publisherId":"rbei"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/ironpdfdocker-twentyfour.eight.three","name":"ironpdfdocker-twentyfour.eight.three","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ironpdfdocker-twentyfour.eight.three","description":"ironsoftwarecoltd1682560478296","isSystemExtension":false,"publisher":"ironsoftwarecoltd1682560478296","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"ironpdf-docker-container-v1","planId":"2024-8-3","publisherId":"ironsoftwarecoltd1682560478296"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/fermyon.spinkube","name":"fermyon.spinkube","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"fermyon.spinkube","description":"fermyontechnologiesinc1721672532725","isSystemExtension":false,"publisher":"fermyontechnologiesinc1721672532725","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"spinkube"}},"planInfo":{"offerId":"spinkube-oss-project","planId":"free","publisherId":"fermyontechnologiesinc1721672532725"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/contoso.maubarnes.versionscaling","name":"contoso.maubarnes.versionscaling","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"contoso.maubarnes.versionscaling","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"mauricetestoffer","planId":"testplanversionscalingplan","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersskvvohn5","name":"cpmrunners.cpmrunnersskvvohn5","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersskvvohn5","description":"cpmrunnersskvvohn5","isSystemExtension":false,"publisher":"cpmrunnersskvvohn5","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersskvvohn5","planId":"cpmrunnersskvvohn5","publisherId":"cpmrunnersskvvohn5"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners4tm5wwvd","name":"cpmrunners.cpmrunners4tm5wwvd","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners4tm5wwvd","description":"cpmrunnersskvvohn5","isSystemExtension":false,"publisher":"cpmrunnersskvvohn5","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersskvvohn5","planId":"cpmrunners4tm5wwvd","publisherId":"cpmrunnersskvvohn5"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/tetrate.istioonetwentythree","name":"tetrate.istioonetwentythree","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"tetrate.istioonetwentythree","description":"tetrate1598353087553","isSystemExtension":false,"publisher":"tetrate1598353087553","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"tetrateistio","planId":"tid-1-23-0-0","publisherId":"tetrate1598353087553"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/dsa.lcm-container-kc-e","name":"dsa.lcm-container-kc-e","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.lcm-container-kc-e","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"lcm-application"}},"planInfo":{"offerId":"sas-lcm-azure-container-keycloak","planId":"default-hidden-plan-1022","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersisq4ndso","name":"cpmrunners.cpmrunnersisq4ndso","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersisq4ndso","description":"cpmrunnersoy7sts7p","isSystemExtension":false,"publisher":"cpmrunnersoy7sts7p","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersoy7sts7p","planId":"cpmrunnersisq4ndso","publisherId":"cpmrunnersoy7sts7p"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/transcend.sombra","name":"transcend.sombra","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"transcend.sombra","description":"transcend1719332468088","isSystemExtension":false,"publisher":"transcend1719332468088","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"transcend"}},"planInfo":{"offerId":"transcend_datagovernance","planId":"transcend_platform","publisherId":"transcend1719332468088"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhNJTJCRzhDQUFBQUFBJTNEJTNEJTIzUlQlM0EyNyUyM1RSQyUzQTM3OCUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTglMjIlMkMlMjJyYW5nZSUyMiUzQSU3QiUyMm1pbiUyMiUzQSUyMiUyMiUyQyUyMm1heCUyMiUzQSUyMjA1QzFERkZGRkZGRkZDJTIyJTdEJTdEJTVE&clusterType=managedClusters"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '11149' + - '11101' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:31 GMT + - Thu, 29 May 2025 01:04:02 GMT expires: - '-1' pragma: @@ -5223,11 +67213,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/69701ce6-93de-4309-81ee-72c9aea63908 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/6d03598e-c27c-4e80-8dcc-dfb3334bf7bf x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 352E912ADDCD49A8B2EF2BC92074C6A9 Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:31Z' + - 'Ref A: 1CCC95A881D14ADC8B37014E349DB799 Ref B: MNZ221060609039 Ref C: 2025-05-29T01:04:02Z' status: code: 200 message: OK @@ -5247,21 +67237,21 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHg3YjNBQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjclMjNUUkMlM0EzNzglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhNJTJCRzhDQUFBQUFBJTNEJTNEJTIzUlQlM0EyNyUyM1RSQyUzQTM3OCUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTglMjIlMkMlMjJyYW5nZSUyMiUzQSU3QiUyMm1pbiUyMiUzQSUyMiUyMiUyQyUyMm1heCUyMiUzQSUyMjA1QzFERkZGRkZGRkZDJTIyJTdEJTdEJTVE&clusterType=managedClusters response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersceylq213","name":"cpmrunners.cpmrunnersceylq213","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersceylq213","description":"cpmrunners1a6qpaum","isSystemExtension":false,"publisher":"cpmrunners1a6qpaum","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners1a6qpaum","planId":"cpmrunnersceylq213","publisherId":"cpmrunners1a6qpaum"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/subsalt.publicoffer","name":"subsalt.publicoffer","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"subsalt.publicoffer","description":"subsaltinc1722535916392","isSystemExtension":false,"publisher":"subsaltinc1722535916392","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"subsalt"}},"planInfo":{"offerId":"subsalt_queryengine_annuallicense_container_2024","planId":"annuallicense_singlemetric_2024","publisherId":"subsaltinc1722535916392"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/dynamoai.evalguard","name":"dynamoai.evalguard","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dynamoai.evalguard","description":"dynamoai","isSystemExtension":false,"publisher":"dynamoai","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"dynamoai"}},"planInfo":{"offerId":"dynamoai","planId":"dynamoai","publisherId":"dynamoai"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/dynamoai.dynamoaicontainerapp","name":"dynamoai.dynamoaicontainerapp","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dynamoai.dynamoaicontainerapp","description":"dynamoai","isSystemExtension":false,"publisher":"dynamoai","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"dynamoai"}},"planInfo":{"offerId":"dynamoai-container","planId":"dynamoi-container","publisherId":"dynamoai"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/payara.cmrpreview","name":"payara.cmrpreview","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"payara.cmrpreview","description":"payara","isSystemExtension":false,"publisher":"payara","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"payara-cloud-infra"}},"planInfo":{"offerId":"cloud-cmr-containers","planId":"test-1","publisherId":"payara"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/eclypses.relay-server","name":"eclypses.relay-server","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"eclypses.relay-server","description":"eclypses1708534446098","isSystemExtension":false,"publisher":"eclypses1708534446098","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"eclypses_mte_relay_server","planId":"eclypses_mte_relay_server","publisherId":"eclypses1708534446098"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/publishername.applicationname","name":"publishername.applicationname","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"publishername.applicationname","description":"navalgo1695057418511","isSystemExtension":false,"publisher":"navalgo1695057418511","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"pathway"}},"planInfo":{"offerId":"pathway-container","planId":"pathway-container","publisherId":"navalgo1695057418511"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/castai.agent.usage.new","name":"castai.agent.usage.new","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"castai.agent.usage.new","description":"castaigroupinc1683643265413","isSystemExtension":false,"publisher":"castaigroupinc1683643265413","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"castai-agent"}},"planInfo":{"offerId":"castai-agent","planId":"castai_agent","publisherId":"castaigroupinc1683643265413"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnerszgg5h30o","name":"cpmrunners.cpmrunnerszgg5h30o","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerszgg5h30o","description":"cpmrunnerszgg5h30o","isSystemExtension":false,"publisher":"cpmrunnerszgg5h30o","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerszgg5h30o","planId":"cpmrunnerszgg5h30o","publisherId":"cpmrunnerszgg5h30o"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnershpnit1yq","name":"cpmrunners.cpmrunnershpnit1yq","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnershpnit1yq","description":"cpmrunnerszgg5h30o","isSystemExtension":false,"publisher":"cpmrunnerszgg5h30o","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerszgg5h30o","planId":"cpmrunnershpnit1yq","publisherId":"cpmrunnerszgg5h30o"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/pathwaycom.byolplan","name":"pathwaycom.byolplan","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"pathwaycom.byolplan","description":"navalgo1695057418511","isSystemExtension":false,"publisher":"navalgo1695057418511","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"pathway"}},"planInfo":{"offerId":"pathway-byol","planId":"pathway-byol","publisherId":"navalgo1695057418511"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/payara.cmrpreviewpaid","name":"payara.cmrpreviewpaid","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"payara.cmrpreviewpaid","description":"payara","isSystemExtension":false,"publisher":"payara","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"payara-cloud-infra"}},"planInfo":{"offerId":"cloud-cmr-containers","planId":"test-2","publisherId":"payara"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/appinsights.agent","name":"appinsights.agent","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"appinsights.agent","description":"randoliinc1663021532656","isSystemExtension":false,"publisher":"randoliinc1663021532656","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"randoli-agents"}},"planInfo":{"offerId":"randoli_appinsights_11152023","planId":"free_plan","publisherId":"randoliinc1663021532656"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.rabb","name":"hossted.rabb","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.rabb","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-rabbitmq","planId":"plan-operator","publisherId":"meanio"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHdxS25NQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjglMjNUUkMlM0EzOTIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners1a6qpaum","name":"cpmrunners.cpmrunners1a6qpaum","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners1a6qpaum","description":"cpmrunners1a6qpaum","isSystemExtension":false,"publisher":"cpmrunners1a6qpaum","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners1a6qpaum","planId":"cpmrunners1a6qpaum","publisherId":"cpmrunners1a6qpaum"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersceylq213","name":"cpmrunners.cpmrunnersceylq213","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersceylq213","description":"cpmrunners1a6qpaum","isSystemExtension":false,"publisher":"cpmrunners1a6qpaum","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners1a6qpaum","planId":"cpmrunnersceylq213","publisherId":"cpmrunners1a6qpaum"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/subsalt.publicoffer","name":"subsalt.publicoffer","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"subsalt.publicoffer","description":"subsaltinc1722535916392","isSystemExtension":false,"publisher":"subsaltinc1722535916392","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"subsalt"}},"planInfo":{"offerId":"subsalt_queryengine_annuallicense_container_2024","planId":"annuallicense_singlemetric_2024","publisherId":"subsaltinc1722535916392"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/dynamoai.evalguard","name":"dynamoai.evalguard","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dynamoai.evalguard","description":"dynamoai","isSystemExtension":false,"publisher":"dynamoai","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"dynamoai"}},"planInfo":{"offerId":"dynamoai","planId":"dynamoai","publisherId":"dynamoai"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/dynamoai.dynamoaicontainerapp","name":"dynamoai.dynamoaicontainerapp","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dynamoai.dynamoaicontainerapp","description":"dynamoai","isSystemExtension":false,"publisher":"dynamoai","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"dynamoai"}},"planInfo":{"offerId":"dynamoai-container","planId":"dynamoi-container","publisherId":"dynamoai"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/payara.cmrpreview","name":"payara.cmrpreview","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"payara.cmrpreview","description":"payara","isSystemExtension":false,"publisher":"payara","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"payara-cloud-infra"}},"planInfo":{"offerId":"cloud-cmr-containers","planId":"test-1","publisherId":"payara"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/eclypses.relay-server","name":"eclypses.relay-server","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"eclypses.relay-server","description":"eclypses1708534446098","isSystemExtension":false,"publisher":"eclypses1708534446098","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"eclypses_mte_relay_server","planId":"eclypses_mte_relay_server","publisherId":"eclypses1708534446098"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/publishername.applicationname","name":"publishername.applicationname","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"publishername.applicationname","description":"navalgo1695057418511","isSystemExtension":false,"publisher":"navalgo1695057418511","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"pathway"}},"planInfo":{"offerId":"pathway-container","planId":"pathway-container","publisherId":"navalgo1695057418511"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/castai.agent.usage.new","name":"castai.agent.usage.new","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"castai.agent.usage.new","description":"castaigroupinc1683643265413","isSystemExtension":false,"publisher":"castaigroupinc1683643265413","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"castai-agent"}},"planInfo":{"offerId":"castai-agent","planId":"castai_agent","publisherId":"castaigroupinc1683643265413"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnerszgg5h30o","name":"cpmrunners.cpmrunnerszgg5h30o","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerszgg5h30o","description":"cpmrunnerszgg5h30o","isSystemExtension":false,"publisher":"cpmrunnerszgg5h30o","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerszgg5h30o","planId":"cpmrunnerszgg5h30o","publisherId":"cpmrunnerszgg5h30o"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnershpnit1yq","name":"cpmrunners.cpmrunnershpnit1yq","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnershpnit1yq","description":"cpmrunnerszgg5h30o","isSystemExtension":false,"publisher":"cpmrunnerszgg5h30o","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerszgg5h30o","planId":"cpmrunnershpnit1yq","publisherId":"cpmrunnerszgg5h30o"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/pathwaycom.byolplan","name":"pathwaycom.byolplan","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"pathwaycom.byolplan","description":"navalgo1695057418511","isSystemExtension":false,"publisher":"navalgo1695057418511","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"pathway"}},"planInfo":{"offerId":"pathway-byol","planId":"pathway-byol","publisherId":"navalgo1695057418511"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/payara.cmrpreviewpaid","name":"payara.cmrpreviewpaid","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"payara.cmrpreviewpaid","description":"payara","isSystemExtension":false,"publisher":"payara","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"payara-cloud-infra"}},"planInfo":{"offerId":"cloud-cmr-containers","planId":"test-2","publisherId":"payara"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/appinsights.agent","name":"appinsights.agent","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"appinsights.agent","description":"randoliinc1663021532656","isSystemExtension":false,"publisher":"randoliinc1663021532656","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"randoli-agents"}},"planInfo":{"offerId":"randoli_appinsights_11152023","planId":"free_plan","publisherId":"randoliinc1663021532656"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHpsRTNNQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjglMjNUUkMlM0EzOTIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '10618' + - '10703' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:32 GMT + - Thu, 29 May 2025 01:04:02 GMT expires: - '-1' pragma: @@ -5273,11 +67263,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/d0139dba-d24a-4f41-957f-ab89b378b16a + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/710b7b1a-7496-42ef-8265-f91b94ef6eb0 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 08D50794C532493898268771B53BF761 Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:32Z' + - 'Ref A: 28371DEE6BC4403CA8DE10DF3E10E82A Ref B: MNZ221060609039 Ref C: 2025-05-29T01:04:02Z' status: code: 200 message: OK @@ -5297,21 +67287,21 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHdxS25NQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjglMjNUUkMlM0EzOTIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHpsRTNNQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjglMjNUUkMlM0EzOTIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.keyc","name":"hossted.keyc","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.keyc","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-keycloak","planId":"hossted-op-keycloak","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.rab.k","name":"hossted.rab.k","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.rab.k","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-rabbitmq","planId":"basic-k8s-r","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/subsalt.annualbilledmonthly","name":"subsalt.annualbilledmonthly","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"subsalt.annualbilledmonthly","description":"subsaltinc1722535916392","isSystemExtension":false,"publisher":"subsaltinc1722535916392","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"subsalt"}},"planInfo":{"offerId":"subsalt_queryengine_annuallicense_container_2024","planId":"annuallicense_monthly_2024","publisherId":"subsaltinc1722535916392"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.op.k","name":"hossted.op.k","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.op.k","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-keycloak","planId":"basic","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/mattermost.operator","name":"mattermost.operator","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"mattermost.operator","description":"mattermost","isSystemExtension":false,"publisher":"mattermost","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"mattermost-operator"}},"planInfo":{"offerId":"mattermost-operator","planId":"mattermost-operator","publisherId":"mattermost"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.rabbi","name":"hossted.rabbi","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.rabbi","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-rabbitmq","planId":"123","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.keyk","name":"hossted.keyk","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.keyk","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-keycloak","planId":"1","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.rab","name":"hossted.rab","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.rab","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-rabbitmq","planId":"1","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/ashleenanze.azurevote","name":"ashleenanze.azurevote","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ashleenanze.azurevote","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"azure-vote-test","planId":"general","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/parkeraverygroup.demandplatform","name":"parkeraverygroup.demandplatform","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"parkeraverygroup.demandplatform","description":"theparkeraverygroupllc1719518823010","isSystemExtension":false,"publisher":"theparkeraverygroupllc1719518823010","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"demand-platform"}},"planInfo":{"offerId":"test-container-001","planId":"test-container-001","publisherId":"theparkeraverygroupllc1719518823010"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.met","name":"hossted.met","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.met","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-metabase","planId":"2","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/navana.bodhiasr","name":"navana.bodhiasr","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"navana.bodhiasr","description":"navanatech1583825620850","isSystemExtension":false,"publisher":"navanatech1583825620850","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"bodhi-asr","planId":"bflenterprise","publisherId":"navanatech1583825620850"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.kps","name":"hossted.kps","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.kps","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-prometheus","planId":"1","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/ashleenanze.azurevotenew","name":"ashleenanze.azurevotenew","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ashleenanze.azurevotenew","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"azure-vote-final","planId":"azure-vote-paid","publisherId":"test_test_mix3pptest0011614206850774"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHlJeUhRQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjklMjNUUkMlM0E0MDYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.rabb","name":"hossted.rabb","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.rabb","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-rabbitmq","planId":"plan-operator","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.keyc","name":"hossted.keyc","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.keyc","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-keycloak","planId":"hossted-op-keycloak","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.rab.k","name":"hossted.rab.k","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.rab.k","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-rabbitmq","planId":"basic-k8s-r","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/subsalt.annualbilledmonthly","name":"subsalt.annualbilledmonthly","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"subsalt.annualbilledmonthly","description":"subsaltinc1722535916392","isSystemExtension":false,"publisher":"subsaltinc1722535916392","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"subsalt"}},"planInfo":{"offerId":"subsalt_queryengine_annuallicense_container_2024","planId":"annuallicense_monthly_2024","publisherId":"subsaltinc1722535916392"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.op.k","name":"hossted.op.k","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.op.k","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-keycloak","planId":"basic","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/mattermost.operator","name":"mattermost.operator","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"mattermost.operator","description":"mattermost","isSystemExtension":false,"publisher":"mattermost","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"mattermost-operator"}},"planInfo":{"offerId":"mattermost-operator","planId":"mattermost-operator","publisherId":"mattermost"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.rabbi","name":"hossted.rabbi","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.rabbi","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-rabbitmq","planId":"123","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.keyk","name":"hossted.keyk","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.keyk","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-keycloak","planId":"1","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.rab","name":"hossted.rab","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.rab","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-rabbitmq","planId":"1","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/ashleenanze.azurevote","name":"ashleenanze.azurevote","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ashleenanze.azurevote","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"azure-vote-test","planId":"general","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/parkeraverygroup.demandplatform","name":"parkeraverygroup.demandplatform","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"parkeraverygroup.demandplatform","description":"theparkeraverygroupllc1719518823010","isSystemExtension":false,"publisher":"theparkeraverygroupllc1719518823010","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"demand-platform"}},"planInfo":{"offerId":"test-container-001","planId":"test-container-001","publisherId":"theparkeraverygroupllc1719518823010"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.met","name":"hossted.met","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.met","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-metabase","planId":"2","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/navana.bodhiasr","name":"navana.bodhiasr","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"navana.bodhiasr","description":"navanatech1583825620850","isSystemExtension":false,"publisher":"navanatech1583825620850","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"bodhi-asr","planId":"bflenterprise","publisherId":"navanatech1583825620850"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.kps","name":"hossted.kps","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.kps","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-prometheus","planId":"1","publisherId":"meanio"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHdUdlhRQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjklMjNUUkMlM0E0MDYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '10302' + - '10183' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:32 GMT + - Thu, 29 May 2025 01:04:02 GMT expires: - '-1' pragma: @@ -5323,11 +67313,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/031e5870-ef9f-40f6-932d-1cb7686d25f7 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/74eb6ce2-0a6f-4a45-9051-158da6629e6d x-ms-ratelimit-remaining-subscription-global-reads: - - '16499' + - '16498' x-msedge-ref: - - 'Ref A: 1FBBFAFB61B347EEB7F61268F1DC2B83 Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:32Z' + - 'Ref A: D0C3662A342D413DA0105580C4A007AB Ref B: MNZ221060609039 Ref C: 2025-05-29T01:04:03Z' status: code: 200 message: OK @@ -5347,22 +67337,22 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHlJeUhRQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjklMjNUUkMlM0E0MDYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHdUdlhRQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMjklMjNUUkMlM0E0MDYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnerspfbemtdr","name":"cpmrunners.cpmrunnerspfbemtdr","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerspfbemtdr","description":"cpmrunnerspfbemtdr","isSystemExtension":false,"publisher":"cpmrunnerspfbemtdr","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerspfbemtdr","planId":"cpmrunnerspfbemtdr","publisherId":"cpmrunnerspfbemtdr"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/mswb.azuretodoapp","name":"mswb.azuretodoapp","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"mswb.azuretodoapp","description":"microsoft_commercial_marketplace_services","isSystemExtension":false,"publisher":"microsoft_commercial_marketplace_services","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"catalog"}},"planInfo":{"offerId":"patelveerentestoffer","planId":"testplan","publisherId":"microsoft_commercial_marketplace_services"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/castai.agent.percpupermonth.usage.private","name":"castai.agent.percpupermonth.usage.private","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"castai.agent.percpupermonth.usage.private","description":"castaigroupinc1683643265413","isSystemExtension":false,"publisher":"castaigroupinc1683643265413","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"castai-agent"}},"planInfo":{"offerId":"castai-agent","planId":"castai-agent-5-private","publisherId":"castaigroupinc1683643265413"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/alleantia.insight","name":"alleantia.insight","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"alleantia.insight","description":"alleantiasrl1588931027513","isSystemExtension":false,"publisher":"alleantiasrl1588931027513","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"alleantia"}},"planInfo":{"offerId":"alleantia_iot_edge_gateway_for_aks_free_trial","planId":"free-trial","publisherId":"alleantiasrl1588931027513"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/panoramicdata.magicsuiteagent.free","name":"panoramicdata.magicsuiteagent.free","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"panoramicdata.magicsuiteagent.free","description":"panoramicdatalimited1605977874325","isSystemExtension":false,"publisher":"panoramicdatalimited1605977874325","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"panoramicdata"}},"planInfo":{"offerId":"magicsuite-agent-free","planId":"magicsuite-agent-free","publisherId":"panoramicdatalimited1605977874325"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.metabas","name":"hossted.metabas","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.metabas","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-metabase","planId":"3","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/rheininsights.retrievalsuite","name":"rheininsights.retrievalsuite","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"rheininsights.retrievalsuite","description":"rheininsights-gmbh","isSystemExtension":false,"publisher":"rheininsights-gmbh","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"rheininsights"}},"planInfo":{"offerId":"com-rheininsights-suite","planId":"rheininsights-2024-10","publisherId":"rheininsights-gmbh"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/navana.bodhistt","name":"navana.bodhistt","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"navana.bodhistt","description":"navanatech1583825620850","isSystemExtension":false,"publisher":"navanatech1583825620850","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"bodhiasr"}},"planInfo":{"offerId":"bodhi-asr","planId":"planenterprise","publisherId":"navanatech1583825620850"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/nginxinc.nginxaas-aks-extension-old","name":"nginxinc.nginxaas-aks-extension-old","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"nginxinc.nginxaas-aks-extension-old","description":"f5-networks","isSystemExtension":false,"publisher":"f5-networks","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"f5-nginx-for-azure-aks-extension","planId":"nlk-free","publisherId":"f5-networks"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/nginxinc.nginxaas-aks-extension","name":"nginxinc.nginxaas-aks-extension","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"nginxinc.nginxaas-aks-extension","description":"f5-networks","isSystemExtension":false,"publisher":"f5-networks","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"nlk"}},"planInfo":{"offerId":"f5-nginx-for-azure-aks-extension","planId":"f5-nginx-for-azure-aks-extension","publisherId":"f5-networks"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/microsoft.test.autoupgrade","name":"microsoft.test.autoupgrade","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.test.autoupgrade","description":"Azure - Arc test extension for autoupgrade extensions","isSystemExtension":false,"publisher":"maubarnes","isManagedIdentityRequired":false,"supportedClusterTypes":["Connectedclusters","Managedclusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"test-autoupgrade-extension"}},"planInfo":{"offerId":null,"planId":null,"publisherId":"maubarnes"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/ironpdfdocker-twentyfour.ten","name":"ironpdfdocker-twentyfour.ten","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ironpdfdocker-twentyfour.ten","description":"ironsoftwarecoltd1682560478296","isSystemExtension":false,"publisher":"ironsoftwarecoltd1682560478296","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"ironpdf-docker-container-v1","planId":"2024-9-3","publisherId":"ironsoftwarecoltd1682560478296"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/suse.rancher-prime-llc-release-lh","name":"suse.rancher-prime-llc-release-lh","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-prime-llc-release-lh","description":"suse","isSystemExtension":false,"publisher":"suse","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-rancher-csp-deployer-system"}},"planInfo":{"offerId":"rancher-prime-llc","planId":"rancher_ent_lh","publisherId":"suse"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/suse.rancher-prime-llc-release-ha","name":"suse.rancher-prime-llc-release-ha","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-prime-llc-release-ha","description":"suse","isSystemExtension":false,"publisher":"suse","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-rancher-csp-deployer-system"}},"planInfo":{"offerId":"rancher-prime-llc","planId":"rancher_harvester_hidden","publisherId":"suse"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhxMkhZQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzAlMjNUUkMlM0E0MjAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/ashleenanze.azurevotenew","name":"ashleenanze.azurevotenew","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ashleenanze.azurevotenew","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"azure-vote-final","planId":"azure-vote-paid","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnerspfbemtdr","name":"cpmrunners.cpmrunnerspfbemtdr","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerspfbemtdr","description":"cpmrunnerspfbemtdr","isSystemExtension":false,"publisher":"cpmrunnerspfbemtdr","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerspfbemtdr","planId":"cpmrunnerspfbemtdr","publisherId":"cpmrunnerspfbemtdr"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/mswb.azuretodoapp","name":"mswb.azuretodoapp","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"mswb.azuretodoapp","description":"microsoft_commercial_marketplace_services","isSystemExtension":false,"publisher":"microsoft_commercial_marketplace_services","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"catalog"}},"planInfo":{"offerId":"patelveerentestoffer","planId":"testplan","publisherId":"microsoft_commercial_marketplace_services"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/castai.agent.percpupermonth.usage.private","name":"castai.agent.percpupermonth.usage.private","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"castai.agent.percpupermonth.usage.private","description":"castaigroupinc1683643265413","isSystemExtension":false,"publisher":"castaigroupinc1683643265413","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"castai-agent"}},"planInfo":{"offerId":"castai-agent","planId":"castai-agent-5-private","publisherId":"castaigroupinc1683643265413"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/alleantia.insight","name":"alleantia.insight","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"alleantia.insight","description":"alleantiasrl1588931027513","isSystemExtension":false,"publisher":"alleantiasrl1588931027513","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"alleantia"}},"planInfo":{"offerId":"alleantia_iot_edge_gateway_for_aks_free_trial","planId":"free-trial","publisherId":"alleantiasrl1588931027513"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/panoramicdata.magicsuiteagent.free","name":"panoramicdata.magicsuiteagent.free","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"panoramicdata.magicsuiteagent.free","description":"panoramicdatalimited1605977874325","isSystemExtension":false,"publisher":"panoramicdatalimited1605977874325","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"panoramicdata"}},"planInfo":{"offerId":"magicsuite-agent-free","planId":"magicsuite-agent-free","publisherId":"panoramicdatalimited1605977874325"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.metabas","name":"hossted.metabas","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.metabas","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-metabase","planId":"3","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/rheininsights.retrievalsuite","name":"rheininsights.retrievalsuite","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"rheininsights.retrievalsuite","description":"rheininsights-gmbh","isSystemExtension":false,"publisher":"rheininsights-gmbh","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"rheininsights"}},"planInfo":{"offerId":"com-rheininsights-suite","planId":"rheininsights-2024-10","publisherId":"rheininsights-gmbh"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/navana.bodhistt","name":"navana.bodhistt","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"navana.bodhistt","description":"navanatech1583825620850","isSystemExtension":false,"publisher":"navanatech1583825620850","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"bodhiasr"}},"planInfo":{"offerId":"bodhi-asr","planId":"planenterprise","publisherId":"navanatech1583825620850"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/nginxinc.nginxaas-aks-extension-old","name":"nginxinc.nginxaas-aks-extension-old","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"nginxinc.nginxaas-aks-extension-old","description":"f5-networks","isSystemExtension":false,"publisher":"f5-networks","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"f5-nginx-for-azure-aks-extension","planId":"nlk-free","publisherId":"f5-networks"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/nginxinc.nginxaas-aks-extension","name":"nginxinc.nginxaas-aks-extension","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"nginxinc.nginxaas-aks-extension","description":"f5-networks","isSystemExtension":false,"publisher":"f5-networks","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"nlk"}},"planInfo":{"offerId":"f5-nginx-for-azure-aks-extension","planId":"f5-nginx-for-azure-aks-extension","publisherId":"f5-networks"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/microsoft.test.autoupgrade","name":"microsoft.test.autoupgrade","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.test.autoupgrade","description":"Azure + Arc test extension for autoupgrade extensions","isSystemExtension":false,"publisher":"maubarnes","isManagedIdentityRequired":false,"supportedClusterTypes":["Connectedclusters","Managedclusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"test-autoupgrade-extension"}},"planInfo":{"offerId":null,"planId":null,"publisherId":"maubarnes"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/ironpdfdocker-twentyfour.ten","name":"ironpdfdocker-twentyfour.ten","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ironpdfdocker-twentyfour.ten","description":"ironsoftwarecoltd1682560478296","isSystemExtension":false,"publisher":"ironsoftwarecoltd1682560478296","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"ironpdf-docker-container-v1","planId":"2024-9-3","publisherId":"ironsoftwarecoltd1682560478296"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/suse.rancher-prime-llc-release-lh","name":"suse.rancher-prime-llc-release-lh","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-prime-llc-release-lh","description":"suse","isSystemExtension":false,"publisher":"suse","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-rancher-csp-deployer-system"}},"planInfo":{"offerId":"rancher-prime-llc","planId":"rancher_ent_lh","publisherId":"suse"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhVMkhZQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzAlMjNUUkMlM0E0MjAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '11067' + - '11099' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:33 GMT + - Thu, 29 May 2025 01:04:03 GMT expires: - '-1' pragma: @@ -5374,11 +67364,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/e29dd08d-f146-4ae9-8794-3b37afaf9039 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/4da2c2a0-1aec-4cad-94b9-9956ffe26a32 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 02B35605EE78400CA9ADE0D48D4B0784 Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:33Z' + - 'Ref A: 4E992198ADB44EA48C7D643336C38C87 Ref B: MNZ221060609039 Ref C: 2025-05-29T01:04:03Z' status: code: 200 message: OK @@ -5398,21 +67388,21 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhxMkhZQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzAlMjNUUkMlM0E0MjAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhVMkhZQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzAlMjNUUkMlM0E0MjAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/suse.rancher-prime-llc-release-co","name":"suse.rancher-prime-llc-release-co","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-prime-llc-release-co","description":"suse","isSystemExtension":false,"publisher":"suse","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-rancher-csp-deployer-system"}},"planInfo":{"offerId":"rancher-prime-llc","planId":"rancher_stackstate_hidden","publisherId":"suse"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/suse.rancher-prime-llc-release-el","name":"suse.rancher-prime-llc-release-el","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-prime-llc-release-el","description":"suse","isSystemExtension":false,"publisher":"suse","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-rancher-csp-deployer-system"}},"planInfo":{"offerId":"rancher-prime-llc","planId":"rancher_elemental_hidden","publisherId":"suse"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/isovalent.ciliumenterprise.ah","name":"isovalent.ciliumenterprise.ah","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"isovalent.ciliumenterprise.ah","description":"isovalentinc1662143158090","isSystemExtension":false,"publisher":"isovalentinc1662143158090","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"kube-system"}},"planInfo":{"offerId":"albert-heijn-cilium-enterprise-private-plan-1","planId":"albert-heijn-cilium-enterprise-private-plan-1","publisherId":"isovalentinc1662143158090"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/rheininsights.retrievalsuite.a","name":"rheininsights.retrievalsuite.a","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"rheininsights.retrievalsuite.a","description":"rheininsights-gmbh","isSystemExtension":false,"publisher":"rheininsights-gmbh","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"rheininsights"}},"planInfo":{"offerId":"com-rheininsights-suite","planId":"rheininsights-2024-10-1","publisherId":"rheininsights-gmbh"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners3zlnv5uw","name":"cpmrunners.cpmrunners3zlnv5uw","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners3zlnv5uw","description":"cpmrunners3zlnv5uw","isSystemExtension":false,"publisher":"cpmrunners3zlnv5uw","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners3zlnv5uw","planId":"cpmrunners3zlnv5uw","publisherId":"cpmrunners3zlnv5uw"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners3954uigd","name":"cpmrunners.cpmrunners3954uigd","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners3954uigd","description":"cpmrunners3954uigd","isSystemExtension":false,"publisher":"cpmrunners3954uigd","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners3954uigd","planId":"cpmrunners3954uigd","publisherId":"cpmrunners3954uigd"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/tech.strid.ingress-nginx-hsm","name":"tech.strid.ingress-nginx-hsm","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"tech.strid.ingress-nginx-hsm","description":"stridtech","isSystemExtension":false,"publisher":"stridtech","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"ingress-nginx"}},"planInfo":{"offerId":"ingress-nginx-hsm","planId":"basic","publisherId":"stridtech"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/eclypses.mte-api-relay","name":"eclypses.mte-api-relay","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"eclypses.mte-api-relay","description":"eclypses1708534446098","isSystemExtension":false,"publisher":"eclypses1708534446098","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"eclypses_mte_api_relay","planId":"eclypse_mte_api_relay","publisherId":"eclypses1708534446098"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/dsa.dms-container-nokc-a","name":"dsa.dms-container-nokc-a","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.dms-container-nokc-a","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"dms-application"}},"planInfo":{"offerId":"sas-dms-azure-container","planId":"default-hidden-plan-101","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/dsa.dms-container-nokc-b","name":"dsa.dms-container-nokc-b","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.dms-container-nokc-b","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"dms-application"}},"planInfo":{"offerId":"sas-dms-azure-container","planId":"default-hidden-plan-102","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/aoh.hrmsitautomationpaas","name":"aoh.hrmsitautomationpaas","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"aoh.hrmsitautomationpaas","description":"aohwv1711986298041","isSystemExtension":false,"publisher":"aohwv1711986298041","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hrit-automation"}},"planInfo":{"offerId":"hr-it-automation-iaas-paas-transactionable","planId":"hrmsitautomationpaas1","publisherId":"aohwv1711986298041"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/tech.strid.ingress-nginx-hsm-internal-test","name":"tech.strid.ingress-nginx-hsm-internal-test","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"tech.strid.ingress-nginx-hsm-internal-test","description":"stridtech","isSystemExtension":false,"publisher":"stridtech","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"ingress-nginx"}},"planInfo":{"offerId":"ingress-nginx-hsm","planId":"internal-free","publisherId":"stridtech"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/dsa.dms-container-nokc-c","name":"dsa.dms-container-nokc-c","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.dms-container-nokc-c","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"dms-application"}},"planInfo":{"offerId":"sas-dms-azure-container","planId":"default-hidden-plan-103","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.rabm","name":"hossted.rabm","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.rabm","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-rabbitmq","planId":"2","publisherId":"meanio"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhOa1hnQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzElMjNUUkMlM0E0MzQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/suse.rancher-prime-llc-release-ha","name":"suse.rancher-prime-llc-release-ha","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-prime-llc-release-ha","description":"suse","isSystemExtension":false,"publisher":"suse","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-rancher-csp-deployer-system"}},"planInfo":{"offerId":"rancher-prime-llc","planId":"rancher_harvester_hidden","publisherId":"suse"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/suse.rancher-prime-llc-release-co","name":"suse.rancher-prime-llc-release-co","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-prime-llc-release-co","description":"suse","isSystemExtension":false,"publisher":"suse","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-rancher-csp-deployer-system"}},"planInfo":{"offerId":"rancher-prime-llc","planId":"rancher_stackstate_hidden","publisherId":"suse"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/suse.rancher-prime-llc-release-el","name":"suse.rancher-prime-llc-release-el","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-prime-llc-release-el","description":"suse","isSystemExtension":false,"publisher":"suse","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-rancher-csp-deployer-system"}},"planInfo":{"offerId":"rancher-prime-llc","planId":"rancher_elemental_hidden","publisherId":"suse"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/isovalent.ciliumenterprise.ah","name":"isovalent.ciliumenterprise.ah","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"isovalent.ciliumenterprise.ah","description":"isovalentinc1662143158090","isSystemExtension":false,"publisher":"isovalentinc1662143158090","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"kube-system"}},"planInfo":{"offerId":"albert-heijn-cilium-enterprise-private-plan-1","planId":"albert-heijn-cilium-enterprise-private-plan-1","publisherId":"isovalentinc1662143158090"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/rheininsights.retrievalsuite.a","name":"rheininsights.retrievalsuite.a","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"rheininsights.retrievalsuite.a","description":"rheininsights-gmbh","isSystemExtension":false,"publisher":"rheininsights-gmbh","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"rheininsights"}},"planInfo":{"offerId":"com-rheininsights-suite","planId":"rheininsights-2024-10-1","publisherId":"rheininsights-gmbh"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners3zlnv5uw","name":"cpmrunners.cpmrunners3zlnv5uw","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners3zlnv5uw","description":"cpmrunners3zlnv5uw","isSystemExtension":false,"publisher":"cpmrunners3zlnv5uw","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners3zlnv5uw","planId":"cpmrunners3zlnv5uw","publisherId":"cpmrunners3zlnv5uw"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners3954uigd","name":"cpmrunners.cpmrunners3954uigd","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners3954uigd","description":"cpmrunners3954uigd","isSystemExtension":false,"publisher":"cpmrunners3954uigd","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners3954uigd","planId":"cpmrunners3954uigd","publisherId":"cpmrunners3954uigd"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/tech.strid.ingress-nginx-hsm","name":"tech.strid.ingress-nginx-hsm","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"tech.strid.ingress-nginx-hsm","description":"stridtech","isSystemExtension":false,"publisher":"stridtech","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"ingress-nginx"}},"planInfo":{"offerId":"ingress-nginx-hsm","planId":"basic","publisherId":"stridtech"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/eclypses.mte-api-relay","name":"eclypses.mte-api-relay","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"eclypses.mte-api-relay","description":"eclypses1708534446098","isSystemExtension":false,"publisher":"eclypses1708534446098","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"eclypses_mte_api_relay","planId":"eclypse_mte_api_relay","publisherId":"eclypses1708534446098"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/dsa.dms-container-nokc-a","name":"dsa.dms-container-nokc-a","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.dms-container-nokc-a","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"dms-application"}},"planInfo":{"offerId":"sas-dms-azure-container","planId":"default-hidden-plan-101","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/dsa.dms-container-nokc-b","name":"dsa.dms-container-nokc-b","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.dms-container-nokc-b","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"dms-application"}},"planInfo":{"offerId":"sas-dms-azure-container","planId":"default-hidden-plan-102","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/aoh.hrmsitautomationpaas","name":"aoh.hrmsitautomationpaas","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"aoh.hrmsitautomationpaas","description":"aohwv1711986298041","isSystemExtension":false,"publisher":"aohwv1711986298041","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hrit-automation"}},"planInfo":{"offerId":"hr-it-automation-iaas-paas-transactionable","planId":"hrmsitautomationpaas1","publisherId":"aohwv1711986298041"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/tech.strid.ingress-nginx-hsm-internal-test","name":"tech.strid.ingress-nginx-hsm-internal-test","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"tech.strid.ingress-nginx-hsm-internal-test","description":"stridtech","isSystemExtension":false,"publisher":"stridtech","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"ingress-nginx"}},"planInfo":{"offerId":"ingress-nginx-hsm","planId":"internal-free","publisherId":"stridtech"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/dsa.dms-container-nokc-c","name":"dsa.dms-container-nokc-c","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"dsa.dms-container-nokc-c","description":"dsadaten-undsystemtechnikgmbh1694598326680","isSystemExtension":false,"publisher":"dsadaten-undsystemtechnikgmbh1694598326680","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"dms-application"}},"planInfo":{"offerId":"sas-dms-azure-container","planId":"default-hidden-plan-103","publisherId":"dsadaten-undsystemtechnikgmbh1694598326680"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHk1ZW5nQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzElMjNUUkMlM0E0MzQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '11184' + - '11283' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:33 GMT + - Thu, 29 May 2025 01:04:03 GMT expires: - '-1' pragma: @@ -5424,11 +67414,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/d78d7476-0e84-4231-9305-5e3a18fda0e2 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/18d28322-3b5e-4bdb-ae47-e9792c23293b x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 7FADBE3FC16042CEB037B8BCAAEC5A90 Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:33Z' + - 'Ref A: 7E5A7390EBE74883BCDC13CAEC484288 Ref B: MNZ221060609039 Ref C: 2025-05-29T01:04:03Z' status: code: 200 message: OK @@ -5448,21 +67438,21 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhOa1hnQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzElMjNUUkMlM0E0MzQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHk1ZW5nQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzElMjNUUkMlM0E0MzQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/tetrate.istioonetwentyfour","name":"tetrate.istioonetwentyfour","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"tetrate.istioonetwentyfour","description":"tetrate1598353087553","isSystemExtension":false,"publisher":"tetrate1598353087553","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"tetrateistio","planId":"tid-1-24-0-0","publisherId":"tetrate1598353087553"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/performalytic.fdalert","name":"performalytic.fdalert","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"performalytic.fdalert","description":"fdalert","isSystemExtension":false,"publisher":"fdalert","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"fdalert"}},"planInfo":{"offerId":"performalytic","planId":"monthly","publisherId":"fdalert"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnerspnwfuuf1","name":"cpmrunners.cpmrunnerspnwfuuf1","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerspnwfuuf1","description":"cpmrunnerspnwfuuf1","isSystemExtension":false,"publisher":"cpmrunnerspnwfuuf1","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerspnwfuuf1","planId":"cpmrunnerspnwfuuf1","publisherId":"cpmrunnerspnwfuuf1"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersuejqehjo","name":"cpmrunners.cpmrunnersuejqehjo","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersuejqehjo","description":"cpmrunnerspnwfuuf1","isSystemExtension":false,"publisher":"cpmrunnerspnwfuuf1","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerspnwfuuf1","planId":"cpmrunnersuejqehjo","publisherId":"cpmrunnerspnwfuuf1"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/oredata.llm","name":"oredata.llm","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"oredata.llm","description":"oredatayazlmlimitedirketi1723023820372","isSystemExtension":false,"publisher":"oredatayazlmlimitedirketi1723023820372","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"oredata"}},"planInfo":{"offerId":"oredata-llm","planId":"standart-oredata-llm","publisherId":"oredatayazlmlimitedirketi1723023820372"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.superset","name":"hossted.superset","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.superset","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-superset","planId":"1_super","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/solo.io.istio","name":"solo.io.istio","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"solo.io.istio","description":"sologloo","isSystemExtension":false,"publisher":"sologloo","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"isito_by_solo_io","planId":"istio-124","publisherId":"sologloo"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.superse","name":"hossted.superse","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.superse","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-superset","planId":"1","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.ra","name":"hossted.ra","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.ra","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-rabbitmq","planId":"3","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.prom","name":"hossted.prom","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.prom","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-prometheus","planId":"2","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/rheininsights.retrievalsuite.b","name":"rheininsights.retrievalsuite.b","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"rheininsights.retrievalsuite.b","description":"rheininsights-gmbh","isSystemExtension":false,"publisher":"rheininsights-gmbh","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"rheininsights"}},"planInfo":{"offerId":"com-rheininsights-suite","planId":"rheininsights-2024-11","publisherId":"rheininsights-gmbh"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.wikijs","name":"hossted.wikijs","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.wikijs","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-wikijs","planId":"1","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/commercialmarketplaceservices.azurevote","name":"commercialmarketplaceservices.azurevote","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"commercialmarketplaceservices.azurevote","description":"microsoft_commercial_marketplace_services","isSystemExtension":false,"publisher":"microsoft_commercial_marketplace_services","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"azure-vote-final-1","planId":"azure-vote-paid","publisherId":"microsoft_commercial_marketplace_services"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/ironpdfdocker-twentyfour.eleven.four","name":"ironpdfdocker-twentyfour.eleven.four","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ironpdfdocker-twentyfour.eleven.four","description":"ironsoftwarecoltd1682560478296","isSystemExtension":false,"publisher":"ironsoftwarecoltd1682560478296","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"ironpdf-docker-container-v1","planId":"2024-11-4","publisherId":"ironsoftwarecoltd1682560478296"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHdlUkhvQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzIlMjNUUkMlM0E0NDglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.rabm","name":"hossted.rabm","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.rabm","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-rabbitmq","planId":"2","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/tetrate.istioonetwentyfour","name":"tetrate.istioonetwentyfour","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"tetrate.istioonetwentyfour","description":"tetrate1598353087553","isSystemExtension":false,"publisher":"tetrate1598353087553","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"tetrateistio","planId":"tid-1-24-0-0","publisherId":"tetrate1598353087553"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/performalytic.fdalert","name":"performalytic.fdalert","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"performalytic.fdalert","description":"fdalert","isSystemExtension":false,"publisher":"fdalert","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"fdalert"}},"planInfo":{"offerId":"performalytic","planId":"monthly","publisherId":"fdalert"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnerspnwfuuf1","name":"cpmrunners.cpmrunnerspnwfuuf1","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerspnwfuuf1","description":"cpmrunnerspnwfuuf1","isSystemExtension":false,"publisher":"cpmrunnerspnwfuuf1","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerspnwfuuf1","planId":"cpmrunnerspnwfuuf1","publisherId":"cpmrunnerspnwfuuf1"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersuejqehjo","name":"cpmrunners.cpmrunnersuejqehjo","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersuejqehjo","description":"cpmrunnerspnwfuuf1","isSystemExtension":false,"publisher":"cpmrunnerspnwfuuf1","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerspnwfuuf1","planId":"cpmrunnersuejqehjo","publisherId":"cpmrunnerspnwfuuf1"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/oredata.llm","name":"oredata.llm","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"oredata.llm","description":"oredatayazlmlimitedirketi1723023820372","isSystemExtension":false,"publisher":"oredatayazlmlimitedirketi1723023820372","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"oredata"}},"planInfo":{"offerId":"oredata-llm","planId":"standart-oredata-llm","publisherId":"oredatayazlmlimitedirketi1723023820372"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.superset","name":"hossted.superset","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.superset","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-superset","planId":"1_super","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/solo.io.istio","name":"solo.io.istio","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"solo.io.istio","description":"sologloo","isSystemExtension":false,"publisher":"sologloo","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"isito_by_solo_io","planId":"istio-124","publisherId":"sologloo"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.superse","name":"hossted.superse","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.superse","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-superset","planId":"1","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.ra","name":"hossted.ra","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.ra","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-rabbitmq","planId":"3","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.prom","name":"hossted.prom","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.prom","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-prometheus","planId":"2","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/rheininsights.retrievalsuite.b","name":"rheininsights.retrievalsuite.b","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"rheininsights.retrievalsuite.b","description":"rheininsights-gmbh","isSystemExtension":false,"publisher":"rheininsights-gmbh","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"rheininsights"}},"planInfo":{"offerId":"com-rheininsights-suite","planId":"rheininsights-2024-11","publisherId":"rheininsights-gmbh"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.wikijs","name":"hossted.wikijs","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.wikijs","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-wikijs","planId":"1","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/commercialmarketplaceservices.azurevote","name":"commercialmarketplaceservices.azurevote","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"commercialmarketplaceservices.azurevote","description":"microsoft_commercial_marketplace_services","isSystemExtension":false,"publisher":"microsoft_commercial_marketplace_services","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"azure-vote-final-1","planId":"azure-vote-paid","publisherId":"microsoft_commercial_marketplace_services"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHlrRUhvQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzIlMjNUUkMlM0E0NDglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '10513' + - '10359' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:34 GMT + - Thu, 29 May 2025 01:04:03 GMT expires: - '-1' pragma: @@ -5474,11 +67464,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/bae77f47-cd2f-4bba-9e24-2e8611b663ae + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/0f73c185-80b7-494f-a998-e63308a42882 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: C7148216790B408DA0DE732CA1B04F40 Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:34Z' + - 'Ref A: AB7D825F864346CA88FFCE126436132A Ref B: MNZ221060609039 Ref C: 2025-05-29T01:04:03Z' status: code: 200 message: OK @@ -5498,23 +67488,23 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHdlUkhvQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzIlMjNUUkMlM0E0NDglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHlrRUhvQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzIlMjNUUkMlM0E0NDglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hoiltd.nodemongoapp","name":"hoiltd.nodemongoapp","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hoiltd.nodemongoapp","description":"homeofficeimprovementsltd1629905933258","isSystemExtension":false,"publisher":"homeofficeimprovementsltd1629905933258","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hoiltd-prod"}},"planInfo":{"offerId":"dc-hoiltd-nodejs-mongodb-latest","planId":"hoiltd-kubernetes-nodejs-and-mongodb-app","publisherId":"homeofficeimprovementsltd1629905933258"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/solo.io.istiotwofourone","name":"solo.io.istiotwofourone","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"solo.io.istiotwofourone","description":"sologloo","isSystemExtension":false,"publisher":"sologloo","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"isito_by_solo_io","planId":"istio-1241-ambient","publisherId":"sologloo"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.argocd","name":"hossted.argocd","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.argocd","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-argocd","planId":"1","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/pfield.pfieldshutdownsilver","name":"pfield.pfieldshutdownsilver","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"pfield.pfieldshutdownsilver","description":"pfield1732914596338","isSystemExtension":false,"publisher":"pfield1732914596338","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"{{ + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/ironpdfdocker-twentyfour.eleven.four","name":"ironpdfdocker-twentyfour.eleven.four","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ironpdfdocker-twentyfour.eleven.four","description":"ironsoftwarecoltd1682560478296","isSystemExtension":false,"publisher":"ironsoftwarecoltd1682560478296","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"ironpdf-docker-container-v1","planId":"2024-11-4","publisherId":"ironsoftwarecoltd1682560478296"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hoiltd.nodemongoapp","name":"hoiltd.nodemongoapp","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hoiltd.nodemongoapp","description":"homeofficeimprovementsltd1629905933258","isSystemExtension":false,"publisher":"homeofficeimprovementsltd1629905933258","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hoiltd-prod"}},"planInfo":{"offerId":"dc-hoiltd-nodejs-mongodb-latest","planId":"hoiltd-kubernetes-nodejs-and-mongodb-app","publisherId":"homeofficeimprovementsltd1629905933258"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/solo.io.istiotwofourone","name":"solo.io.istiotwofourone","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"solo.io.istiotwofourone","description":"sologloo","isSystemExtension":false,"publisher":"sologloo","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"isito_by_solo_io","planId":"istio-1241-ambient","publisherId":"sologloo"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/hossted.argocd","name":"hossted.argocd","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"hossted.argocd","description":"meanio","isSystemExtension":false,"publisher":"meanio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"hossted-platform"}},"planInfo":{"offerId":"hossted-argocd","planId":"1","publisherId":"meanio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/pfield.pfieldshutdownsilver","name":"pfield.pfieldshutdownsilver","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"pfield.pfieldshutdownsilver","description":"pfield1732914596338","isSystemExtension":false,"publisher":"pfield1732914596338","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"{{ namespace }}"}},"planInfo":{"offerId":"newplan-pfield-shutdown","planId":"silver-plan-id","publisherId":"pfield1732914596338"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/pfield.pfieldshutdownbronze","name":"pfield.pfieldshutdownbronze","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"pfield.pfieldshutdownbronze","description":"pfield1732914596338","isSystemExtension":false,"publisher":"pfield1732914596338","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"{{ - namespace }}"}},"planInfo":{"offerId":"newplan-pfield-shutdown","planId":"bronze-plan-id","publisherId":"pfield1732914596338"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/gooddata.cn","name":"gooddata.cn","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"gooddata.cn","description":"gooddatacorporation1700826590856","isSystemExtension":false,"publisher":"gooddatacorporation1700826590856","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"gooddata-cn","planId":"plan-gdcn","publisherId":"gooddatacorporation1700826590856"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/castai.agent-private-three-point-five-per-cpu","name":"castai.agent-private-three-point-five-per-cpu","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"castai.agent-private-three-point-five-per-cpu","description":"castaigroupinc1683643265413","isSystemExtension":false,"publisher":"castaigroupinc1683643265413","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"castai-agent"}},"planInfo":{"offerId":"castai-agent","planId":"castai-agent-3-5-usage","publisherId":"castaigroupinc1683643265413"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/ironpdfdocker-twentyfour.twelve.nine","name":"ironpdfdocker-twentyfour.twelve.nine","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ironpdfdocker-twentyfour.twelve.nine","description":"ironsoftwarecoltd1682560478296","isSystemExtension":false,"publisher":"ironsoftwarecoltd1682560478296","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"ironpdf-docker-container-v1","planId":"2024-12-9","publisherId":"ironsoftwarecoltd1682560478296"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/solo.io.istiotwofourtwo","name":"solo.io.istiotwofourtwo","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"solo.io.istiotwofourtwo","description":"sologloo","isSystemExtension":false,"publisher":"sologloo","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"isito_by_solo_io","planId":"istio-1242-ambient","publisherId":"sologloo"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/zs.maxai","name":"zs.maxai","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"zs.maxai","description":"zs","isSystemExtension":false,"publisher":"zs","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"max-ai-offer-1","planId":"free-tier-v2","publisherId":"zs"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cybus.connectware","name":"cybus.connectware","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cybus.connectware","description":"cybusgmbh1681309301832","isSystemExtension":false,"publisher":"cybusgmbh1681309301832","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"connectware"}},"planInfo":{"offerId":"connectware-azure-container","planId":"connectware-byol","publisherId":"cybusgmbh1681309301832"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/quantuloop.kbwfree","name":"quantuloop.kbwfree","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"quantuloop.kbwfree","description":"quantuloop","isSystemExtension":false,"publisher":"quantuloop","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"quantuloop"}},"planInfo":{"offerId":"kbw","planId":"free-plan","publisherId":"quantuloop"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners13p56oax","name":"cpmrunners.cpmrunners13p56oax","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners13p56oax","description":"cpmrunners13p56oax","isSystemExtension":false,"publisher":"cpmrunners13p56oax","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners13p56oax","planId":"cpmrunners13p56oax","publisherId":"cpmrunners13p56oax"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/ironpdfdocker-twentyfive.one.one","name":"ironpdfdocker-twentyfive.one.one","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ironpdfdocker-twentyfive.one.one","description":"ironsoftwarecoltd1682560478296","isSystemExtension":false,"publisher":"ironsoftwarecoltd1682560478296","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"ironpdf-docker-container-v1","planId":"2025-1-1","publisherId":"ironsoftwarecoltd1682560478296"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHpoMkg0Q0FBQUFBQSUzRCUzRCUyM1JUJTNBMzMlMjNUUkMlM0E0NjIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' + namespace }}"}},"planInfo":{"offerId":"newplan-pfield-shutdown","planId":"bronze-plan-id","publisherId":"pfield1732914596338"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/gooddata.cn","name":"gooddata.cn","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"gooddata.cn","description":"gooddatacorporation1700826590856","isSystemExtension":false,"publisher":"gooddatacorporation1700826590856","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"gooddata-cn","planId":"plan-gdcn","publisherId":"gooddatacorporation1700826590856"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/castai.agent-private-three-point-five-per-cpu","name":"castai.agent-private-three-point-five-per-cpu","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"castai.agent-private-three-point-five-per-cpu","description":"castaigroupinc1683643265413","isSystemExtension":false,"publisher":"castaigroupinc1683643265413","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"castai-agent"}},"planInfo":{"offerId":"castai-agent","planId":"castai-agent-3-5-usage","publisherId":"castaigroupinc1683643265413"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/ironpdfdocker-twentyfour.twelve.nine","name":"ironpdfdocker-twentyfour.twelve.nine","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ironpdfdocker-twentyfour.twelve.nine","description":"ironsoftwarecoltd1682560478296","isSystemExtension":false,"publisher":"ironsoftwarecoltd1682560478296","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"ironpdf-docker-container-v1","planId":"2024-12-9","publisherId":"ironsoftwarecoltd1682560478296"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/solo.io.istiotwofourtwo","name":"solo.io.istiotwofourtwo","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"solo.io.istiotwofourtwo","description":"sologloo","isSystemExtension":false,"publisher":"sologloo","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"isito_by_solo_io","planId":"istio-1242-ambient","publisherId":"sologloo"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/zs.maxai","name":"zs.maxai","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"zs.maxai","description":"zs","isSystemExtension":false,"publisher":"zs","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"max-ai-offer-1","planId":"free-tier-v2","publisherId":"zs"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cybus.connectware","name":"cybus.connectware","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cybus.connectware","description":"cybusgmbh1681309301832","isSystemExtension":false,"publisher":"cybusgmbh1681309301832","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"connectware"}},"planInfo":{"offerId":"connectware-azure-container","planId":"connectware-byol","publisherId":"cybusgmbh1681309301832"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/quantuloop.kbwfree","name":"quantuloop.kbwfree","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"quantuloop.kbwfree","description":"quantuloop","isSystemExtension":false,"publisher":"quantuloop","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"quantuloop"}},"planInfo":{"offerId":"kbw","planId":"free-plan","publisherId":"quantuloop"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners13p56oax","name":"cpmrunners.cpmrunners13p56oax","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners13p56oax","description":"cpmrunners13p56oax","isSystemExtension":false,"publisher":"cpmrunners13p56oax","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners13p56oax","planId":"cpmrunners13p56oax","publisherId":"cpmrunners13p56oax"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHdVeDM0Q0FBQUFBQSUzRCUzRCUyM1JUJTNBMzMlMjNUUkMlM0E0NjIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '10798' + - '10811' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:34 GMT + - Thu, 29 May 2025 01:04:04 GMT expires: - '-1' pragma: @@ -5526,11 +67516,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/6d163234-b0e9-460d-935d-4bdc745e5006 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/6f5e68a5-b98b-4e03-9a13-82522d7a0d2e x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 028D97EC71EB4FF9987E151FCD363CD5 Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:34Z' + - 'Ref A: 954FD8C14FD04C0BB446F35974BA6702 Ref B: MNZ221060609039 Ref C: 2025-05-29T01:04:04Z' status: code: 200 message: OK @@ -5550,21 +67540,21 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHpoMkg0Q0FBQUFBQSUzRCUzRCUyM1JUJTNBMzMlMjNUUkMlM0E0NjIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHdVeDM0Q0FBQUFBQSUzRCUzRCUyM1JUJTNBMzMlMjNUUkMlM0E0NjIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/com.snapdpl.site","name":"com.snapdpl.site","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.snapdpl.site","description":"risecorp","isSystemExtension":false,"publisher":"risecorp","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"cw-snapdpl","planId":"snapdpl","publisherId":"risecorp"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners7n13vacp","name":"cpmrunners.cpmrunners7n13vacp","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners7n13vacp","description":"cpmrunners7n13vacp","isSystemExtension":false,"publisher":"cpmrunners7n13vacp","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners7n13vacp","planId":"cpmrunners7n13vacp","publisherId":"cpmrunners7n13vacp"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners6pmmdfry","name":"cpmrunners.cpmrunners6pmmdfry","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners6pmmdfry","description":"cpmrunners7n13vacp","isSystemExtension":false,"publisher":"cpmrunners7n13vacp","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners7n13vacp","planId":"cpmrunners6pmmdfry","publisherId":"cpmrunners7n13vacp"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/quantuloop.simulatorsuitebase","name":"quantuloop.simulatorsuitebase","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"quantuloop.simulatorsuitebase","description":"quantuloop","isSystemExtension":false,"publisher":"quantuloop","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"quantuloop"}},"planInfo":{"offerId":"quantuloop-simulator","planId":"base-plan","publisherId":"quantuloop"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/contoso.maubarnes.versionscalingtest","name":"contoso.maubarnes.versionscalingtest","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"contoso.maubarnes.versionscalingtest","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"azure-vote-ns"}},"planInfo":{"offerId":"mauricetestoffer2","planId":"testplanversionscalingplan3","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners5ebjpf1z","name":"cpmrunners.cpmrunners5ebjpf1z","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners5ebjpf1z","description":"cpmrunners5ebjpf1z","isSystemExtension":false,"publisher":"cpmrunners5ebjpf1z","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners5ebjpf1z","planId":"cpmrunners5ebjpf1z","publisherId":"cpmrunners5ebjpf1z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersb5bcvftm","name":"cpmrunners.cpmrunnersb5bcvftm","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersb5bcvftm","description":"cpmrunnersb5bcvftm","isSystemExtension":false,"publisher":"cpmrunnersb5bcvftm","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersb5bcvftm","planId":"cpmrunnersb5bcvftm","publisherId":"cpmrunnersb5bcvftm"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners8ttpnmjt","name":"cpmrunners.cpmrunners8ttpnmjt","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners8ttpnmjt","description":"cpmrunnersb5bcvftm","isSystemExtension":false,"publisher":"cpmrunnersb5bcvftm","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersb5bcvftm","planId":"cpmrunners8ttpnmjt","publisherId":"cpmrunnersb5bcvftm"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersg1qotwxh","name":"cpmrunners.cpmrunnersg1qotwxh","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersg1qotwxh","description":"cpmrunnersg1qotwxh","isSystemExtension":false,"publisher":"cpmrunnersg1qotwxh","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersg1qotwxh","planId":"cpmrunnersg1qotwxh","publisherId":"cpmrunnersg1qotwxh"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersw7ltejwg","name":"cpmrunners.cpmrunnersw7ltejwg","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersw7ltejwg","description":"cpmrunnersg1qotwxh","isSystemExtension":false,"publisher":"cpmrunnersg1qotwxh","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersg1qotwxh","planId":"cpmrunnersw7ltejwg","publisherId":"cpmrunnersg1qotwxh"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/minio.mkpl.aistor","name":"minio.mkpl.aistor","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"minio.mkpl.aistor","description":"minio","isSystemExtension":false,"publisher":"minio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"aistor-ext"}},"planInfo":{"offerId":"minio-aistor-v1_1","planId":"minio-aistor--v1","publisherId":"minio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersiha92vpn","name":"cpmrunners.cpmrunnersiha92vpn","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersiha92vpn","description":"cpmrunnersiha92vpn","isSystemExtension":false,"publisher":"cpmrunnersiha92vpn","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersiha92vpn","planId":"cpmrunnersiha92vpn","publisherId":"cpmrunnersiha92vpn"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners031kjbi6","name":"cpmrunners.cpmrunners031kjbi6","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners031kjbi6","description":"cpmrunnersiha92vpn","isSystemExtension":false,"publisher":"cpmrunnersiha92vpn","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersiha92vpn","planId":"cpmrunners031kjbi6","publisherId":"cpmrunnersiha92vpn"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners32ox20l6","name":"cpmrunners.cpmrunners32ox20l6","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners32ox20l6","description":"cpmrunners32ox20l6","isSystemExtension":false,"publisher":"cpmrunners32ox20l6","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners32ox20l6","planId":"cpmrunners32ox20l6","publisherId":"cpmrunners32ox20l6"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhiQklBQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzQlMjNUUkMlM0E0NzYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/ironpdfdocker-twentyfive.one.one","name":"ironpdfdocker-twentyfive.one.one","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ironpdfdocker-twentyfive.one.one","description":"ironsoftwarecoltd1682560478296","isSystemExtension":false,"publisher":"ironsoftwarecoltd1682560478296","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"ironpdf-docker-container-v1","planId":"2025-1-1","publisherId":"ironsoftwarecoltd1682560478296"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/com.snapdpl.site","name":"com.snapdpl.site","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.snapdpl.site","description":"risecorp","isSystemExtension":false,"publisher":"risecorp","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"cw-snapdpl","planId":"snapdpl","publisherId":"risecorp"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners7n13vacp","name":"cpmrunners.cpmrunners7n13vacp","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners7n13vacp","description":"cpmrunners7n13vacp","isSystemExtension":false,"publisher":"cpmrunners7n13vacp","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners7n13vacp","planId":"cpmrunners7n13vacp","publisherId":"cpmrunners7n13vacp"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners6pmmdfry","name":"cpmrunners.cpmrunners6pmmdfry","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners6pmmdfry","description":"cpmrunners7n13vacp","isSystemExtension":false,"publisher":"cpmrunners7n13vacp","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners7n13vacp","planId":"cpmrunners6pmmdfry","publisherId":"cpmrunners7n13vacp"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/quantuloop.simulatorsuitebase","name":"quantuloop.simulatorsuitebase","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"quantuloop.simulatorsuitebase","description":"quantuloop","isSystemExtension":false,"publisher":"quantuloop","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"quantuloop"}},"planInfo":{"offerId":"quantuloop-simulator","planId":"base-plan","publisherId":"quantuloop"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/contoso.maubarnes.versionscalingtest","name":"contoso.maubarnes.versionscalingtest","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"contoso.maubarnes.versionscalingtest","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"azure-vote-ns"}},"planInfo":{"offerId":"mauricetestoffer2","planId":"testplanversionscalingplan3","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners5ebjpf1z","name":"cpmrunners.cpmrunners5ebjpf1z","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners5ebjpf1z","description":"cpmrunners5ebjpf1z","isSystemExtension":false,"publisher":"cpmrunners5ebjpf1z","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners5ebjpf1z","planId":"cpmrunners5ebjpf1z","publisherId":"cpmrunners5ebjpf1z"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersb5bcvftm","name":"cpmrunners.cpmrunnersb5bcvftm","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersb5bcvftm","description":"cpmrunnersb5bcvftm","isSystemExtension":false,"publisher":"cpmrunnersb5bcvftm","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersb5bcvftm","planId":"cpmrunnersb5bcvftm","publisherId":"cpmrunnersb5bcvftm"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners8ttpnmjt","name":"cpmrunners.cpmrunners8ttpnmjt","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners8ttpnmjt","description":"cpmrunnersb5bcvftm","isSystemExtension":false,"publisher":"cpmrunnersb5bcvftm","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersb5bcvftm","planId":"cpmrunners8ttpnmjt","publisherId":"cpmrunnersb5bcvftm"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersg1qotwxh","name":"cpmrunners.cpmrunnersg1qotwxh","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersg1qotwxh","description":"cpmrunnersg1qotwxh","isSystemExtension":false,"publisher":"cpmrunnersg1qotwxh","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersg1qotwxh","planId":"cpmrunnersg1qotwxh","publisherId":"cpmrunnersg1qotwxh"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersw7ltejwg","name":"cpmrunners.cpmrunnersw7ltejwg","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersw7ltejwg","description":"cpmrunnersg1qotwxh","isSystemExtension":false,"publisher":"cpmrunnersg1qotwxh","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersg1qotwxh","planId":"cpmrunnersw7ltejwg","publisherId":"cpmrunnersg1qotwxh"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/minio.mkpl.aistor","name":"minio.mkpl.aistor","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"minio.mkpl.aistor","description":"minio","isSystemExtension":false,"publisher":"minio","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"aistor-ext"}},"planInfo":{"offerId":"minio-aistor-v1_1","planId":"minio-aistor--v1","publisherId":"minio"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersiha92vpn","name":"cpmrunners.cpmrunnersiha92vpn","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersiha92vpn","description":"cpmrunnersiha92vpn","isSystemExtension":false,"publisher":"cpmrunnersiha92vpn","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersiha92vpn","planId":"cpmrunnersiha92vpn","publisherId":"cpmrunnersiha92vpn"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners031kjbi6","name":"cpmrunners.cpmrunners031kjbi6","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners031kjbi6","description":"cpmrunnersiha92vpn","isSystemExtension":false,"publisher":"cpmrunnersiha92vpn","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersiha92vpn","planId":"cpmrunners031kjbi6","publisherId":"cpmrunnersiha92vpn"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHpJLUg4Q0FBQUFBQSUzRCUzRCUyM1JUJTNBMzQlMjNUUkMlM0E0NzYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '10865' + - '10909' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:35 GMT + - Thu, 29 May 2025 01:04:04 GMT expires: - '-1' pragma: @@ -5576,11 +67566,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/2fa2d478-22d0-4828-bae1-556441699091 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/a26fdb16-1d71-4518-b7f4-04fd1be37c67 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 153B836FA87345ED906A7F66B0F6C488 Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:35Z' + - 'Ref A: CA92513A451E4CD6929E3E971FF2363D Ref B: MNZ221060609039 Ref C: 2025-05-29T01:04:04Z' status: code: 200 message: OK @@ -5600,21 +67590,21 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhiQklBQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzQlMjNUUkMlM0E0NzYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHpJLUg4Q0FBQUFBQSUzRCUzRCUyM1JUJTNBMzQlMjNUUkMlM0E0NzYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnerste2kr34a","name":"cpmrunners.cpmrunnerste2kr34a","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerste2kr34a","description":"cpmrunners32ox20l6","isSystemExtension":false,"publisher":"cpmrunners32ox20l6","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners32ox20l6","planId":"cpmrunnerste2kr34a","publisherId":"cpmrunners32ox20l6"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnerswyp9e0cq","name":"cpmrunners.cpmrunnerswyp9e0cq","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerswyp9e0cq","description":"cpmrunnerswyp9e0cq","isSystemExtension":false,"publisher":"cpmrunnerswyp9e0cq","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerswyp9e0cq","planId":"cpmrunnerswyp9e0cq","publisherId":"cpmrunnerswyp9e0cq"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners4olxcsrw","name":"cpmrunners.cpmrunners4olxcsrw","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners4olxcsrw","description":"cpmrunnerswyp9e0cq","isSystemExtension":false,"publisher":"cpmrunnerswyp9e0cq","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerswyp9e0cq","planId":"cpmrunners4olxcsrw","publisherId":"cpmrunnerswyp9e0cq"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/com.snapdpl.sites","name":"com.snapdpl.sites","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.snapdpl.sites","description":"risecorp","isSystemExtension":false,"publisher":"risecorp","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"cw-snapdpl","planId":"snapdpl-demo","publisherId":"risecorp"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/com.snapdpl.sitedemo","name":"com.snapdpl.sitedemo","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.snapdpl.sitedemo","description":"risecorp","isSystemExtension":false,"publisher":"risecorp","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"cw-snapdpl","planId":"demo-snapdpl","publisherId":"risecorp"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersupazq0ji","name":"cpmrunners.cpmrunnersupazq0ji","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersupazq0ji","description":"cpmrunnersupazq0ji","isSystemExtension":false,"publisher":"cpmrunnersupazq0ji","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersupazq0ji","planId":"cpmrunnersupazq0ji","publisherId":"cpmrunnersupazq0ji"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersodz3hlxb","name":"cpmrunners.cpmrunnersodz3hlxb","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersodz3hlxb","description":"cpmrunnersupazq0ji","isSystemExtension":false,"publisher":"cpmrunnersupazq0ji","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersupazq0ji","planId":"cpmrunnersodz3hlxb","publisherId":"cpmrunnersupazq0ji"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersvvwj9s1r","name":"cpmrunners.cpmrunnersvvwj9s1r","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersvvwj9s1r","description":"cpmrunnersvvwj9s1r","isSystemExtension":false,"publisher":"cpmrunnersvvwj9s1r","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersvvwj9s1r","planId":"cpmrunnersvvwj9s1r","publisherId":"cpmrunnersvvwj9s1r"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners7dvv1jjh","name":"cpmrunners.cpmrunners7dvv1jjh","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners7dvv1jjh","description":"cpmrunnersvvwj9s1r","isSystemExtension":false,"publisher":"cpmrunnersvvwj9s1r","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersvvwj9s1r","planId":"cpmrunners7dvv1jjh","publisherId":"cpmrunnersvvwj9s1r"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/belt.ui","name":"belt.ui","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"belt.ui","description":"beltsoftwareinc1685368987503","isSystemExtension":false,"publisher":"beltsoftwareinc1685368987503","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"webapp"}},"planInfo":{"offerId":"belt-ui-cnab","planId":"base","publisherId":"beltsoftwareinc1685368987503"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/ashleenanze.protected","name":"ashleenanze.protected","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ashleenanze.protected","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"azure-vote-protected"}},"planInfo":{"offerId":"ashleeprotectedtestoffer","planId":"mainplan","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersimh61c7t","name":"cpmrunners.cpmrunnersimh61c7t","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersimh61c7t","description":"cpmrunnersimh61c7t","isSystemExtension":false,"publisher":"cpmrunnersimh61c7t","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersimh61c7t","planId":"cpmrunnersimh61c7t","publisherId":"cpmrunnersimh61c7t"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersskykoejz","name":"cpmrunners.cpmrunnersskykoejz","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersskykoejz","description":"cpmrunnersavvc6y5l","isSystemExtension":false,"publisher":"cpmrunnersavvc6y5l","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersavvc6y5l","planId":"cpmrunnersskykoejz","publisherId":"cpmrunnersavvc6y5l"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/ironpdfdocker-twentyfive.two.eight","name":"ironpdfdocker-twentyfive.two.eight","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ironpdfdocker-twentyfive.two.eight","description":"ironsoftwarecoltd1682560478296","isSystemExtension":false,"publisher":"ironsoftwarecoltd1682560478296","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"ironpdf-docker-container-v1","planId":"2025-2-8","publisherId":"ironsoftwarecoltd1682560478296"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHpEVklFQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzUlMjNUUkMlM0E0OTAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners32ox20l6","name":"cpmrunners.cpmrunners32ox20l6","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners32ox20l6","description":"cpmrunners32ox20l6","isSystemExtension":false,"publisher":"cpmrunners32ox20l6","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners32ox20l6","planId":"cpmrunners32ox20l6","publisherId":"cpmrunners32ox20l6"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnerste2kr34a","name":"cpmrunners.cpmrunnerste2kr34a","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerste2kr34a","description":"cpmrunners32ox20l6","isSystemExtension":false,"publisher":"cpmrunners32ox20l6","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners32ox20l6","planId":"cpmrunnerste2kr34a","publisherId":"cpmrunners32ox20l6"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnerswyp9e0cq","name":"cpmrunners.cpmrunnerswyp9e0cq","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerswyp9e0cq","description":"cpmrunnerswyp9e0cq","isSystemExtension":false,"publisher":"cpmrunnerswyp9e0cq","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerswyp9e0cq","planId":"cpmrunnerswyp9e0cq","publisherId":"cpmrunnerswyp9e0cq"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners4olxcsrw","name":"cpmrunners.cpmrunners4olxcsrw","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners4olxcsrw","description":"cpmrunnerswyp9e0cq","isSystemExtension":false,"publisher":"cpmrunnerswyp9e0cq","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerswyp9e0cq","planId":"cpmrunners4olxcsrw","publisherId":"cpmrunnerswyp9e0cq"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/com.snapdpl.sites","name":"com.snapdpl.sites","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.snapdpl.sites","description":"risecorp","isSystemExtension":false,"publisher":"risecorp","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"cw-snapdpl","planId":"snapdpl-demo","publisherId":"risecorp"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/com.snapdpl.sitedemo","name":"com.snapdpl.sitedemo","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.snapdpl.sitedemo","description":"risecorp","isSystemExtension":false,"publisher":"risecorp","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"cw-snapdpl","planId":"demo-snapdpl","publisherId":"risecorp"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersupazq0ji","name":"cpmrunners.cpmrunnersupazq0ji","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersupazq0ji","description":"cpmrunnersupazq0ji","isSystemExtension":false,"publisher":"cpmrunnersupazq0ji","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersupazq0ji","planId":"cpmrunnersupazq0ji","publisherId":"cpmrunnersupazq0ji"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersodz3hlxb","name":"cpmrunners.cpmrunnersodz3hlxb","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersodz3hlxb","description":"cpmrunnersupazq0ji","isSystemExtension":false,"publisher":"cpmrunnersupazq0ji","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersupazq0ji","planId":"cpmrunnersodz3hlxb","publisherId":"cpmrunnersupazq0ji"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersvvwj9s1r","name":"cpmrunners.cpmrunnersvvwj9s1r","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersvvwj9s1r","description":"cpmrunnersvvwj9s1r","isSystemExtension":false,"publisher":"cpmrunnersvvwj9s1r","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersvvwj9s1r","planId":"cpmrunnersvvwj9s1r","publisherId":"cpmrunnersvvwj9s1r"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners7dvv1jjh","name":"cpmrunners.cpmrunners7dvv1jjh","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners7dvv1jjh","description":"cpmrunnersvvwj9s1r","isSystemExtension":false,"publisher":"cpmrunnersvvwj9s1r","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersvvwj9s1r","planId":"cpmrunners7dvv1jjh","publisherId":"cpmrunnersvvwj9s1r"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/belt.ui","name":"belt.ui","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"belt.ui","description":"beltsoftwareinc1685368987503","isSystemExtension":false,"publisher":"beltsoftwareinc1685368987503","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"webapp"}},"planInfo":{"offerId":"belt-ui-cnab","planId":"base","publisherId":"beltsoftwareinc1685368987503"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/ashleenanze.protected","name":"ashleenanze.protected","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ashleenanze.protected","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"azure-vote-protected"}},"planInfo":{"offerId":"ashleeprotectedtestoffer","planId":"mainplan","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersimh61c7t","name":"cpmrunners.cpmrunnersimh61c7t","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersimh61c7t","description":"cpmrunnersimh61c7t","isSystemExtension":false,"publisher":"cpmrunnersimh61c7t","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersimh61c7t","planId":"cpmrunnersimh61c7t","publisherId":"cpmrunnersimh61c7t"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersskykoejz","name":"cpmrunners.cpmrunnersskykoejz","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersskykoejz","description":"cpmrunnersavvc6y5l","isSystemExtension":false,"publisher":"cpmrunnersavvc6y5l","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersavvc6y5l","planId":"cpmrunnersskykoejz","publisherId":"cpmrunnersavvc6y5l"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHcxU1lFQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzUlMjNUUkMlM0E0OTAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '10848' + - '10798' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:35 GMT + - Thu, 29 May 2025 01:04:04 GMT expires: - '-1' pragma: @@ -5626,11 +67616,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/6996f781-4fae-4d33-ae4f-897b25d5ac16 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/53916e7f-b921-4aad-aae3-efc7d947f7c1 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 88E59C96BCB047F8B9608D8AFE9A5ADB Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:35Z' + - 'Ref A: F84D9A1F81A349CEBEEB813A8DBE7B68 Ref B: MNZ221060609039 Ref C: 2025-05-29T01:04:04Z' status: code: 200 message: OK @@ -5650,27 +67640,27 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHpEVklFQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzUlMjNUUkMlM0E0OTAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHcxU1lFQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzUlMjNUUkMlM0E0OTAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersnvw7il6p","name":"cpmrunners.cpmrunnersnvw7il6p","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersnvw7il6p","description":"cpmrunnersnvw7il6p","isSystemExtension":false,"publisher":"cpmrunnersnvw7il6p","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersnvw7il6p","planId":"cpmrunnersnvw7il6p","publisherId":"cpmrunnersnvw7il6p"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersjaq4kwk7","name":"cpmrunners.cpmrunnersjaq4kwk7","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersjaq4kwk7","description":"cpmrunnersjaq4kwk7","isSystemExtension":false,"publisher":"cpmrunnersjaq4kwk7","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersjaq4kwk7","planId":"cpmrunnersjaq4kwk7","publisherId":"cpmrunnersjaq4kwk7"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/softingindustrial.edgeconnector","name":"softingindustrial.edgeconnector","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"softingindustrial.edgeconnector","description":"softingindustrialautomationgmbh1627396447249","isSystemExtension":false,"publisher":"softingindustrialautomationgmbh1627396447249","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"softing"}},"planInfo":{"offerId":"softing-edgeconnector","planId":"edgeconnector_licensing","publisherId":"softingindustrialautomationgmbh1627396447249"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnerskxkzit3p","name":"cpmrunners.cpmrunnerskxkzit3p","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerskxkzit3p","description":"cpmrunnerskxkzit3p","isSystemExtension":false,"publisher":"cpmrunnerskxkzit3p","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerskxkzit3p","planId":"cpmrunnerskxkzit3p","publisherId":"cpmrunnerskxkzit3p"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners90g72kwf","name":"cpmrunners.cpmrunners90g72kwf","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners90g72kwf","description":"cpmrunners90g72kwf","isSystemExtension":false,"publisher":"cpmrunners90g72kwf","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners90g72kwf","planId":"cpmrunners90g72kwf","publisherId":"cpmrunners90g72kwf"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnershrn8nqst","name":"cpmrunners.cpmrunnershrn8nqst","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnershrn8nqst","description":"cpmrunners90g72kwf","isSystemExtension":false,"publisher":"cpmrunners90g72kwf","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners90g72kwf","planId":"cpmrunnershrn8nqst","publisherId":"cpmrunners90g72kwf"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnerstdoyd46i","name":"cpmrunners.cpmrunnerstdoyd46i","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerstdoyd46i","description":"cpmrunnerstdoyd46i","isSystemExtension":false,"publisher":"cpmrunnerstdoyd46i","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerstdoyd46i","planId":"cpmrunnerstdoyd46i","publisherId":"cpmrunnerstdoyd46i"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/com.quadrant.qmigrator","name":"com.quadrant.qmigrator","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.quadrant.qmigrator","description":"quadranttechnologies1724273152029","isSystemExtension":false,"publisher":"quadranttechnologies1724273152029","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"oracletopgsql","planId":"plan1","publisherId":"quadranttechnologies1724273152029"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/magnolia.dxcloudpaastransactional","name":"magnolia.dxcloudpaastransactional","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"magnolia.dxcloudpaastransactional","description":"magnolia","isSystemExtension":false,"publisher":"magnolia","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"magnolia"}},"planInfo":{"offerId":"dxpaas","planId":"transactional","publisherId":"magnolia"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/suse.rancher-lumen-llc-release","name":"suse.rancher-lumen-llc-release","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-lumen-llc-release","description":"suse","isSystemExtension":false,"publisher":"suse","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-csp-billing-adapter-system"}},"planInfo":{"offerId":"rancher-prime-llc","planId":"custom-billing","publisherId":"suse"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/suse.rancher-lumen-ltd-release","name":"suse.rancher-lumen-ltd-release","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-lumen-ltd-release","description":"suseirelandltd1692213356027","isSystemExtension":false,"publisher":"suseirelandltd1692213356027","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-csp-billing-adapter-system"}},"planInfo":{"offerId":"rancher-prime-ltd","planId":"custom-billing","publisherId":"suseirelandltd1692213356027"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/microsoft.monitor.int.pipelinecontroller","name":"microsoft.monitor.int.pipelinecontroller","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.monitor.int.pipelinecontroller","description":"3P + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/ironpdfdocker-twentyfive.two.eight","name":"ironpdfdocker-twentyfive.two.eight","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ironpdfdocker-twentyfive.two.eight","description":"ironsoftwarecoltd1682560478296","isSystemExtension":false,"publisher":"ironsoftwarecoltd1682560478296","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"ironpdf-docker-container-v1","planId":"2025-2-8","publisherId":"ironsoftwarecoltd1682560478296"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersnvw7il6p","name":"cpmrunners.cpmrunnersnvw7il6p","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersnvw7il6p","description":"cpmrunnersnvw7il6p","isSystemExtension":false,"publisher":"cpmrunnersnvw7il6p","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersnvw7il6p","planId":"cpmrunnersnvw7il6p","publisherId":"cpmrunnersnvw7il6p"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersjaq4kwk7","name":"cpmrunners.cpmrunnersjaq4kwk7","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersjaq4kwk7","description":"cpmrunnersjaq4kwk7","isSystemExtension":false,"publisher":"cpmrunnersjaq4kwk7","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersjaq4kwk7","planId":"cpmrunnersjaq4kwk7","publisherId":"cpmrunnersjaq4kwk7"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/softingindustrial.edgeconnector","name":"softingindustrial.edgeconnector","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"softingindustrial.edgeconnector","description":"softingindustrialautomationgmbh1627396447249","isSystemExtension":false,"publisher":"softingindustrialautomationgmbh1627396447249","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"softing"}},"planInfo":{"offerId":"softing-edgeconnector","planId":"edgeconnector_licensing","publisherId":"softingindustrialautomationgmbh1627396447249"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnerskxkzit3p","name":"cpmrunners.cpmrunnerskxkzit3p","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerskxkzit3p","description":"cpmrunnerskxkzit3p","isSystemExtension":false,"publisher":"cpmrunnerskxkzit3p","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerskxkzit3p","planId":"cpmrunnerskxkzit3p","publisherId":"cpmrunnerskxkzit3p"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners90g72kwf","name":"cpmrunners.cpmrunners90g72kwf","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners90g72kwf","description":"cpmrunners90g72kwf","isSystemExtension":false,"publisher":"cpmrunners90g72kwf","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners90g72kwf","planId":"cpmrunners90g72kwf","publisherId":"cpmrunners90g72kwf"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnershrn8nqst","name":"cpmrunners.cpmrunnershrn8nqst","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnershrn8nqst","description":"cpmrunners90g72kwf","isSystemExtension":false,"publisher":"cpmrunners90g72kwf","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners90g72kwf","planId":"cpmrunnershrn8nqst","publisherId":"cpmrunners90g72kwf"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnerstdoyd46i","name":"cpmrunners.cpmrunnerstdoyd46i","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerstdoyd46i","description":"cpmrunnerstdoyd46i","isSystemExtension":false,"publisher":"cpmrunnerstdoyd46i","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerstdoyd46i","planId":"cpmrunnerstdoyd46i","publisherId":"cpmrunnerstdoyd46i"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/com.quadrant.qmigrator","name":"com.quadrant.qmigrator","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.quadrant.qmigrator","description":"quadranttechnologies1724273152029","isSystemExtension":false,"publisher":"quadranttechnologies1724273152029","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"oracletopgsql","planId":"plan1","publisherId":"quadranttechnologies1724273152029"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/magnolia.dxcloudpaastransactional","name":"magnolia.dxcloudpaastransactional","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"magnolia.dxcloudpaastransactional","description":"magnolia","isSystemExtension":false,"publisher":"magnolia","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"magnolia"}},"planInfo":{"offerId":"dxpaas","planId":"transactional","publisherId":"magnolia"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/suse.rancher-lumen-llc-release","name":"suse.rancher-lumen-llc-release","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-lumen-llc-release","description":"suse","isSystemExtension":false,"publisher":"suse","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-csp-billing-adapter-system"}},"planInfo":{"offerId":"rancher-prime-llc","planId":"custom-billing","publisherId":"suse"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/suse.rancher-lumen-ltd-release","name":"suse.rancher-lumen-ltd-release","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-lumen-ltd-release","description":"suseirelandltd1692213356027","isSystemExtension":false,"publisher":"suseirelandltd1692213356027","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-csp-billing-adapter-system"}},"planInfo":{"offerId":"rancher-prime-ltd","planId":"custom-billing","publisherId":"suseirelandltd1692213356027"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/microsoft.monitor.int.pipelinecontroller","name":"microsoft.monitor.int.pipelinecontroller","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.monitor.int.pipelinecontroller","description":"3P Strato Operator Arc Extension (int)","isSystemExtension":false,"publisher":"Azure Monitor Edge","isManagedIdentityRequired":true,"supportedClusterTypes":["Connectedclusters","Managedclusters","Appliances","ProvisionedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"kube-system"}},"planInfo":{"offerId":null,"planId":null,"publisherId":"Azure Monitor Edge"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/microsoft.monitor.lab.pipelinecontroller","name":"microsoft.monitor.lab.pipelinecontroller","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.monitor.lab.pipelinecontroller","description":"3P Strato Operator Arc Extension (lab)","isSystemExtension":false,"publisher":"Azure Monitor Edge","isManagedIdentityRequired":true,"supportedClusterTypes":["Connectedclusters","Managedclusters","Appliances","ProvisionedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"kube-system"}},"planInfo":{"offerId":null,"planId":null,"publisherId":"Azure - Monitor Edge"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/tetrate.istioonetwentyfive","name":"tetrate.istioonetwentyfive","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"tetrate.istioonetwentyfive","description":"tetrate1598353087553","isSystemExtension":false,"publisher":"tetrate1598353087553","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"tetrateistio","planId":"tid-1-25-0-0","publisherId":"tetrate1598353087553"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHlEY0lRQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzYlMjNUUkMlM0E1MDQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' + Monitor Edge"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0FzVW9sQU40VHMweEtUb1FDQUFBQUFBJTNEJTNEJTIzUlQlM0EzNiUyM1NSQyUzQTElMjNUUkMlM0E1MDQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '11211' + - '11281' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:36 GMT + - Thu, 29 May 2025 01:04:05 GMT expires: - '-1' pragma: @@ -5682,11 +67672,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/9617d53c-a857-4a0c-b85e-7c4b2fb827ba + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/2640c894-4b48-4ea5-826e-7f7117aef8a9 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: A397B434DE7C4C1E9D52EBC52F6795DA Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:35Z' + - 'Ref A: 50960300E8DD4A18ACA7E8E76E7F1422 Ref B: MNZ221060609039 Ref C: 2025-05-29T01:04:05Z' status: code: 200 message: OK @@ -5706,21 +67696,27 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHlEY0lRQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzYlMjNUUkMlM0E1MDQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0FzVW9sQU40VHMweEtUb1FDQUFBQUFBJTNEJTNEJTIzUlQlM0EzNiUyM1NSQyUzQTElMjNUUkMlM0E1MDQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/ironpdfdocker-twentyfive.three.six","name":"ironpdfdocker-twentyfive.three.six","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ironpdfdocker-twentyfive.three.six","description":"ironsoftwarecoltd1682560478296","isSystemExtension":false,"publisher":"ironsoftwarecoltd1682560478296","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"ironpdf-docker-container-v1","planId":"2025-3-6","publisherId":"ironsoftwarecoltd1682560478296"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/rockwell.ftdmpc","name":"rockwell.ftdmpc","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"rockwell.ftdmpc","description":"rockwellautomationinc","isSystemExtension":false,"publisher":"rockwellautomationinc","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"rockwell_ft_datamosaix_private_cloud","planId":"privateplan1","publisherId":"rockwellautomationinc"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/frontierx.polaris","name":"frontierx.polaris","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"frontierx.polaris","description":"frontierxinc1726666814997","isSystemExtension":false,"publisher":"frontierxinc1726666814997","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"polaris"}},"planInfo":{"offerId":"kubernetes","planId":"polaris","publisherId":"frontierxinc1726666814997"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/frontierx.polaris-pro","name":"frontierx.polaris-pro","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"frontierx.polaris-pro","description":"frontierxinc1726666814997","isSystemExtension":false,"publisher":"frontierxinc1726666814997","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"polaris-pro"}},"planInfo":{"offerId":"kubernetes","planId":"polaris-pro","publisherId":"frontierxinc1726666814997"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/solo.io.istiotwofivezero","name":"solo.io.istiotwofivezero","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"solo.io.istiotwofivezero","description":"sologloo","isSystemExtension":false,"publisher":"sologloo","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"isito_by_solo_io","planId":"istio-1250-ambient","publisherId":"sologloo"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersehte3d31","name":"cpmrunners.cpmrunnersehte3d31","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersehte3d31","description":"cpmrunnersehte3d31","isSystemExtension":false,"publisher":"cpmrunnersehte3d31","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersehte3d31","planId":"cpmrunnersehte3d31","publisherId":"cpmrunnersehte3d31"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersnsv0kyhb","name":"cpmrunners.cpmrunnersnsv0kyhb","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersnsv0kyhb","description":"cpmrunnersnsv0kyhb","isSystemExtension":false,"publisher":"cpmrunnersnsv0kyhb","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersnsv0kyhb","planId":"cpmrunnersnsv0kyhb","publisherId":"cpmrunnersnsv0kyhb"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners6cokyaso","name":"cpmrunners.cpmrunners6cokyaso","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners6cokyaso","description":"cpmrunners6cokyaso","isSystemExtension":false,"publisher":"cpmrunners6cokyaso","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners6cokyaso","planId":"cpmrunners6cokyaso","publisherId":"cpmrunners6cokyaso"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnerskwiwm12o","name":"cpmrunners.cpmrunnerskwiwm12o","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerskwiwm12o","description":"cpmrunnerskwiwm12o","isSystemExtension":false,"publisher":"cpmrunnerskwiwm12o","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerskwiwm12o","planId":"cpmrunnerskwiwm12o","publisherId":"cpmrunnerskwiwm12o"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersj8wj5dzf","name":"cpmrunners.cpmrunnersj8wj5dzf","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersj8wj5dzf","description":"cpmrunnersj8wj5dzf","isSystemExtension":false,"publisher":"cpmrunnersj8wj5dzf","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersj8wj5dzf","planId":"cpmrunnersj8wj5dzf","publisherId":"cpmrunnersj8wj5dzf"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnerss7c0azwu","name":"cpmrunners.cpmrunnerss7c0azwu","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerss7c0azwu","description":"cpmrunnerss7c0azwu","isSystemExtension":false,"publisher":"cpmrunnerss7c0azwu","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerss7c0azwu","planId":"cpmrunnerss7c0azwu","publisherId":"cpmrunnerss7c0azwu"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersjqydrnkf","name":"cpmrunners.cpmrunnersjqydrnkf","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersjqydrnkf","description":"cpmrunnersjqydrnkf","isSystemExtension":false,"publisher":"cpmrunnersjqydrnkf","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersjqydrnkf","planId":"cpmrunnersjqydrnkf","publisherId":"cpmrunnersjqydrnkf"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersqvwn35mx","name":"cpmrunners.cpmrunnersqvwn35mx","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersqvwn35mx","description":"cpmrunnersjqydrnkf","isSystemExtension":false,"publisher":"cpmrunnersjqydrnkf","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersjqydrnkf","planId":"cpmrunnersqvwn35mx","publisherId":"cpmrunnersjqydrnkf"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners0p94jupl","name":"cpmrunners.cpmrunners0p94jupl","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners0p94jupl","description":"cpmrunners0p94jupl","isSystemExtension":false,"publisher":"cpmrunners0p94jupl","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners0p94jupl","planId":"cpmrunners0p94jupl","publisherId":"cpmrunners0p94jupl"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHp1RTRZQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzclMjNUUkMlM0E1MTglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/microsoft.int.extensiondiagnostics.testextension","name":"microsoft.int.extensiondiagnostics.testextension","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.int.extensiondiagnostics.testextension","description":"Test + extension for the Strato Operator System Extension (int)","isSystemExtension":false,"publisher":"Azure + Monitor Edge","isManagedIdentityRequired":true,"supportedClusterTypes":["Connectedclusters","Managedclusters","Appliances","ProvisionedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"kube-system"}},"planInfo":{"offerId":null,"planId":null,"publisherId":"Azure + Monitor Edge"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/microsoft.lab.extensiondiagnostics.testextension","name":"microsoft.lab.extensiondiagnostics.testextension","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.lab.extensiondiagnostics.testextension","description":"Test + extension for the Strato Operator System Extension (lab)","isSystemExtension":false,"publisher":"Azure + Monitor Edge","isManagedIdentityRequired":true,"supportedClusterTypes":["Connectedclusters","Managedclusters","Appliances","ProvisionedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"kube-system"}},"planInfo":{"offerId":null,"planId":null,"publisherId":"Azure + Monitor Edge"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/tetrate.istioonetwentyfive","name":"tetrate.istioonetwentyfive","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"tetrate.istioonetwentyfive","description":"tetrate1598353087553","isSystemExtension":false,"publisher":"tetrate1598353087553","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"tetrateistio","planId":"tid-1-25-0-0","publisherId":"tetrate1598353087553"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/ironpdfdocker-twentyfive.three.six","name":"ironpdfdocker-twentyfive.three.six","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ironpdfdocker-twentyfive.three.six","description":"ironsoftwarecoltd1682560478296","isSystemExtension":false,"publisher":"ironsoftwarecoltd1682560478296","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"ironpdf-docker-container-v1","planId":"2025-3-6","publisherId":"ironsoftwarecoltd1682560478296"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/rockwell.ftdmpc","name":"rockwell.ftdmpc","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"rockwell.ftdmpc","description":"rockwellautomationinc","isSystemExtension":false,"publisher":"rockwellautomationinc","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"rockwell_ft_datamosaix_private_cloud","planId":"privateplan1","publisherId":"rockwellautomationinc"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/frontierx.polaris","name":"frontierx.polaris","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"frontierx.polaris","description":"frontierxinc1726666814997","isSystemExtension":false,"publisher":"frontierxinc1726666814997","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"polaris"}},"planInfo":{"offerId":"kubernetes","planId":"polaris","publisherId":"frontierxinc1726666814997"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/frontierx.polaris-pro","name":"frontierx.polaris-pro","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"frontierx.polaris-pro","description":"frontierxinc1726666814997","isSystemExtension":false,"publisher":"frontierxinc1726666814997","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"polaris-pro"}},"planInfo":{"offerId":"kubernetes","planId":"polaris-pro","publisherId":"frontierxinc1726666814997"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/solo.io.istiotwofivezero","name":"solo.io.istiotwofivezero","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"solo.io.istiotwofivezero","description":"sologloo","isSystemExtension":false,"publisher":"sologloo","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"isito_by_solo_io","planId":"istio-1250-ambient","publisherId":"sologloo"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersehte3d31","name":"cpmrunners.cpmrunnersehte3d31","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersehte3d31","description":"cpmrunnersehte3d31","isSystemExtension":false,"publisher":"cpmrunnersehte3d31","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersehte3d31","planId":"cpmrunnersehte3d31","publisherId":"cpmrunnersehte3d31"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersnsv0kyhb","name":"cpmrunners.cpmrunnersnsv0kyhb","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersnsv0kyhb","description":"cpmrunnersnsv0kyhb","isSystemExtension":false,"publisher":"cpmrunnersnsv0kyhb","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersnsv0kyhb","planId":"cpmrunnersnsv0kyhb","publisherId":"cpmrunnersnsv0kyhb"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners6cokyaso","name":"cpmrunners.cpmrunners6cokyaso","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners6cokyaso","description":"cpmrunners6cokyaso","isSystemExtension":false,"publisher":"cpmrunners6cokyaso","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners6cokyaso","planId":"cpmrunners6cokyaso","publisherId":"cpmrunners6cokyaso"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnerskwiwm12o","name":"cpmrunners.cpmrunnerskwiwm12o","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerskwiwm12o","description":"cpmrunnerskwiwm12o","isSystemExtension":false,"publisher":"cpmrunnerskwiwm12o","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerskwiwm12o","planId":"cpmrunnerskwiwm12o","publisherId":"cpmrunnerskwiwm12o"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersj8wj5dzf","name":"cpmrunners.cpmrunnersj8wj5dzf","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersj8wj5dzf","description":"cpmrunnersj8wj5dzf","isSystemExtension":false,"publisher":"cpmrunnersj8wj5dzf","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersj8wj5dzf","planId":"cpmrunnersj8wj5dzf","publisherId":"cpmrunnersj8wj5dzf"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnerss7c0azwu","name":"cpmrunners.cpmrunnerss7c0azwu","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerss7c0azwu","description":"cpmrunnerss7c0azwu","isSystemExtension":false,"publisher":"cpmrunnerss7c0azwu","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerss7c0azwu","planId":"cpmrunnerss7c0azwu","publisherId":"cpmrunnerss7c0azwu"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHdiRUlZQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzclMjNUUkMlM0E1MTglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '10906' + - '11150' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:36 GMT + - Thu, 29 May 2025 01:04:05 GMT expires: - '-1' pragma: @@ -5732,11 +67728,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/f134abaf-822d-4e50-b7a6-d98dc9248bed + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/dc5a3684-e374-42b3-981d-d261b9e8cf41 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 1C297C0BBE6F44968D2047BF6B0FE43C Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:36Z' + - 'Ref A: DB5CF15FD9F44E38A5F696FA8B1F308F Ref B: MNZ221060609039 Ref C: 2025-05-29T01:04:05Z' status: code: 200 message: OK @@ -5756,10 +67752,10 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHp1RTRZQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzclMjNUUkMlM0E1MTglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHdiRUlZQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzclMjNUUkMlM0E1MTglMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersj0glavty","name":"cpmrunners.cpmrunnersj0glavty","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersj0glavty","description":"cpmrunnersj0glavty","isSystemExtension":false,"publisher":"cpmrunnersj0glavty","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersj0glavty","planId":"cpmrunnersj0glavty","publisherId":"cpmrunnersj0glavty"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersmazslldz","name":"cpmrunners.cpmrunnersmazslldz","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersmazslldz","description":"cpmrunnersmazslldz","isSystemExtension":false,"publisher":"cpmrunnersmazslldz","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersmazslldz","planId":"cpmrunnersmazslldz","publisherId":"cpmrunnersmazslldz"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners5iv4fbci","name":"cpmrunners.cpmrunners5iv4fbci","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners5iv4fbci","description":"cpmrunners5iv4fbci","isSystemExtension":false,"publisher":"cpmrunners5iv4fbci","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners5iv4fbci","planId":"cpmrunners5iv4fbci","publisherId":"cpmrunners5iv4fbci"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersf7gbewjp","name":"cpmrunners.cpmrunnersf7gbewjp","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersf7gbewjp","description":"cpmrunnersf7gbewjp","isSystemExtension":false,"publisher":"cpmrunnersf7gbewjp","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersf7gbewjp","planId":"cpmrunnersf7gbewjp","publisherId":"cpmrunnersf7gbewjp"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersam66a8uq","name":"cpmrunners.cpmrunnersam66a8uq","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersam66a8uq","description":"cpmrunnersam66a8uq","isSystemExtension":false,"publisher":"cpmrunnersam66a8uq","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersam66a8uq","planId":"cpmrunnersam66a8uq","publisherId":"cpmrunnersam66a8uq"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersguttnmoc","name":"cpmrunners.cpmrunnersguttnmoc","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersguttnmoc","description":"cpmrunnersguttnmoc","isSystemExtension":false,"publisher":"cpmrunnersguttnmoc","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersguttnmoc","planId":"cpmrunnersguttnmoc","publisherId":"cpmrunnersguttnmoc"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersnjede3kq","name":"cpmrunners.cpmrunnersnjede3kq","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersnjede3kq","description":"cpmrunnersnjede3kq","isSystemExtension":false,"publisher":"cpmrunnersnjede3kq","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersnjede3kq","planId":"cpmrunnersnjede3kq","publisherId":"cpmrunnersnjede3kq"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersgbjbgblx","name":"cpmrunners.cpmrunnersgbjbgblx","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersgbjbgblx","description":"cpmrunnersgbjbgblx","isSystemExtension":false,"publisher":"cpmrunnersgbjbgblx","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersgbjbgblx","planId":"cpmrunnersgbjbgblx","publisherId":"cpmrunnersgbjbgblx"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnerswukuqpdd","name":"cpmrunners.cpmrunnerswukuqpdd","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerswukuqpdd","description":"cpmrunnerswukuqpdd","isSystemExtension":false,"publisher":"cpmrunnerswukuqpdd","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerswukuqpdd","planId":"cpmrunnerswukuqpdd","publisherId":"cpmrunnerswukuqpdd"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/microsoft.applink","name":"microsoft.applink","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.applink","description":null,"isSystemExtension":false,"publisher":null,"isManagedIdentityRequired":true,"supportedClusterTypes":["Managedclusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"applink-istio-system"}},"planInfo":{"offerId":null,"planId":null,"publisherId":null}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners6446mbi8","name":"cpmrunners.cpmrunners6446mbi8","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners6446mbi8","description":"cpmrunners6446mbi8","isSystemExtension":false,"publisher":"cpmrunners6446mbi8","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners6446mbi8","planId":"cpmrunners6446mbi8","publisherId":"cpmrunners6446mbi8"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners7cywynvg","name":"cpmrunners.cpmrunners7cywynvg","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners7cywynvg","description":"cpmrunners7cywynvg","isSystemExtension":false,"publisher":"cpmrunners7cywynvg","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners7cywynvg","planId":"cpmrunners7cywynvg","publisherId":"cpmrunners7cywynvg"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersz2ovuef5","name":"cpmrunners.cpmrunnersz2ovuef5","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersz2ovuef5","description":"cpmrunnersz2ovuef5","isSystemExtension":false,"publisher":"cpmrunnersz2ovuef5","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersz2ovuef5","planId":"cpmrunnersz2ovuef5","publisherId":"cpmrunnersz2ovuef5"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersch4jwyv9","name":"cpmrunners.cpmrunnersch4jwyv9","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersch4jwyv9","description":"cpmrunnersch4jwyv9","isSystemExtension":false,"publisher":"cpmrunnersch4jwyv9","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersch4jwyv9","planId":"cpmrunnersch4jwyv9","publisherId":"cpmrunnersch4jwyv9"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhWU0lZQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzglMjNUUkMlM0E1MzIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersjqydrnkf","name":"cpmrunners.cpmrunnersjqydrnkf","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersjqydrnkf","description":"cpmrunnersjqydrnkf","isSystemExtension":false,"publisher":"cpmrunnersjqydrnkf","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersjqydrnkf","planId":"cpmrunnersjqydrnkf","publisherId":"cpmrunnersjqydrnkf"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersqvwn35mx","name":"cpmrunners.cpmrunnersqvwn35mx","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersqvwn35mx","description":"cpmrunnersjqydrnkf","isSystemExtension":false,"publisher":"cpmrunnersjqydrnkf","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersjqydrnkf","planId":"cpmrunnersqvwn35mx","publisherId":"cpmrunnersjqydrnkf"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners0p94jupl","name":"cpmrunners.cpmrunners0p94jupl","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners0p94jupl","description":"cpmrunners0p94jupl","isSystemExtension":false,"publisher":"cpmrunners0p94jupl","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners0p94jupl","planId":"cpmrunners0p94jupl","publisherId":"cpmrunners0p94jupl"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersj0glavty","name":"cpmrunners.cpmrunnersj0glavty","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersj0glavty","description":"cpmrunnersj0glavty","isSystemExtension":false,"publisher":"cpmrunnersj0glavty","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersj0glavty","planId":"cpmrunnersj0glavty","publisherId":"cpmrunnersj0glavty"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersmazslldz","name":"cpmrunners.cpmrunnersmazslldz","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersmazslldz","description":"cpmrunnersmazslldz","isSystemExtension":false,"publisher":"cpmrunnersmazslldz","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersmazslldz","planId":"cpmrunnersmazslldz","publisherId":"cpmrunnersmazslldz"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners5iv4fbci","name":"cpmrunners.cpmrunners5iv4fbci","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners5iv4fbci","description":"cpmrunners5iv4fbci","isSystemExtension":false,"publisher":"cpmrunners5iv4fbci","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners5iv4fbci","planId":"cpmrunners5iv4fbci","publisherId":"cpmrunners5iv4fbci"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersf7gbewjp","name":"cpmrunners.cpmrunnersf7gbewjp","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersf7gbewjp","description":"cpmrunnersf7gbewjp","isSystemExtension":false,"publisher":"cpmrunnersf7gbewjp","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersf7gbewjp","planId":"cpmrunnersf7gbewjp","publisherId":"cpmrunnersf7gbewjp"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersam66a8uq","name":"cpmrunners.cpmrunnersam66a8uq","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersam66a8uq","description":"cpmrunnersam66a8uq","isSystemExtension":false,"publisher":"cpmrunnersam66a8uq","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersam66a8uq","planId":"cpmrunnersam66a8uq","publisherId":"cpmrunnersam66a8uq"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersguttnmoc","name":"cpmrunners.cpmrunnersguttnmoc","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersguttnmoc","description":"cpmrunnersguttnmoc","isSystemExtension":false,"publisher":"cpmrunnersguttnmoc","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersguttnmoc","planId":"cpmrunnersguttnmoc","publisherId":"cpmrunnersguttnmoc"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersnjede3kq","name":"cpmrunners.cpmrunnersnjede3kq","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersnjede3kq","description":"cpmrunnersnjede3kq","isSystemExtension":false,"publisher":"cpmrunnersnjede3kq","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersnjede3kq","planId":"cpmrunnersnjede3kq","publisherId":"cpmrunnersnjede3kq"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersgbjbgblx","name":"cpmrunners.cpmrunnersgbjbgblx","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersgbjbgblx","description":"cpmrunnersgbjbgblx","isSystemExtension":false,"publisher":"cpmrunnersgbjbgblx","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersgbjbgblx","planId":"cpmrunnersgbjbgblx","publisherId":"cpmrunnersgbjbgblx"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnerswukuqpdd","name":"cpmrunners.cpmrunnerswukuqpdd","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerswukuqpdd","description":"cpmrunnerswukuqpdd","isSystemExtension":false,"publisher":"cpmrunnerswukuqpdd","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerswukuqpdd","planId":"cpmrunnerswukuqpdd","publisherId":"cpmrunnerswukuqpdd"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/microsoft.applink","name":"microsoft.applink","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.applink","description":null,"isSystemExtension":false,"publisher":null,"isManagedIdentityRequired":true,"supportedClusterTypes":["Managedclusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"applink-istio-system"}},"planInfo":{"offerId":null,"planId":null,"publisherId":null}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners6446mbi8","name":"cpmrunners.cpmrunners6446mbi8","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners6446mbi8","description":"cpmrunners6446mbi8","isSystemExtension":false,"publisher":"cpmrunners6446mbi8","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners6446mbi8","planId":"cpmrunners6446mbi8","publisherId":"cpmrunners6446mbi8"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHd3UElZQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzglMjNUUkMlM0E1MzIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview @@ -5770,7 +67766,57 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:37 GMT + - Thu, 29 May 2025 01:04:05 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-cache: + - CONFIG_NOCACHE + x-content-type-options: + - nosniff + x-ms-operation-identifier: + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/62aea700-cacf-4aa2-ad41-30f62fb31497 + x-ms-ratelimit-remaining-subscription-global-reads: + - '16499' + x-msedge-ref: + - 'Ref A: DE47E1E947F948BD8AAFCACD5A3F9ADB Ref B: MNZ221060609039 Ref C: 2025-05-29T01:04:05Z' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks extension type list + Connection: + - keep-alive + ParameterSetName: + - --location + User-Agent: + - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHd3UElZQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzglMjNUUkMlM0E1MzIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners7cywynvg","name":"cpmrunners.cpmrunners7cywynvg","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners7cywynvg","description":"cpmrunners7cywynvg","isSystemExtension":false,"publisher":"cpmrunners7cywynvg","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners7cywynvg","planId":"cpmrunners7cywynvg","publisherId":"cpmrunners7cywynvg"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersz2ovuef5","name":"cpmrunners.cpmrunnersz2ovuef5","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersz2ovuef5","description":"cpmrunnersz2ovuef5","isSystemExtension":false,"publisher":"cpmrunnersz2ovuef5","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersz2ovuef5","planId":"cpmrunnersz2ovuef5","publisherId":"cpmrunnersz2ovuef5"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersch4jwyv9","name":"cpmrunners.cpmrunnersch4jwyv9","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersch4jwyv9","description":"cpmrunnersch4jwyv9","isSystemExtension":false,"publisher":"cpmrunnersch4jwyv9","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersch4jwyv9","planId":"cpmrunnersch4jwyv9","publisherId":"cpmrunnersch4jwyv9"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners31sohy63","name":"cpmrunners.cpmrunners31sohy63","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners31sohy63","description":"cpmrunners31sohy63","isSystemExtension":false,"publisher":"cpmrunners31sohy63","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners31sohy63","planId":"cpmrunners31sohy63","publisherId":"cpmrunners31sohy63"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/suse.rancher-prime-ltd-test-candidate-two","name":"suse.rancher-prime-ltd-test-candidate-two","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-prime-ltd-test-candidate-two","description":"suseirelandltd1692213356027","isSystemExtension":false,"publisher":"suseirelandltd1692213356027","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-rancher-csp-deployer-system"}},"planInfo":{"offerId":"rancher-prime-ltd-test","planId":"rancher-2-10-2-test","publisherId":"suseirelandltd1692213356027"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/suse.rancher-prime-llc-test-candidate-two","name":"suse.rancher-prime-llc-test-candidate-two","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-prime-llc-test-candidate-two","description":"suse","isSystemExtension":false,"publisher":"suse","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-rancher-csp-deployer-system"}},"planInfo":{"offerId":"rancher-prime-llc-test","planId":"rancher-2-10-2-test","publisherId":"suse"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/suse.rancher-prime-llc-test-candidate-three","name":"suse.rancher-prime-llc-test-candidate-three","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-prime-llc-test-candidate-three","description":"suseirelandltd1692213356027","isSystemExtension":false,"publisher":"suseirelandltd1692213356027","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-rancher-csp-deployer-system"}},"planInfo":{"offerId":"rancher-prime-ltd-test","planId":"rancher-test-2","publisherId":"suseirelandltd1692213356027"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersz5ir8tlc","name":"cpmrunners.cpmrunnersz5ir8tlc","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersz5ir8tlc","description":"cpmrunnersz5ir8tlc","isSystemExtension":false,"publisher":"cpmrunnersz5ir8tlc","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersz5ir8tlc","planId":"cpmrunnersz5ir8tlc","publisherId":"cpmrunnersz5ir8tlc"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners13ypuou9","name":"cpmrunners.cpmrunners13ypuou9","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners13ypuou9","description":"cpmrunnersz5ir8tlc","isSystemExtension":false,"publisher":"cpmrunnersz5ir8tlc","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersz5ir8tlc","planId":"cpmrunners13ypuou9","publisherId":"cpmrunnersz5ir8tlc"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/suse.rancher-billing-llc","name":"suse.rancher-billing-llc","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-billing-llc","description":"suse","isSystemExtension":false,"publisher":"suse","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-csp-billing-adapter-system"}},"planInfo":{"offerId":"rancher-prime-llc-test","planId":"billing-adapter-only","publisherId":"suse"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/globallogic.com.dsotap","name":"globallogic.com.dsotap","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"globallogic.com.dsotap","description":"globallogic","isSystemExtension":false,"publisher":"globallogic","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"dsotap"}},"planInfo":{"offerId":"devicesuretap","planId":"globallogictapaccelerator","publisherId":"globallogic"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/suse.rancher-prime-ltd-test-update","name":"suse.rancher-prime-ltd-test-update","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-prime-ltd-test-update","description":"suseirelandltd1692213356027","isSystemExtension":false,"publisher":"suseirelandltd1692213356027","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-rancher-csp-deployer-system"}},"planInfo":{"offerId":"rancher-prime-ltd-test","planId":"rancher-update","publisherId":"suseirelandltd1692213356027"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/suse.rancher-prime-ltd-rancher-billing","name":"suse.rancher-prime-ltd-rancher-billing","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-prime-ltd-rancher-billing","description":"suseirelandltd1692213356027","isSystemExtension":false,"publisher":"suseirelandltd1692213356027","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-csp-billing-adapter-system"}},"planInfo":{"offerId":"rancher-prime-ltd-test","planId":"billing-adapter-only","publisherId":"suseirelandltd1692213356027"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/saasify.contianeroffercustommetersingledimension","name":"saasify.contianeroffercustommetersingledimension","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"saasify.contianeroffercustommetersingledimension","description":"spektra","isSystemExtension":false,"publisher":"spektra","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"saasifyac"}},"planInfo":{"offerId":"ss-ac-mp-sample-01","planId":"base-01","publisherId":"spektra"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHlHJTJCWWNDQUFBQUFBJTNEJTNEJTIzUlQlM0EzOSUyM1RSQyUzQTU0NiUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTglMjIlMkMlMjJyYW5nZSUyMiUzQSU3QiUyMm1pbiUyMiUzQSUyMiUyMiUyQyUyMm1heCUyMiUzQSUyMjA1QzFERkZGRkZGRkZDJTIyJTdEJTdEJTVE&clusterType=managedClusters"}' + headers: + api-supported-versions: + - 2023-05-01-preview, 2024-11-01-preview + cache-control: + - no-cache + content-length: + - '11284' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 29 May 2025 01:04:05 GMT expires: - '-1' pragma: @@ -5782,11 +67828,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/5491b557-7aa7-41ab-b9cf-2118060fe0c6 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/840c2cf3-b2b8-4029-b076-51050b1c66c3 x-ms-ratelimit-remaining-subscription-global-reads: - '16498' x-msedge-ref: - - 'Ref A: 07E75A5AE20C4D948EB2DD27375D8005 Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:36Z' + - 'Ref A: FFDE8C27D8BF470B95DB9C20564DB96A Ref B: MNZ221060609039 Ref C: 2025-05-29T01:04:06Z' status: code: 200 message: OK @@ -5806,21 +67852,21 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHhWU0lZQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzglMjNUUkMlM0E1MzIlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHlHJTJCWWNDQUFBQUFBJTNEJTNEJTIzUlQlM0EzOSUyM1RSQyUzQTU0NiUyM0lTViUzQTIlMjNJRU8lM0E2NTU1MSUyM1FDRiUzQTglMjIlMkMlMjJyYW5nZSUyMiUzQSU3QiUyMm1pbiUyMiUzQSUyMiUyMiUyQyUyMm1heCUyMiUzQSUyMjA1QzFERkZGRkZGRkZDJTIyJTdEJTdEJTVE&clusterType=managedClusters response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners31sohy63","name":"cpmrunners.cpmrunners31sohy63","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners31sohy63","description":"cpmrunners31sohy63","isSystemExtension":false,"publisher":"cpmrunners31sohy63","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunners31sohy63","planId":"cpmrunners31sohy63","publisherId":"cpmrunners31sohy63"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/suse.rancher-prime-ltd-test-candidate-two","name":"suse.rancher-prime-ltd-test-candidate-two","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-prime-ltd-test-candidate-two","description":"suseirelandltd1692213356027","isSystemExtension":false,"publisher":"suseirelandltd1692213356027","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-rancher-csp-deployer-system"}},"planInfo":{"offerId":"rancher-prime-ltd-test","planId":"rancher-2-10-2-test","publisherId":"suseirelandltd1692213356027"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/suse.rancher-prime-llc-test-candidate-two","name":"suse.rancher-prime-llc-test-candidate-two","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-prime-llc-test-candidate-two","description":"suse","isSystemExtension":false,"publisher":"suse","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-rancher-csp-deployer-system"}},"planInfo":{"offerId":"rancher-prime-llc-test","planId":"rancher-2-10-2-test","publisherId":"suse"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/suse.rancher-prime-llc-test-candidate-three","name":"suse.rancher-prime-llc-test-candidate-three","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-prime-llc-test-candidate-three","description":"suseirelandltd1692213356027","isSystemExtension":false,"publisher":"suseirelandltd1692213356027","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-rancher-csp-deployer-system"}},"planInfo":{"offerId":"rancher-prime-ltd-test","planId":"rancher-test-2","publisherId":"suseirelandltd1692213356027"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersz5ir8tlc","name":"cpmrunners.cpmrunnersz5ir8tlc","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersz5ir8tlc","description":"cpmrunnersz5ir8tlc","isSystemExtension":false,"publisher":"cpmrunnersz5ir8tlc","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersz5ir8tlc","planId":"cpmrunnersz5ir8tlc","publisherId":"cpmrunnersz5ir8tlc"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners13ypuou9","name":"cpmrunners.cpmrunners13ypuou9","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners13ypuou9","description":"cpmrunnersz5ir8tlc","isSystemExtension":false,"publisher":"cpmrunnersz5ir8tlc","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnersz5ir8tlc","planId":"cpmrunners13ypuou9","publisherId":"cpmrunnersz5ir8tlc"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/suse.rancher-billing-llc","name":"suse.rancher-billing-llc","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-billing-llc","description":"suse","isSystemExtension":false,"publisher":"suse","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-csp-billing-adapter-system"}},"planInfo":{"offerId":"rancher-prime-llc-test","planId":"billing-adapter-only","publisherId":"suse"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/globallogic.com.dsotap","name":"globallogic.com.dsotap","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"globallogic.com.dsotap","description":"globallogic","isSystemExtension":false,"publisher":"globallogic","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"dsotap"}},"planInfo":{"offerId":"devicesuretap","planId":"globallogictapaccelerator","publisherId":"globallogic"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/suse.rancher-prime-ltd-test-update","name":"suse.rancher-prime-ltd-test-update","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-prime-ltd-test-update","description":"suseirelandltd1692213356027","isSystemExtension":false,"publisher":"suseirelandltd1692213356027","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-rancher-csp-deployer-system"}},"planInfo":{"offerId":"rancher-prime-ltd-test","planId":"rancher-update","publisherId":"suseirelandltd1692213356027"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/suse.rancher-prime-ltd-rancher-billing","name":"suse.rancher-prime-ltd-rancher-billing","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"suse.rancher-prime-ltd-rancher-billing","description":"suseirelandltd1692213356027","isSystemExtension":false,"publisher":"suseirelandltd1692213356027","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"cattle-csp-billing-adapter-system"}},"planInfo":{"offerId":"rancher-prime-ltd-test","planId":"billing-adapter-only","publisherId":"suseirelandltd1692213356027"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/saasify.contianeroffercustommetersingledimension","name":"saasify.contianeroffercustommetersingledimension","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"saasify.contianeroffercustommetersingledimension","description":"spektra","isSystemExtension":false,"publisher":"spektra","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"saasifyac"}},"planInfo":{"offerId":"ss-ac-mp-sample-01","planId":"base-01","publisherId":"spektra"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/saasify.contianeroffercustommetermultidimension","name":"saasify.contianeroffercustommetermultidimension","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"saasify.contianeroffercustommetermultidimension","description":"spektra","isSystemExtension":false,"publisher":"spektra","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"saasifyac"}},"planInfo":{"offerId":"ss-ac-mp-sample-01","planId":"base-02","publisherId":"spektra"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/saasify.contianerofferstandardpricing","name":"saasify.contianerofferstandardpricing","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"saasify.contianerofferstandardpricing","description":"spektra","isSystemExtension":false,"publisher":"spektra","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"saasifyacstandardmeter"}},"planInfo":{"offerId":"ss-ac-mp-sample-01","planId":"base-03","publisherId":"spektra"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/airts.genaitwinbase","name":"airts.genaitwinbase","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"airts.genaitwinbase","description":"airts","isSystemExtension":false,"publisher":"airts","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"genaitwin"}},"planInfo":{"offerId":"airts-genai-twin-container","planId":"base-genai-twin","publisherId":"airts"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHk0bm9nQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzklMjNUUkMlM0E1NDYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/saasify.contianeroffercustommetermultidimension","name":"saasify.contianeroffercustommetermultidimension","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"saasify.contianeroffercustommetermultidimension","description":"spektra","isSystemExtension":false,"publisher":"spektra","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"saasifyac"}},"planInfo":{"offerId":"ss-ac-mp-sample-01","planId":"base-02","publisherId":"spektra"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/saasify.contianerofferstandardpricing","name":"saasify.contianerofferstandardpricing","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"saasify.contianerofferstandardpricing","description":"spektra","isSystemExtension":false,"publisher":"spektra","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"saasifyacstandardmeter"}},"planInfo":{"offerId":"ss-ac-mp-sample-01","planId":"base-03","publisherId":"spektra"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/airts.genaitwinbase","name":"airts.genaitwinbase","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"airts.genaitwinbase","description":"airts","isSystemExtension":false,"publisher":"airts","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"genaitwin"}},"planInfo":{"offerId":"airts-genai-twin-container","planId":"base-genai-twin","publisherId":"airts"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/saasify.contianeroffercustommetermultidimenextusg","name":"saasify.contianeroffercustommetermultidimenextusg","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"saasify.contianeroffercustommetermultidimenextusg","description":"spektra","isSystemExtension":false,"publisher":"spektra","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"saasifyac"}},"planInfo":{"offerId":"ss-ac-mp-sample-01","planId":"base-04","publisherId":"spektra"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/solo.io.istiotwofiveoneaks","name":"solo.io.istiotwofiveoneaks","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"solo.io.istiotwofiveoneaks","description":"sologloo","isSystemExtension":false,"publisher":"sologloo","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"isito_by_solo_io","planId":"istio-1251-ambient-aks","publisherId":"sologloo"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/ironpdfdocker-twentyfive.four.four","name":"ironpdfdocker-twentyfive.four.four","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ironpdfdocker-twentyfive.four.four","description":"ironsoftwarecoltd1682560478296","isSystemExtension":false,"publisher":"ironsoftwarecoltd1682560478296","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"ironpdf-docker-container-v1","planId":"2025-4-4","publisherId":"ironsoftwarecoltd1682560478296"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/rockwell.ftdm-pc","name":"rockwell.ftdm-pc","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"rockwell.ftdm-pc","description":"rockwellautomationinc","isSystemExtension":false,"publisher":"rockwellautomationinc","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"rockwell_ft_datamosaix_private_cloud","planId":"publicplan1","publisherId":"rockwellautomationinc"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/saasifyaco.azurevotestandardmeter","name":"saasifyaco.azurevotestandardmeter","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"saasifyaco.azurevotestandardmeter","description":"spektra","isSystemExtension":false,"publisher":"spektra","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"saasifyacstandardmeter"}},"planInfo":{"offerId":"ss-ac-mp-sample-01","planId":"ss-ac-01","publisherId":"spektra"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/saasifyaco.azurevotecustommetersd","name":"saasifyaco.azurevotecustommetersd","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"saasifyaco.azurevotecustommetersd","description":"spektra","isSystemExtension":false,"publisher":"spektra","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"saasifyac"}},"planInfo":{"offerId":"ss-ac-mp-sample-01","planId":"ss-ac-02","publisherId":"spektra"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/saasifyaco.azurevotecustommetermdexternalusage","name":"saasifyaco.azurevotecustommetermdexternalusage","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"saasifyaco.azurevotecustommetermdexternalusage","description":"spektra","isSystemExtension":false,"publisher":"spektra","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"saasifyac"}},"planInfo":{"offerId":"ss-ac-mp-sample-01","planId":"ss-ac-03","publisherId":"spektra"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/solo.io.istiotwofiveone.aks","name":"solo.io.istiotwofiveone.aks","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"solo.io.istiotwofiveone.aks","description":"sologloo","isSystemExtension":false,"publisher":"sologloo","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"isito_by_solo_io","planId":"istio-1252-ambient-aks","publisherId":"sologloo"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/saasifyaco.azurevotecustommetermdcpumemoryperhour","name":"saasifyaco.azurevotecustommetermdcpumemoryperhour","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"saasifyaco.azurevotecustommetermdcpumemoryperhour","description":"spektra","isSystemExtension":false,"publisher":"spektra","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"saasifyac"}},"planInfo":{"offerId":"ss-ac-mp-sample-01","planId":"ss-ac-04","publisherId":"spektra"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnerspti710fz","name":"cpmrunners.cpmrunnerspti710fz","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerspti710fz","description":"cpmrunnerspti710fz","isSystemExtension":false,"publisher":"cpmrunnerspti710fz","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerspti710fz","planId":"cpmrunnerspti710fz","publisherId":"cpmrunnerspti710fz"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners5pr11am8","name":"cpmrunners.cpmrunners5pr11am8","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners5pr11am8","description":"cpmrunnerspti710fz","isSystemExtension":false,"publisher":"cpmrunnerspti710fz","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerspti710fz","planId":"cpmrunners5pr11am8","publisherId":"cpmrunnerspti710fz"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHk4cTRrQ0FBQUFBQSUzRCUzRCUyM1JUJTNBNDAlMjNUUkMlM0E1NjAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '11233' + - '10884' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:37 GMT + - Thu, 29 May 2025 01:04:06 GMT expires: - '-1' pragma: @@ -5832,11 +67878,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/0345ac53-de25-4aee-93fb-1607d2e2e978 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/a6995b57-4f61-4cf6-9414-0718ef367a6e x-ms-ratelimit-remaining-subscription-global-reads: - - '16499' + - '16498' x-msedge-ref: - - 'Ref A: 8AE55E982A7844DA822908E5B1DEA26C Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:37Z' + - 'Ref A: B3DEDD8AC5AD4E4C9745222BF073E906 Ref B: MNZ221060609039 Ref C: 2025-05-29T01:04:06Z' status: code: 200 message: OK @@ -5856,21 +67902,21 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHk0bm9nQ0FBQUFBQSUzRCUzRCUyM1JUJTNBMzklMjNUUkMlM0E1NDYlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHk4cTRrQ0FBQUFBQSUzRCUzRCUyM1JUJTNBNDAlMjNUUkMlM0E1NjAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/saasify.contianeroffercustommetermultidimenextusg","name":"saasify.contianeroffercustommetermultidimenextusg","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"saasify.contianeroffercustommetermultidimenextusg","description":"spektra","isSystemExtension":false,"publisher":"spektra","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"saasifyac"}},"planInfo":{"offerId":"ss-ac-mp-sample-01","planId":"base-04","publisherId":"spektra"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/solo.io.istiotwofiveoneaks","name":"solo.io.istiotwofiveoneaks","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"solo.io.istiotwofiveoneaks","description":"sologloo","isSystemExtension":false,"publisher":"sologloo","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"isito_by_solo_io","planId":"istio-1251-ambient-aks","publisherId":"sologloo"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/ironpdfdocker-twentyfive.four.four","name":"ironpdfdocker-twentyfive.four.four","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ironpdfdocker-twentyfive.four.four","description":"ironsoftwarecoltd1682560478296","isSystemExtension":false,"publisher":"ironsoftwarecoltd1682560478296","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"ironpdf-docker-container-v1","planId":"2025-4-4","publisherId":"ironsoftwarecoltd1682560478296"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/rockwell.ftdm-pc","name":"rockwell.ftdm-pc","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"rockwell.ftdm-pc","description":"rockwellautomationinc","isSystemExtension":false,"publisher":"rockwellautomationinc","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"rockwell_ft_datamosaix_private_cloud","planId":"publicplan1","publisherId":"rockwellautomationinc"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/saasifyaco.azurevotestandardmeter","name":"saasifyaco.azurevotestandardmeter","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"saasifyaco.azurevotestandardmeter","description":"spektra","isSystemExtension":false,"publisher":"spektra","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"saasifyacstandardmeter"}},"planInfo":{"offerId":"ss-ac-mp-sample-01","planId":"ss-ac-01","publisherId":"spektra"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/saasifyaco.azurevotecustommetersd","name":"saasifyaco.azurevotecustommetersd","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"saasifyaco.azurevotecustommetersd","description":"spektra","isSystemExtension":false,"publisher":"spektra","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"saasifyac"}},"planInfo":{"offerId":"ss-ac-mp-sample-01","planId":"ss-ac-02","publisherId":"spektra"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/saasifyaco.azurevotecustommetermdexternalusage","name":"saasifyaco.azurevotecustommetermdexternalusage","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"saasifyaco.azurevotecustommetermdexternalusage","description":"spektra","isSystemExtension":false,"publisher":"spektra","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"saasifyac"}},"planInfo":{"offerId":"ss-ac-mp-sample-01","planId":"ss-ac-03","publisherId":"spektra"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/solo.io.istiotwofiveone.aks","name":"solo.io.istiotwofiveone.aks","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"solo.io.istiotwofiveone.aks","description":"sologloo","isSystemExtension":false,"publisher":"sologloo","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"isito_by_solo_io","planId":"istio-1252-ambient-aks","publisherId":"sologloo"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/saasifyaco.azurevotecustommetermdcpumemoryperhour","name":"saasifyaco.azurevotecustommetermdcpumemoryperhour","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"saasifyaco.azurevotecustommetermdcpumemoryperhour","description":"spektra","isSystemExtension":false,"publisher":"spektra","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"saasifyac"}},"planInfo":{"offerId":"ss-ac-mp-sample-01","planId":"ss-ac-04","publisherId":"spektra"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnerspti710fz","name":"cpmrunners.cpmrunnerspti710fz","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerspti710fz","description":"cpmrunnerspti710fz","isSystemExtension":false,"publisher":"cpmrunnerspti710fz","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerspti710fz","planId":"cpmrunnerspti710fz","publisherId":"cpmrunnerspti710fz"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunners5pr11am8","name":"cpmrunners.cpmrunners5pr11am8","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunners5pr11am8","description":"cpmrunnerspti710fz","isSystemExtension":false,"publisher":"cpmrunnerspti710fz","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerspti710fz","planId":"cpmrunners5pr11am8","publisherId":"cpmrunnerspti710fz"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/sigtest.containernonregistrytest","name":"sigtest.containernonregistrytest","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"sigtest.containernonregistrytest","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"container_nonregistry_test","planId":"nonregistry_plan1","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/sigtest.containerregistrytest","name":"sigtest.containerregistrytest","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"sigtest.containerregistrytest","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"azure-vote-protected"}},"planInfo":{"offerId":"container_registry_test","planId":"registry_test_plan1","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersxancoom2","name":"cpmrunners.cpmrunnersxancoom2","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersxancoom2","description":"cpmrunnerspm8yab7r","isSystemExtension":false,"publisher":"cpmrunnerspm8yab7r","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerspm8yab7r","planId":"cpmrunnersxancoom2","publisherId":"cpmrunnerspm8yab7r"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHo1bklvQ0FBQUFBQSUzRCUzRCUyM1JUJTNBNDAlMjNUUkMlM0E1NjAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/sigtest.containernonregistrytest","name":"sigtest.containernonregistrytest","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"sigtest.containernonregistrytest","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"container_nonregistry_test","planId":"nonregistry_plan1","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/sigtest.containerregistrytest","name":"sigtest.containerregistrytest","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"sigtest.containerregistrytest","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"azure-vote-protected"}},"planInfo":{"offerId":"container_registry_test","planId":"registry_test_plan1","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersxancoom2","name":"cpmrunners.cpmrunnersxancoom2","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersxancoom2","description":"cpmrunnerspm8yab7r","isSystemExtension":false,"publisher":"cpmrunnerspm8yab7r","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerspm8yab7r","planId":"cpmrunnersxancoom2","publisherId":"cpmrunnerspm8yab7r"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/pc.upgradefromnoregistrytoregistry","name":"pc.upgradefromnoregistrytoregistry","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"pc.upgradefromnoregistrytoregistry","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"container_nonregistry_test","planId":"upgradefromnoregistrytoregistry","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/pc.registryendtoend","name":"pc.registryendtoend","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"pc.registryendtoend","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"container_registry_test","planId":"registryendtoend","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/pc.registryendtoendreuse","name":"pc.registryendtoendreuse","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"pc.registryendtoendreuse","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"container_registry_test","planId":"registryendtoendreuse","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/pc.registryendtoendskutwo","name":"pc.registryendtoendskutwo","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"pc.registryendtoendskutwo","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"container_registry_test","planId":"registryendoendsku2","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/com.quadrant.qmigratormartomy","name":"com.quadrant.qmigratormartomy","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.quadrant.qmigratormartomy","description":"quadranttechnologies1724273152029","isSystemExtension":false,"publisher":"quadranttechnologies1724273152029","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"mariatomysql","planId":"plan1","publisherId":"quadranttechnologies1724273152029"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/pc.registryplanskuthree","name":"pc.registryplanskuthree","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"pc.registryplanskuthree","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"container_nonregistry_test","planId":"registryplansku3","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/pc.registryplanskufour","name":"pc.registryplanskufour","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"pc.registryplanskufour","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"container_nonregistry_test","planId":"registryplansku4","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/solo.io.istiotwosixzero.aks","name":"solo.io.istiotwosixzero.aks","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"solo.io.istiotwosixzero.aks","description":"sologloo","isSystemExtension":false,"publisher":"sologloo","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"isito_by_solo_io","planId":"istio-1260-ambient-aks","publisherId":"sologloo"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/traefiklabs.traefikproxyonaks","name":"traefiklabs.traefikproxyonaks","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"traefiklabs.traefikproxyonaks","description":"containous","isSystemExtension":false,"publisher":"containous","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"traefik"}},"planInfo":{"offerId":"traefik-proxy","planId":"traefik-proxy-on-aks","publisherId":"containous"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/ironpdfdocker-twentyfive.five.six","name":"ironpdfdocker-twentyfive.five.six","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"ironpdfdocker-twentyfive.five.six","description":"ironsoftwarecoltd1682560478296","isSystemExtension":false,"publisher":"ironsoftwarecoltd1682560478296","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"default"}},"planInfo":{"offerId":"ironpdf-docker-container-v1","planId":"2025-5-6","publisherId":"ironsoftwarecoltd1682560478296"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/solo.io.istiotwofivethree.aks","name":"solo.io.istiotwofivethree.aks","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"solo.io.istiotwofivethree.aks","description":"sologloo","isSystemExtension":false,"publisher":"sologloo","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"isito_by_solo_io","planId":"istio-1253-ambient-aks","publisherId":"sologloo"}}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHlaV1l3Q0FBQUFBQSUzRCUzRCUyM1JUJTNBNDElMjNUUkMlM0E1NzQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters"}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '11082' + - '11376' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:38 GMT + - Thu, 29 May 2025 01:04:06 GMT expires: - '-1' pragma: @@ -5882,11 +67928,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/e9c59061-8510-4fdf-8880-d45c7d78c847 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/35b402b1-4399-41cf-a6d0-d75265dd1df9 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 23098399840B4763A8408D53825F5C69 Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:37Z' + - 'Ref A: 8DB17E446F854C20AAA9E7C24B93BB3C Ref B: MNZ221060609039 Ref C: 2025-05-29T01:04:06Z' status: code: 200 message: OK @@ -5906,21 +67952,24 @@ interactions: User-Agent: - AZURECLI/2.71.0 azsdk-python-core/1.31.0 Python/3.12.3 (Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHo1bklvQ0FBQUFBQSUzRCUzRCUyM1JUJTNBNDAlMjNUUkMlM0E1NjAlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes?api-version=2023-05-01-preview&continuationToken=JTVCJTdCJTIydG9rZW4lMjIlM0ElMjIlMkJSSUQlM0F%2Bc1VvbEFONFRzMHlaV1l3Q0FBQUFBQSUzRCUzRCUyM1JUJTNBNDElMjNUUkMlM0E1NzQlMjNJU1YlM0EyJTIzSUVPJTNBNjU1NTElMjNRQ0YlM0E4JTIyJTJDJTIycmFuZ2UlMjIlM0ElN0IlMjJtaW4lMjIlM0ElMjIlMjIlMkMlMjJtYXglMjIlM0ElMjIwNUMxREZGRkZGRkZGQyUyMiU3RCU3RCU1RA%3D%3D&clusterType=managedClusters response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/pc.upgradefromnoregistrytoregistry","name":"pc.upgradefromnoregistrytoregistry","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"pc.upgradefromnoregistrytoregistry","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"container_nonregistry_test","planId":"upgradefromnoregistrytoregistry","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/pc.registryendtoend","name":"pc.registryendtoend","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"pc.registryendtoend","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"container_registry_test","planId":"registryendtoend","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/pc.registryendtoendreuse","name":"pc.registryendtoendreuse","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"pc.registryendtoendreuse","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"container_registry_test","planId":"registryendtoendreuse","publisherId":"test_test_mix3pptest0011614206850774"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/pc.registryendtoendskutwo","name":"pc.registryendtoendskutwo","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"pc.registryendtoendskutwo","description":"test_test_mix3pptest0011614206850774","isSystemExtension":false,"publisher":"test_test_mix3pptest0011614206850774","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"container_registry_test","planId":"registryendoendsku2","publisherId":"test_test_mix3pptest0011614206850774"}}}],"nextLink":null}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/solo.io.istiotwofoursix.aks","name":"solo.io.istiotwofoursix.aks","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"solo.io.istiotwofoursix.aks","description":"sologloo","isSystemExtension":false,"publisher":"sologloo","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"istio-system"}},"planInfo":{"offerId":"isito_by_solo_io","planId":"istio-1246-ambient-aks","publisherId":"sologloo"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/microsoft.monitormonitor.edge.pipeline","name":"microsoft.monitormonitor.edge.pipeline","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"microsoft.monitormonitor.edge.pipeline","description":"Strato + Operator as ARC K8s Extension test","isSystemExtension":false,"publisher":"Azure + Monitor Edge","isManagedIdentityRequired":true,"supportedClusterTypes":["Connectedclusters","Managedclusters","Appliances","ProvisionedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"kube-system"}},"planInfo":{"offerId":null,"planId":null,"publisherId":"Azure + Monitor Edge"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/com.quadrant.qmigratoranytofabric","name":"com.quadrant.qmigratoranytofabric","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"com.quadrant.qmigratoranytofabric","description":"quadranttechnologies1724273152029","isSystemExtension":false,"publisher":"quadranttechnologies1724273152029","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"namespace","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":null}},"planInfo":{"offerId":"anydbtofabric","planId":"plan1","publisherId":"quadranttechnologies1724273152029"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnerssdjox8vd","name":"cpmrunners.cpmrunnerssdjox8vd","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnerssdjox8vd","description":"cpmrunnerssdjox8vd","isSystemExtension":false,"publisher":"cpmrunnerssdjox8vd","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerssdjox8vd","planId":"cpmrunnerssdjox8vd","publisherId":"cpmrunnerssdjox8vd"}}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KubernetesConfiguration/locations/eastus2/extensionTypes/cpmrunners.cpmrunnersfhgq7e25","name":"cpmrunners.cpmrunnersfhgq7e25","type":"Microsoft.KubernetesConfiguration/extensionTypes","properties":{"extensionType":"cpmrunners.cpmrunnersfhgq7e25","description":"cpmrunnerssdjox8vd","isSystemExtension":false,"publisher":"cpmrunnerssdjox8vd","isManagedIdentityRequired":true,"supportedClusterTypes":["managedClusters"],"supportedScopes":{"defaultScope":"cluster","clusterScopeSettings":{"allowMultipleInstances":false,"defaultReleaseNamespace":"contoso"}},"planInfo":{"offerId":"cpmrunnerssdjox8vd","planId":"cpmrunnersfhgq7e25","publisherId":"cpmrunnerssdjox8vd"}}}],"nextLink":null}' headers: api-supported-versions: - 2023-05-01-preview, 2024-11-01-preview cache-control: - no-cache content-length: - - '3207' + - '3836' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:38 GMT + - Thu, 29 May 2025 01:04:06 GMT expires: - '-1' pragma: @@ -5932,11 +67981,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/7d42dce8-8575-4a41-8727-09e19a23275b + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/e9d9c0d3-b57e-4b36-aa65-e13cedfe4d6f x-ms-ratelimit-remaining-subscription-global-reads: - - '16499' + - '16497' x-msedge-ref: - - 'Ref A: EC5D5295275949CF86F9DB67F1AB8195 Ref B: MWH011020806023 Ref C: 2025-05-08T22:27:38Z' + - 'Ref A: 489D7D9F7B1644D2B03EBB9095FEC813 Ref B: MNZ221060609039 Ref C: 2025-05-29T01:04:06Z' status: code: 200 message: OK @@ -5970,7 +68019,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:39 GMT + - Thu, 29 May 2025 01:04:39 GMT expires: - '-1' pragma: @@ -5982,11 +68031,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/6d8c221c-a985-40cd-8580-86ead87e19de + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/feabab42-e685-48d2-8f7b-d9a027af585c x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 00170FF89843411287A774365F2A7596 Ref B: CO6AA3150219035 Ref C: 2025-05-08T22:27:40Z' + - 'Ref A: 7D492CF5387B4ECBBD9215FF3E01D3C5 Ref B: BL2AA2011004054 Ref C: 2025-05-29T01:04:39Z' status: code: 200 message: OK @@ -6020,7 +68069,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:41 GMT + - Thu, 29 May 2025 01:05:19 GMT expires: - '-1' pragma: @@ -6032,11 +68081,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/2830a262-f18b-4f90-85ee-28daa763c548 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/7683237a-4e74-4176-9b35-483e340ef0ed x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 7C9DEA8E63B24288A7F60A5588A073E0 Ref B: MWH011020807040 Ref C: 2025-05-08T22:27:41Z' + - 'Ref A: 8ACE30414434420BABEAFFCC68FF099D Ref B: MNZ221060618035 Ref C: 2025-05-29T01:05:19Z' status: code: 200 message: OK @@ -6070,7 +68119,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:43 GMT + - Thu, 29 May 2025 01:06:06 GMT expires: - '-1' pragma: @@ -6082,11 +68131,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/e16e828b-6e7c-4d87-b7ac-8531a3e57f62 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/0e63ecd9-9959-4530-8531-345818d92fbb x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: FFF3A9AAF7A449ED92D9B588DCCED006 Ref B: MWH011020806031 Ref C: 2025-05-08T22:27:43Z' + - 'Ref A: 34C0B29ECE4C44BBA19586BFE7D1A91D Ref B: MNZ221060608051 Ref C: 2025-05-29T01:06:07Z' status: code: 200 message: OK @@ -6120,7 +68169,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:44 GMT + - Thu, 29 May 2025 01:06:58 GMT expires: - '-1' pragma: @@ -6132,11 +68181,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/957a101f-673b-4636-b62e-30e786237a89 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/7baa615e-7ad8-418b-874e-39a2a17afe60 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: C0B7BA2F1A6A48ECA9BB057CBDCE77FF Ref B: CO6AA3150218035 Ref C: 2025-05-08T22:27:45Z' + - 'Ref A: 4140F58AC2074934905AE44E5842905A Ref B: MNZ221060609035 Ref C: 2025-05-29T01:06:54Z' status: code: 200 message: OK @@ -6159,18 +68208,18 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensions/backup?api-version=2023-05-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensions/backup","name":"backup","type":"Microsoft.KubernetesConfiguration/extensions","properties":{"extensionType":"microsoft.dataprotection.kubernetes","autoUpgradeMinorVersion":true,"releaseTrain":"stable","version":null,"currentVersion":"0.0.3004-544","scope":{"cluster":{"releaseNamespace":"dataprotection-microsoft"}},"provisioningState":"Creating","configurationSettings":{"configuration.backupStorageLocation.bucket":"blob000004","configuration.backupStorageLocation.config.storageAccount":"storageacc000003","configuration.backupStorageLocation.config.resourceGroup":"clitest000001","configuration.backupStorageLocation.config.subscriptionId":"069b2617-846e-4b82-ad41-5d097465478b","credentials.tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","configuration.backupStorageLocation.config.useAAD":"true","configuration.backupStorageLocation.config.storageAccountURI":"https://storageacc000003.blob.core.windows.net/"},"configurationProtectedSettings":{},"statuses":[],"aksAssignedIdentity":null,"isSystemExtension":false},"systemData":{"createdBy":null,"createdByType":null,"createdAt":"2025-05-08T22:26:50.5097614+00:00","lastModifiedBy":null,"lastModifiedByType":null,"lastModifiedAt":"2025-05-08T22:26:50.5097614+00:00"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/providers/Microsoft.KubernetesConfiguration/extensions/backup","name":"backup","type":"Microsoft.KubernetesConfiguration/extensions","properties":{"extensionType":"microsoft.dataprotection.kubernetes","autoUpgradeMinorVersion":true,"releaseTrain":"stable","version":null,"currentVersion":"0.0.3004-544","scope":{"cluster":{"releaseNamespace":"dataprotection-microsoft"}},"provisioningState":"Succeeded","configurationSettings":{"configuration.backupStorageLocation.bucket":"blob000004","configuration.backupStorageLocation.config.storageAccount":"storageacc000003","configuration.backupStorageLocation.config.resourceGroup":"clitest000001","configuration.backupStorageLocation.config.subscriptionId":"15c06b1b-01d6-407b-bb21-740b8617dea3","credentials.tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","configuration.backupStorageLocation.config.useAAD":"true","configuration.backupStorageLocation.config.storageAccountURI":"https://storageacc000003.blob.core.windows.net/"},"configurationProtectedSettings":{},"statuses":[],"aksAssignedIdentity":{"type":null,"principalId":"00000000-0000-0000-0000-000000000001","tenantId":null},"isSystemExtension":false},"systemData":{"createdBy":null,"createdByType":null,"createdAt":"2025-05-29T01:01:31.5250768+00:00","lastModifiedBy":null,"lastModifiedByType":null,"lastModifiedAt":"2025-05-29T01:01:31.5250768+00:00"}}' headers: api-supported-versions: - 2023-05-01, 2024-11-01 cache-control: - no-cache content-length: - - '1437' + - '1516' content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:46 GMT + - Thu, 29 May 2025 01:07:48 GMT expires: - '-1' pragma: @@ -6182,11 +68231,11 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/d6d5a642-d497-4e71-8af5-5f91bc73e9a4 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/64f30c7e-a8cc-464a-aed8-d6daeab273c2 x-ms-ratelimit-remaining-subscription-global-reads: - '16499' x-msedge-ref: - - 'Ref A: 8AC42EBC3FBC495C9DE1AC8744E88C76 Ref B: MWH011020809023 Ref C: 2025-05-08T22:27:47Z' + - 'Ref A: D92029514FE5452EA37BE0A941211EDE Ref B: MNZ221060608037 Ref C: 2025-05-29T01:07:48Z' status: code: 200 message: OK @@ -6222,7 +68271,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 08 May 2025 22:27:47 GMT + - Thu, 29 May 2025 01:07:49 GMT expires: - '-1' pragma: @@ -6234,13 +68283,13 @@ interactions: x-content-type-options: - nosniff x-ms-operation-identifier: - - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/westus2/bf758881-5d47-4e47-9f1c-71b9acc7cdd1 + - tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=2780a420-12a0-46da-b568-dfc8b58fd4a6/eastus/33c0d106-ce23-46f7-92a3-73b3df7d89d9 x-ms-ratelimit-remaining-subscription-deletes: - '799' x-ms-ratelimit-remaining-subscription-global-deletes: - '11999' x-msedge-ref: - - 'Ref A: 8B83675065284788B29C68C6A44BBA10 Ref B: MWH011020809023 Ref C: 2025-05-08T22:27:47Z' + - 'Ref A: FC61D6030E6246E1A610E2AAAA66612B Ref B: MNZ221060608037 Ref C: 2025-05-29T01:07:48Z' status: code: 200 message: OK 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 e6c2dc43263..5ef2f09e0b4 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 @@ -38,7 +38,6 @@ def __init__(self, method_name): super(AzureKubernetesServiceScenarioTest, self).__init__( method_name, recording_processors=[KeyReplacer()] ) - self.cmd('extension add -n k8s-extension') def _get_versions(self, location): """Return the previous and current Kubernetes minor release versions, such as ("1.11.6", "1.12.4").""" @@ -15900,7 +15899,8 @@ def test_aks_enable_imds_restriction( ) - @AllowLargeResponse() + @live_only() + @AllowLargeResponse(99999) @AKSCustomResourceGroupPreparer( random_name_length=17, name_prefix="clitest", @@ -15925,6 +15925,8 @@ def test_aks_extension_backup(self, resource_group, resource_group_location): 'location': resource_group_location, }) + self.cmd('extension add -n k8s-extension') + # create storage account self.cmd('storage account create --name {storageAccount} --resource-group {rg} ' '--location {location} --sku Standard_LRS ' @@ -15985,7 +15987,8 @@ def test_aks_extension_backup(self, resource_group, resource_group_location): self.assertFalse(found_extension) - @AllowLargeResponse() + @live_only() + @AllowLargeResponse(99999) @AKSCustomResourceGroupPreparer( random_name_length=17, name_prefix="clitest", @@ -16009,6 +16012,8 @@ def test_aks_extension_type_backup(self, resource_group, resource_group_location 'ssh_key_value': self.generate_ssh_keys(), 'location': resource_group_location, }) + + self.cmd('extension add -n k8s-extension') self.cmd('feature register --namespace Microsoft.KubernetesConfiguration --name ExtensionTypes') is_extension_types_feature_registered = False @@ -16305,4 +16310,4 @@ def test_aks_loadbalancer_commands( # self.cmd( # "aks delete -g {resource_group} -n {name} --yes --no-wait", # checks=[self.is_empty()], - # ) \ No newline at end of file + # ) diff --git a/src/aks-preview/setup.py b/src/aks-preview/setup.py index d85977ffa19..2014983fcc2 100644 --- a/src/aks-preview/setup.py +++ b/src/aks-preview/setup.py @@ -9,7 +9,7 @@ from setuptools import setup, find_packages -VERSION = "18.0.0b5" +VERSION = "18.0.0b6" CLASSIFIERS = [ "Development Status :: 4 - Beta",